]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/fr/rbot-alias.po
allow multi-line (artificial) messages be delegated and handled
[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 "Entree d'alias non valide %{alias} : %{command} dans %{filename}: %{reason}"
25
26 #: data/rbot/plugins/alias.rb:74
27 msgid "The definition you provided is invalid: %{reason}"
28 msgstr "La definition que vous avez soumis est invalide: %{reason}"
29
30 #: data/rbot/plugins/alias.rb:85
31 #: 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 "The arguments in alias must match the substitutions in command, and vice versa"
45 msgstr "L'argument dans l'alias dois correspondre avec une substitution de commande, et vice versa"
46
47 #: data/rbot/plugins/alias.rb:117
48 msgid "Error mapping %{text} as command: %{error}"
49 msgstr "Erreur en mappant %{text} avec la commande: %{error}"
50
51 #: data/rbot/plugins/alias.rb:138
52 msgid "The alias seems to have caused infinite recursion. Please examine your alias definitions"
53 msgstr "L'alias semble avoir causer une recursivite infinie. Veuillez examiner vos definitions d'alias"
54
55 #: data/rbot/plugins/alias.rb:142
56 msgid "Error handling the alias, The alias %{text} is not defined or has beeen removed. I will stop responding to it after rescan,"
57 msgstr "Erreur en utilisant l'alias. L'alias %{text} n'est pas definit ou a été supprimé. Je vais arreter de repondre apres avoir rescanné,"
58
59 #: data/rbot/plugins/alias.rb:154
60 msgid "Create and use aliases for commands. Topics: create, commands"
61 msgstr "Crée et utilise des alias pour des commandes. Aides: create, commands"
62
63 #: data/rbot/plugins/alias.rb:163
64 msgid "\"alias <text> => <command>\" => add text as an alias of command. Text can contain placeholders marked with : or * for :words and *multiword arguments. The command can contain placeholders enclosed with < > which will be substituded with argument values. For example: alias googlerbot *terms => google site:ruby-rbot.org <terms>"
65 msgstr "\"alias <texte> => <commands>\" => ajoute le texte comme un alias de la commande. Le texte peut contenir des séparateurs comme : ou * pour les :mots et *multi-arguments. La commande peut contenir des separateurs de delimitation comme < > qui peuvent substitué par des valeurs d'arguments. Par exemple: alias googlerbot *terms => google site:ruby-rbot.org <terms>"
66
67 #: data/rbot/plugins/alias.rb:165
68 msgid "alias list => list defined aliases | alias whatis <alias> => show definition of the alias | alias remove <alias> => remove defined alias | see the \"create\" topic about adding aliases"
69 msgstr "alias list => list defined aliases | alias whatis <alias> => affiche les definitions des alias | alias remove <alias> => supprime l'alias definit | voyez le \"create\" sujet a propos de l'ajout d'alias"
70