msgid ""
msgstr ""
"Project-Id-Version: Limnoria\n"
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
"PO-Revision-Date: 2011-06-28 20:21+0200\n"
"Last-Translator: skizzhg <skizzhg@gmx.com>\n"
"Language-Team: Italian <skizzhg@gmx.com>\n"
"Language: it\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: config.py:39
msgid "The default dictd server is dict.org."
msgstr "Il server dictd predefinito è dict.org."

#: config.py:40
msgid "Would you like to specify a different dictd server?"
msgstr "Vuoi specificare un server dictd diverso?"

#: config.py:46
msgid ""
"Determines what server the bot will\n"
"    retrieve definitions from."
msgstr "Determina da quale server il bot recupererà le definizioni."

#: config.py:49
#, fuzzy
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 ""
"Determina il dizionario predefinito dal quale il bot chiederà le "
"definizioni.\n"
"    Se il valore è \"*\" (senza virgolette) il bot userà tutti i dizionari."

#: 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
msgid ""
"This plugin provides a function to look up words from different\n"
"    dictionaries."
msgstr ""

#: plugin.py:52
msgid ""
"takes no arguments\n"
"\n"
"        Returns the dictionaries valid for the dict command.\n"
"        "
msgstr ""
"non necessita argomenti\n"
"\n"
"        Riporta i dizionari validi per il comando dict.\n"
"        "

#: plugin.py:68
msgid ""
"takes no arguments\n"
"\n"
"        Returns a random valid dictionary.\n"
"        "
msgstr ""
"non necessita argomenti\n"
"\n"
"        Riporta un dizionario casuale.\n"
"        "

#: plugin.py:83
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 ""
"[<dizionario>] <parola>\n"
"\n"
"        Cerca la definizione di <parola> sul server dictd specificato dalla\n"
"        variabile supybot.plugins.Dict.server.\n"
"        "

#: plugin.py:106
msgid "You must give a word to define."
msgstr "Devi fornire una parola da definire."

#: plugin.py:112
msgid "No definition for %q could be found."
msgstr "Non è stata trovata nessuna definizione per %q."

#: plugin.py:115
msgid "No definition for %q could be found in %s"
msgstr "Non è stata trovata nessuna definizione per %q in %s"

#: plugin.py:128
msgid "%L responded: %s"
msgstr "%L ha risposto: %s"

#: plugin.py:135
#, fuzzy
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 ""
"<parola> [<parola> ...]\n"
"\n"
"        Ricava un sinonimo casuale dal database di Moby Thesaurus (moby-"
"thes).\n"
"\n"
"        Se sono state fornite più parole ottiene un sinonimo casuale per "
"ognuna.\n"
"\n"
"        Affinché vengano trattate come un'unica frase racchiuderle tra "
"virgolette.\n"
"        "