summaryrefslogtreecommitdiff
path: root/i18n/messages.pot
diff options
context:
space:
mode:
authornecoro <>2007-08-07 06:09:41 +0000
committernecoro <>2007-08-07 06:09:41 +0000
commite3e2339cf2156a12b61b91f56c9ea596df57198e (patch)
tree561b195b652c5a22ac373a44d0f8501ed25508c0 /i18n/messages.pot
parent02652967805e1b30be1f55b73cfc50fc2ac4bbe6 (diff)
downloadportato-e3e2339cf2156a12b61b91f56c9ea596df57198e.tar.gz
portato-e3e2339cf2156a12b61b91f56c9ea596df57198e.tar.bz2
portato-e3e2339cf2156a12b61b91f56c9ea596df57198e.zip
new threading model in gui_helper
Diffstat (limited to '')
-rw-r--r--i18n/messages.pot70
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 "
d>Made qt plugin-ready; lots of documentationnecoro15-81/+351 2007-04-18nomsgnecoro1-1/+0 2007-04-18finished Qt-Frontendnecoro5-15/+117 2007-04-17marking installed packages in pkglistnecoro5-14/+50 2007-04-16added ebuild window for Qt-Frontendnecoro4-2/+229 2007-04-16added preferences for Qt-Frontendnecoro9-279/+710 2007-04-13Improved masking display and made most of the Qt-Frontend worknecoro7-35/+334 2007-04-10Some more functionality for the Qt-Frontend (complete emerge)necoro8-217/+347 2007-04-07Some more functionality for the Qt-Frontendnecoro11-88/+463 2007-04-07Added Qt-Terminalnecoro4-4/+213 2007-04-06First qt draftnecoro6-1/+796 2007-04-04showed masked packages unmasked by the user similar to stable marked testing ...necoro5-13/+40 2007-03-31changed changelognecoro1-1/+2 2007-03-31Some small changes for etcproposals 1.1necoro1-2/+2 2007-03-31Some small changes for etcproposals 1.1necoro2-3/+3 2007-03-31Some small changes for etcproposals 1.1necoro1-6/+13 2007-03-31Allowed Plugins to have a menunecoro7-201/+315 2007-03-15Added etc-proposals pluginnecoro7-28/+121 2007-03-10Added USE_EXPAND-supportnecoro5-11/+63 2007-03-10Added plugin-data to about-dialognecoro3-197/+264