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:
authorsnipfoo <79416808+snipfoo@users.noreply.github.com>2021-11-05 06:02:33 +0300
committerGitHub <noreply@github.com>2021-11-05 06:02:33 +0300
commit7811f10dba8a43d2b440ee193d14db55c9d72e31 (patch)
tree7db65c23c164df85fafe21bc1f859f1d7d215345 /share/translations
parentbb88ad6e8ca5344d94c3aef7e6d94c5fc719ab45 (diff)
Support for wordlists in user configuration directory (#6799)
This commit allows users to put alternative wordlists in a `wordlists` subdirectory below their KeePassXC directory (e.g., under Linux, `~/.config/keepassxc/wordlists`). These wordlists will then appear in the dropdown menu in the *Password Generator* widget. In order to differentiate between lists shipped with KeePassXC and user-provided lists, the former appears with a (SYSTEM) prefix.
Diffstat (limited to 'share/translations')
-rw-r--r--share/translations/keepassxc_en.ts49
1 files changed, 49 insertions, 0 deletions
diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index b9e442b80..c3ffb2d9c 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -5691,6 +5691,34 @@ We recommend you use the AppImage available on our downloads page.</source>
<translation>Wordlist:</translation>
</message>
<message>
+ <source>Delete selected wordlist</source>
+ <translation>Delete selected wordlist</translation>
+ </message>
+ <message>
+ <source>Do you really want to delete the wordlist &quot;%1&quot;?</source>
+ <translation>Do you really want to delete the wordlist &quot;%1&quot;?</translation>
+ </message>
+ <message>
+ <source>Failed to delete wordlist</source>
+ <translation>Failed to delete wordlist</translation>
+ </message>
+ <message>
+ <source>Add custom wordlist</source>
+ <translation>Add custom wordlist</translation>
+ </message>
+ <message>
+ <source>Wordlists</source>
+ <translation>Wordlists</translation>
+ </message>
+ <message>
+ <source>All files</source>
+ <translation>All files</translation>
+ </message>
+ <message>
+ <source>Failed to add wordlist</source>
+ <translation>Failed to add wordlist</translation>
+ </message>
+ <message>
<source>Word Separator:</source>
<translation>Word Separator:</translation>
</message>
@@ -5874,6 +5902,27 @@ We recommend you use the AppImage available on our downloads page.</source>
<source>character</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>(SYSTEM)</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Confirm Delete Wordlist</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Select Custom Wordlist</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Overwrite Wordlist?</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Wordlist &quot;%1&quot; already exists as a custom wordlist.
+Do you want to overwrite it?</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>PickcharsDialog</name>