]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/fr/rbot-dictclient.po
b5190ba2484b0eea99cfe89c6222e5ab6c389a5a
[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 ""
21 "Hostname or hostname:port du serveur DICT utilisé pour chercher les mots"
22
23 #: data/rbot/plugins/dictclient.rb:60
24 msgid ""
25 "When multiple databases reply a number of definitions that above this limit, "
26 "only the database names will be listed. Otherwise, the full definitions from "
27 "each database are replied"
28 msgstr ""
29 "Lorsque plusieurs bases de données renvoyent un nombre de definitions plus "
30 "grand que cette limite, seulement le nom des bases de données sera listé. "
31 "Sinon, la definition complete de chaque base de donnée sera renvoyé"
32
33 #: data/rbot/plugins/dictclient.rb:63
34 msgid "Each definition is truncated to this length"
35 msgstr "Chaques definitions seront coupé à cette taille"
36
37 #: data/rbot/plugins/dictclient.rb:66
38 msgid "Format of headwords; <word> will be replaced with the actual word"
39 msgstr "Format des mots; <word> sera remplacé par le mot actuel"
40
41 #: data/rbot/plugins/dictclient.rb:69
42 msgid ""
43 "Format of database names; <database> will be replaced with the database name"
44 msgstr ""
45 "Format du nom des bases de données; <database> sera remplacé par le nom de "
46 "la base de donnée"
47
48 #: data/rbot/plugins/dictclient.rb:72
49 msgid ""
50 "Format of definitions. <word> will be replaced with the formatted headword, "
51 "<def> will be replaced with the truncated definition, and <database> with "
52 "the formatted database name"
53 msgstr ""
54 "Format des definitions. <word> sera remplacé par le mot formaté, <def> sera "
55 "remplacé par la definition coupée, et <database> par le nom de la base de "
56 "donnée"
57
58 #: data/rbot/plugins/dictclient.rb:75
59 msgid ""
60 "Format of match results. <matches> will be replaced with the formatted "
61 "headwords, <database> with the formatted database name"
62 msgstr ""
63 "Format des resultats correspondants. <matches> sera remplacé par le mot "
64 "formaté, <database> avec le nom de la base de donnée"
65
66 #: data/rbot/plugins/dictclient.rb:95
67 msgid ""
68 "An error occured connecting to the DICT server. Check the dictclient.server "
69 "configuration or retry later"
70 msgstr ""
71 "Il y a eu une erreur lors de la conenction au serveur DICT. Verifiez la "
72 "configuration du dictclient.server ou reessayez plus tard"
73
74 #: data/rbot/plugins/dictclient.rb:97
75 msgid "A protocol error occured"
76 msgstr "Il y a eu une erreur de protocole"
77
78 #: data/rbot/plugins/dictclient.rb:99
79 msgid "An error occured"
80 msgstr "Il y a eu une erreur"
81
82 #: data/rbot/plugins/dictclient.rb:121
83 msgid ""
84 "Many definitions for %{phrase} were found in %{databases}. Use 'define "
85 "<phrase> from <database> to view a definition."
86 msgstr ""
87 "Plusieurs definitions pour %{phrase} ont été trouvés dans %{databases}. "
88 "Utilisez 'define <phrase> from <database> pour voir une definition."
89
90 #: data/rbot/plugins/dictclient.rb:138
91 msgid "No definition for %{phrase} found from %{database}."
92 msgstr "Aucune definition pour %{phrase} trouvée dans %{database}."
93
94 #: data/rbot/plugins/dictclient.rb:159
95 msgid "Nothing matched %{query} from %{database} using %{strategy}"
96 msgstr ""
97 "Rien ne correspond a  %{query} dans %{database} en utilisant %{strategy}"
98
99 #: data/rbot/plugins/dictclient.rb:169
100 msgid "Databases: %{list}"
101 msgstr "Bases de données: %{list}"
102
103 #: data/rbot/plugins/dictclient.rb:177
104 msgid "Strategies: %{list}"
105 msgstr "Strategies: %{list}"
106
107 #: data/rbot/plugins/dictclient.rb:186
108 msgid "define <phrase> [from <database>] => Show definition of a phrase"
109 msgstr ""
110 "define <phrase> [from <base de donnée>] => Affiche la definition de phrase"
111
112 #: data/rbot/plugins/dictclient.rb:188
113 msgid ""
114 "match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
115 "the given pattern"
116 msgstr ""
117 "match <phrase> [using <strategy>] [from <base de donnée>] => Affiche les "
118 "phrases correspondantes au schema fournit"
119
120 #: data/rbot/plugins/dictclient.rb:190
121 msgid ""
122 "dictclient databases => List databases; dictclient strategies => List "
123 "strategies"
124 msgstr ""
125 "dictclient databases => Liste les bases de données; dictclient strategies => "
126 "Liste les strategies"
127
128 #: data/rbot/plugins/dictclient.rb:192
129 msgid ""
130 "look up phrases on the configured DICT server. topics: define, match, server "
131 "information"
132 msgstr ""
133 "affiche les phrases d'un serveur DICT. sujets: define, match, server "
134 "information"