swh:1:snp:634d2b8906a7a2f6511ccb358da84e19b290d2c9
Raw File
Tip revision: 35bf5998564eda288ca4ee86e0fa45b28c64d7ba authored by Valentin Lorentz on 20 September 2022, 05:51:46 UTC
utils/web: Add <br/> to the list of block elements
Tip revision: 35bf599
messages.pot
# 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 ""

back to top