Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2017-11-07 | po: Update Russian translation | Ineiev | 1 | -11/+11 | |
2017-11-07 | po: Update Japanese translation | NIIBE Yutaka | 1 | -5/+3 | |
2017-11-02 | po: Update Russian translation | Ineiev | 1 | -103/+100 | |
2017-11-02 | po: Fixed one string wrongly marked as fuzzy. | Werner Koch | 25 | -235/+455 | |
-- These seems to a a small gettext bug which claimed that "NOTE: There is no guarantee that the card supports[...]" was changed. Also committed changes due to msgmerge. Signed-off-by: Werner Koch <[email protected]> | |||||
2017-11-02 | po: Update German translation | Werner Koch | 1 | -11/+16 | |
-- | |||||
2017-09-26 | po: Remove trailing colon from a German pinentry string. | Werner Koch | 1 | -2/+2 | |
-- | |||||
2017-09-24 | po: Fix German translation. | Werner Koch | 1 | -2/+2 | |
-- Reported-by: engelmarkus | |||||
2017-09-18 | po: Minor Grammar update of the Greek translation | Dimitris Maroulidis | 1 | -7/+8 | |
-- GnuPG-bug-id: 3409 Signed-off-by: Werner Koch <[email protected]> | |||||
2017-08-28 | po: Auto update | Werner Koch | 2 | -3/+5 | |
-- | |||||
2017-08-23 | po: Update Norwegian translation | Åka Sikrom | 1 | -1336/+240 | |
Signed-off-by: Werner Koch <[email protected]> | |||||
2017-08-22 | po: Update Japanese translation | NIIBE Yutaka | 1 | -18/+16 | |
2017-08-10 | po: Update Russian translation | Ineiev | 1 | -56/+37 | |
-- There was a small merge conflict. I hope I did not mess it up. -wk | |||||
2017-08-09 | po: Auto-update | Werner Koch | 26 | -176/+265 | |
-- | |||||
2017-08-09 | po: Update German translation | Werner Koch | 1 | -13/+14 | |
2017-08-01 | po: Update Japanese translation | NIIBE Yutaka | 1 | -40/+25 | |
2017-07-28 | po: Auto-update | Werner Koch | 26 | -2411/+3221 | |
-- | |||||
2017-07-28 | po: Update German translation | Werner Koch | 1 | -125/+138 | |
2017-05-15 | po: Auto-update | Werner Koch | 25 | -321/+243 | |
-- | |||||
2017-05-15 | po: Update German translation | Werner Koch | 1 | -45/+28 | |
2017-04-04 | po: Update Japanese translation. | NIIBE Yutaka | 1 | -15/+9 | |
-- Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2017-04-03 | po: Auto-update. | Werner Koch | 25 | -76/+547 | |
-- | |||||
2017-04-03 | po: Update the German translation | Werner Koch | 1 | -3/+16 | |
Signed-off-by: Werner Koch <[email protected]> | |||||
2017-04-03 | po: Update Russian translation | Ineiev | 1 | -20/+13 | |
-- Signed-off-by: Werner Koch <[email protected]> | |||||
2017-03-06 | po: Update Japanese translation. | NIIBE Yutaka | 1 | -24/+15 | |
-- Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2017-03-01 | po: Auto-update | Werner Koch | 25 | -653/+1273 | |
-- | |||||
2017-03-01 | po: Update Ukrainian translation | Yuri Chornoivan | 1 | -194/+173 | |
2017-03-01 | po: Update Russian translation | Ineiev | 1 | -392/+273 | |
Signed-off-by: Werner Koch <[email protected]> | |||||
2017-02-22 | po: Adjust the German translation. | Werner Koch | 1 | -6/+10 | |
-- Signed-off-by: Werner Koch <[email protected]> | |||||
2017-02-22 | po: Update the German translation | Andre Heinecke | 1 | -4/+4 | |
-- | |||||
2017-02-22 | po: Update the German translation | Werner Koch | 1 | -25/+51 | |
-- | |||||
2017-02-22 | po: Fix two fuzzy strings. | Werner Koch | 1 | -30/+53 | |
-- These strings rear the Key generation edit prompts without the option to change the comment of a user id. Module possible grammar bugs this should a straightforward change. GnuPG-bug-id: 2966 Signed-off-by: Werner Koch <[email protected]> | |||||
2017-02-16 | po: Adjust POTFILES for renamed sm/base64.c. | Werner Koch | 1 | -1/+1 | |
-- Signed-off-by: Werner Koch <[email protected]> | |||||
2017-02-05 | po: Manual updates of nl translation. | Daniel Kahn Gillmor | 1 | -8/+8 | |
* po/nl.po: Apply several minor manual cleanups to nl.po that were previously applied to all the other localizations. Signed-off-by: Daniel Kahn Gillmor <[email protected]> | |||||
2017-02-05 | po: Copied missing nl.po translation from the 2.0 branch. | Daniel Kahn Gillmor | 1 | -0/+7647 | |
* po/nl.po: Copy from 2.0 branch. -- It's not clear to me why this didn't get transferred in 329ece46bf83871f01eb833d5ebec6da36bfcce0. Signed-off-by: Daniel Kahn Gillmor <[email protected]> | |||||
2017-01-23 | po: Auto update | Werner Koch | 25 | -0/+174 | |
-- | |||||
2017-01-23 | po: Translate two new strings to German | Werner Koch | 1 | -1/+7 | |
-- Signed-off-by: Werner Koch <[email protected]> | |||||
2017-01-23 | po: Fixes to the German translation | Werner Koch | 1 | -9/+9 | |
-- Justus reported that the German translation for the key listing in --edit-key does "usage: E" -> "Aufruf: E" which is clearly wrong. It turnd out that this translation was once marked as fuzzy and accidentally unfuzzied by me. "Aufruf" (bug) -> "Nutzung" "Leistungsfähigkeit" -> "Nutzung" "Signaturfähigkeit" -> "Signaturnutzbarkeit" etc. The last two are in the key generation menu. Also changed the key code for "Umschalten der Signaturnutzbarkeit" from "U" to "S". "Nutzung" is here better than "Fähigkeit" because the latter is more connected to the property of the algorithm, where the former better expresses an arbitrary choice. Signed-off-by: Werner Koch <[email protected]> | |||||
2016-12-20 | po: Auto-update. | Werner Koch | 25 | -2132/+4586 | |
-- | |||||
2016-12-20 | po: Update German translation. | Werner Koch | 1 | -128/+242 | |
-- Signed-off-by: Werner Koch <[email protected]> | |||||
2016-12-20 | po: Update one English string in Japanese translation. | Werner Koch | 1 | -1/+1 | |
-- | |||||
2016-12-19 | po: Some updates to the German translation. | Werner Koch | 1 | -3/+18 | |
-- | |||||
2016-12-17 | po: Fix Japanese translation. | NIIBE Yutaka | 1 | -2/+2 | |
-- Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2016-12-17 | po: Update Japanese translation. | NIIBE Yutaka | 1 | -62/+91 | |
-- Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2016-12-15 | g10: Shorten unreasonably long option. | Justus Winter | 26 | -31/+31 | |
* g10/gpg.c (opts): Rename 'generate-revocation-certificate' to 'generate-revocation'. * doc/gpg.texi: Update accordingly. * po: Update translations. GnuPG-bug-id: 2700 Fixes-commit: ec1bd3ae685e95563e38077ab3c1655fd55dea07 Signed-off-by: Justus Winter <[email protected]> | |||||
2016-12-13 | g10: Spell out --gen-revoke. | Justus Winter | 26 | -31/+31 | |
* g10/gpg.c (opts): Spell out option. * doc/gpg.texi: Update accordingly. * po: Update translations. GnuPG-bug-id: 2700 Signed-off-by: Justus Winter <[email protected]> | |||||
2016-12-13 | g10: Hyphenate --clearsign. | Justus Winter | 26 | -103/+103 | |
* g10/gpg.c (opts): Hyphenate option. * doc/gpg.texi: Update accordingly. * po: Update translations. * tests/openpgp: Update tests. GnuPG-bug-id: 2700 Signed-off-by: Justus Winter <[email protected]> | |||||
2016-12-13 | po: Update Japanese translation. | NIIBE Yutaka | 1 | -198/+175 | |
-- Signed-off-by: NIIBE Yutaka <[email protected]> | |||||
2016-11-18 | po: Auto-update | Werner Koch | 25 | -2318/+4576 | |
-- | |||||
2016-11-18 | po: Update the German translation | Werner Koch | 1 | -112/+282 | |
-- Note that the TOFU related strings are updated because more changes are expected after the next release. Signed-off-by: Werner Koch <[email protected]> | |||||
2016-11-18 | po: Update Russian translation. | Ineiev | 1 | -171/+163 | |