mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-12-04 15:39:34 +01:00
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.
This commit is contained in:
BIN
share/demo.kdbx
BIN
share/demo.kdbx
Binary file not shown.
@@ -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>
|
||||
@@ -1808,18 +1830,6 @@ Are you sure you want to continue without a password?</translation>
|
||||
<source>Database format:</source>
|
||||
<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>
|
||||
@@ -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>
|
||||
@@ -6523,10 +6549,6 @@ Available commands:
|
||||
<source>AES-KDF (KDBX 4)</source>
|
||||
<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>
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user