]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/fr/rbot-translator.po
7034a27139f056bd3a21bd2d8648c73e3bbbbbc1
[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: 2009-03-20 15:57+0100\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:268
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:288
28 msgid "Translator %{name} cannot be used: %{reason}"
29 msgstr "Traducteur %{name} ne peut être utilisé: %{reason}"
30
31 #: data/rbot/plugins/translator.rb:296
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:304
38 msgid ""
39 "%{translator} <from> <to> <phrase> => Look up phrase using %{info}, "
40 "supported from -> to languages: %{directions}"
41 msgstr ""
42 "%{translator} <depuis> <vers> <phrase> => Regarde si une phrase en utilisant "
43 "%{info}, supprote depuis  -> vers langages: %{directions}"
44
45 #: data/rbot/plugins/translator.rb:308
46 msgid "%{source} -> %{targets}"
47 msgstr "%{source} -> %{targets}"
48
49 #: data/rbot/plugins/translator.rb:313
50 msgid ""
51 "Command: <translator> <from> <to> <phrase>, where <translator> is one of: %"
52 "{translators}. If \"translator\" is used in place of the translator name, "
53 "the first translator in translator.default_list which supports the specified "
54 "direction will be picked automatically. Use \"help <translator>\" to look up "
55 "supported from and to languages"
56 msgstr ""
57 "Commande: <translator> <depuis> <vers> <phrase>, où <translator> est un des: "
58 "%{translators}. si \"translator\" est utilisé en place du nom du traducteur, "
59 "le premier traducteur dans translator.default_list avec le support de la "
60 "direction de traduction sera pris automatiquement. Utilisez \"help "
61 "<translator>\" pour voir les supporte de langues."
62
63 #: data/rbot/plugins/translator.rb:328
64 msgid ""
65 "None of the default translators (translator.default_list) supports "
66 "translating from %{source} to %{target}"
67 msgstr ""
68 "Aucun des traducteurs par defaut (translator.default_list)  ne supporte la "
69 "traduction depuis %{source} vers %{target}"
70
71 #: data/rbot/plugins/translator.rb:343
72 msgid "%{translation} (provided by %{translator})"
73 msgstr "%{translation} (fournit par %{translator})"
74
75 #: data/rbot/plugins/translator.rb:350
76 msgid "%{translator} doesn't support translating from %{source} to %{target}"
77 msgstr ""
78 "%{translator} ne supporte pas la traduction depuis %{source} vers %{target}"
79
80 #: data/rbot/plugins/translator.rb:353
81 msgid "%{translator} failed to provide a translation"
82 msgstr "%{translator} à été incapable de fournir une traduction"
83
84 #: data/rbot/plugins/translator.rb:356
85 msgid "The translator timed out"
86 msgstr "Le traducteur n'a pas repondu"
87
88 #: data/rbot/plugins/translator.rb:359
89 msgid "No translator called %{name}"
90 msgstr "Aucun traducteur nommé %{name}"