rfc2812: Fix multiple RPL_WHOISCHANNELS handling
[rbot] / po / rbot-quotes.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: rbot\n"
10 "POT-Creation-Date: 2009-03-20 15:57+0100\n"
11 "PO-Revision-Date: 2009-03-20 15:57+0100\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\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=INTEGER; plural=EXPRESSION;\n"
18
19 #: data/rbot/plugins/quotes.rb:132
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
25 #: data/rbot/plugins/quotes.rb:134
26 msgid ""
27 "delquote [<channel>] <num> => delete quote from <channel> with number <num>. "
28 "You only need to supply <channel> if you are addressing %{nick} privately."
29 msgstr ""
30
31 #: data/rbot/plugins/quotes.rb:136
32 msgid ""
33 "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. "
34 "You only need to supply <channel> if you are addressing %{nick} privately. "
35 "Without <num>, a random quote will be returned."
36 msgstr ""
37
38 #: data/rbot/plugins/quotes.rb:138
39 msgid ""
40 "searchquote [<channel>] <regexp> => search for quote from <channel> that "
41 "matches <regexp>. You only need to supply <channel> if you are addressing %"
42 "{nick} privately."
43 msgstr ""
44
45 #: data/rbot/plugins/quotes.rb:140
46 msgid ""
47 "topicquote [<channel>] [<num>] => set topic to quote from <channel> with "
48 "number <num>. You only need to supply <channel> if you are addressing %"
49 "{nick} privately. Without <num>, a random quote will be set."
50 msgstr ""
51
52 #: data/rbot/plugins/quotes.rb:142
53 msgid ""
54 "countquote [<channel>] <regexp> => count quotes from <channel> that match "
55 "<regexp>. You only need to supply <channel> if you are addressing %{nick} "
56 "privately."
57 msgstr ""
58
59 #: data/rbot/plugins/quotes.rb:144
60 msgid ""
61 "whoquote [<channel>] <num> => show who added quote <num>. You only need to "
62 "supply <channel> if you are addressing %{nick} privately"
63 msgstr ""
64
65 #: data/rbot/plugins/quotes.rb:146
66 msgid ""
67 "whenquote [<channel>] <num> => show when quote <num> was added. You only "
68 "need to supply <channel> if you are addressing %{nick} privately"
69 msgstr ""
70
71 #: data/rbot/plugins/quotes.rb:148
72 msgid ""
73 "lastquote [<channel>] => show the last quote in a given channel. You only "
74 "need to supply <channel> if you are addressing %{nick} privately"
75 msgstr ""
76
77 #: data/rbot/plugins/quotes.rb:150
78 msgid ""
79 "Quote module (Quote storage and retrieval) topics: addquote, delquote, "
80 "getquote, searchquote, topicquote, countquote, whoquote, whenquote, lastquote"
81 msgstr ""
82
83 #: data/rbot/plugins/quotes.rb:167 data/rbot/plugins/quotes.rb:181
84 #: data/rbot/plugins/quotes.rb:195 data/rbot/plugins/quotes.rb:209
85 #: data/rbot/plugins/quotes.rb:223 data/rbot/plugins/quotes.rb:251
86 #: data/rbot/plugins/quotes.rb:264
87 msgid "quote not found!"
88 msgstr ""
89
90 #: data/rbot/plugins/quotes.rb:176 data/rbot/plugins/quotes.rb:218
91 #: data/rbot/plugins/quotes.rb:246 data/rbot/plugins/quotes.rb:259
92 msgid "[%{num}] %{quote}"
93 msgstr ""
94
95 #: data/rbot/plugins/quotes.rb:190
96 msgid "quote %{num} added by %{source}"
97 msgstr ""
98
99 #: data/rbot/plugins/quotes.rb:204
100 msgid "quote %{num} added on %{date}"
101 msgstr ""
102
103 #: data/rbot/plugins/quotes.rb:232
104 msgid "%{total} quotes matching %{reg}"
105 msgstr ""
106
107 #: data/rbot/plugins/quotes.rb:237
108 msgid "%{total} quotes"
109 msgstr ""