Dumpable definition of #any? and #all? methods for Channel#mode
[rbot] / po / it / 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 # Giuseppe Bilotta <giuseppe.bilotta@gmail.com>
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-22 12:06+0100\n"
11 "Last-Translator: Giuseppe Bilotta <giuseppe.bilotta@gmail.com>\n"
12 "Language-Team: it\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=INTEGER; plural=EXPRESSION;\n"
17
18 #: data/rbot/plugins/quotes.rb:125
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
24 #: data/rbot/plugins/quotes.rb:127
25 msgid ""
26 "delquote [<channel>] <num> => delete quote from <channel> with number <num>. "
27 "You only need to supply <channel> if you are addressing %{nick} privately."
28 msgstr ""
29
30 #: data/rbot/plugins/quotes.rb:129
31 msgid ""
32 "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. "
33 "You only need to supply <channel> if you are addressing %{nick} privately. "
34 "Without <num>, a random quote will be returned."
35 msgstr ""
36
37 #: data/rbot/plugins/quotes.rb:131
38 msgid ""
39 "searchquote [<channel>] <regexp> => search for quote from <channel> that "
40 "matches <regexp>. You only need to supply <channel> if you are addressing %"
41 "{nick} privately."
42 msgstr ""
43
44 #: data/rbot/plugins/quotes.rb:133
45 msgid ""
46 "topicquote [<channel>] [<num>] => set topic to quote from <channel> with "
47 "number <num>. You only need to supply <channel> if you are addressing %"
48 "{nick} privately. Without <num>, a random quote will be set."
49 msgstr ""
50
51 #: data/rbot/plugins/quotes.rb:135
52 msgid ""
53 "countquote [<channel>] <regexp> => count quotes from <channel> that match "
54 "<regexp>. You only need to supply <channel> if you are addressing %{nick} "
55 "privately."
56 msgstr ""
57
58 #: data/rbot/plugins/quotes.rb:137
59 msgid ""
60 "whoquote [<channel>] <num> => show who added quote <num>. You only need to "
61 "supply <channel> if you are addressing %{nick} privately"
62 msgstr ""
63
64 #: data/rbot/plugins/quotes.rb:139
65 msgid ""
66 "whenquote [<channel>] <num> => show when quote <num> was added. You only "
67 "need to supply <channel> if you are addressing %{nick} privately"
68 msgstr ""
69
70 #: data/rbot/plugins/quotes.rb:141
71 msgid ""
72 "Quote module (Quote storage and retrieval) topics: addquote, delquote, "
73 "getquote, searchquote, topicquote, countquote, whoquote, whenquote"
74 msgstr ""
75
76 #: data/rbot/plugins/quotes.rb:158 data/rbot/plugins/quotes.rb:172
77 #: data/rbot/plugins/quotes.rb:186 data/rbot/plugins/quotes.rb:200
78 #: data/rbot/plugins/quotes.rb:214 data/rbot/plugins/quotes.rb:242
79 msgid "quote not found!"
80 msgstr "nessuna citazione trovata!"
81
82 #: data/rbot/plugins/quotes.rb:167 data/rbot/plugins/quotes.rb:209
83 #: data/rbot/plugins/quotes.rb:237
84 msgid "[%{num}] %{quote}"
85 msgstr "[%{num}] %{quote}"
86
87 #: data/rbot/plugins/quotes.rb:181
88 msgid "quote %{num} added by %{source}"
89 msgstr "citazione %{num} aggiunto da %{source}"
90
91 #: data/rbot/plugins/quotes.rb:195
92 msgid "quote %{num} added on %{date}"
93 msgstr "citazione %{num} aggiunta il %{date}"
94
95 #: data/rbot/plugins/quotes.rb:223
96 msgid "%{total} quotes matching %{reg}"
97 msgstr "%{total} citazioni per %{reg}"
98
99 #: data/rbot/plugins/quotes.rb:228
100 msgid "%{total} quotes"
101 msgstr "%{total} citazioni"