]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/fr/rbot-dictclient.po
allow multi-line (artificial) messages be delegated and handled
[user/henk/code/ruby/rbot.git] / po / fr / rbot-dictclient.po
1 # Gettext template file for rbot
2 # Copyright (C) 2007 Tom Gilbert
3 # This file is distributed under the same license as the rbot package.
4 # Yaohan Chen <yaohan.chen@gmail.com>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: rbot\n"
9 "POT-Creation-Date: 2008-06-20 01:49+0200\n"
10 "PO-Revision-Date: 2008-06-21 14:42+0100\n"
11 "Last-Translator: Lagrange Marc <markocpc@gmail.com>\n"
12 "Language-Team: French\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
17
18 #: data/rbot/plugins/dictclient.rb:57
19 msgid "Hostname or hostname:port of the DICT server used to lookup words"
20 msgstr "Hostname or hostname:port du serveur DICT utilisé pour chercher les mots"
21
22 #: data/rbot/plugins/dictclient.rb:60
23 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 each database are replied"
24 msgstr "Lorsque plusieurs bases de données renvoyent un nombre de definitions plus 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é"
25
26 #: data/rbot/plugins/dictclient.rb:63
27 msgid "Each definition is truncated to this length"
28 msgstr "Chaques definitions seront coupé à cette taille"
29
30 #: data/rbot/plugins/dictclient.rb:66
31 msgid "Format of headwords; <word> will be replaced with the actual word"
32 msgstr "Format des mots; <word> sera remplacé par le mot actuel"
33
34 #: data/rbot/plugins/dictclient.rb:69
35 msgid "Format of database names; <database> will be replaced with the database name"
36 msgstr "Format du nom des bases de données; <database> sera remplacé par le nom de la base de donnée"
37
38 #: data/rbot/plugins/dictclient.rb:72
39 msgid "Format of definitions. <word> will be replaced with the formatted headword, <def> will be replaced with the truncated definition, and <database> with the formatted database name"
40 msgstr "Format des definitions. <word> sera remplacé par le mot formaté, <def> sera remplacé par la definition coupée, et <database> par le nom de la base de donnée"
41
42 #: data/rbot/plugins/dictclient.rb:75
43 msgid "Format of match results. <matches> will be replaced with the formatted headwords, <database> with the formatted database name"
44 msgstr "Format des resultats correspondants. <matches> sera remplacé par le mot formaté, <database> avec le nom de la base de donnée"
45
46 #: data/rbot/plugins/dictclient.rb:95
47 msgid "An error occured connecting to the DICT server. Check the dictclient.server configuration or retry later"
48 msgstr "Il y a eu une erreur lors de la conenction au serveur DICT. Verifiez la configuration du dictclient.server ou reessayez plus tard"
49
50 #: data/rbot/plugins/dictclient.rb:97
51 msgid "A protocol error occured"
52 msgstr "Il y a eu une erreur de protocole"
53
54 #: data/rbot/plugins/dictclient.rb:99
55 msgid "An error occured"
56 msgstr "Il y a eu une erreur"
57
58 #: data/rbot/plugins/dictclient.rb:121
59 msgid "Many definitions for %{phrase} were found in %{databases}. Use 'define <phrase> from <database> to view a definition."
60 msgstr "Plusieurs definitions pour %{phrase} ont été trouvés dans %{databases}. Utilisez 'define <phrase> from <database> pour voir une definition."
61
62 #: data/rbot/plugins/dictclient.rb:138
63 msgid "No definition for %{phrase} found from %{database}."
64 msgstr "Aucune definition pour %{phrase} trouvée dans %{database}."
65
66 #: data/rbot/plugins/dictclient.rb:159
67 msgid "Nothing matched %{query} from %{database} using %{strategy}"
68 msgstr "Rien ne correspond a  %{query} dans %{database} en utilisant %{strategy}"
69
70 #: data/rbot/plugins/dictclient.rb:169
71 msgid "Databases: %{list}"
72 msgstr "Bases de données: %{list}"
73
74 #: data/rbot/plugins/dictclient.rb:177
75 msgid "Strategies: %{list}"
76 msgstr "Strategies: %{list}"
77
78 #: data/rbot/plugins/dictclient.rb:186
79 msgid "define <phrase> [from <database>] => Show definition of a phrase"
80 msgstr "define <phrase> [from <base de donnée>] => Affiche la definition de phrase"
81
82 #: data/rbot/plugins/dictclient.rb:188
83 msgid "match <phrase> [using <strategy>] [from <database>] => Show phrases matching the given pattern"
84 msgstr "match <phrase> [using <strategy>] [from <base de donnée>] => Affiche les phrases correspondantes au schema fournit"
85
86 #: data/rbot/plugins/dictclient.rb:190
87 msgid "dictclient databases => List databases; dictclient strategies => List strategies"
88 msgstr "dictclient databases => Liste les bases de données; dictclient strategies => Liste les strategies"
89
90 #: data/rbot/plugins/dictclient.rb:192
91 msgid "look up phrases on the configured DICT server. topics: define, match, server information"
92 msgstr "affiche les phrases d'un serveur DICT. sujets: define, match, server information"
93