From f47db79eb566bfe8ed6fca5b31e29bcce0ccdd74 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Tue, 8 Dec 2020 19:16:29 +0100 Subject: Qt6 compatibility --- CHANGELOG.md | 18 ++++---- localization/localization_af_ZA.ts | 40 +++++++++--------- localization/localization_ar_MA.ts | 40 +++++++++--------- localization/localization_bg_BG.ts | 40 +++++++++--------- localization/localization_ca_ES.ts | 40 +++++++++--------- localization/localization_cs_CZ.ts | 40 +++++++++--------- localization/localization_cy_GB.ts | 40 +++++++++--------- localization/localization_da.ts | 40 +++++++++--------- localization/localization_de_DE.ts | 40 +++++++++--------- localization/localization_de_LU.ts | 40 +++++++++--------- localization/localization_el_GR.ts | 40 +++++++++--------- localization/localization_en_GB.ts | 40 +++++++++--------- localization/localization_en_US.ts | 40 +++++++++--------- localization/localization_es_ES.ts | 40 +++++++++--------- localization/localization_fi_FI.ts | 40 +++++++++--------- localization/localization_fr_BE.ts | 40 +++++++++--------- localization/localization_fr_FR.ts | 40 +++++++++--------- localization/localization_fr_LU.ts | 40 +++++++++--------- localization/localization_gl_ES.ts | 40 +++++++++--------- localization/localization_he_IL.ts | 40 +++++++++--------- localization/localization_hr_HR.ts | 40 +++++++++--------- localization/localization_hu_HU.ts | 40 +++++++++--------- localization/localization_it_IT.ts | 40 +++++++++--------- localization/localization_ja_JA.ts | 81 +++++++++++++++++++----------------- localization/localization_lb_LU.ts | 40 +++++++++--------- localization/localization_nb_NO.ts | 40 +++++++++--------- localization/localization_nl_BE.ts | 40 +++++++++--------- localization/localization_nl_NL.ts | 40 +++++++++--------- localization/localization_pl_PL.ts | 40 +++++++++--------- localization/localization_pt_PT.ts | 40 +++++++++--------- localization/localization_ru_RU.ts | 40 +++++++++--------- localization/localization_sk_SK.ts | 40 +++++++++--------- localization/localization_sq_AL.ts | 40 +++++++++--------- localization/localization_sv_SE.ts | 40 +++++++++--------- localization/localization_tr_TR.ts | 40 +++++++++--------- localization/localization_zh_CN.ts | 40 +++++++++--------- localization/localization_zh_Hant.ts | 40 +++++++++--------- main/main.cpp | 18 +++++--- src/executor.cpp | 8 ++++ src/imitatepass.cpp | 15 +++---- src/keygendialog.cpp | 17 ++++---- src/mainwindow.cpp | 12 +++--- src/pass.cpp | 10 ++--- src/qtpass.cpp | 20 ++++----- src/realpass.cpp | 9 ++-- src/storemodel.cpp | 7 ++-- src/usersdialog.cpp | 20 ++++----- 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 ImitatePass - - + + Can not edit Kan nie redigeer nie - - + + Could not read encryption key to use, .gpg-id file missing or invalid. Kon nie die koderingsleutel lees om te gebruik nie .gpg-id lêer ontbreek of ongeldig. - + Cannot update Kan nie opdateer nie - + Failed to open .gpg-id for writing. Kon nie oopmaak nie. gpg-id vir skryf. - + Check selected users! Kies geselekteerde gebruikers! - + None of the selected keys have a secret key available. You will not be able to decrypt any newly added passwords! Geen van die geselekteerde sleutels het 'n geheime sleutel beskikbaar nie. U kan geen wagwoorde wat bygevoeg is ontsyfer nie! - + Re-encrypting from folder %1 Herenkriptering van lêergids %1 - - + + Updating password-store Opdatering van wagwoordberging @@ -597,27 +597,27 @@ Expire-Date: 0 Raadpleeg vir kundige opsies die <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html"> GnuPG handleiding</a> - + Invalid name Ongeldige naam - + Name must be at least 5 characters long. Die naam moet minstens vyf karakters lank wees. - + Invalid email Ongeldige e-pos - + The email address you typed is not a valid email address. Die e-posadres wat u ingevoer het, is nie 'n geldige e-posadres nie. - + This operation can take some minutes.<br />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. Dit kan 'n paar minute duur. <br /> Ons moet baie willekeurige grepe opwek. Dit is 'n goeie idee om '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 'n beter kans om genoeg entropie te kry. @@ -1182,12 +1182,12 @@ p, li { white-space: pre-wrap; } StoreModel - + force overwrite? dwing oorskryf? - + overwrite %1 with %2? oorskryf %1 met %2? @@ -1291,12 +1291,12 @@ Red entries are not valid, you will not be able to encrypt to these.Sleutel word nie in sleutelring gevind nie - + created geskep - + expires verstryk 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 ImitatePass - - + + Can not edit - - + + Could not read encryption key to use, .gpg-id file missing or invalid. - + Cannot update - + Failed to open .gpg-id for writing. - + Check selected users! - + None of the selected keys have a secret key available. You will not be able to decrypt any newly added passwords! - + Re-encrypting from folder %1 - - + + Updating password-store @@ -520,27 +520,27 @@ Expire-Date: 0 - + Invalid name - + Name must be at least 5 characters long. - + Invalid email - + The email address you typed is not a valid email address. - + This operation can take some minutes.<br />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. @@ -936,12 +936,12 @@ Expire-Date: 0 StoreModel - + force overwrite? - + overwrite %1 with %2? @@ -1020,12 +1020,12 @@ Red entries are not valid, you will not be able to encrypt to these. - + created - + expires 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 ImitatePass - - + + Can not edit Не може да се редактира - - + + Could not read encryption key to use, .gpg-id file missing or invalid. - + Cannot update Не може да се актуализира - + Failed to open .gpg-id for writing. Неуспешно отваряне на .gpg-id за запис. - + Check selected users! Проверете избраните потребители! - + None of the selected keys have a secret key available. You will not be able to decrypt any newly added passwords! - + Re-encrypting from folder %1 Повторно криптиране от папка% 1 - - + + Updating password-store Актуализиране на хранилището на пароли @@ -580,27 +580,27 @@ Expire-Date: 0 За експертни опции разгледайте <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html"> ръководството за GnuPG </a> - + Invalid name Невалидно име - + Name must be at least 5 characters long. Името трябва да е с дължина поне 5 знака. - + Invalid email Невалиден имейл - + The email address you typed is not a valid email address. Въведеният имейл адрес не е валиден имейл адрес. - + This operation can take some minutes.<br />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. @@ -1161,12 +1161,12 @@ p, li { white-space: pre-wrap; } StoreModel - + force overwrite? принудително презаписване? - + overwrite %1 with %2? да се презапише ли% 1 с% 2? @@ -1270,12 +1270,12 @@ Red entries are not valid, you will not be able to encrypt to these.Ключът не е намерен в ключодържателя - + created създаден - + expires изтича diff --git a/localization/localization_ca_ES.ts b/localization/localization_ca_ES.ts index e2ebbaec..ded3d120 100644 --- a/localization/localization_ca_ES.ts +++ b/localization/localization_ca_ES.ts @@ -476,47 +476,47 @@ e-mail ImitatePass - - + + Can not edit No es pot editar - - + + Could not read encryption key to use, .gpg-id file missing or invalid. No s'ha pogut llegir el fitxer que s'ha d'utilitzar per al xifratge, falta el fitxer .gpg-id o bé no és vàlid. - + Cannot update No es pot actualitzar - + Failed to open .gpg-id for writing. Ha fallat l'obriment de .gpg-id per a l'escriptura. - + Check selected users! Comproveu els usuaris seleccionats! - + None of the selected keys have a secret key available. You will not be able to decrypt any newly added passwords! Cap de les tecles seleccionades té una clau secreta disponible. Probablement no podreu desxifrar les contrasenyes afegides recentment! - + Re-encrypting from folder %1 Re-xifratge des de la carpeta %1 - - + + Updating password-store Actualització del magatzem de contrasenyes @@ -597,27 +597,27 @@ Expire-Date: 0 Per obtenir opcions d'experts consulteu el <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html">manual de GnuPG</a> - + Invalid name El nom no és vàlid - + Name must be at least 5 characters long. El nom ha de tenir almenys 5 caràcters de longitud. - + Invalid email El correu electrònic no és vàlid - + The email address you typed is not a valid email address. L'adreça de correu electrònic que heu escrit no és una adreça electrònica vàlida. - + This operation can take some minutes.<br />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. Aquesta operació pot trigar uns quants minuts.<br />S'han de generar molts bytes aleatoris. Una bona idea és realitzar alguna altra acció (teclegeu el teclat, moveu el ratolí, utilitzeu els discs) durant la generació de nombres primers; això dóna al generador de nombres aleatoris una millor oportunitat per obtenir prou entropia. @@ -1182,12 +1182,12 @@ p, li { white-space: pre-wrap; } StoreModel - + force overwrite? voleu forçar la sobreescriptura? - + overwrite %1 with %2? sobreescriu %1 amb %2? @@ -1291,12 +1291,12 @@ Les entrades vermelles no són vàlides, no podreu xifrar. No s'ha trobat la clau a l'anell de claus - + created creada - + expires venç diff --git a/localization/localization_cs_CZ.ts b/localization/localization_cs_CZ.ts index a30dec8e..6fc3a808 100644 --- a/localization/localization_cs_CZ.ts +++ b/localization/localization_cs_CZ.ts @@ -472,47 +472,47 @@ e-mail ImitatePass - - + + Can not edit Nelze upravovat - - + + Could not read encryption key to use, .gpg-id file missing or invalid. Nelze načíst šifrovací klíč, .gpg-id soubor chybí nebo je neplatný. - + Cannot update Nelze aktualizovat - + Failed to open .gpg-id for writing. Selhalo otevření .gpg-id pro zápis. - + Check selected users! Zaškrtnout vybrané uživatele! - + None of the selected keys have a secret key available. You will not be able to decrypt any newly added passwords! Pro žádný z vybraných klíčů není dostupný tajný klíč. Nebudete moci dešifrovat žádná nově přidaná hesla! - + Re-encrypting from folder %1 Nově šifrováno z adresáře %1 - - + + Updating password-store Aktualizace úložiště hesel @@ -593,27 +593,27 @@ Expire-Date: 0 Možnosti expertního nastavení můžete nalézt v <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html">GnuPG manuálu</a> - + This operation can take some minutes.<br />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. Tato operace může zabrat několik minut.<br />Je třeba vygenerovat množství náhodných dat. Pro urychlení můžete pomoci (psaním na klávesnici, pohybováním myší, zapisováním na disk) s jejich generováním; toto pomůže generátoru náhodných čísel zvýšit šanci na získání dostatečné entropie. - + Invalid name Neplatné jméno - + Name must be at least 5 characters long. Jméno musí být nejméně pět znaků dlouhé. - + Invalid email Neplatný e-mail - + The email address you typed is not a valid email address. E-mailová adresa, kterou jste zadali, není platná e-mailová adresa. @@ -1134,12 +1134,12 @@ Expire-Date: 0 StoreModel - + force overwrite? Vynutit přepsání? - + overwrite %1 with %2? přepsat %1 pomocí %2? @@ -1243,12 +1243,12 @@ Modře označené záznamy poskytují tajný klíč, vyberte jeden z nich, kter Klíč nebyl v klíčence nalezen - + created vytvořen - + expires vyprší diff --git a/localization/localization_cy_GB.ts b/localization/localization_cy_GB.ts index 389467e3..4fe90191 100644 --- a/localization/localization_cy_GB.ts +++ b/localization/localization_cy_GB.ts @@ -416,47 +416,47 @@ e-mail ImitatePass - - + + Can not edit Methu golygu - - + + Could not read encryption key to use, .gpg-id file missing or invalid. Methwyd darllen allwedd amgryptio i'w ddefnyddio, .gpg-id File ar goll neu annilys. - + Cannot update Methu diweddaru - + Failed to open .gpg-id for writing. Methwyd agor .gpg-id ar gyfer ysgrifennu. - + Check selected users! Gwirio'r defnyddwyr a ddewiswyd! - + None of the selected keys have a secret key available. You will not be able to decrypt any newly added passwords! Does dim allwedd gyfrinachol ar gael gan yr un o'r bysellau a ddewiswyd. Ni fyddwch yn gallu dadgryptio unrhyw gyfrineiriau sydd newydd eu hychwanegu! - + Re-encrypting from folder %1 Ail-amgryptio o blygell %1 - - + + Updating password-store Diweddaru'r siop cyfrinair @@ -537,27 +537,27 @@ Expire-Date: 0 Ar gyfer dewisiadau arbenigol edrychwch ar y <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html"> GnuPG manual </a> - + Invalid name Enw annilys - + Name must be at least 5 characters long. Rhaid i'r enw fod o leiaf 5 nod o hyd. - + Invalid email E-bost annilys - + The email address you typed is not a valid email address. Dydy'r cyfeiriad e-bost deipioch chi ddim yn gyfeiriad e-bost dilys. - + This operation can take some minutes.<br />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. Gall y llawdriniaeth hon gymryd rhai munudau. <br /> Mae angen i ni gynhyrchu llawer o bytes ar hap. Mae'n syniad da cyflawni rhyw weithred arall (teipiwch ar y bysellfwrdd, symud y llygoden, defnyddio'r disgiau) yn ystod y brif genhedlaeth; mae hyn yn rhoi gwell cyfle i'r generadur rhif ar hap ennill digon o entropi. @@ -960,12 +960,12 @@ Expire-Date: 0 StoreModel - + force overwrite? gorfodi trosysgrifo? - + overwrite %1 with %2? trosysgrifo %1 gyda %2? @@ -1047,12 +1047,12 @@ Nid yw cofnodion coch yn ddilys, ni fyddwch yn gallu amgryptio i'r rhain.Bysell heb ei ganfod yn y cylch allweddi - + created creu - + expires i ben diff --git a/localization/localization_da.ts b/localization/localization_da.ts index 7d58cb78..a2560ff5 100644 --- a/localization/localization_da.ts +++ b/localization/localization_da.ts @@ -476,47 +476,47 @@ e-mail ImitatePass - - + + Can not edit Ude af stand til at redigere - - + + Could not read encryption key to use, .gpg-id file missing or invalid. Kunne ikke læse krypteringsnøglen der skal benyttes, filen .gpg-id mangler eller er ugyldig. - + Cannot update Ude af stand til at opdatere - + Failed to open .gpg-id for writing. Kunne ikke skrive til .gpg-id. - + Check selected users! Tjek valgte brugere! - + None of the selected keys have a secret key available. You will not be able to decrypt any newly added passwords! Ingen af de valgte nøgler har en hemmelig nøgle tilgængelig. Du vil ikke være i stand til at dekryptere nogen nye tilføjede kodeord! - + Re-encrypting from folder %1 Genkrypterer fra mappen %1 - - + + Updating password-store Opdaterer kodeordslager @@ -597,27 +597,27 @@ Expire-Date: 0 For avancerede instillingsmuligheder, se venligst <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html">GnuPG manualen</a> - + Invalid name Ugyldigt navn - + Name must be at least 5 characters long. Navnet skal bestå af mindst 5 tegn. - + Invalid email Ugyldig emailadresse - + The email address you typed is not a valid email address. Adressen du angav er ikke en gyldig emailadresse. - + This operation can take some minutes.<br />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. Denne handling kan tage nogle minutter.<br />Vi har brug for at generere en masse tilfældige bytes. Det er en god idé at foretage nogle andre handlinger (tast på tastaturet, flyt musen, brug harddiskene) mens primtallet genereres; dette gør det lettere for tilfældighedsgeneratoren at oparbejde tilstrækkelig entropi. @@ -1182,12 +1182,12 @@ p, li { white-space: pre-wrap; } StoreModel - + force overwrite? gennemtving overskrivning? - + overwrite %1 with %2? overskriv %1 med %2? @@ -1291,12 +1291,12 @@ Red entries are not valid, you will not be able to encrypt to these.Nøgle ikke fundet i nøglering - + created oprettet - + expires udløber diff --git a/localization/localization_de_DE.ts b/localization/localization_de_DE.ts index 8a035b9c..7d801ea3 100644 --- a/localization/localization_de_DE.ts +++ b/localization/localization_de_DE.ts @@ -477,47 +477,47 @@ e-mail ImitatePass - - + + Can not edit Ändern nicht möglich - - + + Could not read encryption key to use, .gpg-id file missing or invalid. Schlüssel nicht lesbar, .gpg-id Datei fehlt oder ist ungültig. - + Cannot update Update nicht möglich - + Failed to open .gpg-id for writing. Schreibzugrif auf .gpg-id fehlgeschlagen. - + Check selected users! Ausgewählte Benutzer prüfen! - + None of the selected keys have a secret key available. You will not be able to decrypt any newly added passwords! Der Partnerschlüssel der selektierten Schlüssel fehlt. Hiermit können keine neu hinzugefügefügten Kennwörter entschlüsselt werden! - + Re-encrypting from folder %1 Neu-Verschlüsselung aus Ordner %1 - - + + Updating password-store Kennwortspeicher wird aktualisiert @@ -565,27 +565,27 @@ Hiermit können keine neu hinzugefügefügten Kennwörter entschlüsselt werden! Einstellungen für Fortgeschrittene zu finden unter <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html">GnuPG manual</a> - + Invalid name Ungültiger Name - + Name must be at least 5 characters long. Name muss mindestens 5 Zeichen lang sein. - + Invalid email Ungültige E-Mail - + The email address you typed is not a valid email address. Die eingegebene E-Mail-Adresse ist keine gültige E-Mail-Adresse. - + This operation can take some minutes.<br />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 eno