Update de.po

This commit is contained in:
Sebastian Ramacher 2012-03-05 17:27:17 +01:00
parent 5c8d1bdba2
commit 82c38fa336
2 changed files with 76 additions and 57 deletions

View file

@ -215,7 +215,7 @@ cmd_print(girara_session_t* session, girara_list_t* UNUSED(argument_list))
zathura_t* zathura = session->global.data; zathura_t* zathura = session->global.data;
if (zathura->document == NULL) { if (zathura->document == NULL) {
girara_notify(session, GIRARA_ERROR, _("No open document.")); girara_notify(session, GIRARA_ERROR, _("No document opened."));
return false; return false;
} }
@ -232,7 +232,7 @@ cmd_save(girara_session_t* session, girara_list_t* argument_list)
zathura_t* zathura = session->global.data; zathura_t* zathura = session->global.data;
if (zathura->document == NULL) { if (zathura->document == NULL) {
girara_notify(session, GIRARA_ERROR, _("No open document.")); girara_notify(session, GIRARA_ERROR, _("No document opened."));
return false; return false;
} }
@ -258,7 +258,7 @@ cmd_savef(girara_session_t* session, girara_list_t* argument_list)
zathura_t* zathura = session->global.data; zathura_t* zathura = session->global.data;
if (zathura->document == NULL) { if (zathura->document == NULL) {
girara_notify(session, GIRARA_ERROR, _("No open document.")); girara_notify(session, GIRARA_ERROR, _("No document opened."));
return false; return false;
} }

127
po/de.po
View file

@ -3,13 +3,12 @@
# This file is distributed under the same license as the PACKAGE package. # This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
# #
#, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: PACKAGE VERSION\n" "Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-03-05 12:39+0100\n" "POT-Creation-Date: 2012-03-05 17:21+0100\n"
"PO-Revision-Date: 2012-03-04 17:77+0100\n" "PO-Revision-Date: 2012-03-05 17:26+0100\n"
"Last-Translator: Sebastian Ramacher <s.ramacher@gmx.at>\n" "Last-Translator: Sebastian Ramacher <s.ramacher@gmx.at>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n" "Language: \n"
@ -19,95 +18,103 @@ msgstr ""
#: ../callbacks.c:149 #: ../callbacks.c:149
msgid "Failed to run xdg-open." msgid "Failed to run xdg-open."
msgstr "" msgstr "Konnte xdg-open nicht ausführen."
#: ../callbacks.c:175 #: ../callbacks.c:175
#, c-format #, c-format
msgid "Invalid input '%s' given." msgid "Invalid input '%s' given."
msgstr "" msgstr "Ungültige Eingabe '%s' angegeben."
#: ../callbacks.c:209 #: ../callbacks.c:209
#, c-format #, c-format
msgid "Invalid index '%s' given." msgid "Invalid index '%s' given."
msgstr "" msgstr "Ungültiger Index '%s' angegeben."
#: ../commands.c:28 ../commands.c:63 ../commands.c:90 ../commands.c:132 #: ../commands.c:28
#: ../commands.c:63
#: ../commands.c:90
#: ../commands.c:132
#: ../commands.c:218
#: ../commands.c:235
#: ../commands.c:261
#: ../commands.c:335 #: ../commands.c:335
msgid "No document opened." msgid "No document opened."
msgstr "" msgstr "Kein Dokument geöffnet."
#: ../commands.c:34 ../commands.c:69 ../commands.c:96 ../commands.c:341 #: ../commands.c:34
#: ../commands.c:69
#: ../commands.c:96
#: ../commands.c:341
msgid "Invalid number of arguments given." msgid "Invalid number of arguments given."
msgstr "" msgstr "Ungültige Anzahl an Argumenten angegeben."
#: ../commands.c:42 #: ../commands.c:42
#, c-format #, c-format
msgid "Bookmark successfuly updated: %s" msgid "Bookmark successfuly updated: %s"
msgstr "" msgstr "Lesezeichen erfolgreich aktualisiert: %s."
#: ../commands.c:48 #: ../commands.c:48
#, c-format #, c-format
msgid "Could not create bookmark: %s" msgid "Could not create bookmark: %s"
msgstr "" msgstr "Konnte Lesezeichen nicht erstellen: 5s"
#: ../commands.c:52 #: ../commands.c:52
#, c-format #, c-format
msgid "Bookmark successfuly created: %s" msgid "Bookmark successfuly created: %s"
msgstr "" msgstr "Lesezeichen erfolgreich erstellt: %s"
#: ../commands.c:75 #: ../commands.c:75
#, c-format #, c-format
msgid "Removed bookmark: %s" msgid "Removed bookmark: %s"
msgstr "" msgstr "Lesezeichen entfernt: %s"
#: ../commands.c:77 #: ../commands.c:77
#, c-format #, c-format
msgid "Failed to remove bookmark: %s" msgid "Failed to remove bookmark: %s"
msgstr "" msgstr "Konnte Lesezeichen nicht entfernen: %s"
#: ../commands.c:103 #: ../commands.c:103
#, c-format #, c-format
msgid "No such bookmark: %s" msgid "No such bookmark: %s"
msgstr "" msgstr "Lesezeichen existiert nicht: %s"
#: ../commands.c:194 #: ../commands.c:194
msgid "Too many arguments." msgid "Too many arguments."
msgstr "" msgstr "Zu viele Argumente angegeben."
#: ../commands.c:203 #: ../commands.c:203
msgid "No arguments given." msgid "No arguments given."
msgstr "" msgstr "Keine Argumente angegeben."
#: ../commands.c:218 ../commands.c:235 ../commands.c:261 #: ../commands.c:241
msgid "No open document." #: ../commands.c:267
msgstr ""
#: ../commands.c:241 ../commands.c:267
msgid "Document saved." msgid "Document saved."
msgstr "" msgstr "Dokument gespeichert."
#: ../commands.c:243 ../commands.c:269 #: ../commands.c:243
#: ../commands.c:269
msgid "Failed to save document." msgid "Failed to save document."
msgstr "" msgstr "Konnte Dokument nicht speichern."
#: ../commands.c:246 ../commands.c:272 #: ../commands.c:246
#: ../commands.c:272
msgid "Invalid number of arguments." msgid "Invalid number of arguments."
msgstr "" msgstr "Ungültige Anzahl an Argumenten."
#: ../commands.c:354 #: ../commands.c:354
#, c-format #, c-format
msgid "Couldn't write attachment '%s' to '%s'." msgid "Couldn't write attachment '%s' to '%s'."
msgstr "" msgstr "Konnte Anhang '%s' nicht nach '%s' schreiben."
#: ../commands.c:356 #: ../commands.c:356
#, c-format #, c-format
msgid "Wrote attachment '%s' to '%s'." msgid "Wrote attachment '%s' to '%s'."
msgstr "" msgstr "Anhang '%s' nach '%s' geschrieben."
#. zathura settings #. zathura settings
#: ../config.c:68 #: ../config.c:68
msgid "Database backend" msgid "Database backend"
msgstr "" msgstr "Datenbank Backend"
#: ../config.c:70 #: ../config.c:70
msgid "Zoom step" msgid "Zoom step"
@ -127,11 +134,11 @@ msgstr ""
#: ../config.c:78 #: ../config.c:78
msgid "Zoom minimum" msgid "Zoom minimum"
msgstr "" msgstr "Minimale Vergrößerungsstufe"
#: ../config.c:80 #: ../config.c:80
msgid "Zoom maximum" msgid "Zoom maximum"
msgstr "" msgstr "Maximale Vergrößerungsstufe"
#: ../config.c:82 #: ../config.c:82
msgid "Recoloring (dark color)" msgid "Recoloring (dark color)"
@ -163,64 +170,75 @@ msgstr ""
#: ../config.c:97 #: ../config.c:97
msgid "Show hidden files and directories" msgid "Show hidden files and directories"
msgstr "" msgstr "Zeige versteckte Dateien und Ordner an"
#: ../config.c:99 #: ../config.c:99
msgid "Show directories" msgid "Show directories"
msgstr "" msgstr "Zeige Ordner an"
#. define default inputbar commands #. define default inputbar commands
#: ../config.c:221 #: ../config.c:221
msgid "Add a bookmark" msgid "Add a bookmark"
msgstr "" msgstr "Füge Lesezeichen hinzu"
#: ../config.c:222 #: ../config.c:222
msgid "Delete a bookmark" msgid "Delete a bookmark"
msgstr "" msgstr "Lösche ein Lesezeichen"
#: ../config.c:223 #: ../config.c:223
msgid "List all bookmarks" msgid "List all bookmarks"
msgstr "" msgstr "Liste all Lesezeichen auf"
#: ../config.c:224 #: ../config.c:224
msgid "Close current file" msgid "Close current file"
msgstr "" msgstr "Schließe das aktuelle Dokument"
#: ../config.c:225 #: ../config.c:225
msgid "Show file information" msgid "Show file information"
msgstr "" msgstr "Zeige Dokumentinformationen an"
#: ../config.c:226 #: ../config.c:226
msgid "Show help" msgid "Show help"
msgstr "" msgstr "Zeige Hilfe an"
#: ../config.c:227 #: ../config.c:227
msgid "Open document" msgid "Open document"
msgstr "" msgstr "Öffne Dokument"
#: ../config.c:228 #: ../config.c:228
msgid "Print document" msgid "Print document"
msgstr "" msgstr "Drucke Dokument"
#: ../config.c:229 #: ../config.c:229
msgid "Save document" msgid "Save document"
msgstr "" msgstr "Speichere Dokument"
#: ../config.c:230 #: ../config.c:230
msgid "Save document (and force overwriting)" msgid "Save document (and force overwriting)"
msgstr "" msgstr "Speichere Dokument (und überschreibe bestehende)"
#: ../config.c:231 #: ../config.c:231
msgid "Save attachments" msgid "Save attachments"
msgstr "" msgstr "Speichere Anhänge"
#: ../document.c:383 ../document.c:407 ../document.c:426 ../document.c:448 #: ../document.c:383
#: ../document.c:467 ../document.c:489 ../document.c:508 ../document.c:551 #: ../document.c:407
#: ../document.c:571 ../document.c:594 ../document.c:623 ../document.c:652 #: ../document.c:426
#: ../document.c:676 ../document.c:697 ../document.c:718 #: ../document.c:448
#: ../document.c:467
#: ../document.c:489
#: ../document.c:508
#: ../document.c:551
#: ../document.c:571
#: ../document.c:594
#: ../document.c:623
#: ../document.c:652
#: ../document.c:676
#: ../document.c:697
#: ../document.c:718
#, c-format #, c-format
msgid "%s not implemented" msgid "%s not implemented"
msgstr "" msgstr "%s ist nicht implementiert."
#: ../zathura.c:55 #: ../zathura.c:55
msgid "Reparents to window specified by xid" msgid "Reparents to window specified by xid"
@ -228,16 +246,17 @@ msgstr ""
#: ../zathura.c:56 #: ../zathura.c:56
msgid "Path to the config directory" msgid "Path to the config directory"
msgstr "Pfad des Konfigurationsverzeichnisses" msgstr "Pfad zum Konfigurationsverzeichnis"
#: ../zathura.c:57 #: ../zathura.c:57
msgid "Path to the data directory" msgid "Path to the data directory"
msgstr "" msgstr "Pfad zum Datenverzeichnis"
#: ../zathura.c:58 #: ../zathura.c:58
msgid "Path to the directories containing plugins" msgid "Path to the directories containing plugins"
msgstr "" msgstr "Pfad zum Pluginverzeichnis"
#: ../zathura.c:59 #: ../zathura.c:59
msgid "Fork into the background" msgid "Fork into the background"
msgstr "" msgstr ""