2010-10-16 18:54:18 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2014-08-01 18:53:32 +02:00
|
|
|
"POT-Creation-Date: 2014-08-01 19:48+EEST\n"
|
2010-10-16 18:54:18 +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:49
|
|
|
|
msgid ""
|
|
|
|
"Determines whether\n"
|
|
|
|
" the bot should require people trying to use this plugin to be in the\n"
|
|
|
|
" channel they wish to anonymously send to."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:53
|
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot should require\n"
|
|
|
|
" people trying to use this plugin to be registered."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:56
|
|
|
|
msgid ""
|
|
|
|
"Determines what capability (if any) the bot should\n"
|
|
|
|
" require people trying to use this plugin to have."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:59
|
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will require \n"
|
|
|
|
" targets of the \"say\" command to be public (i.e., channels). If this is\n"
|
|
|
|
" True, the bot will allow people to use the \"say\" command to send private\n"
|
|
|
|
" messages to other users."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:41
|
2010-10-16 18:54:18 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"This plugin allows users to act through the bot anonymously. The 'do'\n"
|
|
|
|
" command has the bot perform an anonymous action in a given channel, and\n"
|
|
|
|
" the 'say' command allows other people to speak through the bot. Since\n"
|
|
|
|
" this can be fairly well abused, you might want to set\n"
|
|
|
|
" supybot.plugins.Anonymous.requireCapability so only users with that\n"
|
|
|
|
" capability can use this plugin. For extra security, you can require that\n"
|
|
|
|
" the user be *in* the channel they are trying to address anonymously with\n"
|
|
|
|
" supybot.plugins.Anonymous.requirePresenceInChannel, or you can require\n"
|
|
|
|
" that the user be registered by setting\n"
|
|
|
|
" supybot.plugins.Anonymous.requireRegistration.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:65
|
2011-06-09 20:56:20 +02:00
|
|
|
msgid "You must be in %s to %q in there."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:69
|
2011-06-09 20:56:20 +02:00
|
|
|
msgid "I'm lobotomized in %s."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:72
|
2011-06-09 20:56:20 +02:00
|
|
|
msgid "That channel has set its capabilities so as to disallow the use of this plugin."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:75
|
2011-06-09 20:56:20 +02:00
|
|
|
msgid "%q cannot be used to send private messages."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:81
|
2010-10-16 18:54:18 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2014-08-01 18:53:32 +02:00
|
|
|
"<channel> <text>\n"
|
2010-10-16 18:54:18 +02:00
|
|
|
"\n"
|
2014-08-01 18:53:32 +02:00
|
|
|
" Sends <text> to <channel>. Can only send to <nick> if\n"
|
2010-10-16 18:54:18 +02:00
|
|
|
" supybot.plugins.Anonymous.allowPrivateTarget is True.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-08-01 18:53:32 +02:00
|
|
|
#: plugin.py:94
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<nick> <text>\n"
|
|
|
|
"\n"
|
|
|
|
" Sends <text> to <nick>. Can only be used if\n"
|
|
|
|
" supybot.plugins.Anonymous.allowPrivateTarget is True.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:108
|
2010-10-16 18:54:18 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<channel> <action>\n"
|
|
|
|
"\n"
|
|
|
|
" Performs <action> in <channel>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|