]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/it/rbot-quotes.po
9da06a76bd1c3ad76364423e2598ac5ad2cfb4c4
[user/henk/code/ruby/rbot.git] / 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: 2009-03-20 15:57+0100\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:132
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:134
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:136
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:138
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:140
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:142
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:144
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:146
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:148
71 msgid ""
72 "lastquote [<channel>] => show the last quote in a given channel. You only "
73 "need to supply <channel> if you are addressing %{nick} privately"
74 msgstr ""
75
76 #: data/rbot/plugins/quotes.rb:150
77 msgid ""
78 "Quote module (Quote storage and retrieval) topics: addquote, delquote, "
79 "getquote, searchquote, topicquote, countquote, whoquote, whenquote, lastquote"
80 msgstr ""
81
82 #: data/rbot/plugins/quotes.rb:167 data/rbot/plugins/quotes.rb:181
83 #: data/rbot/plugins/quotes.rb:195 data/rbot/plugins/quotes.rb:209
84 #: data/rbot/plugins/quotes.rb:223 data/rbot/plugins/quotes.rb:251
85 #: data/rbot/plugins/quotes.rb:264
86 msgid "quote not found!"
87 msgstr "nessuna citazione trovata!"
88
89 #: data/rbot/plugins/quotes.rb:176 data/rbot/plugins/quotes.rb:218
90 #: data/rbot/plugins/quotes.rb:246 data/rbot/plugins/quotes.rb:259
91 msgid "[%{num}] %{quote}"
92 msgstr "[%{num}] %{quote}"
93
94 #: data/rbot/plugins/quotes.rb:190
95 msgid "quote %{num} added by %{source}"
96 msgstr "citazione %{num} aggiunta da %{source}"
97
98 #: data/rbot/plugins/quotes.rb:204
99 msgid "quote %{num} added on %{date}"
100 msgstr "citazione %{num} aggiunta il %{date}"
101
102 #: data/rbot/plugins/quotes.rb:232
103 msgid "%{total} quotes matching %{reg}"
104 msgstr "%{total} citazioni per %{reg}"
105
106 #: data/rbot/plugins/quotes.rb:237
107 msgid "%{total} quotes"
108 msgstr "%{total} citazioni"