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