Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | po: Typo fix in German translation. | Werner Koch | 2015-10-06 | 1 | -2/+2 | |
| | | | | -- | |||||
* | po: Update the German translation. | Werner Koch | 2015-10-05 | 1 | -7/+26 | |
| | | | | -- | |||||
* | po: Grammar fix for the German translation. | Werner Koch | 2015-08-24 | 1 | -1/+1 | |
| | | | | | -- Reported-by: Thomas Bellmann | |||||
* | po: Add lost translation of validity strings. | Werner Koch | 2015-08-20 | 1 | -48/+54 | |
| | | | | | | | | | | * po/POTFILES.in (trust.c): Add missing file. * po/de.po: Changed German validity strings. * doc/help.de.txt: Ditto. -- Note that I replaced "uneingeschränkt" in de.po to "ultimativ" to make the output better readable. | |||||
* | po: Update German translation | Werner Koch | 2015-08-11 | 1 | -8/+12 | |
| | | | | -- | |||||
* | po: Update German translation | Werner Koch | 2015-07-01 | 1 | -16/+39 | |
| | | | | -- | |||||
* | po: Update German translation | Werner Koch | 2015-06-11 | 1 | -9/+12 | |
| | | | | -- | |||||
* | po: Update German translation | Werner Koch | 2015-05-12 | 1 | -26/+60 | |
| | | | | -- | |||||
* | po: Update the German translation. | Werner Koch | 2015-01-09 | 1 | -2/+5 | |
| | | | | | | | -- This also fixes GnuPG-bug-id: 1808 | |||||
* | po: auto update | Werner Koch | 2014-12-16 | 1 | -1/+3 | |
| | | | | -- | |||||
* | po: Update the German translation | Werner Koch | 2014-12-16 | 1 | -7/+32 | |
| | ||||||
* | po: Update German translation. | Werner Koch | 2014-11-19 | 1 | -11/+13 | |
| | | | | -- | |||||
* | po: Auto-update. | Werner Koch | 2014-11-13 | 1 | -3/+12 | |
| | | | | -- | |||||
* | po: Auto update. | Werner Koch | 2014-11-05 | 1 | -5/+5 | |
| | | | | | | -- Due to removed strings. | |||||
* | po: Add a new German translation | Werner Koch | 2014-10-29 | 1 | -1/+8 | |
| | | | | | -- Also fixed a typo in the docs. | |||||
* | po: Fixed one wrong German string. | Werner Koch | 2014-10-27 | 1 | -2/+2 | |
| | | | | -- | |||||
* | po: Translate new string to German. | Werner Koch | 2014-10-26 | 1 | -6/+9 | |
| | | | | -- | |||||
* | Use a unique capitalization for "Note:". | Werner Koch | 2014-10-10 | 1 | -25/+26 | |
| | | | | -- | |||||
* | po: Fix some grammar buglets in the German translation. | Werner Koch | 2014-10-10 | 1 | -19/+22 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | -- Reported-by: Thomas Gries 1) "GnuPG erstellt eine User-ID,[Komma fehlt] um Ihren Schlüssel …" 2) "Die Karte wird nun konfiguriert,[<<< Komma fehlt] um einen …" in gpg-agent 3) "verbite" → "verbiete" 4) in gpg-agent --help ich fände eine einheitliche Groß- bzw. Kleinschreibung der Befehle besser, derzeit gibt es einen Mix aus Groß- und Kleinschreibung "Benutze... ", "benutze..." usw: Item 3 was already fixed. Also fixed some capitalization inconsistencies. Signed-off-by: Werner Koch <[email protected]> | |||||
* | Some doc fixes and a fix for "make distcheck". | Werner Koch | 2014-10-03 | 1 | -1/+2 | |
| | | | | -- | |||||
* | po: Update German translation. | Werner Koch | 2014-10-03 | 1 | -39/+61 | |
| | ||||||
* | po: Auto-update | Werner Koch | 2014-09-17 | 1 | -0/+8 | |
| | | | | -- | |||||
* | po: Update the German (de) translation | Werner Koch | 2014-08-14 | 1 | -73/+84 | |
| | ||||||
* | po: Update the German (de) translation | Werner Koch | 2014-07-23 | 1 | -50/+67 | |
| | | | | -- | |||||
* | po: Auto-update | Werner Koch | 2014-07-03 | 1 | -1/+23 | |
| | | | | -- | |||||
* | po: Update the German (de) translation | Werner Koch | 2014-06-27 | 1 | -103/+62 | |
| | ||||||
* | po: Auto-update po files. | Werner Koch | 2014-06-05 | 1 | -110/+229 | |
| | | | | -- | |||||
* | Make use of the *_NAME etc macros. | Werner Koch | 2013-11-18 | 1 | -73/+93 | |
| | | | | | | | | | Replace hardwired strings at many places with new macros from config.h and use the new strusage macro replacement feature. * common/asshelp.c (lock_spawning) [W32]: Change the names of the spawn sentinels. * agent/command.c (cmd_import_key): Use asprintf to create the prompt. | |||||
* | po: Autoupdates for de and fr. Update gitignore. | Werner Koch | 2013-03-20 | 1 | -44/+79 | |
| | | | | -- | |||||
* | Update German translation | Werner Koch | 2012-08-24 | 1 | -26/+56 | |
| | | | | | -- Actually only updates due to typo fixes in the English source. | |||||
* | Change all quotes in strings and comments to the new GNU standard. | Werner Koch | 2012-06-05 | 1 | -239/+229 | |
| | | | | | | | | | | | | | | | | | | | 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 Koch | 2012-05-08 | 1 | -9/+15 | |
| | | | | * po/de.po: Update. | |||||
* | po: Update the German translation. | Werner Koch | 2011-12-20 | 1 | -11/+21 | |
| | ||||||
* | Generate the ChangeLog from commit logs. | Werner Koch | 2011-12-01 | 1 | -5/+22 | |
| | | | | | | | | | | | | | * 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 Koch | 2011-11-24 | 1 | -27/+29 | |
| | | | | * po/de.po: Update. | |||||
* | Renamed the lock functions. | Werner Koch | 2011-09-23 | 1 | -11/+45 | |
| | | | | Also cleaned up the dotlock code for easier readability. | |||||
* | Prepare for 1.5.0beta2gnupg-2.1.0beta2 | Werner Koch | 2011-03-08 | 1 | -9/+58 | |
| | ||||||
* | Remove debug code from regression test pinentry | Werner Koch | 2011-02-10 | 1 | -18/+45 | |
| | | | | Also updated de.po | |||||
* | Update gitignore | Werner Koch | 2011-01-26 | 1 | -2088/+0 | |
| | ||||||
* | Remove keyserver/ from the build system. | Werner Koch | 2011-01-20 | 1 | -3/+3 | |
| | ||||||
* | Fix for bug#1313. de.po update. | Werner Koch | 2011-01-20 | 1 | -244/+224 | |
| | ||||||
* | Keyserver search and get basically works again. | Werner Koch | 2011-01-18 | 1 | -425/+421 | |
| | ||||||
* | typo fix | Werner Koch | 2010-12-10 | 1 | -1/+1 | |
| | ||||||
* | Fix two fuzzies | Werner Koch | 2010-11-23 | 1 | -501/+508 | |
| | ||||||
* | Update scripts etc.gnupg-2.1.0beta1gnupg-2.1-base | Werner Koch | 2010-10-26 | 1 | -12/+8 | |
| | ||||||
* | Re-implemented GPG's --passwd command and improved it. | Werner Koch | 2010-10-26 | 1 | -318/+316 | |
| | ||||||
* | Translate dirmngr strings | Werner Koch | 2010-10-21 | 1 | -106/+1675 | |
| | ||||||
* | Re-enabled german translation | Werner Koch | 2010-10-18 | 1 | -2034/+2121 | |
| | ||||||
* | Arggg. gettext again | Werner Koch | 2009-09-04 | 1 | -1/+1 | |
| | ||||||
* | . | Werner Koch | 2009-09-04 | 1 | -1/+1 | |
| |