VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common/Language.xml
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-09 00:11:15 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2014-12-11 18:31:32 +0100
commiteb9cb16aeb33f9904b29b84e270f2d8c8f8431eb (patch)
tree149351ec44d5736ee969161ea72ef134a117cdf6 /src/Common/Language.xml
parent32e72d111747bcfee8ba0ecfb30045b6cd42685f (diff)
downloadVeraCrypt-eb9cb16aeb33f9904b29b84e270f2d8c8f8431eb.tar.gz
VeraCrypt-eb9cb16aeb33f9904b29b84e270f2d8c8f8431eb.zip
Windows: Implement specifying the size of the generated keyfiles and also letting VeraCrypt choose random size values.
Diffstat (limited to 'src/Common/Language.xml')
-rw-r--r--src/Common/Language.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Common/Language.xml b/src/Common/Language.xml
index 1a98b79c..6c87273d 100644
--- a/src/Common/Language.xml
+++ b/src/Common/Language.xml
@@ -44,6 +44,7 @@
<control lang="en" key="IDC_HIDVOL_WIZ_MODE_FULL">Normal mode</control>
<control lang="en" key="IDC_KB">&amp;KB</control>
<control lang="en" key="IDC_KEYFILES_ENABLE">U&amp;se keyfiles</control>
+ <control lang="en" key="IDC_KEYFILES_RANDOM_SIZE">Random size ( 64 <-> 1048576 )</control>
<control lang="en" key="IDC_KEY_FILES">&amp;Keyfiles...</control>
<control lang="en" key="IDC_LINK_HASH_INFO">Information on hash algorithms</control>
<control lang="en" key="IDC_LINK_MORE_INFO_ABOUT_CIPHER">More information</control>
@@ -332,6 +333,7 @@
<control lang="en" key="IDT_KEYFILE_WARNING">WARNING: If you lose a keyfile or if any bit of its first 1024 kilobytes changes, it will be impossible to mount volumes that use the keyfile!</control>
<control lang="en" key="IDT_KEY_UNIT">bits</control>
<control lang="en" key="IDT_NUMBER_KEYFILES">Number of keyfiles:</control>
+ <control lang="en" key="IDT_KEYFILES_SIZE">Keyfiles size (in Bytes):</control>
<control lang="en" key="IDT_KEYFILES_BASE_NAME">Keyfiles base name:</control>
<control lang="en" key="IDT_LANGPACK_AUTHORS">Translated by:</control>
<control lang="en" key="IDT_PLAINTEXT">Plaintext size:</control>
@@ -868,6 +870,7 @@
<string lang="en" key="ENTER_HEADER_BACKUP_PASSWORD">Enter password for the header stored in backup file</string>
<string lang="en" key="KEYFILE_CREATED">Keyfiles have been successfully created.</string>
<string lang="en" key="KEYFILE_INCORRECT_NUMBER">The number of keyfiles you supplied is invalid.</string>
+ <string lang="en" key="KEYFILE_INCORRECT_SIZE">The keyfile size must be comprized between 64 and 1048576 bytes.</string>
<string lang="en" key="KEYFILE_EMPTY_BASE_NAME">Please enter a name for the keyfile(s) to be generated</string>
<string lang="en" key="KEYFILE_INVALID_BASE_NAME">The base name of the keyfile(s) is invalid</string>
<string lang="en" key="KEYFILE_ALREADY_EXISTS">The keyfile '%s' already exists.\nDo you want to overwrite it? The generation process will be stopped if you answer No.</string>