mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
103 lines
2.3 KiB
Plaintext
103 lines
2.3 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 12:24+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"
|
|
|
|
|
|
#: plugin.py:46
|
|
#, docstring
|
|
msgid ""
|
|
"Returns the channel the msg came over or the channel given in args.\n"
|
|
"\n"
|
|
" If the channel was given in args, args is modified (the channel is\n"
|
|
" removed).\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:108
|
|
#, docstring
|
|
msgid ""
|
|
"Encodes [a-z0-9.]+ into [a-z][a-z0-9].\n"
|
|
" Format: a<number of escaped chars>a(<index>d)+<word without dots>."
|
|
msgstr ""
|
|
|
|
#: plugin.py:219
|
|
msgid "You've attempted more nesting than is currently allowed on this bot."
|
|
msgstr ""
|
|
|
|
#: plugin.py:224
|
|
msgid " at least"
|
|
msgstr ""
|
|
|
|
#: plugin.py:226 plugin.py:231
|
|
msgid ""
|
|
"<an alias,%s %n>\n"
|
|
"\n"
|
|
"Alias for %q."
|
|
msgstr ""
|
|
|
|
#: plugin.py:227 plugin.py:232
|
|
msgid "argument"
|
|
msgstr ""
|
|
|
|
#: plugin.py:300
|
|
#, docstring
|
|
msgid ""
|
|
"<alias>\n"
|
|
"\n"
|
|
" Locks an alias so that no one else can change it.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:309 plugin.py:323
|
|
msgid "There is no such alias."
|
|
msgstr ""
|
|
|
|
#: plugin.py:314
|
|
#, docstring
|
|
msgid ""
|
|
"<alias>\n"
|
|
"\n"
|
|
" Unlocks an alias so that people can define new aliases over it.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:335
|
|
msgid "That name isn't valid. Try %q instead."
|
|
msgstr ""
|
|
|
|
#: plugin.py:383
|
|
#, docstring
|
|
msgid ""
|
|
"<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"
|
|
" remaining arguments,\" and cannot be combined with optional arguments.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:406
|
|
#, docstring
|
|
msgid ""
|
|
"<name>\n"
|
|
"\n"
|
|
" Removes the given alias, if unlocked.\n"
|
|
" "
|
|
msgstr ""
|
|
|