Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJanek Bevendorff <janek@jbev.net>2021-11-20 02:32:09 +0300
committerJanek Bevendorff <janek@jbev.net>2021-11-22 14:58:04 +0300
commita3dc977e58470644f2acca77905285d44b22f2b8 (patch)
treee69eee4a786830a42cd76bc721da022f956f7814 /share/translations
parent67603ab42e132fb15b8bde3c450d42276ae95e03 (diff)
Correctly set KDBX envelope version
Shows a warning when trying to open with a newer minor version than what is currently supported. We always try to save with the lowest KDBX version possible for maximum compatibility.
Diffstat (limited to 'share/translations')
-rw-r--r--share/translations/keepassxc_en.ts58
1 files changed, 42 insertions, 16 deletions
diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index daef0a8de..b30987eee 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -1535,6 +1535,28 @@ If you do not have a key file, please leave the field empty.</source>
<source>Please present or touch your YubiKey to continue…</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Database Version Mismatch</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>The database you are trying to open was most likely
+created by a newer version of KeePassXC.
+
+You can try to open it anyway, but it may be incomplete
+and saving any changes may incur data loss.
+
+We recommend you update your KeePassXC installation.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Open database anyway</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Database unlock canceled.</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>DatabaseSettingWidgetMetaData</name>
@@ -1809,18 +1831,6 @@ Are you sure you want to continue without a password?</translation>
<translation>Database format:</translation>
</message>
<message>
- <source>This is only important if you need to use your database with other programs.</source>
- <translation>This is only important if you need to use your database with other programs.</translation>
- </message>
- <message>
- <source>KDBX 4.0 (recommended)</source>
- <translation>KDBX 4.0 (recommended)</translation>
- </message>
- <message>
- <source>KDBX 3.1</source>
- <translation>KDBX 3.1</translation>
- </message>
- <message>
<source>unchanged</source>
<comment>Database decryption time is unchanged</comment>
<translation>unchanged</translation>
@@ -1919,6 +1929,22 @@ If you keep this number, your database may take hours, days, or even longer to o
If you keep this number, your database will not be protected from brute force attacks.</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Format cannot be changed: Your database uses KDBX 4 features</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Unless you need to open your database with other programs, always use the latest format.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>KDBX 4 (recommended)</source>
+ <translation type="unfinished">KDBX 4.0 (recommended) {4 ?}</translation>
+ </message>
+ <message>
+ <source>KDBX 3</source>
+ <translation type="unfinished">KDBX 3</translation>
+ </message>
</context>
<context>
<name>DatabaseSettingsWidgetFdoSecrets</name>
@@ -6524,10 +6550,6 @@ Available commands:
<translation>AES-KDF (KDBX 4)</translation>
</message>
<message>
- <source>AES-KDF (KDBX 3.1)</source>
- <translation>AES-KDF (KDBX 3.1)</translation>
- </message>
- <message>
<source>Invalid Settings</source>
<comment>TOTP</comment>
<translation>Invalid Settings</translation>
@@ -7498,6 +7520,10 @@ Please consider generating a new key file.</source>
<source>Attachments:</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>AES-KDF (KDBX 3)</source>
+ <translation type="unfinished">AES-KDF (KDBX 3.1) {3)?}</translation>
+ </message>
</context>
<context>
<name>QtIOCompressor</name>