1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-12 03:18:26 -06:00

Windows: Add two missing UI strings to XML translation files so that they can be localized correctly

This commit is contained in:
Mounir IDRASSI
2019-09-25 17:40:27 +02:00
parent 06e8fbace7
commit 2a652b842f
41 changed files with 83 additions and 3 deletions

View File

@@ -97,7 +97,7 @@ BEGIN
RTEXT "Volume PIM:",IDT_PIM,15,177,91,17,NOT WS_VISIBLE
LTEXT "Volume Label in Windows:",IDT_VOLUME_LABEL,12,85,95,8
CONTROL "Only create virtual device without mounting on selected drive letter",IDC_DISABLE_MOUNT_MANAGER,
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,67,231,10
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,67,261,10
END
IDD_KEYFILES DIALOGEX 0, 0, 363, 251

View File

@@ -1435,6 +1435,8 @@
<entry lang="en" key="IDC_ENABLE_CPU_RNG">Use CPU hardware random generator as an additional source of entropy</entry>
<entry lang="en" key="IDC_USE_LEGACY_MAX_PASSWORD_LENGTH">Use legacy maximum password length (64 characters)</entry>
<entry lang="en" key="IDC_ENABLE_RAM_ENCRYPTION">Activate encryption of keys and passwords stored in RAM</entry>
<entry lang="en" key="IDT_BENCHMARK">Benchmark:</entry>
<entry lang="en" key="IDC_DISABLE_MOUNT_MANAGER">Only create virtual device without mounting on selected drive letter</entry>
</localization>
<xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:element name="VeraCrypt">