diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-04-22 17:14:23 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2018-04-23 16:59:37 +0200 |
commit | 17d9c1c6ec31ebb7aae8634841f116b63a275935 (patch) | |
tree | bffac6bb58ddec5e96e879452834fdfe27142206 /src/Common/Language.xml | |
parent | 3659ddd70ce8f1616a44e5bcce793eda076b835d (diff) | |
download | VeraCrypt-17d9c1c6ec31ebb7aae8634841f116b63a275935.tar.gz VeraCrypt-17d9c1c6ec31ebb7aae8634841f116b63a275935.zip |
Windows: Fix system encryption issues on machines that always force booting on Microsoft bootloader (e.g. HP).
Diffstat (limited to 'src/Common/Language.xml')
-rw-r--r-- | src/Common/Language.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Language.xml b/src/Common/Language.xml index af407b84..0562ee37 100644 --- a/src/Common/Language.xml +++ b/src/Common/Language.xml @@ -1419,6 +1419,7 @@ <entry lang="en" key="AFTER_UPGRADE_RESCUE_DISK">It is strongly recommended that you create a new VeraCrypt Rescue Disk (which will contain the new version of the VeraCrypt Boot Loader) by selecting 'System' > 'Create Rescue Disk'.\nDo you want to do it now?</entry> <entry lang="en" key="IDC_ALLOW_TRIM_NONSYS_SSD">Allow TRIM command for non-system SSD partition/drive</entry> <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> </localization> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="VeraCrypt"> |