]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/fr/rbot-translator.po
Partial revert: reintroduce rbot-remote
[user/henk/code/ruby/rbot.git] / po / fr / rbot-translator.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: 2010-06-30 09:58+0200\n"
10 "PO-Revision-Date: 2008-06-21 15:49+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/translator.rb:52
20 msgid "Cannot translate empty string"
21 msgstr "Impossible de traduire une chaine vide"
22
23 #: data/rbot/plugins/translator.rb:271
24 msgid "Number of seconds to wait for the translation service before timeout"
25 msgstr ""
26 "Nombre de secondes a attendre du service de traduction avant le timeout"
27
28 #: data/rbot/plugins/translator.rb:274
29 msgid "Default destination language to be used with translate command"
30 msgstr ""
31
32 #: data/rbot/plugins/translator.rb:299
33 msgid "List of translators to try in order when translator name not specified"
34 msgstr ""
35 "Liste des traducteurs à essayer dans l'ordre lorsque qu'aucun nom n'est "
36 "spécifié"
37
38 #: data/rbot/plugins/translator.rb:310 data/rbot/plugins/translator.rb:318
39 msgid "Translator %{name} cannot be used: %{reason}"
40 msgstr "Traducteur %{name} ne peut être utilisé: %{reason}"
41
42 #: data/rbot/plugins/translator.rb:326
43 msgid "%{bold}%{translator}%{bold}: %{reason}"
44 msgstr ""
45
46 #: data/rbot/plugins/translator.rb:332
47 msgid "Failed translators: %{list}"
48 msgstr ""
49
50 #: data/rbot/plugins/translator.rb:334
51 #, fuzzy
52 msgid "None of the translators failed"
53 msgstr "Le traducteur n'a pas repondu"
54
55 #: data/rbot/plugins/translator.rb:339
56 msgid ""
57 "%{translator} <from> <to> <phrase> => Look up phrase using %{info}, "
58 "supported from -> to languages: %{directions}"
59 msgstr ""
60 "%{translator} <depuis> <vers> <phrase> => Regarde si une phrase en utilisant "
61 "%{info}, supprote depuis  -> vers langages: %{directions}"
62
63 #: data/rbot/plugins/translator.rb:343
64 msgid "%{source} -> %{targets}"
65 msgstr "%{source} -> %{targets}"
66
67 #: data/rbot/plugins/translator.rb:348
68 msgid ""
69 "Command: <translator> <from> <to> <phrase>, where <translator> is one of: "
70 "%{translators}. If \"translator\" is used in place of the translator name, "
71 "the first translator in translator.default_list which supports the specified "
72 "direction will be picked automatically. Use \"help <translator>\" to look up "
73 "supported from and to languages"
74 msgstr ""
75 "Commande: <translator> <depuis> <vers> <phrase>, où <translator> est un des: "
76 "%{translators}. si \"translator\" est utilisé en place du nom du traducteur, "
77 "le premier traducteur dans translator.default_list avec le support de la "
78 "direction de traduction sera pris automatiquement. Utilisez \"help "
79 "<translator>\" pour voir les supporte de langues."
80
81 #: data/rbot/plugins/translator.rb:351
82 msgid ""
83 "%{bold}Note%{bold}: %{failed_amt} translators failed, see %{reverse}%{prefix}"
84 "help translate failed%{reverse} for details"
85 msgstr ""
86
87 #: data/rbot/plugins/translator.rb:386
88 msgid ""
89 "Unable to auto-detect source language due to broken google translator, see "
90 "%{reverse}%{prefix}help translate failed%{reverse} for details"
91 msgstr ""
92
93 #: data/rbot/plugins/translator.rb:391
94 msgid ""
95 "None of the default translators (translator.default_list) supports "
96 "translating from %{source} to %{target}"
97 msgstr ""
98 "Aucun des traducteurs par defaut (translator.default_list)  ne supporte la "
99 "traduction depuis %{source} vers %{target}"
100
101 #: data/rbot/plugins/translator.rb:408
102 msgid "%{translation} (provided by %{translator})"
103 msgstr "%{translation} (fournit par %{translator})"
104
105 #: data/rbot/plugins/translator.rb:415
106 msgid "%{translator} doesn't support translating from %{source} to %{target}"
107 msgstr ""
108 "%{translator} ne supporte pas la traduction depuis %{source} vers %{target}"
109
110 #: data/rbot/plugins/translator.rb:418
111 msgid "%{translator} failed to provide a translation"
112 msgstr "%{translator} à été incapable de fournir une traduction"
113
114 #: data/rbot/plugins/translator.rb:421
115 msgid "The translator timed out"
116 msgstr "Le traducteur n'a pas repondu"
117
118 #: data/rbot/plugins/translator.rb:425
119 msgid "No translator called %{name}"
120 msgstr "Aucun traducteur nommé %{name}"