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
path: root/share
diff options
context:
space:
mode:
authorVladimir Svyatski <svp@scand.com>2017-04-18 16:04:32 +0300
committerJonathan White <droidmonkey@users.noreply.github.com>2017-04-19 04:52:16 +0300
commit52a264cc2b22197c3511600c466b57f214be6048 (patch)
tree81c120fd7fd3661ec006df61e2fb5632c057c575 /share
parent70bd598ead950ae8be8ddcdf8f5eb1595033cc2a (diff)
Moved the "Clear history" menu item caption from MainWindow (Database > Recent Databases > Clear history) to the string resources. As a result it is no longer hardcoded and can be translated.
Diffstat (limited to 'share')
-rw-r--r--share/translations/keepassx_en.ts4
-rw-r--r--share/translations/keepassx_ru.ts6
2 files changed, 9 insertions, 1 deletions
diff --git a/share/translations/keepassx_en.ts b/share/translations/keepassx_en.ts
index d10bff0de..0638beb97 100644
--- a/share/translations/keepassx_en.ts
+++ b/share/translations/keepassx_en.ts
@@ -1287,6 +1287,10 @@ This is a one-way migration. You won&apos;t be able to open the imported databas
<source>Password Generator</source>
<translation type="unfinished"></translation>
</message>
+ <message>
+ <source>Clear history</source>
+ <translation type="unfinished"></translation>
+ </message>
</context>
<context>
<name>OptionDialog</name>
diff --git a/share/translations/keepassx_ru.ts b/share/translations/keepassx_ru.ts
index faca7e2f0..94078a1d6 100644
--- a/share/translations/keepassx_ru.ts
+++ b/share/translations/keepassx_ru.ts
@@ -1291,6 +1291,10 @@ This is a one-way migration. You won&apos;t be able to open the imported databas
<source>Password Generator</source>
<translation>Генератор паролей</translation>
</message>
+ <message>
+ <source>Clear history</source>
+ <translation>Очистить историю</translation>
+ </message>
</context>
<context>
<name>OptionDialog</name>
@@ -1789,4 +1793,4 @@ give it a unique name to identify and accept it.</source>
<translation>имена файлов открываемого хранилища паролей (*.kdbx)</translation>
</message>
</context>
-</TS> \ No newline at end of file
+</TS>