mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
157 lines
3.2 KiB
Plaintext
157 lines
3.2 KiB
Plaintext
# SOME DESCRIPTIVE TITLE.
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
|
"POT-Creation-Date: 2011-02-26 09:49+CET\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 what URLs are to be snarfed and\n"
|
|
" stored in the database in the channel; URLs matching the regexp given will\n"
|
|
" not be snarfed. Give the empty string if you have no URLs that you'd like\n"
|
|
" to exclude from being snarfed."
|
|
msgstr ""
|
|
|
|
#: config.py:60
|
|
msgid ""
|
|
"Determines the maximum number of\n"
|
|
" bytes the bot will download via the 'fetch' command in this plugin."
|
|
msgstr ""
|
|
|
|
#: plugin.py:71
|
|
#, docstring
|
|
msgid "Add the help for \"@help Web\" here."
|
|
msgstr ""
|
|
|
|
#: plugin.py:114
|
|
#, docstring
|
|
msgid ""
|
|
"<url>\n"
|
|
"\n"
|
|
" Returns the HTTP headers of <url>. Only HTTP urls are valid, of\n"
|
|
" course.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:121
|
|
msgid "%s: %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:131
|
|
#, docstring
|
|
msgid ""
|
|
"<url>\n"
|
|
"\n"
|
|
" Returns the DOCTYPE string of <url>. Only HTTP urls are valid, of\n"
|
|
" course.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:143
|
|
msgid "That URL has no specified doctype."
|
|
msgstr ""
|
|
|
|
#: plugin.py:148
|
|
#, docstring
|
|
msgid ""
|
|
"<url>\n"
|
|
"\n"
|
|
" Returns the Content-Length header of <url>. Only HTTP urls are valid,\n"
|
|
" of course.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:157 plugin.py:162
|
|
msgid "%u is %S long."
|
|
msgstr ""
|
|
|
|
#: plugin.py:164
|
|
msgid "The server didn't tell me how long %u is but it's longer than %S."
|
|
msgstr ""
|
|
|
|
#: plugin.py:173
|
|
#, docstring
|
|
msgid ""
|
|
"<url>\n"
|
|
"\n"
|
|
" Returns the HTML <title>...</title> of a URL.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:188
|
|
msgid "That URL appears to have no HTML title."
|
|
msgstr ""
|
|
|
|
#: plugin.py:190
|
|
msgid "That URL appears to have no HTML title within the first %S."
|
|
msgstr ""
|
|
|
|
#: plugin.py:198
|
|
#, docstring
|
|
msgid ""
|
|
"<hostname|ip>\n"
|
|
"\n"
|
|
" Returns Netcraft.com's determination of what operating system and\n"
|
|
" webserver is running on the host given.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:212
|
|
msgid "No results found for %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:214
|
|
msgid "The format of page the was odd."
|
|
msgstr ""
|
|
|
|
#: plugin.py:219
|
|
#, docstring
|
|
msgid ""
|
|
"<text>\n"
|
|
"\n"
|
|
" Returns the URL quoted form of the text.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:228
|
|
#, docstring
|
|
msgid ""
|
|
"<text>\n"
|
|
"\n"
|
|
" Returns the text un-URL quoted.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:238
|
|
#, 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:246
|
|
msgid "This command is disabled (supybot.plugins.Web.fetch.maximum is set to 0)."
|
|
msgstr ""
|
|
|