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