po: Make agent/commands.c translatable and update German translation.

--

GnuPG-bug-id: 4777

This also fixes a bad fuzzy translation which accidently had been
commited without realizing that there was indeed a change (from
"... GnuPG" to "... %s").

(cherry picked from commit 5ed1567e7c)
This commit is contained in:
Werner Koch 2021-02-26 14:46:37 +01:00 committed by Andre Heinecke
parent 4cc724639c
commit c54f7e154f
No known key found for this signature in database
GPG Key ID: EF20562ABF3290E6
2 changed files with 29 additions and 0 deletions

View File

@ -1,6 +1,7 @@
# List of files with translatable strings
agent/call-pinentry.c
agent/command.c
agent/command-ssh.c
agent/divert-scd.c
agent/genkey.c

View File

@ -153,6 +153,34 @@ msgstr "Falsche PIN!"
msgid "Bad Passphrase"
msgstr "Falsches Passwort!"
msgid "Note: Request from the web browser."
msgstr "Hinweis: Anfrage vom Webbrowser."
msgid "Note: Request from a remote site."
msgstr "Hinweis: Anfrage von einem anderen Rechner."
#, c-format
msgid "error getting serial number of card: %s\n"
msgstr "Fehler beim Holen der Karten-Seriennummer: %s\n"
msgid "Please re-enter this passphrase"
msgstr "Bitte geben Sie die Passphrase noch einmal ein:"
#, c-format
msgid ""
"Please enter the passphrase to protect the imported object within the %s "
"system."
msgstr ""
"Bitte geben Sie die Passphrase ein, um das importierte Objekt im %s System "
"zu schützen."
msgid ""
"This key (or subkey) is not protected with a passphrase. Please enter a new "
"passphrase to export it."
msgstr ""
"Dieser (Unter-)Schlüssel ist nicht mit einer Passphrase geschützt.\n"
"Bitte geben Sie eine neue Passphrase für den Export an."
#, c-format
msgid "ssh keys greater than %d bits are not supported\n"
msgstr "SSH Schlüssel von mehr als %d Bits werden nicht unterstützt\n"