diff options
author | Dan McGee <dan@archlinux.org> | 2011-06-24 05:25:16 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2011-06-24 05:55:57 +0200 |
commit | d62a429b924e70f48bf021d3c355dd9455d1c45b (patch) | |
tree | 8298bc425cbfbe712c6c1d16b925f40dc66a3d01 /scripts/po/de.po | |
parent | c699c0b15466343099d24caa644aba903edabd1a (diff) | |
download | pacman-d62a429b924e70f48bf021d3c355dd9455d1c45b.tar.gz pacman-d62a429b924e70f48bf021d3c355dd9455d1c45b.tar.xz |
scripts/po/: add pacman-key
This has gettext strings, but wasn't added to the list of files in
POTFILES.in just yet. Add it and update the catalogs.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'scripts/po/de.po')
-rw-r--r-- | scripts/po/de.po | 126 |
1 files changed, 124 insertions, 2 deletions
diff --git a/scripts/po/de.po b/scripts/po/de.po index 683f07ab..d09c4b81 100644 --- a/scripts/po/de.po +++ b/scripts/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Arch Linux Pacman package manager\n" "Report-Msgid-Bugs-To: http://bugs.archlinux.org/index.php?project=3\n" -"POT-Creation-Date: 2011-06-23 21:56-0500\n" +"POT-Creation-Date: 2011-06-23 22:23-0500\n" "PO-Revision-Date: 2011-04-28 09:05+0000\n" "Last-Translator: Mineo <themineo+transifex@googlemail.com>\n" "Language-Team: German <None>\n" @@ -653,6 +653,129 @@ msgstr "Prä-3.5 Datenbankformat entdeckt - aktualisiere..." msgid "Done." msgstr "Fertig." +#, fuzzy +msgid "Usage: %s [options] <command> [arguments]" +msgstr "Verwendung: %s [Optionen]" + +msgid "Manage pacman's list of trusted keys" +msgstr "" + +msgid "Options must be placed before commands. The available options are:" +msgstr "" + +#, fuzzy +msgid "" +" --gpgdir Set an alternate directory for gnupg (instead of '%s')" +msgstr "" +" -p <Datei> Ein alternatives Build-Skript (statt '%s') verwenden" + +msgid "The available commands are:" +msgstr "" + +#, fuzzy +msgid " -a, --add [<file(s)>] Add the specified keys (empty for stdin)" +msgstr "" +" -p, --file <Paket> Fragt eine Paketdatei anstatt der Datenbank ab\n" + +#, fuzzy +msgid " -d, --del <keyid(s)> Remove the specified keyids" +msgstr "" +" -p, --file <Paket> Fragt eine Paketdatei anstatt der Datenbank ab\n" + +#, fuzzy +msgid " -e, --export <keyid(s)> Export the specified keyids" +msgstr "" +" -p, --file <Paket> Fragt eine Paketdatei anstatt der Datenbank ab\n" + +msgid "" +" -f, --finger [<keyid(s)>] List fingerprint for specified or all keyids" +msgstr "" + +#, fuzzy +msgid " -h, --help Show this help message and exit" +msgstr " -h, --help Diese Hilfe" + +msgid " -l, --list List keys" +msgstr "" + +#, fuzzy +msgid " -r, --receive <keyserver> <keyid(s)> Fetch the specified keyids" +msgstr "" +" -p, --file <Paket> Fragt eine Paketdatei anstatt der Datenbank ab\n" + +msgid " -t, --trust <keyid(s)> Set the trust level of the given keyids" +msgstr "" + +msgid " -u, --updatedb Update the trustdb of pacman" +msgstr "" + +msgid " -V, --version Show program version" +msgstr "" + +msgid "" +" --adv <params> Use pacman's keyring with advanced gpg commands" +msgstr "" + +msgid " --reload Reload the default keys" +msgstr "" + +#, fuzzy +msgid "Verifying official keys file signature..." +msgstr "Verschiebe neue Datenbank an ihren Ort..." + +#, fuzzy +msgid "The signature of file %s is not valid." +msgstr "Erstelle aktualisierte Datenbank-Datei '%s'" + +#, fuzzy +msgid "Verifying deprecated keys file signature..." +msgstr "Verschiebe neue Datenbank an ihren Ort..." + +#, fuzzy +msgid "Verifying deleted keys file signature..." +msgstr "Verschiebe neue Datenbank an ihren Ort..." + +#, fuzzy +msgid "Appending official keys..." +msgstr "Füge %s Datei hinzu..." + +msgid "Appending deprecated keys..." +msgstr "" + +#, fuzzy +msgid "Removing deleted keys from keyring..." +msgstr "Entferne leere Verzeichnisse... " + +#, fuzzy +msgid "Updating trust database..." +msgstr "Synchronisiere Datenbank mit Festplatte..." + +msgid "gnupg does not seem to be installed." +msgstr "" + +msgid "pacman-key requires gnupg for most operations." +msgstr "" + +msgid "pacman-key needs to be run as root." +msgstr "" + +msgid "You need to specify at least one key identifier" +msgstr "" + +msgid "You need to specify the keyserver and at least one key identifier" +msgstr "" + +#, fuzzy +msgid "The key identified by %s doesn't exist" +msgstr "Datei %s (%s) existiert nicht." + +#, fuzzy +msgid "Executing: %s " +msgstr "Entpacke %s mit %s " + +msgid "Unknown command:" +msgstr "" + msgid "" "pacman-optimize is a little hack that should improve the performance\\nof " "pacman when reading/writing to its filesystem-based database.\\n\\n" @@ -950,4 +1073,3 @@ msgstr "Keine Pakete mehr vorhanden, erstelle leere Datenbank." msgid "No packages modified, nothing to do." msgstr "Keine Pakete modifiziert, ich kann nichts machen." - |