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