youtube: not all urls have v= as first CGI param
[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: 2010-07-02 00:18+0200\n"
11 "PO-Revision-Date: 2010-07-02 00:18+0200\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: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
25 #: data/rbot/plugins/quotes.rb:145
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:147
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:149
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:151
46 msgid ""
47 "listquotes [<channel>] <regexp> => list the quotes from <channel> that match "
48 "<regexp>. You only need to supply <channel> if you are addressing %{nick} "
49 "privately."
50 msgstr ""
51
52 #: data/rbot/plugins/quotes.rb:153
53 msgid ""
54 "topicquote [<channel>] [<num>] => set topic to quote from <channel> with "
55 "number <num>. You only need to supply <channel> if you are addressing "
56 "%{nick} privately. Without <num>, a random quote will be set."
57 msgstr ""
58
59 #: data/rbot/plugins/quotes.rb:155
60 msgid ""
61 "countquote [<channel>] <regexp> => count quotes from <channel> that match "
62 "<regexp>. You only need to supply <channel> if you are addressing %{nick} "
63 "privately."
64 msgstr ""
65
66 #: data/rbot/plugins/quotes.rb:157
67 msgid ""
68 "whoquote [<channel>] <num> => show who added quote <num>. You only need to "
69 "supply <channel> if you are addressing %{nick} privately"
70 msgstr ""
71
72 #: data/rbot/plugins/quotes.rb:159
73 msgid ""
74 "whenquote [<channel>] <num> => show when quote <num> was added. You only "
75 "need to supply <channel> if you are addressing %{nick} privately"
76 msgstr ""
77
78 #: data/rbot/plugins/quotes.rb:161
79 msgid ""
80 "lastquote [<channel>] => show the last quote in a given channel. You only "
81 "need to supply <channel> if you are addressing %{nick} privately"
82 msgstr ""
83
84 #: data/rbot/plugins/quotes.rb:163
85 msgid ""
86 "Quote module (Quote storage and retrieval) topics: addquote, delquote, "
87 "getquote, searchquote, listquotes, topicquote, countquote, whoquote, "
88 "whenquote, lastquote"
89 msgstr ""
90
91 #: data/rbot/plugins/quotes.rb:180 data/rbot/plugins/quotes.rb:194
92 #: data/rbot/plugins/quotes.rb:208 data/rbot/plugins/quotes.rb:222
93 #: data/rbot/plugins/quotes.rb:236 data/rbot/plugins/quotes.rb:250
94 #: data/rbot/plugins/quotes.rb:278 data/rbot/plugins/quotes.rb:291
95 msgid "quote not found!"
96 msgstr ""
97
98 #: data/rbot/plugins/quotes.rb:189 data/rbot/plugins/quotes.rb:231
99 #: data/rbot/plugins/quotes.rb:273 data/rbot/plugins/quotes.rb:286
100 msgid "[%{num}] %{quote}"
101 msgstr ""
102
103 #: data/rbot/plugins/quotes.rb:203
104 msgid "quote %{num} added by %{source}"
105 msgstr ""
106
107 #: data/rbot/plugins/quotes.rb:217
108 msgid "quote %{num} added on %{date}"
109 msgstr ""
110
111 #: data/rbot/plugins/quotes.rb:244
112 msgid "%{total} quotes matching %{reg} found: %{list}"
113 msgstr ""
114
115 #: data/rbot/plugins/quotes.rb:259
116 msgid "%{total} quotes matching %{reg}"
117 msgstr ""
118
119 #: data/rbot/plugins/quotes.rb:264
120 msgid "%{total} quotes"
121 msgstr ""