mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
147 lines
3.6 KiB
Plaintext
147 lines
3.6 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-08-01 19:48+EEST\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:46
|
|
msgid ""
|
|
"Determines whether the bot will output shorter\n"
|
|
" versions of the karma output when requesting a single thing's karma."
|
|
msgstr ""
|
|
|
|
#: config.py:49
|
|
msgid ""
|
|
"Determines whether the bot will reply with a\n"
|
|
" success message when something's karma is increased or decreased."
|
|
msgstr ""
|
|
|
|
#: config.py:52
|
|
msgid ""
|
|
"Determines how many highest/lowest karma things\n"
|
|
" are shown when karma is called with no arguments."
|
|
msgstr ""
|
|
|
|
#: config.py:55
|
|
msgid ""
|
|
"Determines how many karma things are shown when\n"
|
|
" the most command is called."
|
|
msgstr ""
|
|
|
|
#: config.py:58
|
|
msgid ""
|
|
"Determines whether users can adjust the karma\n"
|
|
" of their nick."
|
|
msgstr ""
|
|
|
|
#: config.py:61
|
|
msgid ""
|
|
"Determines whether the bot will\n"
|
|
" increase/decrease karma without being addressed."
|
|
msgstr ""
|
|
|
|
#: plugin.py:237
|
|
msgid "%(thing)s's karma is now %(karma)i"
|
|
msgstr ""
|
|
|
|
#: plugin.py:248 plugin.py:257
|
|
msgid "You're not allowed to adjust your own karma."
|
|
msgstr ""
|
|
|
|
#: plugin.py:287
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] [<thing> ...]\n"
|
|
"\n"
|
|
" Returns the karma of <thing>. If <thing> is not given, returns the top\n"
|
|
" N karmas, where N is determined by the config variable\n"
|
|
" supybot.plugins.Karma.rankingDisplay. If one <thing> is given, returns\n"
|
|
" the details of its karma; if more than one <thing> is given, returns\n"
|
|
" the total karma of each of the things. <channel> is only necessary\n"
|
|
" if the message isn't sent on the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:300
|
|
msgid "%s has neutral karma."
|
|
msgstr ""
|
|
|
|
#: plugin.py:307
|
|
msgid "Karma for %q has been increased %n and decreased %n for a total karma of %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:309 plugin.py:310
|
|
msgid "time"
|
|
msgstr ""
|
|
|
|
#: plugin.py:323
|
|
msgid "I didn't know the karma for any of those things."
|
|
msgstr ""
|
|
|
|
#: plugin.py:333 plugin.py:362
|
|
msgid "I have no karma for this channel."
|
|
msgstr ""
|
|
|
|
#: plugin.py:338
|
|
msgid " You (%s) are ranked %i out of %i."
|
|
msgstr ""
|
|
|
|
#: plugin.py:342
|
|
msgid "Highest karma: %L. Lowest karma: %L.%s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:350
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] {increased,decreased,active}\n"
|
|
"\n"
|
|
" Returns the most increased, the most decreased, or the most active\n"
|
|
" (the sum of increased and decreased) karma things. <channel> is only\n"
|
|
" necessary if the message isn't sent in the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:368
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] [<name>]\n"
|
|
"\n"
|
|
" Resets the karma of <name> to 0. If <name> is not given, resets\n"
|
|
" everything.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:379
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <filename>\n"
|
|
"\n"
|
|
" Dumps the Karma database for <channel> to <filename> in the bot's\n"
|
|
" data directory. <channel> is only necessary if the message isn't sent\n"
|
|
" in the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:391
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <filename>\n"
|
|
"\n"
|
|
" Loads the Karma database for <channel> from <filename> in the bot's\n"
|
|
" data directory. <channel> is only necessary if the message isn't sent\n"
|
|
" in the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|