From 1ac2970ea2e235b5626d48b912974fb3d00e8a68 Mon Sep 17 00:00:00 2001 From: Anne Jan Brouwer Date: Wed, 23 Oct 2019 17:16:42 +0200 Subject: Updated CONTRIBUTING, locales and changed the "Current profile / password-store / password manager" to "Current path" --- CHANGELOG.md | 19 ++++++---- CONTRIBUTING.md | 19 +++++++++- localization/localization_ar_MA.ts | 52 ++++++++++++++++++++++++++- localization/localization_ca.ts | 50 ++++++++++++++++++++++++++ localization/localization_cs_CZ.ts | 50 ++++++++++++++++++++++++++ localization/localization_de_DE.ts | 50 ++++++++++++++++++++++++++ localization/localization_de_LU.ts | 50 ++++++++++++++++++++++++++ localization/localization_el_GR.ts | 50 ++++++++++++++++++++++++++ localization/localization_en_GB.ts | 50 ++++++++++++++++++++++++++ localization/localization_en_US.ts | 50 ++++++++++++++++++++++++++ localization/localization_es_ES.ts | 50 ++++++++++++++++++++++++++ localization/localization_fr_BE.ts | 50 ++++++++++++++++++++++++++ localization/localization_fr_FR.ts | 50 ++++++++++++++++++++++++++ localization/localization_fr_LU.ts | 74 +++++++++++++++++++++++++++++++------- localization/localization_gl_ES.ts | 50 ++++++++++++++++++++++++++ localization/localization_he_IL.ts | 52 ++++++++++++++++++++++++++- localization/localization_hu_HU.ts | 58 +++++++++++++++++++++++++++--- localization/localization_it_IT.ts | 50 ++++++++++++++++++++++++++ localization/localization_lb_LU.ts | 50 ++++++++++++++++++++++++++ localization/localization_nb_NO.ts | 50 ++++++++++++++++++++++++++ localization/localization_nl_BE.ts | 50 ++++++++++++++++++++++++++ localization/localization_nl_NL.ts | 50 ++++++++++++++++++++++++++ localization/localization_pl_PL.ts | 50 ++++++++++++++++++++++++++ localization/localization_pt_PT.ts | 50 ++++++++++++++++++++++++++ localization/localization_ru_RU.ts | 50 ++++++++++++++++++++++++++ localization/localization_sq_AL.ts | 50 ++++++++++++++++++++++++++ localization/localization_sv_SE.ts | 50 ++++++++++++++++++++++++++ localization/localization_zh_CN.ts | 50 ++++++++++++++++++++++++++ src/configdialog.ui | 2 +- 29 files changed, 1349 insertions(+), 27 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2d46065..718a1f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,14 +10,18 @@ **Closed issues:** +- Translations need updating and checking [\#488](https://github.com/IJHack/QtPass/issues/488) - How to let QtPass use the real "pass" on windows [\#458](https://github.com/IJHack/QtPass/issues/458) - Fresh install of Antergos with Deepin - High DPI scaling is not working [\#417](https://github.com/IJHack/QtPass/issues/417) +- Strange behavior when clearing filter [\#402](https://github.com/IJHack/QtPass/issues/402) - Tray icon remains after quitting program [\#401](https://github.com/IJHack/QtPass/issues/401) - QtPass doesn't work will pass in WSL [\#375](https://github.com/IJHack/QtPass/issues/375) +- UI is blurry on HiDPI screens on MacOS \(retina\) since 1.2.x [\#355](https://github.com/IJHack/QtPass/issues/355) - Config dialog's Password Generation field got crowded between 1.1.3 and 1.1.6 [\#278](https://github.com/IJHack/QtPass/issues/278) **Merged pull requests:** +- Spelling: Git, GPG, PWGen, etc. [\#492](https://github.com/IJHack/QtPass/pull/492) ([comradekingu](https://github.com/comradekingu)) - Don't use a deprecated method [\#491](https://github.com/IJHack/QtPass/pull/491) ([amarsman](https://github.com/amarsman)) - Issue \#402: 'deselect\(\)' on clearing filter [\#490](https://github.com/IJHack/QtPass/pull/490) ([petr-nehez](https://github.com/petr-nehez)) @@ -167,7 +171,6 @@ **Closed issues:** -- Strange behavior when clearing filter [\#402](https://github.com/IJHack/QtPass/issues/402) - Multiple question marks while trying to delete password [\#385](https://github.com/IJHack/QtPass/issues/385) - No button icons and text in "menu bar" [\#383](https://github.com/IJHack/QtPass/issues/383) - Cannot add a new password [\#380](https://github.com/IJHack/QtPass/issues/380) @@ -176,7 +179,6 @@ - Entire program is huge on High DPI screen on Linux [\#369](https://github.com/IJHack/QtPass/issues/369) - Two new issues since latest refactoring [\#368](https://github.com/IJHack/QtPass/issues/368) - Chocolatey package outdated [\#366](https://github.com/IJHack/QtPass/issues/366) -- UI is blurry on HiDPI screens on MacOS \(retina\) since 1.2.x [\#355](https://github.com/IJHack/QtPass/issues/355) - How do I change the language ? [\#352](https://github.com/IJHack/QtPass/issues/352) - Parallel make issue in qtpass-1.2.1: ld: cannot find -lqtpass [\#350](https://github.com/IJHack/QtPass/issues/350) - "copy" icon has disappeared in v1.2.1 [\#344](https://github.com/IJHack/QtPass/issues/344) @@ -239,7 +241,6 @@ **Fixed bugs:** - Do not hide passwords and no generator [\#267](https://github.com/IJHack/QtPass/issues/267) -- Weird behavior when turning on git support \(auto push/pull\) with non-clean git dir [\#128](https://github.com/IJHack/QtPass/issues/128) - SingleApplication implementation buggy [\#26](https://github.com/IJHack/QtPass/issues/26) **Closed issues:** @@ -384,6 +385,7 @@ - Signed releases [\#186](https://github.com/IJHack/QtPass/issues/186) - Why it's not listed in wikipedia.org/wiki/List\_of\_password\_managers ? [\#164](https://github.com/IJHack/QtPass/issues/164) +- Same name for file and folder [\#159](https://github.com/IJHack/QtPass/issues/159) - Bitdefender blocks installation and quarantines the .exe and .ink [\#138](https://github.com/IJHack/QtPass/issues/138) **Merged pull requests:** @@ -449,7 +451,6 @@ **Closed issues:** - Remove outdated Debian packaging [\#165](https://github.com/IJHack/QtPass/issues/165) -- Same name for file and folder [\#159](https://github.com/IJHack/QtPass/issues/159) - Icons don't work on nixos [\#157](https://github.com/IJHack/QtPass/issues/157) - gpg: Sorry, we are in batchmode - can't get input [\#151](https://github.com/IJHack/QtPass/issues/151) @@ -463,7 +464,6 @@ - update gl\_Es [\#162](https://github.com/IJHack/QtPass/pull/162) ([xmgz](https://github.com/xmgz)) - Two UI Tweaks [\#158](https://github.com/IJHack/QtPass/pull/158) ([lftl](https://github.com/lftl)) - configwindow.ui default/start tab set to "settings" [\#154](https://github.com/IJHack/QtPass/pull/154) ([jounathaen](https://github.com/jounathaen)) -- FAQ update concerning button-icons on cinnamon [\#153](https://github.com/IJHack/QtPass/pull/153) ([jounathaen](https://github.com/jounathaen)) ## [v1.1.0](https://github.com/IJHack/QtPass/tree/v1.1.0) (2016-01-25) [Full Changelog](https://github.com/IJHack/QtPass/compare/v1.0.6...v1.1.0) @@ -503,6 +503,7 @@ **Merged pull requests:** +- FAQ update concerning button-icons on cinnamon [\#153](https://github.com/IJHack/QtPass/pull/153) ([jounathaen](https://github.com/jounathaen)) - improved the German translation [\#134](https://github.com/IJHack/QtPass/pull/134) ([retokromer](https://github.com/retokromer)) - qrand always generating the same sequence of passwords [\#129](https://github.com/IJHack/QtPass/pull/129) ([treat1](https://github.com/treat1)) - some improvements [\#126](https://github.com/IJHack/QtPass/pull/126) ([retokromer](https://github.com/retokromer)) @@ -550,6 +551,10 @@ ## [v1.0.2](https://github.com/IJHack/QtPass/tree/v1.0.2) (2015-09-24) [Full Changelog](https://github.com/IJHack/QtPass/compare/v1.0.1...v1.0.2) +**Fixed bugs:** + +- Weird behavior when turning on git support \(auto push/pull\) with non-clean git dir [\#128](https://github.com/IJHack/QtPass/issues/128) + **Closed issues:** - Generate password: Floating point exception \(core dumped\) [\#102](https://github.com/IJHack/QtPass/issues/102) @@ -580,7 +585,6 @@ **Merged pull requests:** - Issue 86 clear panel [\#87](https://github.com/IJHack/QtPass/pull/87) ([karlgrz](https://github.com/karlgrz)) -- Update FAQ for Yubikey NEO helper in .bashrc for Ubuntu [\#80](https://github.com/IJHack/QtPass/pull/80) ([karlgrz](https://github.com/karlgrz)) - \[WIP\] Call 'pass git init' on creation of password-store when useGit [\#78](https://github.com/IJHack/QtPass/pull/78) ([dennisdegreef](https://github.com/dennisdegreef)) ## [v1.0.0](https://github.com/IJHack/QtPass/tree/v1.0.0) (2015-08-01) @@ -683,7 +687,6 @@ - Provide more information in user list. [\#47](https://github.com/IJHack/QtPass/pull/47) ([rdoeffinger](https://github.com/rdoeffinger)) - Enable C++11 and use it to simplify loops. [\#46](https://github.com/IJHack/QtPass/pull/46) ([rdoeffinger](https://github.com/rdoeffinger)) -- Support for editing .gpg-id via GUI with public keyring list. [\#23](https://github.com/IJHack/QtPass/pull/23) ([rdoeffinger](https://github.com/rdoeffinger)) ## [v0.8.1](https://github.com/IJHack/QtPass/tree/v0.8.1) (2015-05-06) **Fixed bugs:** @@ -707,6 +710,7 @@ **Merged pull requests:** +- Update FAQ for Yubikey NEO helper in .bashrc for Ubuntu [\#80](https://github.com/IJHack/QtPass/pull/80) ([karlgrz](https://github.com/karlgrz)) - SingleApplication per user and leading newline removed from output [\#44](https://github.com/IJHack/QtPass/pull/44) ([annejan](https://github.com/annejan)) - User filtering and many fixes [\#42](https://github.com/IJHack/QtPass/pull/42) ([annejan](https://github.com/annejan)) - Re-enable Windows WebDAV support. [\#37](https://github.com/IJHack/QtPass/pull/37) ([rdoeffinger](https://github.com/rdoeffinger)) @@ -715,6 +719,7 @@ - Add nosingleapp config. [\#27](https://github.com/IJHack/QtPass/pull/27) ([rdoeffinger](https://github.com/rdoeffinger)) - Add Makefile with commands to make a binary release zip file. [\#25](https://github.com/IJHack/QtPass/pull/25) ([rdoeffinger](https://github.com/rdoeffinger)) - Start process only after we finished disabling UI elements etc. [\#24](https://github.com/IJHack/QtPass/pull/24) ([rdoeffinger](https://github.com/rdoeffinger)) +- Support for editing .gpg-id via GUI with public keyring list. [\#23](https://github.com/IJHack/QtPass/pull/23) ([rdoeffinger](https://github.com/rdoeffinger)) - More proper support for subdirectories. [\#22](https://github.com/IJHack/QtPass/pull/22) ([rdoeffinger](https://github.com/rdoeffinger)) - Russian translation \(+typo fixed\) [\#20](https://github.com/IJHack/QtPass/pull/20) ([mexus](https://github.com/mexus)) - Windows-related fixes. [\#17](https://github.com/IJHack/QtPass/pull/17) ([rdoeffinger](https://github.com/rdoeffinger)) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 6d19bc79..aa6f614c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,16 +8,28 @@ Thank you for wanting to contribute to making QtPass awesome. This document is still in a very early stage and needs a lot more work. +## Pull Request Process + +1. Ensure install or build dependencies and artefacts are not commmitted. +2. When adding big new features or changes to the build system, update the [README.md](README.md) to reflect those. +3. Make sure you update all of the CI configs if need be. These are ran on every Pull Request. +3. Increase the version numbers in relevant files when applicable. + The versioning scheme we use is [SemVer](http://semver.org/). +4. You may merge the Pull Request in once you have the sign-off of one other developer, or if you + do not have permission to do that, you may request a reviewer to merge it for you. + ## Translations * Add you language to the `qtpass.pro` file under TRANSLATIONS and in the `resources.qrc` file. -* Next run the command `lupdate qtpass.pro` which will create the localization files. +* Next run the command `./translate` which will create and update the localization files. * Edit your file with (let's imagine your language is sv_SE (Swedish) `linguist localization/localization_sv_SE.ts` Qt Linguist has very nice in-context translation options [for translators](https://doc.qt.io/qt-5/linguist-translators.html) +You can do online translations via [Weblate](https://hosted.weblate.org/projects/qtpass/qtpass/) + ## IRC For questions or brainstorming about features please join #ijhack on freenode. @@ -25,3 +37,8 @@ For questions or brainstorming about features please join #ijhack on freenode. ## Gitter Or if you prefer to use [gitter](https://gitter.im/IJHack/qtpass) + +## License + +QtPass is released under the GNU GPL v3.0 license. +http://www.gnu.org/licenses/gpl-3.0.html diff --git a/localization/localization_ar_MA.ts b/localization/localization_ar_MA.ts index db051b8d..5ec23b74 100644 --- a/localization/localization_ar_MA.ts +++ b/localization/localization_ar_MA.ts @@ -83,6 +83,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen @@ -325,6 +329,52 @@ email The folder %1 doesn't seem to be a password store or is not yet initialised. + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass @@ -515,7 +565,7 @@ Expire-Date: 0 Configuration - + إعدادات Welcome to QtPass %1 diff --git a/localization/localization_ca.ts b/localization/localization_ca.ts index 7cef8767..beed6887 100644 --- a/localization/localization_ca.ts +++ b/localization/localization_ca.ts @@ -87,6 +87,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZabcçdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen Utilitza pwgen @@ -335,6 +339,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_cs_CZ.ts b/localization/localization_cs_CZ.ts index 1d460c7f..272fa28a 100644 --- a/localization/localization_cs_CZ.ts +++ b/localization/localization_cs_CZ.ts @@ -127,6 +127,10 @@ Select password storage program: Vybrat program správce hesel: + + Current path + + Nati&ve git/gpg &Výchozí git/gpg @@ -335,6 +339,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_de_DE.ts b/localization/localization_de_DE.ts index c3936875..08e5005e 100644 --- a/localization/localization_de_DE.ts +++ b/localization/localization_de_DE.ts @@ -132,6 +132,10 @@ pass pass + + Current path + + <a href="https://QtPass.org/">QtPass</a> version <a href="https://QtPass.org/">QtPass</a> Version @@ -332,6 +336,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org Bitte installieren Sie GnuPG auf Ihrem System. <br>Installieren Sie <strong>Ubuntu</strong> aus dem Microsoft Store<br>oder "a href="https://www.gnupg.org/download/#sec-1-2">download</a> es von GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_de_LU.ts b/localization/localization_de_LU.ts index 279c9270..200e1b43 100644 --- a/localization/localization_de_LU.ts +++ b/localization/localization_de_LU.ts @@ -124,6 +124,10 @@ pass pass + + Current path + + <a href="https://QtPass.org/">QtPass</a> version <a href="https://QtPass.org/">QtPass</a> Version @@ -332,6 +336,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org Bitte installieren Sie GnuPG auf Ihrem System. <br>Installieren Sie <strong>Ubuntu</strong> aus dem Microsoft Store<br>oder "a href="https://www.gnupg.org/download/#sec-1-2">download</a> es von GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_el_GR.ts b/localization/localization_el_GR.ts index 1dad1c97..295b6596 100644 --- a/localization/localization_el_GR.ts +++ b/localization/localization_el_GR.ts @@ -83,6 +83,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen @@ -325,6 +329,52 @@ email The folder %1 doesn't seem to be a password store or is not yet initialised. + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_en_GB.ts b/localization/localization_en_GB.ts index ce46a2c1..e855855b 100644 --- a/localization/localization_en_GB.ts +++ b/localization/localization_en_GB.ts @@ -87,6 +87,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen Use pwgen @@ -335,6 +339,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_en_US.ts b/localization/localization_en_US.ts index ae26aac6..544a9023 100644 --- a/localization/localization_en_US.ts +++ b/localization/localization_en_US.ts @@ -87,6 +87,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen Use pwgen @@ -335,6 +339,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_es_ES.ts b/localization/localization_es_ES.ts index fb8bc161..0f97d258 100644 --- a/localization/localization_es_ES.ts +++ b/localization/localization_es_ES.ts @@ -263,6 +263,10 @@ Autodetect + + Current path + + Template @@ -325,6 +329,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_fr_BE.ts b/localization/localization_fr_BE.ts index dfdd6c82..6f43b6fa 100644 --- a/localization/localization_fr_BE.ts +++ b/localization/localization_fr_BE.ts @@ -127,6 +127,10 @@ Select password storage program: Sélectionner le programme de stockage des mots de passe : + + Current path + + Nati&ve git/gpg Utiliser Git/GPG en &natif @@ -335,6 +339,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_fr_FR.ts b/localization/localization_fr_FR.ts index b722b662..e1ad4f8b 100644 --- a/localization/localization_fr_FR.ts +++ b/localization/localization_fr_FR.ts @@ -87,6 +87,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen Utiliser pwgen @@ -335,6 +339,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_fr_LU.ts b/localization/localization_fr_LU.ts index 79024b2a..c5d378fb 100644 --- a/localization/localization_fr_LU.ts +++ b/localization/localization_fr_LU.ts @@ -127,6 +127,10 @@ Select password storage program: Sélectionner le programme de stockage des mots de passe : + + Current path + + Nati&ve git/gpg Utiliser Git/GPG en &natif @@ -297,7 +301,7 @@ email Extensions: - Extensions : + Extensions : Use qrencode @@ -309,7 +313,7 @@ email <html><head/><body><p><a href="https://www.passwordstore.org/"><span style=" text-decoration: underline;">www.passwordstore.org</span></a></p></body></html> - <html><head/><body><p><a href="https ://www.passwordstore.org/"><span style=" text-decoration : underline ;">www.passwordstore.org</span></a></p></body></html> + <html><head/><body><p><a href="https ://www.passwordstore.org/"><span style=" text-decoration : underline ;">www.passwordstore.org</span></a></p></body></html> Autodetect @@ -335,6 +339,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org S'il vous plaît installer GnuPG sur votre système. <br>Installer <strong>Ubuntu</strong> du Microsoft Store<br>ou 'a href'"https://www.gnupg.org/download/#sec-1-2" 'download</a> il from GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass @@ -424,14 +474,14 @@ Expire-Date: 0 # first test version please comment # %echo Generating a default key -Key-Type : default -Subkey-Type : default -Name-Real : -Name-Comment : QtPass -Name-Email : -Expire-Date : 0 +Key-Type : default +Subkey-Type : default +Name-Real : +Name-Comment : QtPass +Name-Email : +Expire-Date : 0 %no-protection -# Do a commit here, so that we can later print "done" :-) +# Do a commit here, so that we can later print "done" :-) %commit %echo done @@ -718,7 +768,7 @@ Expire-Date : 0 and the whole content? - et tout le contenu ? + et tout le contenu ? and the whole content? <br><strong>Attention: there are unexpected files in the given folder, check them before continue.</strong> @@ -786,7 +836,7 @@ Expire-Date : 0 Character Set: - Ensemble de caractères : + Ensemble de caractères : All Characters @@ -889,7 +939,7 @@ Expire-Date : 0 StoreModel force overwrite? - forcer écraser ? + forcer écraser ? overwrite %1 with %2? diff --git a/localization/localization_gl_ES.ts b/localization/localization_gl_ES.ts index a127f712..d1ebac84 100644 --- a/localization/localization_gl_ES.ts +++ b/localization/localization_gl_ES.ts @@ -95,6 +95,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen @@ -325,6 +329,52 @@ email The folder %1 doesn't seem to be a password store or is not yet initialised. + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + Dialog diff --git a/localization/localization_he_IL.ts b/localization/localization_he_IL.ts index 0f4a2a65..88d7afde 100644 --- a/localization/localization_he_IL.ts +++ b/localization/localization_he_IL.ts @@ -83,6 +83,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen @@ -325,6 +329,52 @@ email The folder %1 doesn't seem to be a password store or is not yet initialised. + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass @@ -515,7 +565,7 @@ Expire-Date: 0 Configuration - + הגדרות Welcome to QtPass %1 diff --git a/localization/localization_hu_HU.ts b/localization/localization_hu_HU.ts index cd573b28..b641d97b 100644 --- a/localization/localization_hu_HU.ts +++ b/localization/localization_hu_HU.ts @@ -95,6 +95,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen pwgen használata @@ -325,6 +329,52 @@ email The folder %1 doesn't seem to be a password store or is not yet initialised. + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass @@ -682,19 +732,19 @@ Expire-Date: 0 All Characters - + Összes karakter Alphabetical - + Betűrendes Alphanumerical - + Alfanumerikus Custom - + Egyedi Length: diff --git a/localization/localization_it_IT.ts b/localization/localization_it_IT.ts index 525de52e..964b121d 100644 --- a/localization/localization_it_IT.ts +++ b/localization/localization_it_IT.ts @@ -88,6 +88,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen Usa pwgen @@ -336,6 +340,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_lb_LU.ts b/localization/localization_lb_LU.ts index ece16cb5..d8238e27 100644 --- a/localization/localization_lb_LU.ts +++ b/localization/localization_lb_LU.ts @@ -83,6 +83,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen @@ -325,6 +329,52 @@ email The folder %1 doesn't seem to be a password store or is not yet initialised. + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_nb_NO.ts b/localization/localization_nb_NO.ts index 84bda949..05c7929e 100644 --- a/localization/localization_nb_NO.ts +++ b/localization/localization_nb_NO.ts @@ -83,6 +83,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen @@ -325,6 +329,52 @@ email The folder %1 doesn't seem to be a password store or is not yet initialised. + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_nl_BE.ts b/localization/localization_nl_BE.ts index 05d13040..3a53ee32 100644 --- a/localization/localization_nl_BE.ts +++ b/localization/localization_nl_BE.ts @@ -87,6 +87,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen Gebruik pwgen @@ -335,6 +339,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org Installeer GnuPG op uw systeem. <br> Installeer <strong> Ubuntu </strong> vanuit de Microsoft Store <br> of <a href="https://www.gnupg.org/download/#sec-1-2 "> download </a> van GnuPG.org + + Use PWGen + + + + Use Git + + + + Use QRencode + + + + Use pass-otp extension + + + + Nati&ve Git/GPG + + + + Git + + + + … + + + + GPG + + + + PWGen + + + + Templates add extra fields in the password generation dialogue, and in the password view. + + + + login +URL +e-mail + + ImitatePass diff --git a/localization/localization_nl_NL.ts b/localization/localization_nl_NL.ts index d3c1b1cc..fe7dc481 100644 --- a/localization/localization_nl_NL.ts +++ b/localization/localization_nl_NL.ts @@ -87,6 +87,10 @@ ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 + + Current path + + Use pwgen Gebruik pwgen @@ -335,6 +339,52 @@ email Please install GnuPG on your system.<br>Install <strong>Ubuntu</strong> from the Microsoft Store<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org Installeer GnuPG op uw systeem. <br> Installeer <strong> Ubuntu </strong> vanuit de Microsoft Store <br> of <a href="https://www.gnupg.org/download/#sec-1-2 "> download </a> van GnuPG.org +