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:
authorPatrick Sean Klein <patrick@libklein.com>2021-10-10 17:36:19 +0300
committerJonathan White <support@dmapps.us>2021-11-24 08:12:13 +0300
commit296cbf0df77020336060795a30fad87cd4994c90 (patch)
treeef8b89bed8b05e881fed9495d7cbb613d26b2339 /share/translations
parentd3b28f86515df73194d1102253b739b51b1909f5 (diff)
Add sorting of HTML export
- Closes #6164 - Implement sorting support in HtmlExporter - Add ExportDialog class and UI, which allows to configure export options.
Diffstat (limited to 'share/translations')
-rw-r--r--share/translations/keepassxc_en.ts49
1 files changed, 41 insertions, 8 deletions
diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index b30987eee..6e6f6919f 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -2218,14 +2218,6 @@ This is definitely a bug, please report it to the developers.</translation>
<translation type="unfinished"></translation>
</message>
<message>
- <source>Export database to HTML file</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
- <source>HTML file</source>
- <translation type="unfinished"></translation>
- </message>
- <message>
<source>Writing the HTML file failed.</source>
<translation type="unfinished"></translation>
</message>
@@ -3837,6 +3829,47 @@ Would you like to overwrite the existing attachment?</source>
</message>
</context>
<context>
+ <name>ExportDialog</name>
+ <message>
+ <source>Export options</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>You are about to export your database to an unencrypted file.
+This will leave your passwords and sensitive information vulnerable!
+</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Export database to HTML file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>HTML file</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>database order</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>name (ascending)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>name (descending)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Sort entries by...</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>unknown</source>
+ <translation type="unfinished"></translation>
+ </message>
+</context>
+<context>
<name>FdoSecrets::DBusMgr</name>
<message>
<source>Failed to deliver message</source>