mirror of
https://github.com/veracrypt/VeraCrypt.git
synced 2026-05-17 01:51:32 +00:00
new xml Tag for en and de (#708)
* new xml Tag for en and de * add linux support for env LANG * precopiled header into TrueCrypt.fdp to substitute '_()' with 'LangString[]' * more LangString in Code * add Language xml's to Linux Setup location * backup language for linux is en * remove Language.en.xml install * rearange new xml lines to end * yes/no dialogs now translated * All OK/Cancel Button now support international Co-authored-by: tb@tbon.de <tb@tbon.de>
This commit is contained in:
@@ -238,7 +238,7 @@ namespace VeraCrypt
|
||||
while (true)
|
||||
{
|
||||
wxString s = AskString (StringFormatter (L"{0} (y={1}/n={2}) [{3}]: ",
|
||||
message, LangString["YES"], LangString["NO"], LangString[defaultYes ? "YES" : "NO"]));
|
||||
message, LangString["UISTR_YES"], LangString["UISTR_NO"], LangString[defaultYes ? "UISTR_YES" : "UISTR_NO"]));
|
||||
|
||||
if (s.IsSameAs (L'n', false) || s.IsSameAs (L"no", false) || (!defaultYes && s.empty()))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user