diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-08 02:12:46 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2020-07-08 02:16:06 +0200 |
commit | afc11eca51440f78c17793782ef57306acd854b6 (patch) | |
tree | 86ec650bed71038eb22b139394cf8f6210a13c5c /src/Common | |
parent | 023ac6b76fa99191bd8124525610dec297f02e72 (diff) | |
download | VeraCrypt-afc11eca51440f78c17793782ef57306acd854b6.tar.gz VeraCrypt-afc11eca51440f78c17793782ef57306acd854b6.zip |
Windows: Add UI options to control the behavior of automatic bootloader fixing when System Encryption used.
Diffstat (limited to 'src/Common')
-rw-r--r-- | src/Common/Language.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Common/Language.xml b/src/Common/Language.xml index d071cec4..0545996c 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -1440,6 +1440,10 @@ <entry lang="en" key="LEGACY_PASSWORD_UTF8_TOO_LONG">The entered password is too long: its UTF-8 representation exceeds 64 bytes.</entry> <entry lang="en" key="HIDDEN_CREDS_SAME_AS_OUTER">The Hidden volume can't have the same password, PIM and keyfiles as the Outer volume</entry> <entry lang="en" key="SYSENC_BITLOCKER_CONFLICT">VeraCrypt does not support encrypting a system drive that is already encrypted by 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"> |