diff options
author | necoro <> | 2007-08-07 06:09:41 +0000 |
---|---|---|
committer | necoro <> | 2007-08-07 06:09:41 +0000 |
commit | e3e2339cf2156a12b61b91f56c9ea596df57198e (patch) | |
tree | 561b195b652c5a22ac373a44d0f8501ed25508c0 /i18n/messages.pot | |
parent | 02652967805e1b30be1f55b73cfc50fc2ac4bbe6 (diff) | |
download | portato-e3e2339cf2156a12b61b91f56c9ea596df57198e.tar.gz portato-e3e2339cf2156a12b61b91f56c9ea596df57198e.tar.bz2 portato-e3e2339cf2156a12b61b91f56c9ea596df57198e.zip |
new threading model in gui_helper
Diffstat (limited to '')
-rw-r--r-- | i18n/messages.pot | 70 |
1 files changed, 39 insertions, 31 deletions
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 <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\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 " |