From c54f7e154f1e1054af5b4819450d03aa05ad9106 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Fri, 26 Feb 2021 14:46:37 +0100 Subject: [PATCH] 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 5ed1567e7c6b08988a134effb3c1f42ef6d5319a) --- po/POTFILES.in | 1 + po/de.po | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/po/POTFILES.in b/po/POTFILES.in index 8924428a6..eba4c6266 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 diff --git a/po/de.po b/po/de.po index 9be0426bc..43c5b96e4 100644 --- a/po/de.po +++ b/po/de.po @@ -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"