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-03-22 15:38:16 +01:00
|
|
|
"POT-Creation-Date: 2014-03-22 16:34+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"
|
|
|
|
|
|
|
|
|
|
|
|
#: plugin.py:45
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"requires no arguments\n"
|
|
|
|
"\n"
|
|
|
|
" Does nothing. Useful sometimes for sequencing commands when you don't\n"
|
|
|
|
" care about their non-error return values.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:59
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"[<text>]\n"
|
|
|
|
"\n"
|
|
|
|
" Does nothing except to reply with a success message. This is useful\n"
|
|
|
|
" when you want to run multiple commands as nested commands, and don't\n"
|
|
|
|
" care about their output as long as they're successful. An error, of\n"
|
|
|
|
" course, will break out of this command. <text>, if given, will be\n"
|
|
|
|
" appended to the end of the success message.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:72
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text> [<text> ...]\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the last argument given. Useful when you'd like multiple\n"
|
|
|
|
" nested commands to run, but only the output of the last one to be\n"
|
|
|
|
" returned.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:86
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<text>\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the arguments given it. Uses our standard substitute on the\n"
|
|
|
|
" string(s) given to it; $nick (or $who), $randomNick, $randomInt,\n"
|
|
|
|
" $botnick, $channel, $user, $host, $today, $now, and $randomDate are all\n"
|
|
|
|
" handled appropriately.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:99
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<arg> [<arg> ...]\n"
|
|
|
|
"\n"
|
2010-06-03 18:52:48 +02:00
|
|
|
" Shuffles the arguments given.\n"
|
2010-10-20 09:39:44 +02:00
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:109
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2014-03-22 11:22:54 +01:00
|
|
|
"<arg> [<arg> ...]\n"
|
|
|
|
"\n"
|
|
|
|
" Sorts the arguments given.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:120
|
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2010-06-03 18:52:48 +02:00
|
|
|
"<num> <arg> [<arg> ...]\n"
|
|
|
|
"\n"
|
|
|
|
" Randomly chooses <num> items out of the arguments given.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-03-22 11:22:54 +01:00
|
|
|
#: plugin.py:133
|
2010-06-03 18:52:48 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2010-06-03 22:08:25 +02:00
|
|
|
"<arg> [<arg> ...]\n"
|
|
|
|
"\n"
|
|
|
|
" Counts the arguments given.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-03-22 11:22:54 +01:00
|
|
|
#: plugin.py:142
|
2010-06-03 22:08:25 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
2010-10-20 09:39:44 +02:00
|
|
|
"<command> <text>\n"
|
|
|
|
"\n"
|
|
|
|
" Tokenizes <text> and calls <command> with the resulting arguments.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|