mirror of
https://github.com/progval/Limnoria.git
synced 2025-04-26 04:51:06 -05:00
302 lines
7.0 KiB
Plaintext
302 lines
7.0 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: 2024-12-06 11:00+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:47
|
|
msgid ""
|
|
"Determines whether\n"
|
|
" or not the factoid value will be shown when a listkeys search returns only\n"
|
|
" one factoid key."
|
|
msgstr ""
|
|
|
|
#: config.py:51
|
|
msgid ""
|
|
"Determines how many items are shown\n"
|
|
" when the 'most' command is called."
|
|
msgstr ""
|
|
|
|
#: plugin.py:288
|
|
#, docstring
|
|
msgid ""
|
|
"\n"
|
|
" An alternative to the Factoids plugin, this plugin keeps factoids in\n"
|
|
" your bot.\n"
|
|
"\n"
|
|
" To add factoid say\n"
|
|
" ``@something is something`` And when you call ``@something`` the bot says\n"
|
|
" ``something is something``.\n"
|
|
"\n"
|
|
" If you want the factoid to be in different format say (for example):\n"
|
|
" ``@Hi is <reply> Hello`` And when you call ``@hi`` the bot says ``Hello.``\n"
|
|
"\n"
|
|
" If you want the bot to use /mes with Factoids, that is possible too.\n"
|
|
" ``@test is <action> tests.`` and everytime when someone calls for\n"
|
|
" ``test`` the bot answers ``* bot tests.``\n"
|
|
"\n"
|
|
" If you want the factoid to have random answers say (for example):\n"
|
|
" ``@fruit is <reply> (orange|apple|banana)``. So when ``@fruit`` is called\n"
|
|
" the bot will reply with one of the listed fruits (random): ``orange``.\n"
|
|
" \n"
|
|
" If you want to replace the value of the factoid, for example:\n"
|
|
" ``@no Hi is <reply> Hey`` when you call ``@hi`` the bot says ``Hey``.\n"
|
|
"\n"
|
|
" If you want to append to the current value of a factoid say:\n"
|
|
" ``@Hi is also Hello``, so that when you call ``@hi`` the\n"
|
|
" bot says ``Hey, or Hello.`` \n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:369
|
|
msgid "%s is %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:388
|
|
msgid "Factoid %q is locked."
|
|
msgstr ""
|
|
|
|
#: plugin.py:395
|
|
msgid "Factoid %q not found."
|
|
msgstr ""
|
|
|
|
#: plugin.py:405
|
|
msgid "Missing an 'is' or '_is_'."
|
|
msgstr ""
|
|
|
|
#: plugin.py:421
|
|
msgid "Factoid %q already exists."
|
|
msgstr ""
|
|
|
|
#: plugin.py:455
|
|
msgid "%s, or %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:476
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <factoid key>\n"
|
|
"\n"
|
|
" Returns the literal factoid for the given factoid key. No parsing of\n"
|
|
" the factoid value is done as it is with normal retrieval. <channel>\n"
|
|
" is only necessary if the message isn't sent in the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:489
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <factoid key>\n"
|
|
"\n"
|
|
" Returns the various bits of info on the factoid for the given key.\n"
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
" itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:500 plugin.py:540
|
|
msgid "No such factoid: %q"
|
|
msgstr ""
|
|
|
|
#: plugin.py:509
|
|
msgid "Created by %s on %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:515
|
|
msgid " Last modified by %s on %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:523
|
|
msgid " Last requested by %s on %s, requested %n."
|
|
msgstr ""
|
|
|
|
#: plugin.py:530
|
|
msgid " Locked by %s on %s."
|
|
msgstr ""
|
|
|
|
#: plugin.py:545
|
|
msgid "Factoid %q is already locked."
|
|
msgstr ""
|
|
|
|
#: plugin.py:548
|
|
msgid "Factoid %q is not locked."
|
|
msgstr ""
|
|
|
|
#: plugin.py:558
|
|
msgid "Cannot %s someone else's factoid unless you are an admin."
|
|
msgstr ""
|
|
|
|
#: plugin.py:570
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <factoid key>\n"
|
|
"\n"
|
|
" Locks the factoid with the given factoid key. Requires that the user\n"
|
|
" be registered and have created the factoid originally. <channel> is\n"
|
|
" only necessary if the message isn't sent in the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:581
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <factoid key>\n"
|
|
"\n"
|
|
" Unlocks the factoid with the given factoid key. Requires that the\n"
|
|
" user be registered and have locked the factoid. <channel> is only\n"
|
|
" necessary if the message isn't sent in the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:592
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] {popular|authored|recent}\n"
|
|
"\n"
|
|
" Lists the most {popular|authored|recent} factoids. \"popular\" lists the\n"
|
|
" most frequently requested factoids. \"authored\" lists the author with\n"
|
|
" the most factoids. \"recent\" lists the most recently created factoids.\n"
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
" itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:614
|
|
msgid "author"
|
|
msgstr ""
|
|
|
|
#: plugin.py:616
|
|
msgid "authors"
|
|
msgstr ""
|
|
|
|
#: plugin.py:617
|
|
msgid "Most prolific %s: %L"
|
|
msgstr ""
|
|
|
|
#: plugin.py:619 plugin.py:631
|
|
msgid "There are no factoids in my database."
|
|
msgstr ""
|
|
|
|
#: plugin.py:626
|
|
msgid "latest factoid"
|
|
msgstr ""
|
|
|
|
#: plugin.py:628
|
|
msgid "latest factoids"
|
|
msgstr ""
|
|
|
|
#: plugin.py:629
|
|
msgid "%i %s: %L"
|
|
msgstr ""
|
|
|
|
#: plugin.py:638
|
|
msgid "requested factoid"
|
|
msgstr ""
|
|
|
|
#: plugin.py:640
|
|
msgid "requested factoids"
|
|
msgstr ""
|
|
|
|
#: plugin.py:641
|
|
msgid "Top %i %s: %L"
|
|
msgstr ""
|
|
|
|
#: plugin.py:643
|
|
msgid "No factoids have been requested from my database."
|
|
msgstr ""
|
|
|
|
#: plugin.py:647
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <author name>\n"
|
|
"\n"
|
|
" Lists the keys of the factoids with the given author. Note that if an\n"
|
|
" author has an integer name, you'll have to use that author's id to use\n"
|
|
" this function (so don't use integer usernames!). <channel> is only\n"
|
|
" necessary if the message isn't sent in the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:660
|
|
msgid "No factoids by %q found."
|
|
msgstr ""
|
|
|
|
#: plugin.py:663
|
|
msgid "Author search for %q (%i found): %L"
|
|
msgstr ""
|
|
|
|
#: plugin.py:670
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <text>\n"
|
|
"\n"
|
|
" Lists the keys of the factoids whose key contains the provided text.\n"
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
" itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:678
|
|
msgid "No keys matching %q found."
|
|
msgstr ""
|
|
|
|
#: plugin.py:686
|
|
msgid "Key search for %q (%i found): %L"
|
|
msgstr ""
|
|
|
|
#: plugin.py:693
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <text>\n"
|
|
"\n"
|
|
" Lists the keys of the factoids whose value contains the provided text.\n"
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
" itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:701
|
|
msgid "No values matching %q found."
|
|
msgstr ""
|
|
|
|
#: plugin.py:704
|
|
msgid "Value search for %q (%i found): %L"
|
|
msgstr ""
|
|
|
|
#: plugin.py:711
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>] <factoid key>\n"
|
|
"\n"
|
|
" Deletes the factoid with the given key. <channel> is only necessary\n"
|
|
" if the message isn't sent in the channel itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:724
|
|
#, docstring
|
|
msgid ""
|
|
"[<channel>]\n"
|
|
"\n"
|
|
" Displays a random factoid (along with its key) from the database.\n"
|
|
" <channel> is only necessary if the message isn't sent in the channel\n"
|
|
" itself.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:732
|
|
msgid "No factoids in the database."
|
|
msgstr ""
|
|
|