Google & PluginDownloader & ShrinkUrl & Topic: Update messages.pot

This commit is contained in:
Valentin Lorentz 2012-07-29 11:56:52 +02:00
parent 169392e519
commit e4a1352e0a
4 changed files with 33 additions and 50 deletions

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n"
"POT-Creation-Date: 2012-07-29 11:54+CEST\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"
@ -151,35 +151,12 @@ msgid ""
" "
msgstr ""
#: plugin.py:252
#, docstring
msgid ""
"<from-language> [to] <to-language> <text>\n"
"\n"
" Returns <text> translated from <from-language> into <to-language>.\n"
" Beware that translating to or from languages that use multi-byte\n"
" characters may result in some very odd results.\n"
" "
msgstr ""
#: plugin.py:271
msgid "from language"
msgstr ""
#: plugin.py:272 plugin.py:281
msgid "Valid languages are: %L"
msgstr ""
#: plugin.py:280
msgid "to language"
msgstr ""
#: plugin.py:314
#: plugin.py:250
#, docstring
msgid "^google\\s+(.*)$"
msgstr ""
#: plugin.py:343
#: plugin.py:279
#, docstring
msgid ""
"<expression>\n"
@ -188,11 +165,11 @@ msgid ""
" "
msgstr ""
#: plugin.py:370
#: plugin.py:312
msgid "Google says: Error: %s."
msgstr ""
#: plugin.py:377
#: plugin.py:319
#, docstring
msgid ""
"<phone number>\n"
@ -201,7 +178,7 @@ msgid ""
" "
msgstr ""
#: plugin.py:391
#: plugin.py:333
msgid "Google's phonebook didn't come up with anything."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-04-29 17:55+UTC\n"
"POT-Creation-Date: 2012-07-29 11:54+CEST\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"
@ -15,7 +15,7 @@ msgstr ""
"Generated-By: pygettext.py 1.5\n"
#: plugin.py:260
#: plugin.py:235
#, docstring
msgid ""
"This plugin allows you to install unofficial plugins from\n"
@ -25,7 +25,7 @@ msgid ""
" just run command \"install <repository> <plugin>\"."
msgstr ""
#: plugin.py:268
#: plugin.py:245
#, docstring
msgid ""
"[<repository>]\n"
@ -35,19 +35,19 @@ msgid ""
" repositories."
msgstr ""
#: plugin.py:276 plugin.py:287
#: plugin.py:253 plugin.py:264
msgid ", "
msgstr ""
#: plugin.py:278 plugin.py:297 plugin.py:322
#: plugin.py:255 plugin.py:274 plugin.py:299
msgid "This repository does not exist or is not known by this bot."
msgstr ""
#: plugin.py:285
#: plugin.py:262
msgid "No plugin found in this repository."
msgstr ""
#: plugin.py:292
#: plugin.py:269
#, docstring
msgid ""
"<repository> <plugin>\n"
@ -55,11 +55,11 @@ msgid ""
" Downloads and installs the <plugin> from the <repository>."
msgstr ""
#: plugin.py:302 plugin.py:327
#: plugin.py:279 plugin.py:304
msgid "This plugin does not exist in this repository."
msgstr ""
#: plugin.py:317
#: plugin.py:294
#, docstring
msgid ""
"<repository> <plugin>\n"
@ -67,11 +67,11 @@ msgid ""
" Displays informations on the <plugin> in the <repository>."
msgstr ""
#: plugin.py:331
#: plugin.py:308
msgid "No README found for this plugin"
msgstr ""
#: plugin.py:334
#: plugin.py:311
msgid "This plugin has no description."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-06-09 09:00+CEST\n"
"POT-Creation-Date: 2012-07-29 11:54+CEST\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"
@ -22,12 +22,7 @@ msgid ""
" like this snarfer to be enabled?"
msgstr ""
#: config.py:45
#, docstring
msgid "Valid values include 'ln', 'tiny', 'xrl', 'goo', and 'x0'."
msgstr ""
#: config.py:49
#: config.py:45 config.py:49
#, docstring
msgid "Valid values include 'ln', 'tiny', 'xrl', 'goo', and 'x0'."
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2012-03-11 20:58+UTC\n"
"POT-Creation-Date: 2012-07-29 11:54+CEST\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"
@ -344,17 +344,28 @@ msgstr ""
msgid ""
"[<channel>]\n"
"\n"
" Saves the topic in <channel> to be restored with @topic default\n"
" later. <channel> is only necessary if the message isn't sent in\n"
" the channel itself.\n"
" "
msgstr ""
#: plugin.py:597
#, docstring
msgid ""
"[<channel>]\n"
"\n"
" Sets the topic in <channel> to the default topic for <channel>. The\n"
" default topic for a channel may be configured via the configuration\n"
" variable supybot.plugins.Topic.default.\n"
" "
msgstr ""
#: plugin.py:591
#: plugin.py:610
msgid "There is no default topic configured for %s."
msgstr ""
#: plugin.py:597
#: plugin.py:616
#, docstring
msgid ""
"[<channel>] <separator>\n"