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:
authorlouib <code@louib.net>2022-10-05 14:30:15 +0300
committerJonathan White <support@dmapps.us>2022-10-17 02:17:02 +0300
commitc6d4fd6d314b14dbb0fd50c1da92f5733e914dee (patch)
tree7ec1b7b0e22664a6c74cbe2619aec527d61aa148 /share/translations
parent14d0732e1d09205af2a435e2663db655db441c52 (diff)
[CLI] Add a db-edit command (#8400)
Diffstat (limited to 'share/translations')
-rw-r--r--share/translations/keepassxc_en.ts53
1 files changed, 53 insertions, 0 deletions
diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index 7c4521579..2701f7b05 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -7871,6 +7871,59 @@ Kernel: %3 %4</source>
<source>Show all the attributes of the entry.</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Edit a database.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Could not change the database key.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Database was not modified.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Successfully edited the database.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Loading the new key file failed: %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Unset the password for the database.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Unset the key file for the database.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Cannot use %1 and %2 at the same time.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Cannot remove all the keys from a database.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Cannot remove password: The database does not have a password.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Cannot remove file key: The database does not have a file key.</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Found unexpected Key type %1</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Set the key file for the database.
+This options is deprecated, use --set-key-file instead.</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>QtIOCompressor</name>