swh:1:snp:634d2b8906a7a2f6511ccb358da84e19b290d2c9
Raw File
Tip revision: 5845bc320b1a3bf820b74e6fc16f79a75561a2e1 authored by Valentin Lorentz on 31 July 2021, 13:37:59 UTC
drivers: Fix Python 3.10 support.
Tip revision: 5845bc3
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: 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:49
msgid ""
"Determines whether the bot will show the ids of\n"
"    a praise when the praise is given."
msgstr ""

#: plugin.py:39
#, docstring
msgid ""
"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"
"    "
msgstr ""

#: plugin.py:53
msgid "Praises must contain $who."
msgstr ""

#: plugin.py:57
#, 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:73
msgid "There is no praise with id #%i."
msgstr ""

#: plugin.py:78
msgid "There are no praises in my database for %s."
msgstr ""

#: plugin.py:86
msgid " for "
msgstr ""

back to top