Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | po: Auto update. | Werner Koch | 2015-02-11 | 1 | -0/+3 | |
| | | | | -- | |||||
* | po: auto update | Werner Koch | 2014-12-16 | 1 | -9/+40 | |
| | | | | -- | |||||
* | po: Copied missing translations from the 2.0 branch. | Werner Koch | 2014-11-19 | 1 | -808/+2491 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * po/LINGUAS: Add new translations. -- Note that be.ru and pt_BR.po have not been copied because they have way too less translated strings (74, 290 out of 2054). The current stats are: ca.po: 464 translated, 1024 fuzzy translations, 566 untranslated. cs.po: 1719 translated, 317 fuzzy translations, 18 untranslated. da.po: 1468 translated, 444 fuzzy translations, 142 untranslated. de.po: 2052 translated, 1 fuzzy translation, 1 untranslated message. el.po: 460 translated, 1025 fuzzy translations, 569 untranslated. eo.po: 331 translated, 1109 fuzzy translations, 614 untranslated. es.po: 1455 translated, 461 fuzzy translations, 138 untranslated. et.po: 460 translated, 1025 fuzzy translations, 569 untranslated. fi.po: 460 translated, 1025 fuzzy translations, 569 untranslated. fr.po: 2052 translated, 1 fuzzy translation, 1 untranslated message. gl.po: 458 translated, 1044 fuzzy translations, 552 untranslated. hu.po: 460 translated, 1025 fuzzy translations, 569 untranslated. id.po: 460 translated, 1025 fuzzy translations, 569 untranslated. it.po: 460 translated, 1025 fuzzy translations, 569 untranslated. ja.po: 2022 translated, 23 fuzzy translations, 9 untranslated. nb.po: 684 translated, 635 fuzzy translations, 735 untranslated. pl.po: 1469 translated, 443 fuzzy translations, 142 untranslated. pt.po: 400 translated, 1057 fuzzy translations, 597 untranslated. ro.po: 874 translated, 726 fuzzy translations, 454 untranslated. ru.po: 1257 translated, 478 fuzzy translations, 319 untranslated. sk.po: 460 translated, 1025 fuzzy translations, 569 untranslated. sv.po: 1452 translated, 458 fuzzy translations, 144 untranslated. tr.po: 1386 translated, 494 fuzzy translations, 174 untranslated. uk.po: 2016 translated, 27 fuzzy translations, 11 untranslated. zh_CN.po: 927 translated, 690 fuzzy translations, 437 untranslated. zh_TW.po: 1471 translated, 447 fuzzy translations, 136 untranslated. | |||||
* | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 2012-06-05 | 1 | -132/+132 | |
| | | | | | | | | | | | | | | | | | | | The asymmetric quotes used by GNU in the past (`...') don't render nicely on modern systems. We now use two \x27 characters ('...'). The proper solution would be to use the correct Unicode symmetric quotes here. However this has the disadvantage that the system requires Unicode support. We don't want that today. If Unicode is available a generated po file can be used to output proper quotes. A simple sed script like the one used for en@quote is sufficient to change them. The changes have been done by applying sed -i "s/\`\([^'\`]*\)'/'\1'/g" to most files and fixing obvious problems by hand. The msgid strings in the po files were fixed with a similar command. | |||||
* | Revert latest po add-line-number patch. | Werner Koch | 2011-06-13 | 1 | -1786/+0 | |
| | | | | | To avoid this in the future, everyone should really use the clean-po filter as installed with ./autogen.sh . Thanks. | |||||
* | Arggg. gettext again | Werner Koch | 2009-09-04 | 1 | -1/+1 | |
| | ||||||
* | . | Werner Koch | 2009-09-04 | 1 | -1/+1 | |
| | ||||||
* | . | Werner Koch | 2009-09-04 | 1 | -1/+1 | |
| | ||||||
* | preparae release | Werner Koch | 2009-09-04 | 1 | -124/+124 | |
| | ||||||
* | Fix bug#1122. | Werner Koch | 2009-09-03 | 1 | -59/+63 | |
| | | | | | | Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files. | |||||
* | Updated the german translation | Werner Koch | 2009-09-03 | 1 | -772/+885 | |
| | ||||||
* | Translation fix | Werner Koch | 2009-06-30 | 1 | -183/+185 | |
| | ||||||
* | Preparing for 2.0.12.gnupg-2.0.12 | Werner Koch | 2009-06-17 | 1 | -153/+158 | |
| | ||||||
* | Typo fix. Updated German translation. | Werner Koch | 2009-06-08 | 1 | -581/+593 | |
| | ||||||
* | Improved smartcard robustness. | Werner Koch | 2009-05-13 | 1 | -282/+283 | |
| | ||||||
* | log file fixes. | Werner Koch | 2009-03-25 | 1 | -1/+1 | |
| | ||||||
* | Preparing a snapshot. | Werner Koch | 2009-03-24 | 1 | -218/+267 | |
| | ||||||
* | fix for pkits. | Werner Koch | 2009-03-03 | 1 | -1/+1 | |
| | ||||||
* | Add --reload command to gpgconf. | Werner Koch | 2009-03-03 | 1 | -239/+239 | |
| | | | | | | Fix a problem in exechelp.c Get ready for a release. | |||||
* | Make --allow-admin the default. | Werner Koch | 2009-01-28 | 1 | -85/+85 | |
| | ||||||
* | Add a few translations to the audit-log. | Werner Koch | 2009-01-19 | 1 | -95/+118 | |
| | ||||||
* | preparing a release | Werner Koch | 2009-01-12 | 1 | -8/+8 | |
| | ||||||
* | Updated tr anz zh_TW. | Werner Koch | 2009-01-05 | 1 | -61/+65 | |
| | ||||||
* | Fixed some card related problems. | Werner Koch | 2008-12-18 | 1 | -136/+136 | |
| | ||||||
* | W32 fixgnupg-2.0.10rc1 | Werner Koch | 2008-12-09 | 1 | -1/+1 | |
| | ||||||
* | Preparing a release candidate. | Werner Koch | 2008-12-09 | 1 | -315/+321 | |
| | ||||||
* | Add option --card-timeout. | Werner Koch | 2008-12-05 | 1 | -239/+244 | |
| | | | | | | | Add a new attribyte to app-openpgp.c Fix two portability bugs. Have gpg-connect-agent autostart gpg-agent on W32. | |||||
* | Cleaned up unused gpgsm and gpg options. | Werner Koch | 2008-11-13 | 1 | -314/+312 | |
| | ||||||
* | Made arg_parse more readable. | Werner Koch | 2008-11-12 | 1 | -1/+1 | |
| | ||||||
* | Reorder libs in kbx. | Werner Koch | 2008-11-11 | 1 | -82/+82 | |
| | ||||||
* | Minor cleanups. | Werner Koch | 2008-11-11 | 1 | -1/+1 | |
| | ||||||
* | Cosmetic fix | Werner Koch | 2008-10-29 | 1 | -1/+1 | |
| | ||||||
* | Fixed w32-gettext. | Werner Koch | 2008-10-28 | 1 | -2/+2 | |
| | ||||||
* | Remove debug code. | Werner Koch | 2008-10-28 | 1 | -184/+184 | |
| | ||||||
* | fixed a bug in the prompt formatter. | Werner Koch | 2008-10-28 | 1 | -1/+1 | |
| | ||||||
* | auto po updates. | Werner Koch | 2008-10-23 | 1 | -750/+749 | |
| | ||||||
* | SCD changes for PC/SC under W32. | Werner Koch | 2008-10-14 | 1 | -323/+373 | |
| | ||||||
* | Fix gpg-preset-passphrase bug. | Werner Koch | 2008-09-03 | 1 | -130/+135 | |
| | | | | | Cleanups | |||||
* | Do not run the setuid test if running under as root proper. | Werner Koch | 2008-07-17 | 1 | -215/+299 | |
| | | | | | | Documentation fixes. Some enhancements for the new OpenPGP Card. | |||||
* | Changes the header presented before requesting the user ID. | Werner Koch | 2008-06-01 | 1 | -123/+143 | |
| | ||||||
* | Fixed segv in gpg-agent (command marktrusted). | Werner Koch | 2008-05-27 | 1 | -1/+1 | |
| | | | | | | Replaced almost all free by xfree. Translation fixes. | |||||
* | Remove a warning. | Werner Koch | 2008-05-09 | 1 | -1/+1 | |
| | ||||||
* | Updated German translation. | Werner Koch | 2008-05-09 | 1 | -221/+230 | |
| | | | | | Fix in gpgconf for W32. | |||||
* | Fixed bug#907. | Werner Koch | 2008-05-06 | 1 | -360/+388 | |
| | | | | | Fixed a segv in keybox and made it more robust. | |||||
* | Utilize new automake vars for proper installation into doc/. | Werner Koch | 2008-03-27 | 1 | -1/+1 | |
| | ||||||
* | Last minute cleanups.gnupg-2.0.9 | Werner Koch | 2008-03-26 | 1 | -1/+1 | |
| | ||||||
* | Preparing a release. | Werner Koch | 2008-03-26 | 1 | -56/+68 | |
| | ||||||
* | Fix a bug in the ambigious name detection. | Werner Koch | 2008-03-20 | 1 | -30/+30 | |
| | | | | | Minor cleanups. | |||||
* | Fixed an email/DN bug. | Werner Koch | 2008-03-13 | 1 | -71/+75 | |
| | | | | | Changed pinentry prompts. | |||||
* | Fixed release creation. | Werner Koch | 2008-02-19 | 1 | -168/+172 | |
| |