X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=po%2Ffr%2Frbot-dictclient.po;h=fbdef6fe39d1643dd229f3781917a77ff2299c5a;hb=61bf4d98909457f96e5c3f71c36687e42cab53fe;hp=b5190ba2484b0eea99cfe89c6222e5ab6c389a5a;hpb=6772e9ad93490d9bfefd7ccae91f26a3fd6dd372;p=user%2Fhenk%2Fcode%2Fruby%2Frbot.git diff --git a/po/fr/rbot-dictclient.po b/po/fr/rbot-dictclient.po index b5190ba2..fbdef6fe 100644 --- a/po/fr/rbot-dictclient.po +++ b/po/fr/rbot-dictclient.po @@ -6,21 +6,22 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-20 01:49+0200\n" +"POT-Creation-Date: 2009-03-20 15:57+0100\n" "PO-Revision-Date: 2008-06-21 14:42+0100\n" "Last-Translator: Lagrange Marc \n" "Language-Team: French\n" +"Language: \n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: data/rbot/plugins/dictclient.rb:57 +#: data/rbot/plugins/dictclient.rb:61 msgid "Hostname or hostname:port of the DICT server used to lookup words" msgstr "" "Hostname or hostname:port du serveur DICT utilisé pour chercher les mots" -#: data/rbot/plugins/dictclient.rb:60 +#: data/rbot/plugins/dictclient.rb:64 msgid "" "When multiple databases reply a number of definitions that above this limit, " "only the database names will be listed. Otherwise, the full definitions from " @@ -30,22 +31,22 @@ msgstr "" "grand que cette limite, seulement le nom des bases de données sera listé. " "Sinon, la definition complete de chaque base de donnée sera renvoyé" -#: data/rbot/plugins/dictclient.rb:63 +#: data/rbot/plugins/dictclient.rb:67 msgid "Each definition is truncated to this length" msgstr "Chaques definitions seront coupé à cette taille" -#: data/rbot/plugins/dictclient.rb:66 +#: data/rbot/plugins/dictclient.rb:70 msgid "Format of headwords; will be replaced with the actual word" msgstr "Format des mots; sera remplacé par le mot actuel" -#: data/rbot/plugins/dictclient.rb:69 +#: data/rbot/plugins/dictclient.rb:73 msgid "" "Format of database names; will be replaced with the database name" msgstr "" "Format du nom des bases de données; sera remplacé par le nom de " "la base de donnée" -#: data/rbot/plugins/dictclient.rb:72 +#: data/rbot/plugins/dictclient.rb:76 msgid "" "Format of definitions. will be replaced with the formatted headword, " " will be replaced with the truncated definition, and with " @@ -55,7 +56,7 @@ msgstr "" "remplacé par la definition coupée, et par le nom de la base de " "donnée" -#: data/rbot/plugins/dictclient.rb:75 +#: data/rbot/plugins/dictclient.rb:79 msgid "" "Format of match results. will be replaced with the formatted " "headwords, with the formatted database name" @@ -63,7 +64,7 @@ msgstr "" "Format des resultats correspondants. sera remplacé par le mot " "formaté, avec le nom de la base de donnée" -#: data/rbot/plugins/dictclient.rb:95 +#: data/rbot/plugins/dictclient.rb:99 msgid "" "An error occured connecting to the DICT server. Check the dictclient.server " "configuration or retry later" @@ -71,15 +72,15 @@ msgstr "" "Il y a eu une erreur lors de la conenction au serveur DICT. Verifiez la " "configuration du dictclient.server ou reessayez plus tard" -#: data/rbot/plugins/dictclient.rb:97 +#: data/rbot/plugins/dictclient.rb:101 msgid "A protocol error occured" msgstr "Il y a eu une erreur de protocole" -#: data/rbot/plugins/dictclient.rb:99 +#: data/rbot/plugins/dictclient.rb:103 msgid "An error occured" msgstr "Il y a eu une erreur" -#: data/rbot/plugins/dictclient.rb:121 +#: data/rbot/plugins/dictclient.rb:125 msgid "" "Many definitions for %{phrase} were found in %{databases}. Use 'define " " from to view a definition." @@ -87,29 +88,29 @@ msgstr "" "Plusieurs definitions pour %{phrase} ont été trouvés dans %{databases}. " "Utilisez 'define from pour voir une definition." -#: data/rbot/plugins/dictclient.rb:138 +#: data/rbot/plugins/dictclient.rb:142 msgid "No definition for %{phrase} found from %{database}." msgstr "Aucune definition pour %{phrase} trouvée dans %{database}." -#: data/rbot/plugins/dictclient.rb:159 +#: data/rbot/plugins/dictclient.rb:163 msgid "Nothing matched %{query} from %{database} using %{strategy}" msgstr "" "Rien ne correspond a %{query} dans %{database} en utilisant %{strategy}" -#: data/rbot/plugins/dictclient.rb:169 +#: data/rbot/plugins/dictclient.rb:173 msgid "Databases: %{list}" msgstr "Bases de données: %{list}" -#: data/rbot/plugins/dictclient.rb:177 +#: data/rbot/plugins/dictclient.rb:181 msgid "Strategies: %{list}" msgstr "Strategies: %{list}" -#: data/rbot/plugins/dictclient.rb:186 +#: data/rbot/plugins/dictclient.rb:190 msgid "define [from ] => Show definition of a phrase" msgstr "" "define [from ] => Affiche la definition de phrase" -#: data/rbot/plugins/dictclient.rb:188 +#: data/rbot/plugins/dictclient.rb:192 msgid "" "match [using ] [from ] => Show phrases matching " "the given pattern" @@ -117,7 +118,7 @@ msgstr "" "match [using ] [from ] => Affiche les " "phrases correspondantes au schema fournit" -#: data/rbot/plugins/dictclient.rb:190 +#: data/rbot/plugins/dictclient.rb:194 msgid "" "dictclient databases => List databases; dictclient strategies => List " "strategies" @@ -125,7 +126,7 @@ msgstr "" "dictclient databases => Liste les bases de données; dictclient strategies => " "Liste les strategies" -#: data/rbot/plugins/dictclient.rb:192 +#: data/rbot/plugins/dictclient.rb:196 msgid "" "look up phrases on the configured DICT server. topics: define, match, server " "information"