diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-28 18:12:17 +0200 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2023-06-28 18:12:17 +0200 |
commit | 47c081792c0e95dd8d85441d79d12565748497e3 (patch) | |
tree | 168e573800f99db86364e6b7816a4f3f2ec99751 /Translations/Language.eu.xml | |
parent | e0e043157fac5242efd15baf467dcc21d06d5067 (diff) | |
download | VeraCrypt-47c081792c0e95dd8d85441d79d12565748497e3.tar.gz VeraCrypt-47c081792c0e95dd8d85441d79d12565748497e3.zip |
Windows: Add comboxbox to Format wizard to choose QuickFormat/FastCreate/FullFormat
This required changes to internal logic and addition of new UI strings
Diffstat (limited to 'Translations/Language.eu.xml')
-rw-r--r-- | Translations/Language.eu.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Translations/Language.eu.xml b/Translations/Language.eu.xml index 5056d953..58ac5935 100644 --- a/Translations/Language.eu.xml +++ b/Translations/Language.eu.xml @@ -1605,6 +1605,9 @@ <entry lang="en" key="EXPANDER_ERROR_MAX_FILE_SIZE_EXCEEDED">Maximum file size of %I64u MB on host drive exceeded.</entry> <entry lang="en" key="EXPANDER_ERROR_QUICKEXPAND_PRIVILEGES">Error: Failed to get necessary privileges to enable Quick Expand!\nPlease uncheck Quick Expand option and try again.</entry> <entry lang="en" key="EXPANDER_ERROR_MAX_VC_VOLUME_SIZE_EXCEEDED">Maximum VeraCrypt volume size of %I64u TB exceeded!\n</entry> + <entry lang="en" key="FULL_FORMAT">Full Format</entry> + <entry lang="en" key="FAST_CREATE">Fast Create</entry> + <entry lang="en" key="WARN_FAST_CREATE">WARNING: You should use Fast Create only in the following cases:\n\n1) The device contains no sensitive data and you do not need plausible deniability.\n2) The device has already been securely and fully encrypted.\n\nAre you sure you want to use Fast Create?</entry> </localization> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="VeraCrypt"> |