# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR ORGANIZATION
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2013-07-25 11:34+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"
"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 ""
"Determines whether the bot will notfiy the user\n"
"    about network exceptions like hostnotfound, timeout ...."
msgstr ""

#: config.py:56
msgid ""
"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."
msgstr ""

#: config.py:68
msgid ""
"Determines the maximum number of\n"
"    bytes the bot will download via the 'fetch' command in this plugin."
msgstr ""

#: plugin.py:72
#, docstring
msgid "Add the help for \"@help Web\" here."
msgstr ""

#: plugin.py:120
msgid "Title: %s (at %s)"
msgstr ""

#: plugin.py:140
#, docstring
msgid ""
"<url>\n"
"\n"
"        Returns the HTTP headers of <url>.  Only HTTP urls are valid, of\n"
"        course.\n"
"        "
msgstr ""

#: plugin.py:150
msgid "%s: %s"
msgstr ""

#: plugin.py:160
#, docstring
msgid ""
"<url>\n"
"\n"
"        Returns the DOCTYPE string of <url>.  Only HTTP urls are valid, of\n"
"        course.\n"
"        "
msgstr ""

#: plugin.py:176
msgid "That URL has no specified doctype."
msgstr ""

#: plugin.py:181
#, docstring
msgid ""
"<url>\n"
"\n"
"        Returns the Content-Length header of <url>.  Only HTTP urls are valid,\n"
"        of course.\n"
"        "
msgstr ""

#: plugin.py:193 plugin.py:198
msgid "%u is %S long."
msgstr ""

#: plugin.py:200
msgid "The server didn't tell me how long %u is but it's longer than %S."
msgstr ""

#: plugin.py:209
#, docstring
msgid ""
"[--no-filter] <url>\n"
"\n"
"        Returns the HTML <title>...</title> of a URL.\n"
"        If --no-filter is given, the bot won't strip special chars (action,\n"
"        DCC, ...).\n"
"        "
msgstr ""

#: plugin.py:238
msgid "That URL appears to have no HTML title."
msgstr ""

#: plugin.py:240
msgid "That URL appears to have no HTML title within the first %S."
msgstr ""

#: plugin.py:246
#, docstring
msgid ""
"<text>\n"
"\n"
"        Returns the URL quoted form of the text.\n"
"        "
msgstr ""

#: plugin.py:255
#, docstring
msgid ""
"<text>\n"
"\n"
"        Returns the text un-URL quoted.\n"
"        "
msgstr ""

#: plugin.py:265
#, 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 ""

#: plugin.py:276
msgid "This command is disabled (supybot.plugins.Web.fetch.maximum is set to 0)."
msgstr ""