mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
367 lines
8.9 KiB
Plaintext
367 lines
8.9 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: 2010-10-30 12:23+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: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 ""
|
|
|
|
#: config.py:66
|
|
msgid ""
|
|
"Determines the number of previous\n"
|
|
" topics to keep around in case the undo command is called."
|
|
msgstr ""
|
|
|
|
#: config.py:70
|
|
msgid ""
|
|
"Determines the \n"
|
|
" capabilities required (if any) to make any topic changes,\n"
|
|
" (everything except for read-only operations). Use 'channel,capab' for \n"
|
|
" channel-level capabilities.\n"
|
|
" Note that absence of an explicit anticapability means user has \n"
|
|
" capability."
|
|
msgstr ""
|
|
|
|
#: plugin.py:55
|
|
msgid "I'm not currently in %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:59
|
|
msgid "I can't change the topic, I'm not opped and %s is +t."
|
|
msgstr ""
|
|
|
|
#: plugin.py:66
|
|
msgid "The topic must not include %q."
|
|
msgstr ""
|
|
|
|
#: plugin.py:77
|
|
msgid "topic number"
|
|
msgstr ""
|
|
|
|
#: plugin.py:90
|
|
msgid "There are no topics in %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:198
|
|
msgid "That topic is too long for this server (maximum length: %i; this topic: %i)."
|
|
msgstr ""
|
|
|
|
#: plugin.py:212
|
|
#, 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"
|
|
" Also allow if the user is a chanop. Since he can change the topic\n"
|
|
" manually anyway.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:264
|
|
#, 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 ""
|
|
|
|
#: plugin.py:275
|
|
#, 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 ""
|
|
|
|
#: plugin.py:290
|
|
#, 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 ""
|
|
|
|
#: plugin.py:307
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <number> <topic>\n"
|
|
"\n"
|
|
" Replaces topic <number> with <topic>.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:321
|
|
#, 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 ""
|
|
|
|
#: plugin.py:337
|
|
#, 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 ""
|
|
|
|
#: plugin.py:347
|
|
msgid "I can't shuffle 1 or fewer topics."
|
|
msgstr ""
|
|
|
|
#: plugin.py:359
|
|
#, 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 ""
|
|
|
|
#: plugin.py:372
|
|
msgid "I cannot reorder 1 or fewer topics."
|
|
msgstr ""
|
|
|
|
#: plugin.py:374
|
|
msgid "All topic numbers must be specified."
|
|
msgstr ""
|
|
|
|
#: plugin.py:376
|
|
msgid "Duplicate topic numbers cannot be specified."
|
|
msgstr ""
|
|
|
|
#: plugin.py:384
|
|
#, 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 ""
|
|
|
|
#: plugin.py:393
|
|
msgid "%i: %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:400
|
|
#, 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 ""
|
|
|
|
#: plugin.py:415
|
|
#, 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 ""
|
|
|
|
#: plugin.py:433
|
|
#, 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 ""
|
|
|
|
#: plugin.py:454
|
|
#, 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 ""
|
|
|
|
#: plugin.py:471
|
|
#, 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 ""
|
|
|
|
#: plugin.py:481
|
|
msgid "lock the topic"
|
|
msgstr ""
|
|
|
|
#: plugin.py:485
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>]\n"
|
|
"\n"
|
|
" Unlocks 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 ""
|
|
|
|
#: plugin.py:495
|
|
msgid "unlock the topic"
|
|
msgstr ""
|
|
|
|
#: plugin.py:499
|
|
#, 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 ""
|
|
|
|
#: plugin.py:510
|
|
msgid "I haven't yet set the topic in %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:518
|
|
#, 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 ""
|
|
|
|
#: plugin.py:532
|
|
msgid "There are no more undos for %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:537
|
|
#, 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 ""
|
|
|
|
#: plugin.py:549
|
|
msgid "There are no redos for %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:554
|
|
#, 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 ""
|
|
|
|
#: plugin.py:565
|
|
msgid "I refuse to swap the same topic with itself."
|
|
msgstr ""
|
|
|
|
#: plugin.py:575
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>]\n"
|
|
"\n"
|
|
" 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 ""
|
|
|
|
#: plugin.py:588
|
|
msgid "There is no default topic configured for %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:594
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <separator>\n"
|
|
"\n"
|
|
" Sets the topic separator for <channel> to <separator> Converts the\n"
|
|
" current topic appropriately.\n"
|
|
" "
|
|
msgstr ""
|
|
|