diff options
author | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-31 21:21:47 +0200 |
---|---|---|
committer | RaNaN <Mast3rRaNaN@hotmail.de> | 2010-08-31 21:21:47 +0200 |
commit | 98c2d3e01291c75f8f7257573a362e06710d2c4b (patch) | |
tree | bac8908368b6347f59ee7dbfd52d5beea5604dcc /locale | |
parent | encoding fix, locale cleanup (diff) | |
download | pyload-98c2d3e01291c75f8f7257573a362e06710d2c4b.tar.xz |
string formating fix
Diffstat (limited to 'locale')
-rw-r--r-- | locale/cli.pot | 2 | ||||
-rw-r--r-- | locale/core.pot | 11 | ||||
-rw-r--r-- | locale/gui.pot | 2 | ||||
-rw-r--r-- | locale/setup.pot | 2 |
4 files changed, 10 insertions, 7 deletions
diff --git a/locale/cli.pot b/locale/cli.pot index 5872b4f49..e8ad11be8 100644 --- a/locale/cli.pot +++ b/locale/cli.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pyLoad 0.4\n" "Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" -"POT-Creation-Date: 2010-08-31 21:06+0200\n" +"POT-Creation-Date: 2010-08-31 21:21+0200\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" diff --git a/locale/core.pot b/locale/core.pot index f65e0b956..f3bf7ad80 100644 --- a/locale/core.pot +++ b/locale/core.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pyLoad 0.4\n" "Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" -"POT-Creation-Date: 2010-08-31 21:06+0200\n" +"POT-Creation-Date: 2010-08-31 21:21+0200\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" @@ -275,7 +275,8 @@ msgid "%s has invalid pattern." msgstr "" #: module/PluginManager.py:285 -msgid "Error importing %(name): %(msg)" +#, python-format +msgid "Error importing %(name)s: %(msg)s" msgstr "" #: module/PluginManager.py:286 @@ -395,11 +396,13 @@ msgid "File not found" msgstr "" #: module/plugins/hooks/IRCInterface.py:75 -msgid "Download finished: %(name) @ %(plugin) " +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s " msgstr "" #: module/plugins/hooks/XMPPInterface.py:82 -msgid "Download finished: %(name) @ %(plugin)" +#, python-format +msgid "Download finished: %(name)s @ %(plugin)s" msgstr "" #: module/plugins/hooks/XMPPInterface.py:114 diff --git a/locale/gui.pot b/locale/gui.pot index 6b404f54d..9821872ae 100644 --- a/locale/gui.pot +++ b/locale/gui.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pyLoad 0.4\n" "Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" -"POT-Creation-Date: 2010-08-31 21:06+0200\n" +"POT-Creation-Date: 2010-08-31 21:21+0200\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" diff --git a/locale/setup.pot b/locale/setup.pot index 612c8c17d..5e99b41c3 100644 --- a/locale/setup.pot +++ b/locale/setup.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: pyLoad 0.4\n" "Report-Msgid-Bugs-To: 'bugs@pyload.org'\n" -"POT-Creation-Date: 2010-08-31 21:06+0200\n" +"POT-Creation-Date: 2010-08-31 21:21+0200\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" |