]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/it/rbot-quotes.po
PO updates
[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: 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 "addquote [<channel>] <quote> => Add quote <quote> for channel <channel>. You only need to supply <channel> if you are addressing %{nick} privately."
20 msgstr ""
21
22 #: data/rbot/plugins/quotes.rb:127
23 msgid "delquote [<channel>] <num> => delete quote from <channel> with number <num>. You only need to supply <channel> if you are addressing %{nick} privately."
24 msgstr ""
25
26 #: data/rbot/plugins/quotes.rb:129
27 msgid "getquote [<channel>] [<num>] => get quote from <channel> with number <num>. You only need to supply <channel> if you are addressing %{nick} privately. Without <num>, a random quote will be returned."
28 msgstr ""
29
30 #: data/rbot/plugins/quotes.rb:131
31 msgid "searchquote [<channel>] <regexp> => search for quote from <channel> that matches <regexp>. You only need to supply <channel> if you are addressing %{nick} privately."
32 msgstr ""
33
34 #: data/rbot/plugins/quotes.rb:133
35 msgid "topicquote [<channel>] [<num>] => set topic to quote from <channel> with number <num>. You only need to supply <channel> if you are addressing %{nick} privately. Without <num>, a random quote will be set."
36 msgstr ""
37
38 #: data/rbot/plugins/quotes.rb:135
39 msgid "countquote [<channel>] <regexp> => count quotes from <channel> that match <regexp>. You only need to supply <channel> if you are addressing %{nick} privately."
40 msgstr ""
41
42 #: data/rbot/plugins/quotes.rb:137
43 msgid "whoquote [<channel>] <num> => show who added quote <num>. You only need to supply <channel> if you are addressing %{nick} privately"
44 msgstr ""
45
46 #: data/rbot/plugins/quotes.rb:139
47 msgid "whenquote [<channel>] <num> => show when quote <num> was added. You only need to supply <channel> if you are addressing %{nick} privately"
48 msgstr ""
49
50 #: data/rbot/plugins/quotes.rb:141
51 msgid "Quote module (Quote storage and retrieval) topics: addquote, delquote, getquote, searchquote, topicquote, countquote, whoquote, whenquote"
52 msgstr ""
53
54 #: data/rbot/plugins/quotes.rb:158
55 #: data/rbot/plugins/quotes.rb:172
56 #: data/rbot/plugins/quotes.rb:186
57 #: data/rbot/plugins/quotes.rb:200
58 #: data/rbot/plugins/quotes.rb:214
59 #: data/rbot/plugins/quotes.rb:242
60 msgid "quote not found!"
61 msgstr "nessuna citazione trovata!"
62
63 #: data/rbot/plugins/quotes.rb:167
64 #: data/rbot/plugins/quotes.rb:209
65 #: data/rbot/plugins/quotes.rb:237
66 msgid "[%{num}] %{quote}"
67 msgstr "[%{num}] %{quote}"
68
69 #: data/rbot/plugins/quotes.rb:181
70 msgid "quote %{num} added by %{source}"
71 msgstr "citazione %{num} aggiunto da %{source}"
72
73 #: data/rbot/plugins/quotes.rb:195
74 msgid "quote %{num} added on %{date}"
75 msgstr "citazione %{num} aggiunta il %{date}"
76
77 #: data/rbot/plugins/quotes.rb:223
78 msgid "%{total} quotes matching %{reg}"
79 msgstr "%{total} citazioni per %{reg}"
80
81 #: data/rbot/plugins/quotes.rb:228
82 msgid "%{total} quotes"
83 msgstr "%{total} citazioni"
84