From fe2547bc8e7698846aa1894760f499a49b36adc9 Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Mon, 15 Oct 2007 18:19:31 +0000 Subject: added "Save As..." functionality for exception dialog --- i18n/de.po | 36 ++++++++++++++++++++---------------- i18n/messages.pot | 36 ++++++++++++++++++++---------------- 2 files changed, 40 insertions(+), 32 deletions(-) (limited to 'i18n') diff --git a/i18n/de.po b/i18n/de.po index 8966d4b..4e4621b 100644 --- a/i18n/de.po +++ b/i18n/de.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Portato\n" "POT-Creation-Date: \n" -"PO-Revision-Date: 2007-10-15 11:11+0100\n" +"PO-Revision-Date: 2007-10-15 20:18+0100\n" "Last-Translator: René 'Necoro' Neumann \n" "Language-Team: \n" "MIME-Version: 1.0\n" @@ -162,12 +162,12 @@ msgid "_Remove" msgstr "_Löschen" #: portato/gui/templates/portato.glade:779 -#: portato/gui/gtk/windows.py:1023 +#: portato/gui/gtk/windows.py:1025 msgid "Queue" msgstr "Queue" #: portato/gui/templates/portato.glade:807 -#: portato/gui/gtk/windows.py:1120 +#: portato/gui/gtk/windows.py:1122 msgid "Console" msgstr "Konsole" @@ -430,24 +430,24 @@ msgstr "Kann etc-proposals nicht starten. Kein grafisches Frontend installiert." msgid "Cannot start etc-proposals. Not root!" msgstr "Kann etc-proposals nicht starten. Nur root kann das!" -#: portato/gui/gtk/exception_handling.py:45 +#: portato/gui/gtk/exception_handling.py:46 msgid "A programming error has been detected during the execution of this program." msgstr "Ein Fehler ist aufgetreten." -#: portato/gui/gtk/exception_handling.py:46 +#: portato/gui/gtk/exception_handling.py:47 msgid "Bug Detected" msgstr "Fehler aufgetreten" -#: portato/gui/gtk/exception_handling.py:47 +#: portato/gui/gtk/exception_handling.py:48 msgid "It probably isn't fatal, but should be reported to the developers nonetheless." msgstr "Dies ist möglicherweise nicht kritisch, sollte aber trotzdem an die Entwickler weitergeleitet werden." -#: portato/gui/gtk/exception_handling.py:49 +#: portato/gui/gtk/exception_handling.py:50 msgid "Show Details" msgstr "Details" -#: portato/gui/gtk/exception_handling.py:71 -#: portato/gui/gtk/exception_handling.py:103 +#: portato/gui/gtk/exception_handling.py:73 +#: portato/gui/gtk/exception_handling.py:119 #, python-format msgid "" "Exception in thread \"%(thread)s\":\n" @@ -456,7 +456,11 @@ msgstr "" "Exception im Thread \"%(thread)s\":\n" "%(trace)s" -#: portato/gui/gtk/exception_handling.py:105 +#: portato/gui/gtk/exception_handling.py:89 +msgid "Save traceback..." +msgstr "Speichere Traceback..." + +#: portato/gui/gtk/exception_handling.py:121 #, python-format msgid "" "Exception:\n" @@ -533,28 +537,28 @@ msgstr "Lade Plugins" msgid "Finishing startup" msgstr "Erledige letzte Handgriffe :)" -#: portato/gui/gtk/windows.py:1026 +#: portato/gui/gtk/windows.py:1028 msgid "Options" msgstr "Optionen" -#: portato/gui/gtk/windows.py:1044 +#: portato/gui/gtk/windows.py:1046 msgid "Categories" msgstr "Kategorien" -#: portato/gui/gtk/windows.py:1059 +#: portato/gui/gtk/windows.py:1061 msgid "Packages" msgstr "Pakete" -#: portato/gui/gtk/windows.py:1122 +#: portato/gui/gtk/windows.py:1124 #, python-format msgid "Console (%(title)s)" msgstr "Konsole (%(title)s)" -#: portato/gui/gtk/windows.py:1174 +#: portato/gui/gtk/windows.py:1176 msgid "use flags" msgstr "Use Flags" -#: portato/gui/gtk/windows.py:1181 +#: portato/gui/gtk/windows.py:1183 msgid "masking keywords" msgstr "Masking Keywords" diff --git a/i18n/messages.pot b/i18n/messages.pot index ca7ee60..a0256a2 100644 --- a/i18n/messages.pot +++ b/i18n/messages.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2007-10-15 11:08+0200\n" +"POT-Creation-Date: 2007-10-15 20:17+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -156,11 +156,11 @@ msgstr "" msgid "_Remove" msgstr "" -#: portato/gui/templates/portato.glade:779 portato/gui/gtk/windows.py:1023 +#: portato/gui/templates/portato.glade:779 portato/gui/gtk/windows.py:1025 msgid "Queue" msgstr "" -#: portato/gui/templates/portato.glade:807 portato/gui/gtk/windows.py:1120 +#: portato/gui/templates/portato.glade:807 portato/gui/gtk/windows.py:1122 msgid "Console" msgstr "" @@ -418,34 +418,38 @@ msgstr "" msgid "Cannot start etc-proposals. Not root!" msgstr "" -#: portato/gui/gtk/exception_handling.py:45 +#: portato/gui/gtk/exception_handling.py:46 msgid "" "A programming error has been detected during the execution of this program." msgstr "" -#: portato/gui/gtk/exception_handling.py:46 +#: portato/gui/gtk/exception_handling.py:47 msgid "Bug Detected" msgstr "" -#: portato/gui/gtk/exception_handling.py:47 +#: portato/gui/gtk/exception_handling.py:48 msgid "" "It probably isn't fatal, but should be reported to the developers " "nonetheless." msgstr "" -#: portato/gui/gtk/exception_handling.py:49 +#: portato/gui/gtk/exception_handling.py:50 msgid "Show Details" msgstr "" -#: portato/gui/gtk/exception_handling.py:71 -#: portato/gui/gtk/exception_handling.py:103 +#: portato/gui/gtk/exception_handling.py:73 +#: portato/gui/gtk/exception_handling.py:119 #, python-format msgid "" "Exception in thread \"%(thread)s\":\n" "%(trace)s" msgstr "" -#: portato/gui/gtk/exception_handling.py:105 +#: portato/gui/gtk/exception_handling.py:89 +msgid "Save traceback..." +msgstr "" + +#: portato/gui/gtk/exception_handling.py:121 #, python-format msgid "" "Exception:\n" @@ -519,28 +523,28 @@ msgstr "" msgid "Finishing startup" msgstr "" -#: portato/gui/gtk/windows.py:1026 +#: portato/gui/gtk/windows.py:1028 msgid "Options" msgstr "" -#: portato/gui/gtk/windows.py:1044 +#: portato/gui/gtk/windows.py:1046 msgid "Categories" msgstr "" -#: portato/gui/gtk/windows.py:1059 +#: portato/gui/gtk/windows.py:1061 msgid "Packages" msgstr "" -#: portato/gui/gtk/windows.py:1122 +#: portato/gui/gtk/windows.py:1124 #, python-format msgid "Console (%(title)s)" msgstr "" -#: portato/gui/gtk/windows.py:1174 +#: portato/gui/gtk/windows.py:1176 msgid "use flags" msgstr "" -#: portato/gui/gtk/windows.py:1181 +#: portato/gui/gtk/windows.py:1183 msgid "masking keywords" msgstr "" -- cgit v1.2.3