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:
authorBalazs Gyurak <ba32107@gmail.com>2022-01-22 21:20:41 +0300
committerJonathan White <support@dmapps.us>2022-01-31 15:19:45 +0300
commit6897787d8f923991b8f4bbd0a006744f5c2221c3 (patch)
tree1ff7d5b3a2bccca43478b1445e0689e19c8f70ec /share/translations
parent3c824cb500f5403fe925f591ee45f1e6abf20ae7 (diff)
Show expired entries on DB unlock
* Show banner message about expired entries * Add config option and expiration offset * Only show expiry warning on first DB unlock * Default to on with 3-day offset from expiration
Diffstat (limited to 'share/translations')
-rw-r--r--share/translations/keepassxc_en.ts24
1 files changed, 24 insertions, 0 deletions
diff --git a/share/translations/keepassxc_en.ts b/share/translations/keepassxc_en.ts
index 945527b29..99b1eef2b 100644
--- a/share/translations/keepassxc_en.ts
+++ b/share/translations/keepassxc_en.ts
@@ -460,6 +460,22 @@
<source>{DB_FILENAME}.old.kdbx</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>On database unlock, show entries that </source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source> days</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>are expired</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>will expire within </source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>ApplicationSettingsWidgetSecurity</name>
@@ -2385,6 +2401,14 @@ Disable safe saves and try again?</translation>
<source>Database Tags</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Expired entries</source>
+ <translation type="unfinished"></translation>
+ </message>
+ <message>
+ <source>Entries expiring within %1 days</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>EditEntryWidget</name>