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.pt-br.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.pt-br.xml')
-rw-r--r-- | Translations/Language.pt-br.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Translations/Language.pt-br.xml b/Translations/Language.pt-br.xml index fdd55f19..fa1edd6e 100644 --- a/Translations/Language.pt-br.xml +++ b/Translations/Language.pt-br.xml @@ -1633,7 +1633,8 @@ <entry lang="en" key="EXPANDER_EXTENDING_FILESYSTEM">Extending file system ...\n</entry> <entry lang="en" key="PARTIAL_SYSENC_MOUNT_READONLY">Warning: The system partition you attempted to mount was not fully encrypted. As a safety measure to prevent potential corruption or unwanted modifications, volume '%s' was mounted as read-only.</entry> <entry lang="en" key="IDC_LINK_KEYFILES_EXTENSIONS_WARNING">Important information on using third-party file extensions</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"> |