mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
3a2b01d517
The typo fix edition.
161 lines
3.4 KiB
Plaintext
161 lines
3.4 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: 2014-03-22 16:34+EET\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: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
|
|
msgid "This Aka already exists."
|
|
msgstr ""
|
|
|
|
#: plugin.py:169 plugin.py:181 plugin.py:195 plugin.py:291 plugin.py:308
|
|
#: plugin.py:325
|
|
msgid "This Aka does not exist"
|
|
msgstr ""
|
|
|
|
#: plugin.py:293
|
|
msgid "This Aka is already locked."
|
|
msgstr ""
|
|
|
|
#: plugin.py:310
|
|
msgid "This Aka is already unlocked."
|
|
msgstr ""
|
|
|
|
#: plugin.py:372
|
|
#, 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
|
|
msgid " at least"
|
|
msgstr ""
|
|
|
|
#: plugin.py:492
|
|
msgid "Locked by %s at %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:495
|
|
msgid ""
|
|
"<an alias,%s %n>\n"
|
|
"\n"
|
|
"Alias for %q.%s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:496
|
|
msgid "argument"
|
|
msgstr ""
|
|
|
|
#: plugin.py:502
|
|
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
|
|
msgid "This Aka is locked."
|
|
msgstr ""
|
|
|
|
#: plugin.py:525
|
|
#, 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 ""
|
|
|
|
#: plugin.py:539 plugin.py:565 plugin.py:597 plugin.py:620
|
|
msgid "%r is not a valid channel."
|
|
msgstr ""
|
|
|
|
#: plugin.py:557
|
|
#, docstring
|
|
msgid ""
|
|
"[--channel <#channel>] <name>\n"
|
|
"\n"
|
|
" Removes the given alias, if unlocked.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:579
|
|
#, docstring
|
|
msgid ""
|
|
"Check if the user has any of the required capabilities to manage\n"
|
|
" the regexp database."
|
|
msgstr ""
|
|
|
|
#: plugin.py:589
|
|
#, docstring
|
|
msgid ""
|
|
"[--channel <#channel>] <alias>\n"
|
|
"\n"
|
|
" Locks an alias so that no one else can change it.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:612
|
|
#, docstring
|
|
msgid ""
|
|
"[--channel <#channel>] <alias>\n"
|
|
"\n"
|
|
" Unlocks an alias so that people can define new aliases over it.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:635
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Imports the Alias database into Aka's, and clean the former."
|
|
msgstr ""
|
|
|
|
#: plugin.py:640
|
|
msgid "Alias plugin is not loaded."
|
|
msgstr ""
|
|
|
|
#: plugin.py:650
|
|
msgid "Error occured when importing the %n: %L"
|
|
msgstr ""
|
|
|