mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-02 17:29:22 +01:00
110 lines
2.3 KiB
Plaintext
110 lines
2.3 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:39
|
|
msgid "The default dictd server is dict.org."
|
|
msgstr ""
|
|
|
|
#: config.py:40
|
|
msgid "Would you like to specify a different dictd server?"
|
|
msgstr ""
|
|
|
|
#: config.py:46
|
|
msgid ""
|
|
"Determines what server the bot will\n"
|
|
" retrieve definitions from."
|
|
msgstr ""
|
|
|
|
#: config.py:49
|
|
msgid ""
|
|
"Determines the default dictionary the bot\n"
|
|
" will ask for definitions in. If this value is '*' (without the quotes)\n"
|
|
" the bot will use all dictionaries to define words."
|
|
msgstr ""
|
|
|
|
#: config.py:53
|
|
msgid ""
|
|
"Determines whether the bot will show which\n"
|
|
" dictionaries responded to a query, if the selected dictionary is '*'.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:47
|
|
#, docstring
|
|
msgid ""
|
|
"This plugin provides a function to look up words from different\n"
|
|
" dictionaries."
|
|
msgstr ""
|
|
|
|
#: plugin.py:52
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns the dictionaries valid for the dict command.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:68
|
|
#, docstring
|
|
msgid ""
|
|
"takes no arguments\n"
|
|
"\n"
|
|
" Returns a random valid dictionary.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:83
|
|
#, docstring
|
|
msgid ""
|
|
"[<dictionary>] <word>\n"
|
|
"\n"
|
|
" Looks up the definition of <word> on the dictd server specified by\n"
|
|
" the supybot.plugins.Dict.server config variable.\n"
|
|
" "
|
|
msgstr ""
|
|
|
|
#: plugin.py:106
|
|
msgid "You must give a word to define."
|
|
msgstr ""
|
|
|
|
#: plugin.py:112
|
|
msgid "No definition for %q could be found."
|
|
msgstr ""
|
|
|
|
#: plugin.py:115
|
|
msgid "No definition for %q could be found in %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:128
|
|
msgid "%L responded: %s"
|
|
msgstr ""
|
|
|
|
#: plugin.py:135
|
|
#, docstring
|
|
msgid ""
|
|
"<word> [<word> ...]\n"
|
|
"\n"
|
|
" Gets a random synonym from the Moby Thesaurus (moby-thesaurus) database.\n"
|
|
"\n"
|
|
" If given many words, gets a random synonym for each of them.\n"
|
|
"\n"
|
|
" Quote phrases to have them treated as one lookup word.\n"
|
|
" "
|
|
msgstr ""
|
|
|