2010-10-20 09:39:44 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2014-01-21 16:48:13 +01:00
|
|
|
"POT-Creation-Date: 2014-01-21 16:39+CET\n"
|
2010-10-20 09:39:44 +02:00
|
|
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
|
|
|
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
|
|
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=CHARSET\n"
|
|
|
|
"Content-Transfer-Encoding: ENCODING\n"
|
|
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
|
|
|
|
|
|
#: config.py:50
|
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will output the\n"
|
|
|
|
" HTML title of URLs it sees in the channel."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:53
|
|
|
|
msgid ""
|
2013-07-25 11:38:21 +02:00
|
|
|
"Determines whether the bot will notfiy the user\n"
|
|
|
|
" about network exceptions like hostnotfound, timeout ...."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:56
|
|
|
|
msgid ""
|
2013-11-27 00:02:05 +01:00
|
|
|
"Determines whether the domain name displayed\n"
|
|
|
|
" by the snarfer will be the original one (posted on IRC) or the target one\n"
|
|
|
|
" (got after following redirects, if any)."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:60
|
|
|
|
msgid ""
|
2012-02-16 17:17:23 +01:00
|
|
|
"Determines what URLs matching the given regexp\n"
|
|
|
|
" will not be snarfed. Give the empty string if you have no URLs that you'd\n"
|
|
|
|
" like to exclude from being snarfed."
|
2010-10-20 09:39:44 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: config.py:72
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines the maximum number of\n"
|
|
|
|
" bytes the bot will download via the 'fetch' command in this plugin."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:86
|
2013-11-27 00:02:05 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"Runs a command in a forked process with limited memory resources\n"
|
|
|
|
" to prevent memory bomb caused by specially crafted http responses."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:98
|
2013-11-27 00:02:05 +01:00
|
|
|
msgid "Page is too big."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:106
|
2013-11-27 00:02:05 +01:00
|
|
|
#, docstring
|
|
|
|
msgid "Display a nice error instead of \"An error has occurred\"."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:116
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid "Add the help for \"@help Web\" here."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:162
|
2011-10-26 11:25:51 +02:00
|
|
|
msgid "Title: %s (at %s)"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:184
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<url>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the HTTP headers of <url>. Only HTTP urls are valid, of\n"
|
|
|
|
" course.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:194
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "%s: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:206
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<url>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the DOCTYPE string of <url>. Only HTTP urls are valid, of\n"
|
|
|
|
" course.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:222
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "That URL has no specified doctype."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:229
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<url>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the Content-Length header of <url>. Only HTTP urls are valid,\n"
|
|
|
|
" of course.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:241 plugin.py:246
|
2011-02-26 10:40:50 +01:00
|
|
|
msgid "%u is %S long."
|
2010-10-20 09:39:44 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:248
|
2011-02-26 10:40:50 +01:00
|
|
|
msgid "The server didn't tell me how long %u is but it's longer than %S."
|
2010-10-20 09:39:44 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:259
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2013-03-02 19:15:12 +01:00
|
|
|
"[--no-filter] <url>\n"
|
2010-10-20 09:39:44 +02:00
|
|
|
"\n"
|
|
|
|
" Returns the HTML <title>...</title> of a URL.\n"
|
2013-03-02 19:15:12 +01:00
|
|
|
" If --no-filter is given, the bot won't strip special chars (action,\n"
|
|
|
|
" DCC, ...).\n"
|
2010-10-20 09:39:44 +02:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:288
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "That URL appears to have no HTML title."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:290
|
2011-02-26 10:40:50 +01:00
|
|
|
msgid "That URL appears to have no HTML title within the first %S."
|
2010-10-20 09:39:44 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:296
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the URL quoted form of the text.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:305
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the text un-URL quoted.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:317
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<url>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the contents of <url>, or as much as is configured in\n"
|
|
|
|
" supybot.plugins.Web.fetch.maximum. If that configuration variable is\n"
|
|
|
|
" set to 0, this command will be effectively disabled.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:328
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "This command is disabled (supybot.plugins.Web.fetch.maximum is set to 0)."
|
|
|
|
msgstr ""
|
|
|
|
|