From 2acc7113972491b83a15ce8829a442d712794803 Mon Sep 17 00:00:00 2001 From: Necoro <> Date: Mon, 15 Oct 2007 09:11:56 +0000 Subject: language updates --- i18n/messages.pot | 306 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 158 insertions(+), 148 deletions(-) (limited to 'i18n/messages.pot') diff --git a/i18n/messages.pot b/i18n/messages.pot index 7d33708..ca7ee60 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-16 22:50-0700\n" +"POT-Creation-Date: 2007-10-15 11:08+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -39,7 +39,7 @@ msgstr "" #: portato/gui/templates/portato.glade:89 #: portato/gui/templates/portato.glade:516 -#: portato/gui/templates/portato.glade:721 portato/gui/gtk/windows.py:699 +#: portato/gui/templates/portato.glade:721 portato/gui/gtk/windows.py:716 msgid "E_merge" msgstr "" @@ -115,20 +115,20 @@ msgstr "" msgid "gtk-find" msgstr "" -#: portato/gui/templates/portato.glade:463 portato/gui/gtk/windows.py:550 +#: portato/gui/templates/portato.glade:463 portato/gui/gtk/windows.py:567 msgid "Installed" msgstr "" -#: portato/gui/templates/portato.glade:476 portato/gui/gtk/windows.py:676 -#: portato/gui/gtk/windows.py:679 portato/gui/gtk/windows.py:682 -#: portato/gui/gtk/windows.py:781 portato/gui/gtk/windows.py:784 -#: portato/gui/gtk/windows.py:791 portato/gui/gtk/windows.py:795 +#: portato/gui/templates/portato.glade:476 portato/gui/gtk/windows.py:693 +#: portato/gui/gtk/windows.py:696 portato/gui/gtk/windows.py:699 +#: portato/gui/gtk/windows.py:798 portato/gui/gtk/windows.py:801 +#: portato/gui/gtk/windows.py:808 portato/gui/gtk/windows.py:812 msgid "Masked" msgstr "" -#: portato/gui/templates/portato.glade:490 portato/gui/gtk/windows.py:689 -#: portato/gui/gtk/windows.py:692 portato/gui/gtk/windows.py:753 -#: portato/gui/gtk/windows.py:758 +#: portato/gui/templates/portato.glade:490 portato/gui/gtk/windows.py:706 +#: portato/gui/gtk/windows.py:709 portato/gui/gtk/windows.py:770 +#: portato/gui/gtk/windows.py:775 msgid "Testing" msgstr "" @@ -148,7 +148,7 @@ msgstr "" msgid "Installed, but not in portage anymore" msgstr "" -#: portato/gui/templates/portato.glade:684 portato/gui/gtk/windows.py:128 +#: portato/gui/templates/portato.glade:684 portato/gui/gtk/windows.py:133 msgid "Package" msgstr "" @@ -156,11 +156,11 @@ msgstr "" msgid "_Remove" msgstr "" -#: portato/gui/templates/portato.glade:779 portato/gui/gtk/windows.py:1005 +#: portato/gui/templates/portato.glade:779 portato/gui/gtk/windows.py:1023 msgid "Queue" msgstr "" -#: portato/gui/templates/portato.glade:807 portato/gui/gtk/windows.py:1102 +#: portato/gui/templates/portato.glade:807 portato/gui/gtk/windows.py:1120 msgid "Console" msgstr "" @@ -338,16 +338,59 @@ msgstr "" msgid "Logging Output" msgstr "" -#: portato/plugins/resume_loop.py:30 -msgid "Resume-loop called while process is still running!" +#: portato.py:42 +msgid "runs pychecker (should only be used by developers)" msgstr "" -#: portato/plugins/etc_proposals.py:65 portato/plugins/etc_proposals.py:77 -msgid "Cannot start etc-proposals. No graphical frontend installed!" +#: portato.py:45 +#, python-format +msgid "the frontend to use - possible values are: %s [default: %%default]" msgstr "" -#: portato/plugins/etc_proposals.py:79 -msgid "Cannot start etc-proposals. Not root!" +#: portato.py:48 +msgid "opens the ebuild viewer instead of launching Portato" +msgstr "" + +#: portato.py:51 +msgid "" +"file descriptor to use to communicate with the listener (internal use only)" +msgstr "" + +#: portato.py:54 +msgid "validates the given plugin xml instead of launching Portato" +msgstr "" + +#: portato.py:57 +msgid "do not start listener" +msgstr "" + +#: portato.py:70 +#, python-format +msgid "Unknown frontend '%(frontend)s'. Correct frontends are: %(list)s" +msgstr "" + +#: portato.py:78 +#, python-format +msgid "" +"'%(frontend)s' should be installed, but cannot be imported. This is " +"definitly a bug. (%(error)s)" +msgstr "" + +#: portato.py:88 +#, python-format +msgid "Validation failed. XML syntax error: %s." +msgstr "" + +#: portato.py:91 +msgid "Validation failed. Does not comply with schema." +msgstr "" + +#: portato.py:94 +msgid "Validation succeeded." +msgstr "" + +#: portato/plugins/resume_loop.py:30 +msgid "Resume-loop called while process is still running!" msgstr "" #: portato/plugins/notify.py:11 @@ -367,116 +410,167 @@ msgstr "" msgid "Error Code: %d" msgstr "" -#: portato/gui/gtk/windows.py:73 +#: portato/plugins/etc_proposals.py:65 portato/plugins/etc_proposals.py:77 +msgid "Cannot start etc-proposals. No graphical frontend installed!" +msgstr "" + +#: portato/plugins/etc_proposals.py:79 +msgid "Cannot start etc-proposals. Not root!" +msgstr "" + +#: portato/gui/gtk/exception_handling.py:45 +msgid "" +"A programming error has been detected during the execution of this program." +msgstr "" + +#: portato/gui/gtk/exception_handling.py:46 +msgid "Bug Detected" +msgstr "" + +#: portato/gui/gtk/exception_handling.py:47 +msgid "" +"It probably isn't fatal, but should be reported to the developers " +"nonetheless." +msgstr "" + +#: portato/gui/gtk/exception_handling.py:49 +msgid "Show Details" +msgstr "" + +#: portato/gui/gtk/exception_handling.py:71 +#: portato/gui/gtk/exception_handling.py:103 +#, python-format +msgid "" +"Exception in thread \"%(thread)s\":\n" +"%(trace)s" +msgstr "" + +#: portato/gui/gtk/exception_handling.py:105 +#, python-format +msgid "" +"Exception:\n" +"%s" +msgstr "" + +#: portato/gui/gtk/splash.py:37 +#, python-format +msgid "... is starting up: %s" +msgstr "" + +#: portato/gui/gtk/windows.py:78 msgid "Plugin" msgstr "" -#: portato/gui/gtk/windows.py:76 +#: portato/gui/gtk/windows.py:81 msgid "Authors" msgstr "" -#: portato/gui/gtk/windows.py:81 portato/gui/gtk/windows.py:127 -#: portato/gui/gtk/windows.py:549 +#: portato/gui/gtk/windows.py:86 portato/gui/gtk/windows.py:132 +#: portato/gui/gtk/windows.py:566 msgid "Enabled" msgstr "" -#: portato/gui/gtk/windows.py:226 +#: portato/gui/gtk/windows.py:228 msgid "Results" msgstr "" -#: portato/gui/gtk/windows.py:495 +#: portato/gui/gtk/windows.py:396 +msgid "No ebuild language file installed. Falling back to shell." +msgstr "" + +#: portato/gui/gtk/windows.py:512 msgid "" msgstr "" -#: portato/gui/gtk/windows.py:527 +#: portato/gui/gtk/windows.py:544 msgid "This is an expanded use flag and cannot be selected" msgstr "" -#: portato/gui/gtk/windows.py:551 +#: portato/gui/gtk/windows.py:568 msgid "Flag" msgstr "" -#: portato/gui/gtk/windows.py:552 +#: portato/gui/gtk/windows.py:569 msgid "Description" msgstr "" -#: portato/gui/gtk/windows.py:631 +#: portato/gui/gtk/windows.py:648 #, python-format msgid "Package could not be found: %s" msgstr "" -#: portato/gui/gtk/windows.py:702 +#: portato/gui/gtk/windows.py:719 msgid "Re_merge" msgstr "" -#: portato/gui/gtk/windows.py:893 +#: portato/gui/gtk/windows.py:910 msgid "Creating Database" msgstr "" -#: portato/gui/gtk/windows.py:898 +#: portato/gui/gtk/windows.py:915 msgid "Loading Config" msgstr "" -#: portato/gui/gtk/windows.py:909 +#: portato/gui/gtk/windows.py:927 msgid "Loading Plugins" msgstr "" -#: portato/gui/gtk/windows.py:922 +#: portato/gui/gtk/windows.py:940 msgid "Finishing startup" msgstr "" -#: portato/gui/gtk/windows.py:1008 +#: portato/gui/gtk/windows.py:1026 msgid "Options" msgstr "" -#: portato/gui/gtk/windows.py:1026 +#: portato/gui/gtk/windows.py:1044 msgid "Categories" msgstr "" -#: portato/gui/gtk/windows.py:1041 +#: portato/gui/gtk/windows.py:1059 msgid "Packages" msgstr "" -#: portato/gui/gtk/windows.py:1104 +#: portato/gui/gtk/windows.py:1122 #, python-format msgid "Console (%(title)s)" msgstr "" -#: portato/gui/gtk/windows.py:1156 +#: portato/gui/gtk/windows.py:1174 msgid "use flags" msgstr "" -#: portato/gui/gtk/windows.py:1163 +#: portato/gui/gtk/windows.py:1181 msgid "masking keywords" msgstr "" -#: portato/gui/gtk/__init__.py:21 +#: portato/gui/gtk/__init__.py:23 msgid "Loading Portage" msgstr "" -#: portato/gui/gtk/wrapper.py:37 +#: portato/gui/gtk/wrapper.py:39 msgid "oneshot" msgstr "" -#: portato/gui/gtk/wrapper.py:42 +#: portato/gui/gtk/wrapper.py:44 #, python-format msgid "updating from version %s" msgstr "" -#: portato/gui/gtk/wrapper.py:44 +#: portato/gui/gtk/wrapper.py:46 msgid "updating" msgstr "" -#: portato/gui/gtk/wrapper.py:49 +#: portato/gui/gtk/wrapper.py:51 #, python-format msgid "downgrading from version %s" msgstr "" -#: portato/gui/gtk/wrapper.py:51 +#: portato/gui/gtk/wrapper.py:53 msgid "downgrading" msgstr "" -#: portato/gui/gtk/wrapper.py:55 +#: portato/gui/gtk/wrapper.py:57 msgid "IUSE changes:" msgstr "" @@ -524,74 +618,36 @@ msgstr "" msgid "Do you really want to clear the whole queue?" msgstr "" -#: 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/gtk/splash.py:34 -#, python-format -msgid "... is starting up: %s" -msgstr "" - -#: portato/gui/gui_helper.py:240 +#: portato/gui/gui_helper.py:236 #, python-format msgid "" "Catched KeyError => %s seems not to be an available category. Have you " "played with rsync-excludes?" msgstr "" -#: portato/backend/portage/package.py:93 +#: portato/backend/portage/package.py:99 +#: portato/backend/catapult/package.py:82 #, python-format msgid "BUG in flags.new_masking_status. It returns '%s'" msgstr "" -#: portato/backend/portage/system.py:286 +#: portato/backend/portage/system.py:323 #, python-format msgid "No best match for %s. It seems not to be in the tree anymore." msgstr "" -#: portato/backend/portage/system.py:350 +#: portato/backend/portage/system.py:391 #, python-format msgid "Found a not installed dependency: %s." msgstr "" -#: portato/backend/portage/system.py:386 +#: portato/backend/portage/system.py:425 #, python-format msgid "" "Bug? No best match could be found for '%(package)s'. Needed by: '%(cpv)s'." msgstr "" -#: portato/backend/flags.py:483 +#: portato/backend/flags.py:484 #, python-format msgid "Conflicting values for masking status: %s" msgstr "" @@ -601,98 +657,52 @@ msgstr "" msgid "Unrecognized line in configuration: %s" msgstr "" -#: portato/plugin.py:290 portato/plugin.py:296 portato/plugin.py:301 +#: portato/plugin.py:292 portato/plugin.py:298 portato/plugin.py:303 #, python-format msgid "%s cannot be imported." msgstr "" -#: portato/plugin.py:328 +#: portato/plugin.py:330 #, python-format msgid "Accessing hook '%(hook)s' of plugin '%(plugin)s' (before)." msgstr "" -#: portato/plugin.py:332 +#: portato/plugin.py:334 #, python-format msgid "Overriding hook '%(hook)s' with plugin '%(plugin)s'." msgstr "" -#: portato/plugin.py:339 +#: portato/plugin.py:341 #, python-format msgid "Accessing hook '%(hook)s' of plugin '%(plugin)s' (after)." msgstr "" -#: portato/plugin.py:359 +#: portato/plugin.py:361 #, python-format msgid "Loading plugin '%s' failed. Invalid XML syntax." msgstr "" -#: portato/plugin.py:362 +#: portato/plugin.py:364 #, python-format msgid "Loading plugin '%s' failed. Plugin does not comply with schema." msgstr "" -#: portato/plugin.py:391 +#: portato/plugin.py:392 #, python-format msgid "Plugin '%s' loaded." msgstr "" -#: portato/plugin.py:394 +#: portato/plugin.py:395 #, python-format msgid "Loading plugin '%(plugin)s' failed: Could not import %(import)s" msgstr "" -#: portato/plugin.py:459 +#: portato/plugin.py:460 #, python-format msgid "" "For hook '%(hook)s' an override is already defined by plugin '%(plugin)s'!" msgstr "" -#: portato/plistener.py:94 +#: portato/plistener.py:79 msgid "Listener has not been started." msgstr "" - -#: portato.py:39 -msgid "runs pychecker (should only be used by developers)" -msgstr "" - -#: portato.py:42 -#, python-format -msgid "the frontend to use - possible values are: %s [default: %%default]" -msgstr "" - -#: portato.py:45 -msgid "opens the ebuild viewer instead of launching Portato" -msgstr "" - -#: portato.py:48 -msgid "validates the given plugin xml instead of launching Portato" -msgstr "" - -#: portato.py:51 -msgid "do not start listener" -msgstr "" - -#: portato.py:64 -#, python-format -msgid "Unknown frontend '%(frontend)s'. Correct frontends are: %(list)s" -msgstr "" - -#: portato.py:72 -#, python-format -msgid "" -"'%(frontend)s' should be installed, but cannot be imported. This is " -"definitly a bug. (%(error)s)" -msgstr "" - -#: portato.py:82 -#, python-format -msgid "Validation failed. XML syntax error: %s." -msgstr "" - -#: portato.py:85 -msgid "Validation failed. Does not comply with schema." -msgstr "" - -#: portato.py:88 -msgid "Validation succeeded." -msgstr "" -- cgit v1.2.3