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-12-20 14:37:27 +01:00
|
|
|
"POT-Creation-Date: 2014-12-20 13:29+EET\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:45
|
|
|
|
#, docstring
|
|
|
|
msgid "Value must include $topic, otherwise the actual topic would be left out."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:50
|
|
|
|
msgid ""
|
|
|
|
"Determines what separator is\n"
|
|
|
|
" used between individually added topics in the channel topic."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:53
|
|
|
|
msgid ""
|
|
|
|
"Determines what format is used to add\n"
|
|
|
|
" topics in the topic. All the standard substitutes apply, in addition to\n"
|
|
|
|
" \"$topic\" for the topic itself."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:57
|
|
|
|
msgid ""
|
|
|
|
"Determines whether the bot will recognize the\n"
|
|
|
|
" TOPICLEN value sent to it by the server and thus refuse to send TOPICs\n"
|
|
|
|
" longer than the TOPICLEN. These topics are likely to be truncated by the\n"
|
|
|
|
" server anyway, so this defaults to True."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:62
|
|
|
|
msgid ""
|
|
|
|
"Determines what the default topic for the channel\n"
|
|
|
|
" is. This is used by the default command to set this topic."
|
|
|
|
msgstr ""
|
|
|
|
|
2013-11-27 00:02:05 +01:00
|
|
|
#: config.py:65
|
|
|
|
msgid ""
|
2014-12-20 14:37:27 +01:00
|
|
|
"Determines whether the bot will automatically\n"
|
|
|
|
" set the topic on join if it is empty."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:68
|
|
|
|
msgid ""
|
2013-11-27 00:02:05 +01:00
|
|
|
"Determines whether the bot will set the topic\n"
|
2014-12-20 14:37:27 +01:00
|
|
|
" every time it joins, or only if the topic is empty. Requires 'config\n"
|
|
|
|
" plugins.topic.setOnJoin' to be set to True."
|
2013-11-27 00:02:05 +01:00
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: config.py:73
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines the number of previous\n"
|
|
|
|
" topics to keep around in case the undo command is called."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: config.py:76
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid ""
|
2011-02-26 10:40:50 +01:00
|
|
|
"Determines the\n"
|
2010-10-20 09:39:44 +02:00
|
|
|
" capabilities required (if any) to make any topic changes,\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" (everything except for read-only operations). Use 'channel,capab' for\n"
|
2010-10-20 09:39:44 +02:00
|
|
|
" channel-level capabilities.\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Note that absence of an explicit anticapability means user has\n"
|
2010-10-20 09:39:44 +02:00
|
|
|
" capability."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:57
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "I'm not currently in %s."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:61
|
2014-05-07 18:16:25 +02:00
|
|
|
msgid "I can't change the topic, I'm not (half)opped and %s is +t."
|
2010-10-20 09:39:44 +02:00
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:68
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "The topic must not include %q."
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:79
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "topic number"
|
|
|
|
msgstr ""
|
|
|
|
|
2011-02-26 10:40:50 +01:00
|
|
|
#: plugin.py:92
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "There are no topics in %s."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:114
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"This plugin allows you to use many topic-related functions,\n"
|
|
|
|
" such as Add, Undo, and Remove."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:202
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "That topic is too long for this server (maximum length: %i; this topic: %i)."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:221
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"Check if the user has any of the required capabilities to manage\n"
|
|
|
|
" the channel topic.\n"
|
|
|
|
"\n"
|
|
|
|
" The list of required capabilities is in requireManageCapability\n"
|
|
|
|
" channel config.\n"
|
|
|
|
"\n"
|
2014-07-13 17:23:11 +02:00
|
|
|
" Also allow if the user is a chanop. Since they can change the topic\n"
|
2010-10-20 09:39:44 +02:00
|
|
|
" manually anyway.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:278
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the topic for <channel>. <channel> is only necessary if the\n"
|
|
|
|
" message isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:289
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <topic>\n"
|
|
|
|
"\n"
|
|
|
|
" Adds <topic> to the topics for <channel>. <channel> is only necessary\n"
|
|
|
|
" if the message isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:304
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <topic>\n"
|
|
|
|
"\n"
|
|
|
|
" Adds <topic> to the topics for <channel>. If the topic is too long\n"
|
|
|
|
" for the server, topics will be popped until there is enough room.\n"
|
|
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
|
|
" itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:321
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <number> <topic>\n"
|
|
|
|
"\n"
|
|
|
|
" Replaces topic <number> with <topic>.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:335
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <topic>\n"
|
|
|
|
"\n"
|
|
|
|
" Adds <topic> to the topics for <channel> at the beginning of the topics\n"
|
|
|
|
" currently on <channel>. <channel> is only necessary if the message\n"
|
|
|
|
" isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:351
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
"\n"
|
|
|
|
" Shuffles the topics in <channel>. <channel> is only necessary if the\n"
|
|
|
|
" message isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:361
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "I can't shuffle 1 or fewer topics."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:373
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <number> [<number> ...]\n"
|
|
|
|
"\n"
|
|
|
|
" Reorders the topics from <channel> in the order of the specified\n"
|
|
|
|
" <number> arguments. <number> is a one-based index into the topics.\n"
|
|
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
|
|
" itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:386
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "I cannot reorder 1 or fewer topics."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:388
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "All topic numbers must be specified."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:390
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "Duplicate topic numbers cannot be specified."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:398
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
"\n"
|
|
|
|
" Returns a list of the topics in <channel>, prefixed by their indexes.\n"
|
|
|
|
" Mostly useful for topic reordering. <channel> is only necessary if the\n"
|
|
|
|
" message isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:407
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "%i: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:414
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <number>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns topic number <number> from <channel>. <number> is a one-based\n"
|
|
|
|
" index into the topics. <channel> is only necessary if the message\n"
|
|
|
|
" isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:426
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <number> <regexp>\n"
|
|
|
|
"\n"
|
|
|
|
" Changes the topic number <number> on <channel> according to the regular\n"
|
|
|
|
" expression <regexp>. <number> is the one-based index into the topics;\n"
|
|
|
|
" <regexp> is a regular expression of the form\n"
|
|
|
|
" s/regexp/replacement/flags. <channel> is only necessary if the message\n"
|
|
|
|
" isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:444
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] [<number>] <topic>\n"
|
|
|
|
"\n"
|
|
|
|
" Sets the topic <number> to be <text>. If no <number> is given, this\n"
|
|
|
|
" sets the entire topic. <channel> is only necessary if the message\n"
|
|
|
|
" isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:465
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <number>\n"
|
|
|
|
"\n"
|
|
|
|
" Removes topic <number> from the topic for <channel> Topics are\n"
|
|
|
|
" numbered starting from 1; you can also use negative indexes to refer\n"
|
|
|
|
" to topics starting the from the end of the topic. <channel> is only\n"
|
|
|
|
" necessary if the message isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:482
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
"\n"
|
|
|
|
" Locks the topic (sets the mode +t) in <channel>. <channel> is only\n"
|
|
|
|
" necessary if the message isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:492
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "lock the topic"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:496
|
2010-10-30 12:24:02 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
"\n"
|
2011-07-20 21:28:43 +02:00
|
|
|
" Unlocks the topic (sets the mode -t) in <channel>. <channel> is only\n"
|
2010-10-30 12:24:02 +02:00
|
|
|
" necessary if the message isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:506
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "unlock the topic"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:510
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
"\n"
|
|
|
|
" Restores the topic to the last topic set by the bot. <channel> is only\n"
|
|
|
|
" necessary if the message isn't sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:523 plugin.py:548
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "I haven't yet set the topic in %s."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:531
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
" Refreshes current topic set by anyone. Restores topic if empty.\n"
|
|
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
|
|
" itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:556
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
"\n"
|
|
|
|
" Restores the topic to the one previous to the last topic command that\n"
|
|
|
|
" set it. <channel> is only necessary if the message isn't sent in the\n"
|
|
|
|
" channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:570
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "There are no more undos for %s."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:575
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
"\n"
|
|
|
|
" Undoes the last undo. <channel> is only necessary if the message isn't\n"
|
|
|
|
" sent in the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:587
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "There are no redos for %s."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:592
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <first topic number> <second topic number>\n"
|
|
|
|
"\n"
|
|
|
|
" Swaps the order of the first topic number and the second topic number.\n"
|
|
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
|
|
" itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:603
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "I refuse to swap the same topic with itself."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:613
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
"\n"
|
2017-10-25 21:19:37 +02:00
|
|
|
" Saves the topic in <channel> to be restored with 'topic default'\n"
|
2012-07-29 11:56:52 +02:00
|
|
|
" later. <channel> is only necessary if the message isn't sent in\n"
|
|
|
|
" the channel itself.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:632
|
2012-07-29 11:56:52 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>]\n"
|
|
|
|
"\n"
|
2010-10-20 09:39:44 +02:00
|
|
|
" Sets the topic in <channel> to the default topic for <channel>. The\n"
|
|
|
|
" default topic for a channel may be configured via the configuration\n"
|
|
|
|
" variable supybot.plugins.Topic.default.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:645
|
2010-10-20 09:39:44 +02:00
|
|
|
msgid "There is no default topic configured for %s."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-12-20 14:37:27 +01:00
|
|
|
#: plugin.py:651
|
2010-10-20 09:39:44 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<channel>] <separator>\n"
|
|
|
|
"\n"
|
|
|
|
" Sets the topic separator for <channel> to <separator> Converts the\n"
|
|
|
|
" current topic appropriately.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|