diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-09-24 01:26:02 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-09-24 01:26:02 +0200 |
commit | 76c64d49ea96719bf1a5d185053619001b0aa533 (patch) | |
tree | dfb0d7b9d3f6ad21e6886a2b2ec1b6aab85288d9 /Translations/Language.zh-cn.xml | |
parent | 07c827c84979560fbc8eace567ac5a7f9ac3a279 (diff) | |
download | VeraCrypt-76c64d49ea96719bf1a5d185053619001b0aa533.tar.gz VeraCrypt-76c64d49ea96719bf1a5d185053619001b0aa533.zip |
Windows: Add tooltip message and help button for new option to disable memory protection
Also a dedicated page in the documentation was added for it.
Diffstat (limited to 'Translations/Language.zh-cn.xml')
-rw-r--r-- | Translations/Language.zh-cn.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Translations/Language.zh-cn.xml b/Translations/Language.zh-cn.xml index d5e9da76..51465ffd 100644 --- a/Translations/Language.zh-cn.xml +++ b/Translations/Language.zh-cn.xml @@ -1634,7 +1634,8 @@ <entry lang="zh-cn" key="EXPANDER_EXTENDING_FILESYSTEM">正在扩展文件系统...\n</entry> <entry lang="zh-cn" key="PARTIAL_SYSENC_MOUNT_READONLY">警告:您尝试装载的系统分区未完全加密。为了防止潜在的损坏或不必要的修改,加密卷 '%s' 已使用只读模式装载。</entry> <entry lang="zh-cn" key="IDC_LINK_KEYFILES_EXTENSIONS_WARNING">有关使用第三方文件扩展名的重要信息</entry> - <entry lang="en" key="IDC_DISABLE_MEMORY_PROTECTION">Disable memory protection in VeraCrypt</entry> + <entry lang="en" key="IDC_DISABLE_MEMORY_PROTECTION">Disable memory protection for Accessibility tools compatibility</entry> + <entry lang="en" key="DISABLE_MEMORY_PROTECTION_WARNING">WARNING: Disabling memory protection significantly reduces security. Enable this option ONLY if you rely on Accessibility tools, like Screen Readers, to interact with VeraCrypt's UI.</entry> </localization> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="VeraCrypt"> |