Limnoria/plugins/Aka/messages.pot

170 lines
3.6 KiB
Plaintext
Raw Normal View History

2013-07-31 19:09:29 +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 19:05:37 +02:00
"POT-Creation-Date: 2014-08-01 19:48+EEST\n"
2013-07-31 19:09:29 +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:55
msgid ""
"The maximum number of words allowed in a\n"
" command name. Setting this to an high value may slow down your bot\n"
" on long commands."
msgstr ""
#: plugin.py:140 plugin.py:264 plugin.py:505
2013-07-31 19:09:29 +02:00
msgid "This Aka already exists."
msgstr ""
#: plugin.py:169 plugin.py:181 plugin.py:195 plugin.py:291 plugin.py:308
#: plugin.py:325
2013-07-31 19:09:29 +02:00
msgid "This Aka does not exist"
msgstr ""
#: plugin.py:293
2013-07-31 19:09:29 +02:00
msgid "This Aka is already locked."
msgstr ""
#: plugin.py:310
2013-07-31 19:09:29 +02:00
msgid "This Aka is already unlocked."
msgstr ""
#: plugin.py:372
2013-07-31 19:09:29 +02:00
#, docstring
msgid ""
"Add the help for \"@plugin help Aka\" here\n"
" This should describe *how* to use this plugin."
msgstr ""
#: plugin.py:479
msgid "You've attempted more nesting than is currently allowed on this bot."
msgstr ""
#: plugin.py:483
2013-07-31 19:09:29 +02:00
msgid " at least"
msgstr ""
#: plugin.py:492
2013-07-31 19:09:29 +02:00
msgid "Locked by %s at %s"
msgstr ""
#: plugin.py:495
2013-07-31 19:09:29 +02:00
msgid ""
"<an alias,%s %n>\n"
"\n"
"Alias for %q.%s"
msgstr ""
#: plugin.py:496
2013-07-31 19:09:29 +02:00
msgid "argument"
msgstr ""
#: plugin.py:502
2013-07-31 19:09:29 +02:00
msgid "You can't overwrite commands in this plugin."
msgstr ""
#: plugin.py:507
msgid "This Aka has too many spaces in its name."
msgstr ""
#: plugin.py:512
msgid "Can't mix $* and optional args (@1, etc.)"
msgstr ""
#: plugin.py:514
msgid "There can be only one $* in an alias."
msgstr ""
#: plugin.py:521
2013-07-31 19:09:29 +02:00
msgid "This Aka is locked."
msgstr ""
#: plugin.py:525
2013-07-31 19:09:29 +02:00
#, docstring
msgid ""
"[--channel <#channel>] <name> <command>\n"
"\n"
" Defines an alias <name> that executes <command>. The <command>\n"
" should be in the standard \"command argument [nestedcommand argument]\"\n"
" arguments to the alias; they'll be filled with the first, second, etc.\n"
" arguments. $1, $2, etc. can be used for required arguments. @1, @2,\n"
" etc. can be used for optional arguments. $* simply means \"all\n"
" arguments that have not replaced $1, $2, etc.\", ie. it will also\n"
" include optional arguments.\n"
" "
msgstr ""
2014-08-01 19:05:37 +02:00
#: plugin.py:539 plugin.py:565 plugin.py:597 plugin.py:620 plugin.py:643
2013-07-31 19:09:29 +02:00
msgid "%r is not a valid channel."
msgstr ""
#: plugin.py:557
2013-07-31 19:09:29 +02:00
#, docstring
msgid ""
"[--channel <#channel>] <name>\n"
"\n"
" Removes the given alias, if unlocked.\n"
" "
msgstr ""
#: plugin.py:579
2013-07-31 19:09:29 +02:00
#, docstring
msgid ""
"Check if the user has any of the required capabilities to manage\n"
" the regexp database."
msgstr ""
#: plugin.py:589
2013-07-31 19:09:29 +02:00
#, docstring
msgid ""
"[--channel <#channel>] <alias>\n"
"\n"
" Locks an alias so that no one else can change it.\n"
" "
msgstr ""
#: plugin.py:612
2013-07-31 19:09:29 +02:00
#, docstring
msgid ""
"[--channel <#channel>] <alias>\n"
"\n"
" Unlocks an alias so that people can define new aliases over it.\n"
" "
msgstr ""
#: plugin.py:635
2013-07-31 19:09:29 +02:00
#, docstring
msgid ""
2014-08-01 19:05:37 +02:00
"<command>\n"
"\n"
" This command shows the content of an Aka.\n"
" "
msgstr ""
#: plugin.py:652
#, docstring
msgid ""
2013-07-31 19:09:29 +02:00
"takes no arguments\n"
"\n"
" Imports the Alias database into Aka's, and clean the former."
msgstr ""
2014-08-01 19:05:37 +02:00
#: plugin.py:657
2013-07-31 19:09:29 +02:00
msgid "Alias plugin is not loaded."
msgstr ""
2014-08-01 19:05:37 +02:00
#: plugin.py:667
2013-07-31 19:09:29 +02:00
msgid "Error occured when importing the %n: %L"
msgstr ""