diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-07 00:56:56 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-08-07 00:58:49 +0200 |
commit | 41ba7a06d3ac55752f9f50a1454eacdda62b1ae4 (patch) | |
tree | 8fa26f832d959bf2c5f7a88f8abe1d845136467c /Translations/Language.el.xml | |
parent | 88a6e7fd1198fe828d0f2f8ac5a9bbb7e9bfd4a8 (diff) | |
download | VeraCrypt-41ba7a06d3ac55752f9f50a1454eacdda62b1ae4.tar.gz VeraCrypt-41ba7a06d3ac55752f9f50a1454eacdda62b1ae4.zip |
Windows: Display a balloon tip warning or error message when the value pasted to password field is truncated or when there is no room for additional characters because of maximum password length reached
Diffstat (limited to 'Translations/Language.el.xml')
-rw-r--r-- | Translations/Language.el.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Translations/Language.el.xml b/Translations/Language.el.xml index a69a8a58..ad2d205e 100644 --- a/Translations/Language.el.xml +++ b/Translations/Language.el.xml @@ -1421,6 +1421,8 @@ <entry lang="en" key="IDC_BLOCK_SYSENC_TRIM">Block TRIM command on system partition/drive</entry> <entry lang="en" key="WINDOWS_EFI_BOOT_LOADER_MISSING">ERROR: Windows EFI system loader could not be located on the disk. Operation will be aborted.</entry> <entry lang="en" key="SYSENC_EFI_UNSUPPORTED_SECUREBOOT">It is currently not possible to encrypt a system if SecureBoot is enabled and if VeraCrypt custom keys are not loaded into the machine firmware. SecureBoot needs to be disabled in the BIOS configuration in order to allow system encryption to proceed.</entry> + <entry lang="en" key="PASSWORD_PASTED_TRUNCATED">Pasted text truncated because the password maximum length is 64 characters</entry> + <entry lang="en" key="PASSWORD_MAXLENGTH_REACHED">Password already reached its maximum length of 64 characters.\nNo additional character is allowed.</entry> </localization> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="VeraCrypt"> |