2010-10-27 19:48:46 +02:00
|
|
|
msgid ""
|
|
|
|
msgstr ""
|
2014-01-21 16:48:13 +01:00
|
|
|
"Project-Id-Version: Limnoria\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
"POT-Creation-Date: 2022-02-06 00:12+0100\n"
|
2010-10-27 19:48:46 +02:00
|
|
|
"PO-Revision-Date: \n"
|
|
|
|
"Last-Translator: Valentin Lorentz <progval@gmail.com>\n"
|
2014-01-21 16:48:13 +01:00
|
|
|
"Language-Team: Limnoria <progval@gmail.com>\n"
|
2020-03-26 22:10:28 +01:00
|
|
|
"Language: fr_FR\n"
|
2010-10-27 19:48:46 +02:00
|
|
|
"MIME-Version: 1.0\n"
|
|
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
|
|
"X-Poedit-Language: Français\n"
|
|
|
|
"X-Poedit-Country: France\n"
|
|
|
|
"X-Poedit-SourceCharset: ASCII\n"
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: config.py:39
|
2010-10-27 19:48:46 +02:00
|
|
|
msgid "The default dictd server is dict.org."
|
|
|
|
msgstr "Le serveur dictd par défaut est dict.org"
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: config.py:40
|
2010-10-27 19:48:46 +02:00
|
|
|
msgid "Would you like to specify a different dictd server?"
|
|
|
|
msgstr "Voulez-vous spécifier un serveur dictd différent ?"
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: config.py:46
|
2010-10-27 19:48:46 +02:00
|
|
|
msgid ""
|
|
|
|
"Determines what server the bot will\n"
|
|
|
|
" retrieve definitions from."
|
|
|
|
msgstr "Détermine de quel serveur le bot récupérera les définitions."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: 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 ""
|
|
|
|
"Détermine le dictionnaire par défaut dans lequel le bot cherchera les "
|
|
|
|
"définitions. Si la valeur est '*' (sans les guillemets), le bot utilisera "
|
|
|
|
"tous les dictionnaires pour définir le mot."
|
|
|
|
|
|
|
|
#: config.py:53
|
2010-10-27 19:48:46 +02:00
|
|
|
msgid ""
|
2022-02-06 00:14:47 +01:00
|
|
|
"Determines whether the bot will show which\n"
|
|
|
|
" dictionaries responded to a query, if the selected dictionary is '*'.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
2010-10-27 19:48:46 +02:00
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:47
|
|
|
|
msgid ""
|
|
|
|
"This plugin provides a function to look up words from different\n"
|
|
|
|
" dictionaries."
|
|
|
|
msgstr ""
|
|
|
|
|
|
|
|
#: plugin.py:52
|
2010-10-27 19:48:46 +02:00
|
|
|
msgid ""
|
|
|
|
"takes no arguments\n"
|
|
|
|
"\n"
|
|
|
|
" Returns the dictionaries valid for the dict command.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"ne prend pas d'argument\n"
|
|
|
|
"\n"
|
|
|
|
"Retourne les dictionnaires valides pour la commande dict."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:68
|
2010-10-27 19:48:46 +02:00
|
|
|
msgid ""
|
|
|
|
"takes no arguments\n"
|
|
|
|
"\n"
|
|
|
|
" Returns a random valid dictionary.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
|
|
|
"ne prend pas d'argument\n"
|
|
|
|
"\n"
|
|
|
|
"Retourne un dictionnaire valide aléatoire."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:83
|
2010-10-27 19:48:46 +02:00
|
|
|
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 ""
|
|
|
|
"[<dictionnaire>] <mot>\n"
|
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
"Recherche la définition du mot sur le serveur dictd spécifié par la variable "
|
|
|
|
"de configuration supybot.plugins.Dict.server."
|
2010-10-27 19:48:46 +02:00
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:106
|
2010-10-27 19:48:46 +02:00
|
|
|
msgid "You must give a word to define."
|
|
|
|
msgstr "Vous devez donner un mot à définir."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:112
|
2010-10-27 19:48:46 +02:00
|
|
|
msgid "No definition for %q could be found."
|
|
|
|
msgstr "La définition de %q ne peut être trouvée."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:115
|
2010-10-27 19:48:46 +02:00
|
|
|
msgid "No definition for %q could be found in %s"
|
|
|
|
msgstr "La définition de %q ne peut être trouvée dans %s."
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:128
|
2010-10-27 19:48:46 +02:00
|
|
|
msgid "%L responded: %s"
|
|
|
|
msgstr "%L a répondu : %s"
|
|
|
|
|
2022-02-06 00:14:47 +01:00
|
|
|
#: plugin.py:135
|
|
|
|
#, fuzzy
|
2011-02-26 10:43:38 +01:00
|
|
|
msgid ""
|
|
|
|
"<word> [<word> ...]\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
" Gets a random synonym from the Moby Thesaurus (moby-thesaurus) "
|
|
|
|
"database.\n"
|
2011-06-28 19:43:21 +02:00
|
|
|
"\n"
|
2011-02-26 10:43:38 +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:43:38 +01:00
|
|
|
" Quote phrases to have them treated as one lookup word.\n"
|
|
|
|
" "
|
|
|
|
msgstr ""
|
2011-06-28 19:43:21 +02:00
|
|
|
"<word> [<word> ...]\n"
|
2011-02-26 10:43:38 +01:00
|
|
|
"\n"
|
2022-02-06 00:14:47 +01:00
|
|
|
"Récupère un synonyme au hasard de la base de données du Moby Thesaurus (moby-"
|
|
|
|
"thes). Si plusieurs mots sont donnés, récupère un synonyme au hasard pour "
|
|
|
|
"chacun d'eux. Citez les phrases pour qu'elles soient traitées comme un "
|
|
|
|
"unique mot."
|