]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/fr/rbot-quotes.po
allow multi-line (artificial) messages be delegated and handled
[user/henk/code/ruby/rbot.git] / po / fr / rbot-quotes.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-21 16:40+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/quotes.rb:125
19 msgid "addquote [<channel>] <quote> => Add quote <quote> for channel <channel>. You only need to supply <channel> if you are addressing %{nick} privately."
20 msgstr "addquote [<salon>] <quote> => Ajoute une <quote> pour le salon <salon>.  Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en privé."
21
22 #: data/rbot/plugins/quotes.rb:127
23 msgid "delquote [<channel>] <num> => delete quote from <channel> with number <num>. You only need to supply <channel> if you are addressing %{nick} privately."
24 msgstr "delquote [<salon>] <num> => supprime une quote du <salon> avec le numero <num>.  Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en privé."
25
26 #: data/rbot/plugins/quotes.rb:129
27 msgid "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. You only need to supply <channel> if you are addressing %{nick} privately. Without <num>, a random quote will be returned."
28 msgstr "getquote [<salon>] [<num>] => obtiens une quote depuis <salon> avec le nombre <num>.  Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en privé. Sans <num>, une quote alleatoire sera retournée."
29
30 #: data/rbot/plugins/quotes.rb:131
31 msgid "searchquote [<channel>] <regexp> => search for quote from <channel> that matches <regexp>. You only need to supply <channel> if you are addressing %{nick} privately."
32 msgstr "searchquote [<salon>] <regexp> => cherche une quote du <salon> qui correspond à <regexp>.  Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en privé"
33
34 #: data/rbot/plugins/quotes.rb:133
35 msgid "topicquote [<channel>] [<num>] => set topic to quote from <channel> with number <num>. You only need to supply <channel> if you are addressing %{nick} privately. Without <num>, a random quote will be set."
36 msgstr "topicquote [<salon>] [<num>] => met le topic depuis une quote de <salon> avec le nombre <num>.  Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en privé Sans <num>, une quote alleatoire sera mise."
37
38 #: data/rbot/plugins/quotes.rb:135
39 msgid "countquote [<channel>] <regexp> => count quotes from <channel> that match <regexp>. You only need to supply <channel> if you are addressing %{nick} privately."
40 msgstr "countquote [<salon>] <regexp> => compte les quotes du <salon> qui correspondent à <regexp>.  Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en privé"
41
42 #: data/rbot/plugins/quotes.rb:137
43 msgid "whoquote [<channel>] <num> => show who added quote <num>. You only need to supply <channel> if you are addressing %{nick} privately"
44 msgstr "whoquote [<salon>] <num> => affiche qui a ajouté la quote <num>.  Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en privé"
45
46 #: data/rbot/plugins/quotes.rb:139
47 msgid "whenquote [<channel>] <num> => show when quote <num> was added. You only need to supply <channel> if you are addressing %{nick} privately"
48 msgstr "whenquote [<salon>] <num> => affiche quand la quote <num> a été ajoutée. Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en privé"
49
50 #: data/rbot/plugins/quotes.rb:141
51 msgid "Quote module (Quote storage and retrieval) topics: addquote, delquote, getquote, searchquote, topicquote, countquote, whoquote, whenquote"
52 msgstr "Quote module (Sauvegarde et lecture de quotes) topics: addquote, delquote, getquote, searchquote, topicquote, countquote, whoquote, whenquote"
53
54 #: data/rbot/plugins/quotes.rb:158
55 #: data/rbot/plugins/quotes.rb:172
56 #: data/rbot/plugins/quotes.rb:186
57 #: data/rbot/plugins/quotes.rb:200
58 #: data/rbot/plugins/quotes.rb:214
59 #: data/rbot/plugins/quotes.rb:242
60 msgid "quote not found!"
61 msgstr "quote non trouvée!"
62
63 #: data/rbot/plugins/quotes.rb:167
64 #: data/rbot/plugins/quotes.rb:209
65 #: data/rbot/plugins/quotes.rb:237
66 msgid "[%{num}] %{quote}"
67 msgstr "[%{num}] %{quote}"
68
69 #: data/rbot/plugins/quotes.rb:181
70 msgid "quote %{num} added by %{source}"
71 msgstr "quote %{num} ajoutée par %{source}"
72
73 #: data/rbot/plugins/quotes.rb:195
74 msgid "quote %{num} added on %{date}"
75 msgstr "quote %{num} ajoutée le %{date}"
76
77 #: data/rbot/plugins/quotes.rb:223
78 msgid "%{total} quotes matching %{reg}"
79 msgstr "%{total} quotes correspondent %{reg}"
80
81 #: data/rbot/plugins/quotes.rb:228
82 msgid "%{total} quotes"
83 msgstr "%{total} quotes"
84