2010-10-17 11:22:07 +02:00
|
|
|
# SOME DESCRIPTIVE TITLE.
|
|
|
|
# Copyright (C) YEAR ORGANIZATION
|
|
|
|
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
|
#
|
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
|
|
|
"Project-Id-Version: PACKAGE VERSION\n"
|
2014-03-22 15:38:16 +01:00
|
|
|
"POT-Creation-Date: 2014-03-22 16:34+EET\n"
|
2010-10-17 11:22:07 +02:00
|
|
|
"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:38
|
|
|
|
msgid "The default dictd server is dict.org."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:39
|
|
|
|
msgid "Would you like to specify a different dictd server?"
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:45
|
|
|
|
msgid ""
|
|
|
|
"Determines what server the bot will\n"
|
|
|
|
" retrieve definitions from."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: config.py:48
|
|
|
|
msgid ""
|
|
|
|
"Determines the default dictionary the bot will\n"
|
|
|
|
" ask for definitions in. If this value is '*' (without the quotes) the bot\n"
|
|
|
|
" will use all dictionaries to define words."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:49
|
2010-10-17 11:22:07 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"takes no arguments\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the dictionaries valid for the dict command.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:65
|
2010-10-17 11:22:07 +02:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"takes no arguments\n"
|
|
|
|
"\n"
|
|
|
|
" Returns a random valid dictionary.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:80
|
2010-10-17 11:22:07 +02:00
|
|
|
#, 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 ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:103
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "You must give a word to define."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:109
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "No definition for %q could be found."
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:112
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "No definition for %q could be found in %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:124
|
2010-10-17 11:22:07 +02:00
|
|
|
msgid "%L responded: %s"
|
|
|
|
msgstr ""
|
|
|
|
|
2014-01-21 16:48:13 +01:00
|
|
|
#: plugin.py:131
|
2011-02-26 10:40:50 +01:00
|
|
|
#, docstring
|
|
|
|
msgid ""
|
|
|
|
"<word> [<word> ...]\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Gets a random synonym from the Moby Thesaurus (moby-thes) database.\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" If given many words, gets a random synonym for each of them.\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
2011-02-26 10:40:50 +01:00
|
|
|
" Quote phrases to have them treated as one lookup word.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
|