summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnne Jan Brouwer <brouwer@annejan.com>2020-12-08 19:16:29 +0100
committerAnne Jan Brouwer <brouwer@annejan.com>2020-12-08 19:16:29 +0100
commitf47db79eb566bfe8ed6fca5b31e29bcce0ccdd74 (patch)
treef320f5807795c63a960ed2434ff0a449ba2d1d1d
parentea1906e042c1e45042208942ea70986c5ba82e9c (diff)
Qt6 compatibility
-rw-r--r--CHANGELOG.md18
-rw-r--r--localization/localization_af_ZA.ts40
-rw-r--r--localization/localization_ar_MA.ts40
-rw-r--r--localization/localization_bg_BG.ts40
-rw-r--r--localization/localization_ca_ES.ts40
-rw-r--r--localization/localization_cs_CZ.ts40
-rw-r--r--localization/localization_cy_GB.ts40
-rw-r--r--localization/localization_da.ts40
-rw-r--r--localization/localization_de_DE.ts40
-rw-r--r--localization/localization_de_LU.ts40
-rw-r--r--localization/localization_el_GR.ts40
-rw-r--r--localization/localization_en_GB.ts40
-rw-r--r--localization/localization_en_US.ts40
-rw-r--r--localization/localization_es_ES.ts40
-rw-r--r--localization/localization_fi_FI.ts40
-rw-r--r--localization/localization_fr_BE.ts40
-rw-r--r--localization/localization_fr_FR.ts40
-rw-r--r--localization/localization_fr_LU.ts40
-rw-r--r--localization/localization_gl_ES.ts40
-rw-r--r--localization/localization_he_IL.ts40
-rw-r--r--localization/localization_hr_HR.ts40
-rw-r--r--localization/localization_hu_HU.ts40
-rw-r--r--localization/localization_it_IT.ts40
-rw-r--r--localization/localization_ja_JA.ts81
-rw-r--r--localization/localization_lb_LU.ts40
-rw-r--r--localization/localization_nb_NO.ts40
-rw-r--r--localization/localization_nl_BE.ts40
-rw-r--r--localization/localization_nl_NL.ts40
-rw-r--r--localization/localization_pl_PL.ts40
-rw-r--r--localization/localization_pt_PT.ts40
-rw-r--r--localization/localization_ru_RU.ts40
-rw-r--r--localization/localization_sk_SK.ts40
-rw-r--r--localization/localization_sq_AL.ts40
-rw-r--r--localization/localization_sv_SE.ts40
-rw-r--r--localization/localization_tr_TR.ts40
-rw-r--r--localization/localization_zh_CN.ts40
-rw-r--r--localization/localization_zh_Hant.ts40
-rw-r--r--main/main.cpp18
-rw-r--r--src/executor.cpp8
-rw-r--r--src/imitatepass.cpp15
-rw-r--r--src/keygendialog.cpp17
-rw-r--r--src/mainwindow.cpp12
-rw-r--r--src/pass.cpp10
-rw-r--r--src/qtpass.cpp20
-rw-r--r--src/realpass.cpp9
-rw-r--r--src/storemodel.cpp7
-rw-r--r--src/usersdialog.cpp20
47 files changed, 827 insertions, 808 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e251bfe9..a5277a8d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -37,6 +37,8 @@
**Merged pull requests:**
+- Translations update from Weblate [\#554](https://github.com/IJHack/QtPass/pull/554) ([weblate](https://github.com/weblate))
+- Translations update from Weblate [\#553](https://github.com/IJHack/QtPass/pull/553) ([weblate](https://github.com/weblate))
- Translations update from Weblate [\#552](https://github.com/IJHack/QtPass/pull/552) ([weblate](https://github.com/weblate))
- Translations update from Weblate [\#548](https://github.com/IJHack/QtPass/pull/548) ([weblate](https://github.com/weblate))
- Move MainWindow to the screen the cursor is on [\#547](https://github.com/IJHack/QtPass/pull/547) ([JFK422](https://github.com/JFK422))
@@ -167,7 +169,6 @@
- Display passwords as QR codes [\#421](https://github.com/IJHack/QtPass/pull/421) ([frawi](https://github.com/frawi))
- Tested working on Mac Os HS with pinentry-mac [\#419](https://github.com/IJHack/QtPass/pull/419) ([riccardocossu](https://github.com/riccardocossu))
- Dutch \(nl\) translation improvements [\#418](https://github.com/IJHack/QtPass/pull/418) ([equaeghe](https://github.com/equaeghe))
-- Bugfixes [\#413](https://github.com/IJHack/QtPass/pull/413) ([rdoeffinger](https://github.com/rdoeffinger))
- pwgen: fix inverted "Generate ... less secure passwords" checkbox [\#409](https://github.com/IJHack/QtPass/pull/409) ([ahippo](https://github.com/ahippo))
- Continuing refactoring [\#407](https://github.com/IJHack/QtPass/pull/407) ([FiloSpaTeam](https://github.com/FiloSpaTeam))
- \#390 make box cheched when opening a folder users panel [\#403](https://github.com/IJHack/QtPass/pull/403) ([kenji21](https://github.com/kenji21))
@@ -225,6 +226,7 @@
**Merged pull requests:**
+- Bugfixes [\#413](https://github.com/IJHack/QtPass/pull/413) ([rdoeffinger](https://github.com/rdoeffinger))
- 2 simple fixes [\#386](https://github.com/IJHack/QtPass/pull/386) ([FiloSpaTeam](https://github.com/FiloSpaTeam))
- Should fix \#383 [\#384](https://github.com/IJHack/QtPass/pull/384) ([FiloSpaTeam](https://github.com/FiloSpaTeam))
- Move connect action to main.cpp. Default search text as parameter of… [\#382](https://github.com/IJHack/QtPass/pull/382) ([FiloSpaTeam](https://github.com/FiloSpaTeam))
@@ -323,7 +325,6 @@
- \#239 reencrypting after a drag and drop action [\#261](https://github.com/IJHack/QtPass/pull/261) ([YoshiMan](https://github.com/YoshiMan))
- this if evaluetes ervery time to true [\#255](https://github.com/IJHack/QtPass/pull/255) ([YoshiMan](https://github.com/YoshiMan))
- executeing pass show before editpassword dialog shows up [\#254](https://github.com/IJHack/QtPass/pull/254) ([YoshiMan](https://github.com/YoshiMan))
-- Minor fix for file names and git push [\#251](https://github.com/IJHack/QtPass/pull/251) ([tezeb](https://github.com/tezeb))
- Process management refactoring part 2 [\#249](https://github.com/IJHack/QtPass/pull/249) ([tezeb](https://github.com/tezeb))
## [v1.1.6](https://github.com/IJHack/QtPass/tree/v1.1.6) (2016-12-02)
@@ -342,6 +343,7 @@
- Feature: moving items \(reordering folders\) [\#116](https://github.com/IJHack/QtPass/issues/116)
- Password dialog decoupling from MW [\#242](https://github.com/IJHack/QtPass/pull/242) ([tezeb](https://github.com/tezeb))
- Refactoring of qpushbuttonwithclipboard and timers [\#241](https://github.com/IJHack/QtPass/pull/241) ([tezeb](https://github.com/tezeb))
+- added a copy button for each line to paste the content into the clipboard, "pass init -- path=" command with right path-parameter, lupdate qtpass.pro [\#218](https://github.com/IJHack/QtPass/pull/218) ([YoshiMan](https://github.com/YoshiMan))
**Fixed bugs:**
@@ -367,7 +369,6 @@
- Moved @YoshiMan 's copy buttons inside the line Edit [\#222](https://github.com/IJHack/QtPass/pull/222) ([jounathaen](https://github.com/jounathaen))
- UI Improvements [\#220](https://github.com/IJHack/QtPass/pull/220) ([jounathaen](https://github.com/jounathaen))
- creating password store directory, if it doesnot exists, de\_DE translation fixes and removed obsolete translations [\#216](https://github.com/IJHack/QtPass/pull/216) ([YoshiMan](https://github.com/YoshiMan))
-- Italian translation [\#204](https://github.com/IJHack/QtPass/pull/204) ([dakk](https://github.com/dakk))
## [v1.1.5](https://github.com/IJHack/QtPass/tree/v1.1.5) (2016-10-19)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.1.4...v1.1.5)
@@ -378,7 +379,6 @@
- Short fullname hangs QtPass keypair generation process for infinite time [\#202](https://github.com/IJHack/QtPass/issues/202)
- More options for password generation [\#98](https://github.com/IJHack/QtPass/issues/98)
- Git hangs on windows [\#71](https://github.com/IJHack/QtPass/issues/71)
-- added a copy button for each line to paste the content into the clipboard, "pass init -- path=" command with right path-parameter, lupdate qtpass.pro [\#218](https://github.com/IJHack/QtPass/pull/218) ([YoshiMan](https://github.com/YoshiMan))
**Fixed bugs:**
@@ -392,10 +392,12 @@
**Merged pull requests:**
+- Minor fix for file names and git push [\#251](https://github.com/IJHack/QtPass/pull/251) ([tezeb](https://github.com/tezeb))
- Allow ssh links [\#211](https://github.com/IJHack/QtPass/pull/211) ([cgonzalez](https://github.com/cgonzalez))
- Increase maximum password length to 255 [\#209](https://github.com/IJHack/QtPass/pull/209) ([vladimiroff](https://github.com/vladimiroff))
- Password templates [\#207](https://github.com/IJHack/QtPass/pull/207) ([jounathaen](https://github.com/jounathaen))
- Updated German Translation [\#206](https://github.com/IJHack/QtPass/pull/206) ([jounathaen](https://github.com/jounathaen))
+- Italian translation [\#204](https://github.com/IJHack/QtPass/pull/204) ([dakk](https://github.com/dakk))
- keygendialog email and name validition \(issue 202\) [\#203](https://github.com/IJHack/QtPass/pull/203) ([dakk](https://github.com/dakk))
- Lookup validity field to check if keys are valid [\#201](https://github.com/IJHack/QtPass/pull/201) ([thotypous](https://github.com/thotypous))
- Fix spelling error [\#200](https://github.com/IJHack/QtPass/pull/200) ([innir](https://github.com/innir))
@@ -412,7 +414,6 @@
- German umlauts fails [\#192](https://github.com/IJHack/QtPass/issues/192)
- Error after change configuration [\#190](https://github.com/IJHack/QtPass/issues/190)
-- edit of password broken with active "Automatically push" [\#177](https://github.com/IJHack/QtPass/issues/177)
- Re-assign permissions when adding users [\#161](https://github.com/IJHack/QtPass/issues/161)
- Bug: Special characters in Template [\#131](https://github.com/IJHack/QtPass/issues/131)
- Character encoding issue with GPG key [\#101](https://github.com/IJHack/QtPass/issues/101)
@@ -436,6 +437,7 @@
**Fixed bugs:**
+- edit of password broken with active "Automatically push" [\#177](https://github.com/IJHack/QtPass/issues/177)
- Clipboard not cleared when quitting or killing application [\#171](https://github.com/IJHack/QtPass/issues/171)
- Hide content doesn't work when using templates [\#160](https://github.com/IJHack/QtPass/issues/160)
@@ -462,7 +464,6 @@
**Merged pull requests:**
- add Appdata file and update desktop file [\#178](https://github.com/IJHack/QtPass/pull/178) ([daveol](https://github.com/daveol))
-- HTTPS everywhere [\#176](https://github.com/IJHack/QtPass/pull/176) ([da2x](https://github.com/da2x))
- Fix build issues with MSVC2015 on Windows [\#175](https://github.com/IJHack/QtPass/pull/175) ([msvi](https://github.com/msvi))
## [v1.1.1](https://github.com/IJHack/QtPass/tree/v1.1.1) (2016-04-04)
@@ -491,6 +492,7 @@
**Merged pull requests:**
+- HTTPS everywhere [\#176](https://github.com/IJHack/QtPass/pull/176) ([da2x](https://github.com/da2x))
- lupdate and Russian translation [\#170](https://github.com/IJHack/QtPass/pull/170) ([ahippo](https://github.com/ahippo))
- Remove path to password store in commit message and a leading space. [\#169](https://github.com/IJHack/QtPass/pull/169) ([ahippo](https://github.com/ahippo))
- Use --secure for pwgen and add more configurable options [\#168](https://github.com/IJHack/QtPass/pull/168) ([ahippo](https://github.com/ahippo))
@@ -526,6 +528,7 @@
**Implemented enhancements:**
- Feature: Always on top [\#118](https://github.com/IJHack/QtPass/issues/118)
+- Get PREFIX variable from environment [\#106](https://github.com/IJHack/QtPass/issues/106)
- Option to show minimized instance [\#99](https://github.com/IJHack/QtPass/issues/99)
- System Icons on Buttons and Doubleclick on treeView [\#124](https://github.com/IJHack/QtPass/pull/124) ([jounathaen](https://github.com/jounathaen))
@@ -546,6 +549,7 @@
- initial attempt to create a RPM spec file [\#121](https://github.com/IJHack/QtPass/pull/121) ([bram-ivs](https://github.com/bram-ivs))
- Cleanup and coding standards [\#120](https://github.com/IJHack/QtPass/pull/120) ([annejan](https://github.com/annejan))
- Modified the clipboard logic to allow for on-demand copy to clipboard. [\#119](https://github.com/IJHack/QtPass/pull/119) ([jonhanks](https://github.com/jonhanks))
+- Updating hungarian localisation [\#76](https://github.com/IJHack/QtPass/pull/76) ([damnlie](https://github.com/damnlie))
## [v1.0.5](https://github.com/IJHack/QtPass/tree/v1.0.5) (2015-11-18)
[Full Changelog](https://github.com/IJHack/QtPass/compare/v1.0.4...v1.0.5)
@@ -571,7 +575,6 @@
**Implemented enhancements:**
-- Get PREFIX variable from environment [\#106](https://github.com/IJHack/QtPass/issues/106)
- Password file named 'git' returns error [\#105](https://github.com/IJHack/QtPass/issues/105)
**Fixed bugs:**
@@ -628,7 +631,6 @@
**Merged pull requests:**
-- Updating hungarian localisation [\#76](https://github.com/IJHack/QtPass/pull/76) ([damnlie](https://github.com/damnlie))
- added DE translations [\#74](https://github.com/IJHack/QtPass/pull/74) ([Friedy](https://github.com/Friedy))
## [v0.9.2](https://github.com/IJHack/QtPass/tree/v0.9.2) (2015-07-30)
diff --git a/localization/localization_af_ZA.ts b/localization/localization_af_ZA.ts
index adcd3062..52ce8e3e 100644
--- a/localization/localization_af_ZA.ts
+++ b/localization/localization_af_ZA.ts
@@ -476,47 +476,47 @@ e-pos</translation>
<context>
<name>ImitatePass</name>
<message>
- <location filename="../src/imitatepass.cpp" line="95"/>
- <location filename="../src/imitatepass.cpp" line="305"/>
+ <location filename="../src/imitatepass.cpp" line="96"/>
+ <location filename="../src/imitatepass.cpp" line="306"/>
<source>Can not edit</source>
<translation>Kan nie redigeer nie</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="96"/>
- <location filename="../src/imitatepass.cpp" line="306"/>
+ <location filename="../src/imitatepass.cpp" line="97"/>
+ <location filename="../src/imitatepass.cpp" line="307"/>
<source>Could not read encryption key to use, .gpg-id file missing or invalid.</source>
<translation>Kon nie die koderingsleutel lees om te gebruik nie .gpg-id lêer ontbreek of ongeldig.</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="178"/>
+ <location filename="../src/imitatepass.cpp" line="179"/>
<source>Cannot update</source>
<translation>Kan nie opdateer nie</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="179"/>
+ <location filename="../src/imitatepass.cpp" line="180"/>
<source>Failed to open .gpg-id for writing.</source>
<translation>Kon nie oopmaak nie. gpg-id vir skryf.</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="192"/>
+ <location filename="../src/imitatepass.cpp" line="193"/>
<source>Check selected users!</source>
<translation>Kies geselekteerde gebruikers!</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="193"/>
+ <location filename="../src/imitatepass.cpp" line="194"/>
<source>None of the selected keys have a secret key available.
You will not be able to decrypt any newly added passwords!</source>
<translation>Geen van die geselekteerde sleutels het &apos;n geheime sleutel beskikbaar nie.
U kan geen wagwoorde wat bygevoeg is ontsyfer nie!</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="244"/>
+ <location filename="../src/imitatepass.cpp" line="245"/>
<source>Re-encrypting from folder %1</source>
<translation>Herenkriptering van lêergids %1</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="248"/>
- <location filename="../src/imitatepass.cpp" line="339"/>
+ <location filename="../src/imitatepass.cpp" line="249"/>
+ <location filename="../src/imitatepass.cpp" line="340"/>
<source>Updating password-store</source>
<translation>Opdatering van wagwoordberging</translation>
</message>
@@ -597,27 +597,27 @@ Expire-Date: 0
<translation>Raadpleeg vir kundige opsies die &lt;a href=&quot;https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html&quot;&gt; GnuPG handleiding&lt;/a&gt;</translation>
</message>
<message>
- <location filename="../src/keygendialog.cpp" line="137"/>
+ <location filename="../src/keygendialog.cpp" line="138"/>
<source>Invalid name</source>
<translation>Ongeldige naam</translation>
</message>
<message>
- <location filename="../src/keygendialog.cpp" line="138"/>
+ <location filename="../src/keygendialog.cpp" line="139"/>
<source>Name must be at least 5 characters long.</source>
<translation>Die naam moet minstens vyf karakters lank wees.</translation>
</message>
<message>
- <location filename="../src/keygendialog.cpp" line="148"/>
+ <location filename="../src/keygendialog.cpp" line="147"/>
<source>Invalid email</source>
<translation>Ongeldige e-pos</translation>
</message>
<message>
- <location filename="../src/keygendialog.cpp" line="149"/>
+ <location filename="../src/keygendialog.cpp" line="148"/>
<source>The email address you typed is not a valid email address.</source>
<translation>Die e-posadres wat u ingevoer het, is nie &apos;n geldige e-posadres nie.</translation>
</message>
<message>
- <location filename="../src/keygendialog.cpp" line="164"/>
+ <location filename="../src/keygendialog.cpp" line="163"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation>Dit kan &apos;n paar minute duur. &lt;br /&gt; Ons moet baie willekeurige grepe opwek. Dit is &apos;n goeie idee om &apos;n ander aksie uit te voer (tik op die sleutelbord, beweeg die muis, gebruik die skywe) tydens die eerste generasie; dit gee die ewekansige getalgenerator &apos;n beter kans om genoeg entropie te kry.</translation>
</message>
@@ -1182,12 +1182,12 @@ p, li { white-space: pre-wrap; }
<context>
<name>StoreModel</name>
<message>
- <location filename="../src/storemodel.cpp" line="279"/>
+ <location filename="../src/storemodel.cpp" line="280"/>
<source>force overwrite?</source>
<translation>dwing oorskryf?</translation>
</message>
<message>
- <location filename="../src/storemodel.cpp" line="280"/>
+ <location filename="../src/storemodel.cpp" line="281"/>
<source>overwrite %1 with %2?</source>
<translation>oorskryf %1 met %2?</translation>
</message>
@@ -1291,12 +1291,12 @@ Red entries are not valid, you will not be able to encrypt to these.</translatio
<translation>Sleutel word nie in sleutelring gevind nie</translation>
</message>
<message>
- <location filename="../src/usersdialog.cpp" line="154"/>
+ <location filename="../src/usersdialog.cpp" line="152"/>
<source>created</source>
<translation>geskep</translation>
</message>
<message>
- <location filename="../src/usersdialog.cpp" line="158"/>
+ <location filename="../src/usersdialog.cpp" line="156"/>
<source>expires</source>
<translation>verstryk</translation>
</message>
diff --git a/localization/localization_ar_MA.ts b/localization/localization_ar_MA.ts
index 76471709..0ce34cbd 100644
--- a/localization/localization_ar_MA.ts
+++ b/localization/localization_ar_MA.ts
@@ -414,46 +414,46 @@ e-mail</source>
<context>
<name>ImitatePass</name>
<message>
- <location filename="../src/imitatepass.cpp" line="95"/>
- <location filename="../src/imitatepass.cpp" line="305"/>
+ <location filename="../src/imitatepass.cpp" line="96"/>
+ <location filename="../src/imitatepass.cpp" line="306"/>
<source>Can not edit</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="96"/>
- <location filename="../src/imitatepass.cpp" line="306"/>
+ <location filename="../src/imitatepass.cpp" line="97"/>
+ <location filename="../src/imitatepass.cpp" line="307"/>
<source>Could not read encryption key to use, .gpg-id file missing or invalid.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="178"/>
+ <location filename="../src/imitatepass.cpp" line="179"/>
<source>Cannot update</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="179"/>
+ <location filename="../src/imitatepass.cpp" line="180"/>
<source>Failed to open .gpg-id for writing.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="192"/>
+ <location filename="../src/imitatepass.cpp" line="193"/>
<source>Check selected users!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="193"/>
+ <location filename="../src/imitatepass.cpp" line="194"/>
<source>None of the selected keys have a secret key available.
You will not be able to decrypt any newly added passwords!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="244"/>
+ <location filename="../src/imitatepass.cpp" line="245"/>
<source>Re-encrypting from folder %1</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="248"/>
- <location filename="../src/imitatepass.cpp" line="339"/>
+ <location filename="../src/imitatepass.cpp" line="249"/>
+ <location filename="../src/imitatepass.cpp" line="340"/>
<source>Updating password-store</source>
<translation type="unfinished"></translation>
</message>
@@ -520,27 +520,27 @@ Expire-Date: 0
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/keygendialog.cpp" line="137"/>
+ <location filename="../src/keygendialog.cpp" line="138"/>
<source>Invalid name</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/keygendialog.cpp" line="138"/>
+ <location filename="../src/keygendialog.cpp" line="139"/>
<source>Name must be at least 5 characters long.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/keygendialog.cpp" line="148"/>
+ <location filename="../src/keygendialog.cpp" line="147"/>
<source>Invalid email</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/keygendialog.cpp" line="149"/>
+ <location filename="../src/keygendialog.cpp" line="148"/>
<source>The email address you typed is not a valid email address.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/keygendialog.cpp" line="164"/>
+ <location filename="../src/keygendialog.cpp" line="163"/>
<source>This operation can take some minutes.&lt;br /&gt;We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy.</source>
<translation type="unfinished"></translation>
</message>
@@ -936,12 +936,12 @@ Expire-Date: 0
<context>
<name>StoreModel</name>
<message>
- <location filename="../src/storemodel.cpp" line="279"/>
+ <location filename="../src/storemodel.cpp" line="280"/>
<source>force overwrite?</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/storemodel.cpp" line="280"/>
+ <location filename="../src/storemodel.cpp" line="281"/>
<source>overwrite %1 with %2?</source>
<translation type="unfinished"></translation>
</message>
@@ -1020,12 +1020,12 @@ Red entries are not valid, you will not be able to encrypt to these.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/usersdialog.cpp" line="154"/>
+ <location filename="../src/usersdialog.cpp" line="152"/>
<source>created</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/usersdialog.cpp" line="158"/>
+ <location filename="../src/usersdialog.cpp" line="156"/>
<source>expires</source>
<translation type="unfinished"></translation>
</message>
diff --git a/localization/localization_bg_BG.ts b/localization/localization_bg_BG.ts
index 8a47deb1..4a26c2e4 100644
--- a/localization/localization_bg_BG.ts
+++ b/localization/localization_bg_BG.ts
@@ -474,46 +474,46 @@ e-mail</source>
<context>
<name>ImitatePass</name>
<message>
- <location filename="../src/imitatepass.cpp" line="95"/>
- <location filename="../src/imitatepass.cpp" line="305"/>
+ <location filename="../src/imitatepass.cpp" line="96"/>
+ <location filename="../src/imitatepass.cpp" line="306"/>
<source>Can not edit</source>
<translation>Не може да се редактира</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="96"/>
- <location filename="../src/imitatepass.cpp" line="306"/>
+ <location filename="../src/imitatepass.cpp" line="97"/>
+ <location filename="../src/imitatepass.cpp" line="307"/>
<source>Could not read encryption key to use, .gpg-id file missing or invalid.</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="178"/>
+ <location filename="../src/imitatepass.cpp" line="179"/>
<source>Cannot update</source>
<translation>Не може да се актуализира</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="179"/>
+ <location filename="../src/imitatepass.cpp" line="180"/>
<source>Failed to open .gpg-id for writing.</source>
<translation>Неуспешно отваряне на .gpg-id за запис.</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="192"/>
+ <location filename="../src/imitatepass.cpp" line="193"/>
<source>Check selected users!</source>
<translation>Проверете избраните потребители!</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="193"/>
+ <location filename="../src/imitatepass.cpp" line="194"/>
<source>None of the selected keys have a secret key available.
You will not be able to decrypt any newly added passwords!</source>
<translation type="unfinished"></translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="244"/>
+ <location filename="../src/imitatepass.cpp" line="245"/>
<source>Re-encrypting from folder %1</source>
<translation>Повторно криптиране от папка% 1</translation>
</message>
<message>
- <location filename="../src/imitatepass.cpp" line="248"/>
- <location filename="../src/imitatepass