diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-08 02:14:16 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-08 02:16:14 +0200 |
commit | 234a87a9e4acf4bcc8511c61539641d9216b17a2 (patch) | |
tree | 32e648c29cc3da41307459b05677e4f15fac403e /Translations/Language.cs.xml | |
parent | afc11eca51440f78c17793782ef57306acd854b6 (diff) | |
download | VeraCrypt-234a87a9e4acf4bcc8511c61539641d9216b17a2.tar.gz VeraCrypt-234a87a9e4acf4bcc8511c61539641d9216b17a2.zip |
Language translations: Add newly added entries to the XML files of supported languages
Diffstat (limited to 'Translations/Language.cs.xml')
-rw-r--r-- | Translations/Language.cs.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Translations/Language.cs.xml b/Translations/Language.cs.xml index 16037cd9..203b250e 100644 --- a/Translations/Language.cs.xml +++ b/Translations/Language.cs.xml @@ -1440,6 +1440,10 @@ <entry lang="cs" key="LEGACY_PASSWORD_UTF8_TOO_LONG">Zadané heslo je moc dlouhé: jeho reprezentace v UTF-8 přesahuje 64 bajtů.</entry> <entry lang="cs" key="HIDDEN_CREDS_SAME_AS_OUTER">Skrytý svazek nesmí mít stejné heslo, PIM a souborové klíče jako vnější svazek</entry> <entry lang="cs" key="SYSENC_BITLOCKER_CONFLICT">VeraCrypt nepodporuje šifrování systémové jednotky, která je již zašifrována pomocí programu „Bitlocker”.</entry> + <entry lang="en" key="IDC_UPDATE_BOOTLOADER_ON_SHUTDOWN">Automatically fix boot configuration issues that may prevent Windows from starting</entry> + <entry lang="en" key="IDC_FORCE_NEXT_BOOT_VERACRYPT">Force machine to boot on VeraCrypt in the next startup</entry> + <entry lang="en" key="IDC_FORCE_VERACRYPT_BOOT_ENTRY">Force the presence of VeraCrypt entry in the EFI firmware boot menu</entry> + <entry lang="en" key="IDC_FORCE_VERACRYPT_FIRST_BOOT_ENTRY">Force VeraCrypt entry to be the first in the EFI firmware boot menu</entry> </localization> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="VeraCrypt"> |