From 725d3589ada10266e4350f56a4f89e4d82b4dc16 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 24 Nov 2011 14:16:22 +0100 Subject: Updated the German translation. * po/de.po: Update. --- po/de.po | 56 +++++++++++++++++++++++++++++--------------------------- 1 file changed, 29 insertions(+), 27 deletions(-) (limited to 'po') diff --git a/po/de.po b/po/de.po index 5f80e0998..51d7e03fd 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-2.1.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"PO-Revision-Date: 2011-03-08 12:47+0100\n" +"PO-Revision-Date: 2011-11-24 14:15+0100\n" "Last-Translator: Werner Koch \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -131,28 +131,28 @@ msgstr "Fehler beim Schreiben des Schlüssels: %s\n" msgid "" "An ssh process requested the use of key%%0A %s%%0A (%s)%%0ADo you want to " "allow this?" -msgstr "" +msgstr "Ein SSH Processs möchte folgenden Schlüssel verwenden:%%0A %s%%0A (%s)%%0AErlauben Sie dies?" msgid "Allow" -msgstr "" +msgstr "Erlauben" msgid "Deny" -msgstr "" +msgstr "Verweigern" -#, fuzzy, c-format +#, c-format msgid "Please enter the passphrase for the ssh key%%0A %F%%0A (%c)" -msgstr "Bitte geben Sie die Passphrase für den SSH-Schlüssel %0A %c ein." +msgstr "Bitte geben Sie die Passphrase für den SSH-Schlüssel%%0A %F%%0A (%c)%%0Aein." msgid "Please re-enter this passphrase" msgstr "Bitte geben Sie die Passphrase noch einmal ein:" -#, fuzzy, c-format +#, c-format msgid "" "Please enter a passphrase to protect the received secret key%%0A %s%%0A %" "s%%0Awithin gpg-agent's key storage" msgstr "" -"Bitte geben Sie eine Passphrase ein, um den empfangenen geheimen Schlüssel%%" -"0A %s%%0A im Schlüsselspeicher des gpg-agenten zu schützen." +"Bitte geben Sie eine Passphrase ein, um den empfangenen geheimen\n" +"Schlüssel%%0A %s%%0A %s%%0Aim Schlüsselspeicher des Gpg-Agenten zu schützen." msgid "does not match - try again" msgstr "Keine Übereinstimmung - bitte nochmal versuchen." @@ -1437,9 +1437,8 @@ msgstr "Diesen Schlüssel aus dem Schlüsselbund löschen? (j/N) " msgid "This is a secret key! - really delete? (y/N) " msgstr "Dies ist ein privater Schlüssel! - Wirklich löschen? (j/N) " -#, fuzzy msgid "deleting secret key not implemented\n" -msgstr "Exportieren geheimer Schlüssel ist nicht erlaubt\n" +msgstr "Löschen des geheimen Schlüssel ist nicht implementiert\n" #, c-format msgid "deleting keyblock failed: %s\n" @@ -3594,6 +3593,19 @@ msgstr " (%d) ECDSA (Leistungsfähigkeit selber einstellbar)\n" msgid " (%d) ECDH (encrypt only)\n" msgstr " (%d) ECDH (nur verschlüsseln)\n" +#, c-format +msgid " (%d) Existing key\n" +msgstr " (%d) Vorhandener Schlüssel\n" + +msgid "Enter the keygrip: " +msgstr "Geben Sie den \"Keygrip\" ein: " + +msgid "Not a valid keygrip (expecting 40 hex digits)\n" +msgstr "Kein gültiger \"Keygrip\" (40 Hex-Ziffern werden erwartet)\n" + +msgid "No key with this keygrip\n" +msgstr "Kein Schlüssel mit diesem \"Keygrip\"\n" + #, c-format msgid "%s keys may be between %u and %u bits long.\n" msgstr "%s-Schlüssel können zwischen %u und %u Bit lang sein.\n" @@ -5882,15 +5894,6 @@ msgstr " (%d) Vorhandener Schlüssel\n" msgid " (%d) Existing key from card\n" msgstr " (%d) Vorhandener Schlüssel auf der Karte\n" -msgid "Enter the keygrip: " -msgstr "Geben Sie den \"Keygrip\" ein: " - -msgid "Not a valid keygrip (expecting 40 hex digits)\n" -msgstr "Kein gültiger \"Keygrip\" (40 Hex-Ziffern werden erwartet)\n" - -msgid "No key with this keygrip\n" -msgstr "Kein Schlüssel mit diesem \"Keygrip\"\n" - #, c-format msgid "error reading the card: %s\n" msgstr "Fehler beim Lesen von der Karte: %s\n" @@ -7676,23 +7679,22 @@ msgid "Configuration for OCSP" msgstr "Konfiguration zu OCSP" msgid "GPG for OpenPGP" -msgstr "" +msgstr "GPG für OpenPGP" msgid "GPG Agent" -msgstr "" +msgstr "GPG Agent" msgid "Smartcard Daemon" -msgstr "" +msgstr "Smartcard Daemon" msgid "GPG for S/MIME" -msgstr "" +msgstr "GPG für S/MIME" msgid "Directory Manager" -msgstr "" +msgstr "Directory Manager" -#, fuzzy msgid "PIN and Passphrase Entry" -msgstr "Falsche Passphrase!" +msgstr "Falsche PIN oder Passphrase!" #, c-format msgid "External verification of component %s failed" -- cgit v1.2.3 From 2336b09779d313c1594acf6df3bd8a8486e90458 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 1 Dec 2011 10:51:36 +0100 Subject: Generate the ChangeLog from commit logs. * 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. --- po/ChangeLog | 322 ---------------------------------------------------- po/ChangeLog-2011 | 330 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ po/de.po | 27 ++++- 3 files changed, 352 insertions(+), 327 deletions(-) delete mode 100644 po/ChangeLog create mode 100644 po/ChangeLog-2011 (limited to 'po') diff --git a/po/ChangeLog b/po/ChangeLog deleted file mode 100644 index e4e560d07..000000000 --- a/po/ChangeLog +++ /dev/null @@ -1,322 +0,0 @@ -2011-05-12 Marcus Brinkmann - - * cs.po: Merge in dirmngr cs.po. Hope I got that right. - -2011-01-20 Werner Koch - - * de.po: Fix two fuzzies. - -2010-10-21 Werner Koch - - * POTFILES.in: Add files in dirmngr/. - * de.po: Translate the dirmngr strings. - -2010-10-18 Werner Koch - - * de.po: Update. - - * POTFILES.in: Add cvt-openpgp.c - - * LINGUAS: Re-enable de.po. - -2010-04-13 Marcus Brinkmann - - * POTFILES.in: Replace common/exechelp.c by - common/exechelp-posix.c, common/exechelp-w32.c and - common/exechelp-w32ce.c. - -2009-10-16 Marcus Brinkmann - - * POTFILES.in: g10/encode.c was renamed to g10/encrypt.c, and - encr-data.c was renamed to decrypt-data.c - -2009-09-03 Werner Koch - - * de.po: Translate new strings. - -2009-09-03 Jedi Lin (wk) - - * zh_TW.po: Update. - -2009-07-14 Werner Koch - - * de.po: s/nicht-exportfähig/unwiderrufbar/. Reported by Simon - Richter. - -2009-07-09 Werner Koch - - * zh_CN.po : Marked fuzzy. See bug#1078. - -2009-06-30 Werner Koch - - * es.po: Mark a bad translation fuzzy. - -2009-06-30 Daiki Ueno - - * ja.po: Typo fix. Fixes bug#1078. - -2009-06-02 Werner Koch - - * de.po: Applied a patch from Daniel Leidert to fix a bunch of - small typos. See also Debian bug report 314068. Fixes bug#1069. - -2009-01-19 Werner Koch - - * de.po: Translated a few new audit-log related strings. - -2009-01-12 Maxim Britov (wk) - - * ru.po: Update. - -2009-01-07 Jaime Suárez (wk) - - * es.po: Update. - -2009-01-05 Nilgün Belma Bugüner (wk) - - * tr.po: Update. - -2009-01-05 Jedi (wk) - - * zh_TW.po: Update. - -2008-12-08 Werner Koch - - * de.po: Typo fixes. Reported by Daniel Leidert. - -2008-11-13 Werner Koch - - * de.po: Udpate. - -2008-09-30 David Ammouial (wk) - - * fr.po: Fix bug #922. - -2008-07-21 Werner Koch - - * sv.po: Adjust special size entry. - -2008-07-21 Daniel Nylander (wk) - - * sv.po: Update. - -2008-05-28 Jaime Suárez (wk) - - * es.po: Update. All strings for 2.0.9 are no translated. - -2008-05-26 Werner Koch - - * de.po: Minor fixes submitted by Jan Seidel. Fixes bug#916. - - * it.po: Typo fix. Fixes bug#920. - -2008-05-09 Werner Koch - - * de.po: Update. - -2008-05-01 Werner Koch - - * de.po: Typo fix. - -2008-03-26 Jedi Lin (wk) - - * zh_TW.po: Update. - -2008-03-26 Werner Koch - - * de.po: Translate two new strings. - -2008-02-15 Werner Koch - - * de.po: Translate 3 new strings. - -2008-02-15 Jedi Lin (wk) - - * zh_TW.po: Update. - -2008-02-15 gettextize - - * Makefile.in.in: Upgrade to gettext-0.17. - -2008-01-22 Werner Koch - - * de.po: Small typo fixes. Reported by Ludwig Reiter. - -2007-12-14 Werner Koch - - * de.po: Update. - -2007-12-12 Werner Koch - - * POTFILES.in: Add a couple of missing files. - -2007-12-03 Jakub Bogusz (wk) - - * pl.po: Updated. Received through entry bug#856. - -2007-11-15 Werner Koch - - * de.po: Type fix. - -2007-11-12 Daniel Nylander (wk) - - * sv.po: Updated. - -2007-09-14 Werner Koch - - * de.po: Changed translation of --honor-http-proxy. - -2007-08-29 Werner Koch - - * de.po: Translated the argparse.c strings. - -2007-08-28 Werner Koch - - * de.po: Updated. - -2007-08-16 Werner Koch - - * pt_BR.po, es.po: Remove the "GNU" from the project ID. That - stupid msginit uses a script project-id to retrieve a new project - id. Instead of using what it founds out, it tries to put "GNU" - before the id if _any_ file in the current directory has a string - "GNU ". As en@bold.po is build automagically this - package name mangling breaks make distcheck as it tries to rebuild - the po file with the "correct" name. The upshot is never to use - GNU in you po directory. - - * de.po: Fix a few fuzzy entries and translate new strings. - -2007-07-04 Werner Koch - - * de.po: Update a few strings. - -2007-05-09 Werner Koch - - * de.po: Update a few strings. - -2007-05-07 gettextize - - * Makefile.in.in: Upgrade to gettext-0.16.1. - -2007-02-26 Werner Koch - - * sv.po: Update from Daniel. - -2007-01-31 Werner Koch - - * de.po: Fixed a few fuzzy entries. - -2007-01-25 Werner Koch - - * de.po: Add Plural-Forms. - -2006-12-22 Werner Koch - - * sv.po: Installed revised and updated translation by Daniel - Nylander. - -2006-11-13 Werner Koch - - * ru.po: Update from Maxim. - -2006-11-10 Werner Koch - - * de.po: Received complete update from Walter. - -2006-11-06 Werner Koch - - * tr.po: Updated. - -2006-09-25 Werner Koch - - * LINGUAS: Copied from gnupg 1.4.5. - * de.po: Merged with the version from 1.4.5. - * be.po, ca.po, cs.po, da.po, de.po, eo.po, el.po, es.po, et.po - * fi.po, fr.po, gl.po, hu.po, id.po, it.po, ja.po, nb.po, pl.po - * pt_BR.po, pt.po, ro.po, ru.po, sk.po, sv.po, tr.po, zh_TW.po - * zh_CN.po: Copied from gnupg 1.4.5. - -2005-11-23 Werner Koch - - * de.po: Updated. - -2005-08-01 Werner Koch - - * de.po: Converted to utf-8; fixed a few umlaut problems. - -2005-04-21 Werner Koch - - * de.po: Fixed all fuzzies and untranslated strings. - -2005-01-04 Werner Koch - - * de.po: Updated. - -2004-10-22 Werner Koch - - * POTFILES.in: Removed sc-investigate.c - -2004-10-04 Werner Koch - - * de.po: Typo fixes. - -2004-09-30 gettextize - - * Makefile.in.in: Upgrade to gettext-0.14.1. - * Rules-quot: Upgrade to gettext-0.14.1. - -2004-09-30 Werner Koch - - * de.po: Updated. - - * POTFILES.in: Add more files. - -2004-07-22 Werner Koch - - * de.po: Updated. - -2004-04-06 Werner Koch - - * Makevars (DOMAIN): Init from PACKAGE_GT - -2003-12-09 Werner Koch - - * Makevars (MSGID_BUGS_ADDRESS): New. - -2003-04-29 Werner Koch - - * LINUGAS: NEW. - -2003-04-29 gettextize - - * Rules-quot: New file, from gettext-0.11.5. - * boldquot.sed: New file, from gettext-0.11.5. - * en@boldquot.header: New file, from gettext-0.11.5. - * en@quot.header: New file, from gettext-0.11.5. - * insert-header.sin: New file, from gettext-0.11.5. - * quot.sed: New file, from gettext-0.11.5. - * remove-potcdate.sin: New file, from gettext-0.11.5. - -2002-08-21 Werner Koch - - * de.po: Updated the translation. - -2002-08-10 Werner Koch - - * Makefile.in.in: Installed from gettext-0.10.40. - * POTFILES.in: New. - * de.po: New. - - - Copyright 2002, 2003, 2004, 2005, 2009 Free Software Foundation, Inc. - - This file is free software; as a special exception the author gives - unlimited permission to copy and/or distribute it, with or without - modifications, as long as this notice is preserved. - - This file is distributed in the hope that it will be useful, but - WITHOUT ANY WARRANTY, to the extent permitted by law; without even the - implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - diff --git a/po/ChangeLog-2011 b/po/ChangeLog-2011 new file mode 100644 index 000000000..3615b749a --- /dev/null +++ b/po/ChangeLog-2011 @@ -0,0 +1,330 @@ +2011-12-01 Werner Koch + + NB: ChangeLog files are no longer manually maintained. Starting + on December 1st, 2011 we put change information only in the GIT + commit log, and generate a top-level ChangeLog file from logs at + "make dist". See doc/HACKING for details. + +2011-05-12 Marcus Brinkmann + + * cs.po: Merge in dirmngr cs.po. Hope I got that right. + +2011-01-20 Werner Koch + + * de.po: Fix two fuzzies. + +2010-10-21 Werner Koch + + * POTFILES.in: Add files in dirmngr/. + * de.po: Translate the dirmngr strings. + +2010-10-18 Werner Koch + + * de.po: Update. + + * POTFILES.in: Add cvt-openpgp.c + + * LINGUAS: Re-enable de.po. + +2010-04-13 Marcus Brinkmann + + * POTFILES.in: Replace common/exechelp.c by + common/exechelp-posix.c, common/exechelp-w32.c and + common/exechelp-w32ce.c. + +2009-10-16 Marcus Brinkmann + + * POTFILES.in: g10/encode.c was renamed to g10/encrypt.c, and + encr-data.c was renamed to decrypt-data.c + +2009-09-03 Werner Koch + + * de.po: Translate new strings. + +2009-09-03 Jedi Lin (wk) + + * zh_TW.po: Update. + +2009-07-14 Werner Koch + + * de.po: s/nicht-exportfähig/unwiderrufbar/. Reported by Simon + Richter. + +2009-07-09 Werner Koch + + * zh_CN.po : Marked fuzzy. See bug#1078. + +2009-06-30 Werner Koch + + * es.po: Mark a bad translation fuzzy. + +2009-06-30 Daiki Ueno + + * ja.po: Typo fix. Fixes bug#1078. + +2009-06-02 Werner Koch + + * de.po: Applied a patch from Daniel Leidert to fix a bunch of + small typos. See also Debian bug report 314068. Fixes bug#1069. + +2009-01-19 Werner Koch + + * de.po: Translated a few new audit-log related strings. + +2009-01-12 Maxim Britov (wk) + + * ru.po: Update. + +2009-01-07 Jaime Suárez (wk) + + * es.po: Update. + +2009-01-05 Nilgün Belma Bugüner (wk) + + * tr.po: Update. + +2009-01-05 Jedi (wk) + + * zh_TW.po: Update. + +2008-12-08 Werner Koch + + * de.po: Typo fixes. Reported by Daniel Leidert. + +2008-11-13 Werner Koch + + * de.po: Udpate. + +2008-09-30 David Ammouial (wk) + + * fr.po: Fix bug #922. + +2008-07-21 Werner Koch + + * sv.po: Adjust special size entry. + +2008-07-21 Daniel Nylander (wk) + + * sv.po: Update. + +2008-05-28 Jaime Suárez (wk) + + * es.po: Update. All strings for 2.0.9 are no translated. + +2008-05-26 Werner Koch + + * de.po: Minor fixes submitted by Jan Seidel. Fixes bug#916. + + * it.po: Typo fix. Fixes bug#920. + +2008-05-09 Werner Koch + + * de.po: Update. + +2008-05-01 Werner Koch + + * de.po: Typo fix. + +2008-03-26 Jedi Lin (wk) + + * zh_TW.po: Update. + +2008-03-26 Werner Koch + + * de.po: Translate two new strings. + +2008-02-15 Werner Koch + + * de.po: Translate 3 new strings. + +2008-02-15 Jedi Lin (wk) + + * zh_TW.po: Update. + +2008-02-15 gettextize + + * Makefile.in.in: Upgrade to gettext-0.17. + +2008-01-22 Werner Koch + + * de.po: Small typo fixes. Reported by Ludwig Reiter. + +2007-12-14 Werner Koch + + * de.po: Update. + +2007-12-12 Werner Koch + + * POTFILES.in: Add a couple of missing files. + +2007-12-03 Jakub Bogusz (wk) + + * pl.po: Updated. Received through entry bug#856. + +2007-11-15 Werner Koch + + * de.po: Type fix. + +2007-11-12 Daniel Nylander (wk) + + * sv.po: Updated. + +2007-09-14 Werner Koch + + * de.po: Changed translation of --honor-http-proxy. + +2007-08-29 Werner Koch + + * de.po: Translated the argparse.c strings. + +2007-08-28 Werner Koch + + * de.po: Updated. + +2007-08-16 Werner Koch + + * pt_BR.po, es.po: Remove the "GNU" from the project ID. That + stupid msginit uses a script project-id to retrieve a new project + id. Instead of using what it founds out, it tries to put "GNU" + before the id if _any_ file in the current directory has a string + "GNU ". As en@bold.po is build automagically this + package name mangling breaks make distcheck as it tries to rebuild + the po file with the "correct" name. The upshot is never to use + GNU in you po directory. + + * de.po: Fix a few fuzzy entries and translate new strings. + +2007-07-04 Werner Koch + + * de.po: Update a few strings. + +2007-05-09 Werner Koch + + * de.po: Update a few strings. + +2007-05-07 gettextize + + * Makefile.in.in: Upgrade to gettext-0.16.1. + +2007-02-26 Werner Koch + + * sv.po: Update from Daniel. + +2007-01-31 Werner Koch + + * de.po: Fixed a few fuzzy entries. + +2007-01-25 Werner Koch + + * de.po: Add Plural-Forms. + +2006-12-22 Werner Koch + + * sv.po: Installed revised and updated translation by Daniel + Nylander. + +2006-11-13 Werner Koch + + * ru.po: Update from Maxim. + +2006-11-10 Werner Koch + + * de.po: Received complete update from Walter. + +2006-11-06 Werner Koch + + * tr.po: Updated. + +2006-09-25 Werner Koch + + * LINGUAS: Copied from gnupg 1.4.5. + * de.po: Merged with the version from 1.4.5. + * be.po, ca.po, cs.po, da.po, de.po, eo.po, el.po, es.po, et.po + * fi.po, fr.po, gl.po, hu.po, id.po, it.po, ja.po, nb.po, pl.po + * pt_BR.po, pt.po, ro.po, ru.po, sk.po, sv.po, tr.po, zh_TW.po + * zh_CN.po: Copied from gnupg 1.4.5. + +2005-11-23 Werner Koch + + * de.po: Updated. + +2005-08-01 Werner Koch + + * de.po: Converted to utf-8; fixed a few umlaut problems. + +2005-04-21 Werner Koch + + * de.po: Fixed all fuzzies and untranslated strings. + +2005-01-04 Werner Koch + + * de.po: Updated. + +2004-10-22 Werner Koch + + * POTFILES.in: Removed sc-investigate.c + +2004-10-04 Werner Koch + + * de.po: Typo fixes. + +2004-09-30 gettextize + + * Makefile.in.in: Upgrade to gettext-0.14.1. + * Rules-quot: Upgrade to gettext-0.14.1. + +2004-09-30 Werner Koch + + * de.po: Updated. + + * POTFILES.in: Add more files. + +2004-07-22 Werner Koch + + * de.po: Updated. + +2004-04-06 Werner Koch + + * Makevars (DOMAIN): Init from PACKAGE_GT + +2003-12-09 Werner Koch + + * Makevars (MSGID_BUGS_ADDRESS): New. + +2003-04-29 Werner Koch + + * LINUGAS: NEW. + +2003-04-29 gettextize + + * Rules-quot: New file, from gettext-0.11.5. + * boldquot.sed: New file, from gettext-0.11.5. + * en@boldquot.header: New file, from gettext-0.11.5. + * en@quot.header: New file, from gettext-0.11.5. + * insert-header.sin: New file, from gettext-0.11.5. + * quot.sed: New file, from gettext-0.11.5. + * remove-potcdate.sin: New file, from gettext-0.11.5. + +2002-08-21 Werner Koch + + * de.po: Updated the translation. + +2002-08-10 Werner Koch + + * Makefile.in.in: Installed from gettext-0.10.40. + * POTFILES.in: New. + * de.po: New. + + Copyright 2002, 2003, 2004, 2005, 2009 Free Software Foundation, Inc. + + This file is free software; as a special exception the author gives + unlimited permission to copy and/or distribute it, with or without + modifications, as long as this notice is preserved. + + This file is distributed in the hope that it will be useful, but + WITHOUT ANY WARRANTY, to the extent permitted by law; without even the + implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + +Local Variables: +buffer-read-only: t +End: diff --git a/po/de.po b/po/de.po index 51d7e03fd..fe83f7979 100644 --- a/po/de.po +++ b/po/de.po @@ -111,8 +111,8 @@ msgstr "Fehler beim Holen der Karten-Seriennummer: %s\n" msgid "detected card with S/N: %s\n" msgstr "Erkannte Karte hat die Seriennummer: %s\n" -#, c-format -msgid "error getting default authentication keyID of card: %s\n" +#, fuzzy, c-format +msgid "no authentication key for ssh on card: %s\n" msgstr "Fehler beim Holen der Authentisierungsschlüssel-ID der Karte: %s\n" #, c-format @@ -131,7 +131,9 @@ msgstr "Fehler beim Schreiben des Schlüssels: %s\n" msgid "" "An ssh process requested the use of key%%0A %s%%0A (%s)%%0ADo you want to " "allow this?" -msgstr "Ein SSH Processs möchte folgenden Schlüssel verwenden:%%0A %s%%0A (%s)%%0AErlauben Sie dies?" +msgstr "" +"Ein SSH Processs möchte folgenden Schlüssel verwenden:%%0A %s%%0A (%s)%%" +"0AErlauben Sie dies?" msgid "Allow" msgstr "Erlauben" @@ -141,7 +143,9 @@ msgstr "Verweigern" #, c-format msgid "Please enter the passphrase for the ssh key%%0A %F%%0A (%c)" -msgstr "Bitte geben Sie die Passphrase für den SSH-Schlüssel%%0A %F%%0A (%c)%%0Aein." +msgstr "" +"Bitte geben Sie die Passphrase für den SSH-Schlüssel%%0A %F%%0A (%c)%%" +"0Aein." msgid "Please re-enter this passphrase" msgstr "Bitte geben Sie die Passphrase noch einmal ein:" @@ -152,7 +156,8 @@ msgid "" "s%%0Awithin gpg-agent's key storage" msgstr "" "Bitte geben Sie eine Passphrase ein, um den empfangenen geheimen\n" -"Schlüssel%%0A %s%%0A %s%%0Aim Schlüsselspeicher des Gpg-Agenten zu schützen." +"Schlüssel%%0A %s%%0A %s%%0Aim Schlüsselspeicher des Gpg-Agenten zu " +"schützen." msgid "does not match - try again" msgstr "Keine Übereinstimmung - bitte nochmal versuchen." @@ -5429,6 +5434,18 @@ msgstr "|AN|Neue Admin-PIN" msgid "|N|New PIN" msgstr "|N|Neue PIN" +#, fuzzy +msgid "||Please enter the Reset Code for the card and New PIN" +msgstr "Bitte geben Sie den Rückstellcode für diese Karte ein" + +#, fuzzy +msgid "||Please enter the Admin PIN and New Admin PIN" +msgstr "|A|Bitte die Admin-PIN eingeben." + +#, fuzzy +msgid "||Please enter the PIN and New PIN" +msgstr "||Bitte die PIN eingeben" + msgid "error reading application data\n" msgstr "Fehler beim Lesen der Anwendungsdaten\n" -- cgit v1.2.3 From 6f02c143440865781b4e3c1753e24e55a0de40e4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 20 Dec 2011 15:54:43 +0100 Subject: po: Update the German translation. --- po/de.po | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) (limited to 'po') diff --git a/po/de.po b/po/de.po index fe83f7979..8b982587b 100644 --- a/po/de.po +++ b/po/de.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-2.1.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"PO-Revision-Date: 2011-11-24 14:15+0100\n" +"PO-Revision-Date: 2011-12-20 15:52+0100\n" "Last-Translator: Werner Koch \n" "Language-Team: German \n" "MIME-Version: 1.0\n" @@ -111,9 +111,9 @@ msgstr "Fehler beim Holen der Karten-Seriennummer: %s\n" msgid "detected card with S/N: %s\n" msgstr "Erkannte Karte hat die Seriennummer: %s\n" -#, fuzzy, c-format +#, c-format msgid "no authentication key for ssh on card: %s\n" -msgstr "Fehler beim Holen der Authentisierungsschlüssel-ID der Karte: %s\n" +msgstr "Auf der Karte ist kein Authentisierungsschlüssel für SSH: %s\n" #, c-format msgid "no suitable card key found: %s\n" @@ -5434,17 +5434,11 @@ msgstr "|AN|Neue Admin-PIN" msgid "|N|New PIN" msgstr "|N|Neue PIN" -#, fuzzy -msgid "||Please enter the Reset Code for the card and New PIN" -msgstr "Bitte geben Sie den Rückstellcode für diese Karte ein" - -#, fuzzy msgid "||Please enter the Admin PIN and New Admin PIN" -msgstr "|A|Bitte die Admin-PIN eingeben." +msgstr "|A|Bitte die Admin-PIN sowie die neue Admin-PIN eingeben." -#, fuzzy msgid "||Please enter the PIN and New PIN" -msgstr "||Bitte die PIN eingeben" +msgstr "||Bitte die PIN sowie die neue PIN eingeben" msgid "error reading application data\n" msgstr "Fehler beim Lesen der Anwendungsdaten\n" @@ -5880,6 +5874,18 @@ msgstr "" msgid "line %d: invalid hash algorithm given\n" msgstr "Zeile %d: Ungültiges Hashverfahren\n" +#, c-format +msgid "line %d: invalid authority-key-id\n" +msgstr "Zeile %d: Ungültige Authentisierungsschlüssel-ID\n" + +#, c-format +msgid "line %d: invalid subject-key-id\n" +msgstr "Zeile %d: ungültige \"Subject-Key-Id\"\n" + +#, c-format +msgid "line %d: invalid extension syntax\n" +msgstr "Zeile %d: Ungültiger Syntax der Extension\n" + #, c-format msgid "line %d: error reading key `%s' from card: %s\n" msgstr "Zeile %d: Fehler beim Lesen des Schlüssels `%s' von der Karte: %s\n" @@ -7925,6 +7931,10 @@ msgstr "" "Syntax: gpg-check-pattern [optionen] Musterdatei\n" "Die von stdin gelesene Passphrase gegen die Musterdatei prüfen\n" +#, fuzzy +#~ msgid "||Please enter the Reset Code for the card and New PIN" +#~ msgstr "Bitte geben Sie den Rückstellcode für diese Karte ein" + #~ msgid " - probably dead - removing lock" #~ msgstr " - existiert wahrscheinlich nicht mehr - entferne Sperre" -- cgit v1.2.3