2010-10-20 09:10:03 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2014-03-22 15:38:16 +01:00
|
|
|
"POT-Creation-Date: 2014-03-22 16:34+EET\n"
|
2010-10-20 09:10:03 +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:39
|
|
|
|
msgid ""
|
|
|
|
"This plugin offers a snarfer that will go retrieve a shorter\n"
|
|
|
|
" version of long URLs that are sent to the channel. Would you\n"
|
|
|
|
" like this snarfer to be enabled?"
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: config.py:45 config.py:49
|
2012-10-07 17:35:43 +02:00
|
|
|
#, docstring
|
|
|
|
msgid "Valid values include 'ln', 'tiny', 'xrl', 'goo', 'ur1', and 'x0'."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-03-22 11:22:54 +01:00
|
|
|
#: config.py:70
|
2010-10-20 09:10:03 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines whether the\n"
|
|
|
|
" shrink snarfer is enabled. This snarfer will watch for URLs in the\n"
|
|
|
|
" channel, and if they're sufficiently long (as determined by\n"
|
|
|
|
" supybot.plugins.ShrinkUrl.minimumLength) it will post a\n"
|
|
|
|
" smaller URL from either ln-s.net or tinyurl.com, as denoted in\n"
|
|
|
|
" supybot.plugins.ShrinkUrl.default."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-03-22 11:22:54 +01:00
|
|
|
#: config.py:77
|
2010-10-20 09:10:03 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines whether the snarfer will show the\n"
|
|
|
|
" domain of the URL being snarfed along with the shrunken URL."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-03-22 11:22:54 +01:00
|
|
|
#: config.py:80
|
2010-10-20 09:10:03 +02:00
|
|
|
msgid ""
|
|
|
|
"The minimum length a URL must be before\n"
|
|
|
|
" the bot will shrink it."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-03-22 11:22:54 +01:00
|
|
|
#: config.py:83
|
2010-10-20 09:10:03 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines what URLs are to be snarfed; URLs\n"
|
|
|
|
" matching the regexp given will not be snarfed. Give the empty string if\n"
|
|
|
|
" you have no URLs that you'd like to exclude from being snarfed."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-03-22 11:22:54 +01:00
|
|
|
#: config.py:87
|
2010-10-20 09:10:03 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will shrink the\n"
|
|
|
|
" URLs of outgoing messages if those URLs are longer than\n"
|
|
|
|
" supybot.plugins.ShrinkUrl.minimumLength."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-03-22 11:22:54 +01:00
|
|
|
#: config.py:91
|
2010-10-20 09:10:03 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines what website the bot will use when\n"
|
|
|
|
" shrinking a URL."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-03-22 11:22:54 +01:00
|
|
|
#: config.py:94
|
2010-10-20 09:10:03 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines whether this plugin will bold\n"
|
|
|
|
" certain portions of its replies."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-03-22 11:22:54 +01:00
|
|
|
#: config.py:97
|
2010-10-20 09:10:03 +02:00
|
|
|
msgid ""
|
|
|
|
"If set to a non-empty value, specifies the list of\n"
|
|
|
|
" services to rotate through for the shrinkSnarfer and outFilter."
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:189
|
2010-10-20 09:10:03 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<url>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns an ln-s.net version of <url>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:216
|
2010-10-20 09:10:03 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<url>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns a TinyURL.com version of <url>\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:245
|
2010-10-20 09:10:03 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<url>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns an xrl.us version of <url>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:277
|
2012-06-09 19:22:27 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<url>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns an goo.gl version of <url>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:307
|
2012-10-07 17:35:43 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<url>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns an ur1 version of <url>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:334
|
2010-10-20 09:10:03 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<url>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns an x0.no version of <url>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: plugin.py:361
|
2012-10-07 17:35:43 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<url>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns an expanded version of <url>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|