]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/fr/rbot-quotes.po
a6f9a1bd4efb70fbbb939856df21c8bc17d40275
[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: 2010-07-02 00:18+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:143
19 msgid ""
20 "addquote [<channel>] <quote> => Add quote <quote> for channel <channel>. You "
21 "only need to supply <channel> if you are addressing %{nick} privately."
22 msgstr ""
23 "addquote [<salon>] <quote> => Ajoute une <quote> pour le salon <salon>.  "
24 "Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en "
25 "privé."
26
27 #: data/rbot/plugins/quotes.rb:145
28 msgid ""
29 "delquote [<channel>] <num> => delete quote from <channel> with number <num>. "
30 "You only need to supply <channel> if you are addressing %{nick} privately."
31 msgstr ""
32 "delquote [<salon>] <num> => supprime une quote du <salon> avec le numero "
33 "<num>.  Vous avez seulement besoin de specifier <salon> si vous addressez %"
34 "{nick} en privé."
35
36 #: data/rbot/plugins/quotes.rb:147
37 msgid ""
38 "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. "
39 "You only need to supply <channel> if you are addressing %{nick} privately. "
40 "Without <num>, a random quote will be returned."
41 msgstr ""
42 "getquote [<salon>] [<num>] => obtiens une quote depuis <salon> avec le "
43 "nombre <num>.  Vous avez seulement besoin de specifier <salon> si vous "
44 "addressez %{nick} en privé. Sans <num>, une quote alleatoire sera retournée."
45
46 #: data/rbot/plugins/quotes.rb:149
47 msgid ""
48 "searchquote [<channel>] <regexp> => search for quote from <channel> that "
49 "matches <regexp>. You only need to supply <channel> if you are addressing %"
50 "{nick} privately."
51 msgstr ""
52 "searchquote [<salon>] <regexp> => cherche une quote du <salon> qui "
53 "correspond à <regexp>.  Vous avez seulement besoin de specifier <salon> si "
54 "vous addressez %{nick} en privé"
55
56 #: data/rbot/plugins/quotes.rb:151
57 #, fuzzy
58 msgid ""
59 "listquotes [<channel>] <regexp> => list the quotes from <channel> that match "
60 "<regexp>. You only need to supply <channel> if you are addressing %{nick} "
61 "privately."
62 msgstr ""
63 "countquote [<salon>] <regexp> => compte les quotes du <salon> qui "
64 "correspondent à <regexp>.  Vous avez seulement besoin de specifier <salon> "
65 "si vous addressez %{nick} en privé"
66
67 #: data/rbot/plugins/quotes.rb:153
68 msgid ""
69 "topicquote [<channel>] [<num>] => set topic to quote from <channel> with "
70 "number <num>. You only need to supply <channel> if you are addressing %"
71 "{nick} privately. Without <num>, a random quote will be set."
72 msgstr ""
73 "topicquote [<salon>] [<num>] => met le topic depuis une quote de <salon> "
74 "avec le nombre <num>.  Vous avez seulement besoin de specifier <salon> si "
75 "vous addressez %{nick} en privé Sans <num>, une quote alleatoire sera mise."
76
77 #: data/rbot/plugins/quotes.rb:155
78 msgid ""
79 "countquote [<channel>] <regexp> => count quotes from <channel> that match "
80 "<regexp>. You only need to supply <channel> if you are addressing %{nick} "
81 "privately."
82 msgstr ""
83 "countquote [<salon>] <regexp> => compte les quotes du <salon> qui "
84 "correspondent à <regexp>.  Vous avez seulement besoin de specifier <salon> "
85 "si vous addressez %{nick} en privé"
86
87 #: data/rbot/plugins/quotes.rb:157
88 msgid ""
89 "whoquote [<channel>] <num> => show who added quote <num>. You only need to "
90 "supply <channel> if you are addressing %{nick} privately"
91 msgstr ""
92 "whoquote [<salon>] <num> => affiche qui a ajouté la quote <num>.  Vous avez "
93 "seulement besoin de specifier <salon> si vous addressez %{nick} en privé"
94
95 #: data/rbot/plugins/quotes.rb:159
96 msgid ""
97 "whenquote [<channel>] <num> => show when quote <num> was added. You only "
98 "need to supply <channel> if you are addressing %{nick} privately"
99 msgstr ""
100 "whenquote [<salon>] <num> => affiche quand la quote <num> a été ajoutée. "
101 "Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en "
102 "privé"
103
104 #: data/rbot/plugins/quotes.rb:161
105 #, fuzzy
106 msgid ""
107 "lastquote [<channel>] => show the last quote in a given channel. You only "
108 "need to supply <channel> if you are addressing %{nick} privately"
109 msgstr ""
110 "whenquote [<salon>] <num> => affiche quand la quote <num> a été ajoutée. "
111 "Vous avez seulement besoin de specifier <salon> si vous addressez %{nick} en "
112 "privé"
113
114 #: data/rbot/plugins/quotes.rb:163
115 #, fuzzy
116 msgid ""
117 "Quote module (Quote storage and retrieval) topics: addquote, delquote, "
118 "getquote, searchquote, listquotes, topicquote, countquote, whoquote, "
119 "whenquote, lastquote"
120 msgstr ""
121 "Quote module (Sauvegarde et lecture de quotes) topics: addquote, delquote, "
122 "getquote, searchquote, topicquote, countquote, whoquote, whenquote"
123
124 #: data/rbot/plugins/quotes.rb:180 data/rbot/plugins/quotes.rb:194
125 #: data/rbot/plugins/quotes.rb:208 data/rbot/plugins/quotes.rb:222
126 #: data/rbot/plugins/quotes.rb:236 data/rbot/plugins/quotes.rb:250
127 #: data/rbot/plugins/quotes.rb:278 data/rbot/plugins/quotes.rb:291
128 msgid "quote not found!"
129 msgstr "quote non trouvée!"
130
131 #: data/rbot/plugins/quotes.rb:189 data/rbot/plugins/quotes.rb:231
132 #: data/rbot/plugins/quotes.rb:273 data/rbot/plugins/quotes.rb:286
133 msgid "[%{num}] %{quote}"
134 msgstr "[%{num}] %{quote}"
135
136 #: data/rbot/plugins/quotes.rb:203
137 msgid "quote %{num} added by %{source}"
138 msgstr "quote %{num} ajoutée par %{source}"
139
140 #: data/rbot/plugins/quotes.rb:217
141 msgid "quote %{num} added on %{date}"
142 msgstr "quote %{num} ajoutée le %{date}"
143
144 #: data/rbot/plugins/quotes.rb:244
145 #, fuzzy
146 msgid "%{total} quotes matching %{reg} found: %{list}"
147 msgstr "%{total} quotes correspondent %{reg}"
148
149 #: data/rbot/plugins/quotes.rb:259
150 msgid "%{total} quotes matching %{reg}"
151 msgstr "%{total} quotes correspondent %{reg}"
152
153 #: data/rbot/plugins/quotes.rb:264
154 msgid "%{total} quotes"
155 msgstr "%{total} quotes"