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