mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
68 lines
1.6 KiB
Plaintext
68 lines
1.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: 2022-02-06 00:12+0100\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=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Generated-By: pygettext.py 1.5\n"
|
|
|
|
|
|
#: config.py:50
|
|
msgid ""
|
|
"Determines whether the bot will show the ids of\n"
|
|
" a praise when the praise is given."
|
|
msgstr ""
|
|
|
|
#: plugin.py:40
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" Praise is a plugin for ... well, praising things. Feel free to add\n"
|
|
" your own flavor to it by customizing what praises it gives. Use \"praise\n"
|
|
" add <text>\" to add new ones, making sure to include \"$who\" in <text> where\n"
|
|
" you want to insert the thing being praised.\n"
|
|
"\n"
|
|
" Example:\n"
|
|
"\n"
|
|
" * If you add ``hugs $who``\n"
|
|
" * Someone says ``@praise ChanServ``.\n"
|
|
" * ``* bot hugs ChanServ``\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:61
|
|
msgid "Praises must contain $who."
|
|
msgstr ""
|
|
|
|
#: plugin.py:65
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] [<id>] <who|what> [for <reason>]\n"
|
|
"\n"
|
|
" Praises <who|what> (for <reason>, if given). If <id> is given, uses\n"
|
|
" that specific praise. <channel> is only necessary if the message isn't\n"
|
|
" sent in the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:81
|
|
msgid "There is no praise with id #%i."
|
|
msgstr ""
|
|
|
|
#: plugin.py:86
|
|
msgid "There are no praises in my database for %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:94
|
|
msgid " for "
|
|
msgstr ""
|
|
|