]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/fr/rbot-alias.po
plugin(points): disregard self after stripping color codes
[user/henk/code/ruby/rbot.git] / po / fr / rbot-alias.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-20 22:45+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/alias.rb:50
20 msgid "Data file is not found or corrupt, reinitializing data"
21 msgstr "Fichier de donnée non trouvé ou corrompu, reinitialisation des données"
22
23 #: data/rbot/plugins/alias.rb:58
24 msgid "Invalid alias entry %{alias} : %{command} in %{filename}: %{reason}"
25 msgstr ""
26 "Entree d'alias non valide %{alias} : %{command} dans %{filename}: %{reason}"
27
28 #: data/rbot/plugins/alias.rb:74
29 msgid "The definition you provided is invalid: %{reason}"
30 msgstr "La definition que vous avez soumis est invalide: %{reason}"
31
32 #: data/rbot/plugins/alias.rb:85 data/rbot/plugins/alias.rb:102
33 msgid "No such alias is defined"
34 msgstr "Aucun alias de ce type définis"
35
36 #: data/rbot/plugins/alias.rb:91
37 msgid "No aliases defined"
38 msgstr "Aucun alias définis"
39
40 #: data/rbot/plugins/alias.rb:100
41 msgid "Alias of %{command}"
42 msgstr "Alias de %{command}"
43
44 #: data/rbot/plugins/alias.rb:112
45 msgid ""
46 "The arguments in alias must match the substitutions in command, and vice "
47 "versa"
48 msgstr ""
49 "L'argument dans l'alias dois correspondre avec une substitution de commande, "
50 "et vice versa"
51
52 #: data/rbot/plugins/alias.rb:117
53 msgid "Error mapping %{text} as command: %{error}"
54 msgstr "Erreur en mappant %{text} avec la commande: %{error}"
55
56 #: data/rbot/plugins/alias.rb:138
57 msgid ""
58 "The alias seems to have caused infinite recursion. Please examine your alias "
59 "definitions"
60 msgstr ""
61 "L'alias semble avoir causer une recursivite infinie. Veuillez examiner vos "
62 "definitions d'alias"
63
64 #: data/rbot/plugins/alias.rb:142
65 msgid ""
66 "Error handling the alias, The alias %{text} is not defined or has beeen "
67 "removed. I will stop responding to it after rescan,"
68 msgstr ""
69 "Erreur en utilisant l'alias. L'alias %{text} n'est pas definit ou a été "
70 "supprimé. Je vais arreter de repondre apres avoir rescanné,"
71
72 #: data/rbot/plugins/alias.rb:154
73 msgid "Create and use aliases for commands. Topics: create, commands"
74 msgstr "Crée et utilise des alias pour des commandes. Aides: create, commands"
75
76 #: data/rbot/plugins/alias.rb:163
77 msgid ""
78 "\"alias <text> => <command>\" => add text as an alias of command. Text can "
79 "contain placeholders marked with : or * for :words and *multiword arguments. "
80 "The command can contain placeholders enclosed with < > which will be "
81 "substituded with argument values. For example: alias googlerbot *terms => "
82 "google site:ruby-rbot.org <terms>"
83 msgstr ""
84 "\"alias <texte> => <commands>\" => ajoute le texte comme un alias de la "
85 "commande. Le texte peut contenir des séparateurs comme : ou * pour les :mots "
86 "et *multi-arguments. La commande peut contenir des separateurs de "
87 "delimitation comme < > qui peuvent substitué par des valeurs d'arguments. "
88 "Par exemple: alias googlerbot *terms => google site:ruby-rbot.org <terms>"
89
90 #: data/rbot/plugins/alias.rb:165
91 msgid ""
92 "alias list => list defined aliases | alias whatis <alias> => show definition "
93 "of the alias | alias remove <alias> => remove defined alias | see the "
94 "\"create\" topic about adding aliases"
95 msgstr ""
96 "alias list => list defined aliases | alias whatis <alias> => affiche les "
97 "definitions des alias | alias remove <alias> => supprime l'alias definit | "
98 "voyez le \"create\" sujet a propos de l'ajout d'alias"