Minor translation change.

This commit is contained in:
Werner Koch 2007-09-14 11:41:14 +00:00
parent c1adbec2a3
commit c058df3a06
4 changed files with 17 additions and 5 deletions

View File

@ -1,3 +1,7 @@
2007-09-14 Werner Koch <wk@g10code.com>
* de.po: Chnaged translation of --honor-http-proxy.
2007-08-29 Werner Koch <wk@g10code.com>
* de.po: Translated the argparse.c strings.

View File

@ -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 <koch@u32.de>\n"
"Language-Team: German <de@li.org>\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"

View File

@ -1,3 +1,7 @@
2007-09-14 Werner Koch <wk@g10code.com>
* gpgconf-comp.c: Make a string translatable.
2007-09-04 Moritz Schulte <moritz@g10code.com>
* gpgsm-gencert.sh: Use printf instead of echo.

View File

@ -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)"),