From c058df3a067ecd0df71d7a2edb12f49d043ab86b Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 14 Sep 2007 11:41:14 +0000 Subject: [PATCH] Minor translation change. --- po/ChangeLog | 4 ++++ po/de.po | 12 ++++++++---- tools/ChangeLog | 4 ++++ tools/gpgconf-comp.c | 2 +- 4 files changed, 17 insertions(+), 5 deletions(-) diff --git a/po/ChangeLog b/po/ChangeLog index 5ddcf07c5..50ade673d 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2007-09-14 Werner Koch + + * de.po: Chnaged translation of --honor-http-proxy. + 2007-08-29 Werner Koch * de.po: Translated the argparse.c strings. diff --git a/po/de.po b/po/de.po index cf5555a5d..654ea5ad0 100644 --- a/po/de.po +++ b/po/de.po @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-2.0.6\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-09-10 17:28+0200\n" -"PO-Revision-Date: 2007-08-29 18:51+0200\n" +"POT-Creation-Date: 2007-09-14 13:27+0200\n" +"PO-Revision-Date: 2007-09-14 13:31+0200\n" "Last-Translator: Walter Koch \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -7507,7 +7507,7 @@ msgstr "|DATEI|Erweiterungsmodul DATEI laden" #: sm/gpgsm.c:385 msgid "|NAME|use cipher algorithm NAME" -msgstr "|NAME|Verschl.verfahren NAME benutzen" +msgstr "|NAME|Verschlüsselungsverfahren NAME benutzen" #: sm/gpgsm.c:387 msgid "|NAME|use message digest algorithm NAME" @@ -7871,6 +7871,10 @@ msgstr "|NAME|Auf an NAME verschlüsseln" msgid "Configuration for Keyservers" msgstr "Konfiguration der Schlüsselserver" +#: tools/gpgconf-comp.c:673 +msgid "|URL|use keyserver at URL" +msgstr "Benutze Schlüsselserver unter der URL" + #: tools/gpgconf-comp.c:676 msgid "allow PKA lookups (DNS requests)" msgstr "Erlaube PKA Zugriffe (DNS Anfragen)" @@ -7897,7 +7901,7 @@ msgstr "Konfiguration für HTTP Server" #: tools/gpgconf-comp.c:845 msgid "use system's HTTP proxy setting" -msgstr "Einstellungen des System HTTP-Proxy benutzen" +msgstr "Benutze die HTTP Proxy Einstellung des Systems" #: tools/gpgconf-comp.c:850 msgid "Configuration of LDAP servers to use" diff --git a/tools/ChangeLog b/tools/ChangeLog index 2273b2c5d..81bad157b 100644 --- a/tools/ChangeLog +++ b/tools/ChangeLog @@ -1,3 +1,7 @@ +2007-09-14 Werner Koch + + * gpgconf-comp.c: Make a string translatable. + 2007-09-04 Moritz Schulte * gpgsm-gencert.sh: Use printf instead of echo. diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index e70a4715b..0f91edf44 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -670,7 +670,7 @@ static gc_option_t gc_options_gpg[] = GC_OPT_FLAG_GROUP, GC_LEVEL_BASIC, "gnupg", N_("Configuration for Keyservers") }, { "keyserver", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, - "gnupg", "|URL|use keyserver at URL", + "gnupg", N_("|URL|use keyserver at URL"), GC_ARG_TYPE_STRING, GC_BACKEND_GPG }, { "allow-pka-lookup", GC_OPT_FLAG_NONE, GC_LEVEL_BASIC, "gnupg", N_("allow PKA lookups (DNS requests)"),