summaryrefslogtreecommitdiffstats
path: root/po (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change all quotes in strings and comments to the new GNU standard.Werner Koch2012-06-0528-3969/+3959
| | | | | | | | | | | | | | | | | | | 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.
* po: Update de.po.Werner Koch2012-05-081-9/+15
| | | | * po/de.po: Update.
* po: Add Ukrainian translation.Werner Koch2012-02-072-2/+7865
| | | | | | | * po/uk.po: New. -- Note that all but one translation are currently disabled in LINGUAS.
* po: Update the German translation.Werner Koch2011-12-201-11/+21
|
* Generate the ChangeLog from commit logs.Werner Koch2011-12-012-8/+33
| | | | | | | | | | | | | * scripts/gitlog-to-changelog: New script. Taken from gnulib. * scripts/git-log-fix: New file. * scripts/git-log-footer: New file. * doc/HACKING: Describe the ChangeLog policy * ChangeLog: New file. * Makefile.am (EXTRA_DIST): Add new files. (gen-ChangeLog): New. (dist-hook): Run gen-ChangeLog. Rename all ChangeLog files to ChangeLog-2011.
* Updated the German translation.Werner Koch2011-11-241-27/+29
| | | | * po/de.po: Update.
* Renamed the lock functions.Werner Koch2011-09-231-11/+45
| | | | Also cleaned up the dotlock code for easier readability.
* Revert latest po add-line-number patch.Werner Koch2011-06-1324-42864/+0
| | | | | To avoid this in the future, everyone should really use the clean-po filter as installed with ./autogen.sh . Thanks.
* poMarcus Brinkmann2011-06-011-1786/+0
|
* Merge dirmgr cs.po into gnupg cs.po.Marcus Brinkmann2011-05-122-3483/+2938
|
* Prepare for 1.5.0beta2gnupg-2.1.0beta2Werner Koch2011-03-081-9/+58
|
* Remove debug code from regression test pinentryWerner Koch2011-02-101-18/+45
| | | | Also updated de.po
* Merge branch 'ECC-INTEGRATION-2-1'ecc-integration-doneWerner Koch2011-02-031-2088/+0
|\
| * Update gitignoreWerner Koch2011-01-261-2088/+0
| |
| * Update gitignore and add attributes to po/Werner Koch2011-01-261-0/+7
| |
* | Add gitattributesWerner Koch2011-01-261-0/+7
| |
* | Make dirmngr more battery friendly.Werner Koch2011-01-251-11/+0
|/ | | | | | | Similar to gpg-agent, dirmngr's wait timeouts are now synced to the full second. Increased ldap helper thread timeout to 2 seconds. Nuked some white spaces.
* Remove keyserver/ from the build system.Werner Koch2011-01-201-3/+3
|
* Fix for bug#1313. de.po update.Werner Koch2011-01-202-244/+228
|
* Keyserver search and get basically works again.Werner Koch2011-01-181-425/+421
|
* typo fixWerner Koch2010-12-101-1/+1
|
* Fix two fuzziesWerner Koch2010-11-231-501/+508
|
* Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-baseWerner Koch2010-10-262-13/+8
|
* Re-implemented GPG's --passwd command and improved it.Werner Koch2010-10-261-318/+316
|
* Translate dirmngr stringsWerner Koch2010-10-213-106/+1695
|
* Re-enabled german translationWerner Koch2010-10-184-2035/+2131
|
* More changes on the way to remove secring.gpg.Werner Koch2010-04-211-0/+1
|
* 2010-04-13 Marcus Brinkmann <marcus@g10code.de>Marcus Brinkmann2010-04-132-1/+9
| | | | | | | * POTFILES.in: Replace common/exechelp.c by common/exechelp-posix.c, common/exechelp-w32.c and common/exechelp-w32ce.c.
* Merged jnlib into common.Werner Koch2010-03-101-5/+6
|
* po/Marcus Brinkmann2009-10-162-2/+7
| | | | | | | | | | | | | | 2009-10-16 Marcus Brinkmann <marcus@g10code.com> * POTFILES.in: g10/encode.c was renamed to g10/encrypt.c, and encr-data.c was renamed to decrypt-data.c g13/ 2009-10-16 Marcus Brinkmann <marcus@g10code.com> * Makefile.am (AM_CFLAGS): Add $(KSBA_CFLAGS). (g13_LDADD): Add $(KSBA_LIBS).
* Start a new development branch.Werner Koch2009-09-211-29/+29
| | | | | Translations are for now disabled.
* Arggg. gettext againWerner Koch2009-09-0427-27/+27
|
* .Werner Koch2009-09-0427-27/+27
|
* .Werner Koch2009-09-0427-27/+27
|
* preparae releaseWerner Koch2009-09-0427-3348/+3348
|
* Fix bug#1122.Werner Koch2009-09-0327-1594/+1702
| | | | | | Note that msgmerge 0.17 is completely broken as it always prepends a fuzzy null entry to all po files.
* Updated the german translationWerner Koch2009-09-0328-20505/+23491
|
* Fixed bug#920Werner Koch2009-08-182-485/+533
|
* Marked an entry fuzzy.Werner Koch2009-07-092-226/+261
|
* Translation fixWerner Koch2009-06-3028-4943/+5006
|
* Preparing for 2.0.12.gnupg-2.0.12Werner Koch2009-06-1727-4133/+4270
|
* Typo fix. Updated German translation.Werner Koch2009-06-0827-15713/+16054
|
* Fix bug#1069.Werner Koch2009-06-022-56/+61
|
* New gpgsm server option no-encrypt-to.Werner Koch2009-05-181-0/+1
| | | | | | Add caching for symkey encryption. Minor cleanups.
* Improved smartcard robustness.Werner Koch2009-05-1327-7612/+7639
|
* log file fixes.Werner Koch2009-03-2527-27/+27
|
* Preparing a snapshot.Werner Koch2009-03-2427-5901/+7314
|
* fix for pkits.Werner Koch2009-03-0327-27/+27
|
* Add --reload command to gpgconf.Werner Koch2009-03-0327-6453/+6453
| | | | | | Fix a problem in exechelp.c Get ready for a release.
* Make --allow-admin the default.Werner Koch2009-01-2827-2297/+2303
|