From e3e2339cf2156a12b61b91f56c9ea596df57198e Mon Sep 17 00:00:00 2001 From: necoro <> Date: Tue, 7 Aug 2007 06:09:41 +0000 Subject: new threading model in gui_helper --- i18n/messages.pot | 70 +++++++++++++++++++++++++++++++------------------------ 1 file changed, 39 insertions(+), 31 deletions(-) (limited to 'i18n/messages.pot') diff --git a/i18n/messages.pot b/i18n/messages.pot index ec732ff..aa542b1 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-08-05 00:07-0700\n" +"POT-Creation-Date: 2007-08-07 00:06-0700\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -417,42 +417,16 @@ msgstr "" msgid "masking keywords" msgstr "" -#: portato/gui/gtk/uncaughtException.py:28 -msgid "" -"A programming error has been detected during the execution of this program." -msgstr "" - -#: portato/gui/gtk/uncaughtException.py:29 -msgid "Bug Detected" -msgstr "" - -#: portato/gui/gtk/uncaughtException.py:30 -msgid "" -"It probably isn't fatal, but should be reported to the developers " -"nonetheless." -msgstr "" - -#: portato/gui/gtk/uncaughtException.py:32 -msgid "Show Details" -msgstr "" - -#: portato/gui/gtk/uncaughtException.py:79 -#, python-format -msgid "" -"An uncaught exception has occured:\n" -"%s" -msgstr "" - -#: portato/gui/gtk/wrapper.py:36 +#: portato/gui/gtk/wrapper.py:37 msgid "oneshot" msgstr "" -#: portato/gui/gtk/wrapper.py:41 +#: portato/gui/gtk/wrapper.py:42 #, python-format msgid "updating from version %s" msgstr "" -#: portato/gui/gtk/wrapper.py:43 +#: portato/gui/gtk/wrapper.py:44 msgid "updating" msgstr "" @@ -500,7 +474,41 @@ msgstr "" msgid "Do you really want to clear the whole queue?" msgstr "" -#: portato/gui/gui_helper.py:239 +#: portato/gui/gtk/exception_handling.py:44 +msgid "" +"A programming error has been detected during the execution of this program." +msgstr "" + +#: portato/gui/gtk/exception_handling.py:45 +msgid "Bug Detected" +msgstr "" + +#: portato/gui/gtk/exception_handling.py:46 +msgid "" +"It probably isn't fatal, but should be reported to the developers " +"nonetheless." +msgstr "" + +#: portato/gui/gtk/exception_handling.py:48 +msgid "Show Details" +msgstr "" + +#: portato/gui/gtk/exception_handling.py:70 +#: portato/gui/gtk/exception_handling.py:102 +#, python-format +msgid "" +"Exception in thread \"%(thread)s\":\n" +"%(trace)s" +msgstr "" + +#: portato/gui/gtk/exception_handling.py:104 +#, python-format +msgid "" +"Exception:\n" +"%s" +msgstr "" + +#: portato/gui/gui_helper.py:240 #, python-format msgid "" "Catched KeyError => %s seems not to be an available category. Have you " -- cgit v1.2.3