]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/ja/rbot-quotes.po
8f37ec502e9bbe3960098cdad6594eabbd531bd8
[user/henk/code/ruby/rbot.git] / po / ja / 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 PACKAGE package.
4 # Tom Gilbert <tom@linuxbrit.co.uk>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: rbot\n"
9 "POT-Creation-Date: 2010-07-02 00:18+0200\n"
10 "PO-Revision-Date: 2007-07-09 01:36-0400\n"
11 "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n"
12 "Language-Team: Japanese\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=1; plural=0;\n"
17
18 #: data/rbot/plugins/quotes.rb:143
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:145
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:147
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:149
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:151
45 msgid ""
46 "listquotes [<channel>] <regexp> => list the quotes from <channel> that match "
47 "<regexp>. You only need to supply <channel> if you are addressing %{nick} "
48 "privately."
49 msgstr ""
50
51 #: data/rbot/plugins/quotes.rb:153
52 msgid ""
53 "topicquote [<channel>] [<num>] => set topic to quote from <channel> with "
54 "number <num>. You only need to supply <channel> if you are addressing %"
55 "{nick} privately. Without <num>, a random quote will be set."
56 msgstr ""
57
58 #: data/rbot/plugins/quotes.rb:155
59 msgid ""
60 "countquote [<channel>] <regexp> => count quotes from <channel> that match "
61 "<regexp>. You only need to supply <channel> if you are addressing %{nick} "
62 "privately."
63 msgstr ""
64
65 #: data/rbot/plugins/quotes.rb:157
66 msgid ""
67 "whoquote [<channel>] <num> => show who added quote <num>. You only need to "
68 "supply <channel> if you are addressing %{nick} privately"
69 msgstr ""
70
71 #: data/rbot/plugins/quotes.rb:159
72 msgid ""
73 "whenquote [<channel>] <num> => show when quote <num> was added. You only "
74 "need to supply <channel> if you are addressing %{nick} privately"
75 msgstr ""
76
77 #: data/rbot/plugins/quotes.rb:161
78 msgid ""
79 "lastquote [<channel>] => show the last quote in a given channel. You only "
80 "need to supply <channel> if you are addressing %{nick} privately"
81 msgstr ""
82
83 #: data/rbot/plugins/quotes.rb:163
84 msgid ""
85 "Quote module (Quote storage and retrieval) topics: addquote, delquote, "
86 "getquote, searchquote, listquotes, topicquote, countquote, whoquote, "
87 "whenquote, lastquote"
88 msgstr ""
89
90 #: data/rbot/plugins/quotes.rb:180 data/rbot/plugins/quotes.rb:194
91 #: data/rbot/plugins/quotes.rb:208 data/rbot/plugins/quotes.rb:222
92 #: data/rbot/plugins/quotes.rb:236 data/rbot/plugins/quotes.rb:250
93 #: data/rbot/plugins/quotes.rb:278 data/rbot/plugins/quotes.rb:291
94 msgid "quote not found!"
95 msgstr ""
96
97 #: data/rbot/plugins/quotes.rb:189 data/rbot/plugins/quotes.rb:231
98 #: data/rbot/plugins/quotes.rb:273 data/rbot/plugins/quotes.rb:286
99 msgid "[%{num}] %{quote}"
100 msgstr ""
101
102 #: data/rbot/plugins/quotes.rb:203
103 msgid "quote %{num} added by %{source}"
104 msgstr ""
105
106 #: data/rbot/plugins/quotes.rb:217
107 msgid "quote %{num} added on %{date}"
108 msgstr ""
109
110 #: data/rbot/plugins/quotes.rb:244
111 msgid "%{total} quotes matching %{reg} found: %{list}"
112 msgstr ""
113
114 #: data/rbot/plugins/quotes.rb:259
115 msgid "%{total} quotes matching %{reg}"
116 msgstr ""
117
118 #: data/rbot/plugins/quotes.rb:264
119 msgid "%{total} quotes"
120 msgstr ""