blob: 7589ceb1c2ffda41f135333e6b482968c860acdf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
|
# Japanese translations for PACKAGE package.
# Copyright (C) 2010 THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# Automatically generated, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: rbot\n"
"POT-Creation-Date: 2010-07-02 00:17+0200\n"
"PO-Revision-Date: 2010-07-02 00:17+0200\n"
"Last-Translator: Automatically generated\n"
"Language-Team: none\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: data/rbot/plugins/poll.rb:55
msgid "poll's closed!"
msgstr ""
#: data/rbot/plugins/poll.rb:59
msgid "you already voted for %{vote}!"
msgstr ""
#: data/rbot/plugins/poll.rb:69
msgid "recorded your vote for %{choice}: %{value}"
msgstr ""
#: data/rbot/plugins/poll.rb:73
msgid "don't have an option %{choice}"
msgstr ""
#: data/rbot/plugins/poll.rb:90
msgid "options are: "
msgstr ""
#: data/rbot/plugins/poll.rb:101
msgid "How many polls a user can have running at once"
msgstr ""
#: data/rbot/plugins/poll.rb:104
msgid "How long a poll will accept answers, by default."
msgstr ""
#: data/rbot/plugins/poll.rb:107
msgid "Should we save results until we see the nick of the pollster?"
msgstr ""
#: data/rbot/plugins/poll.rb:138
msgid "Sorry, you're already at the limit (%{limit}) polls"
msgstr ""
#: data/rbot/plugins/poll.rb:148
msgid "This isn't a dictatorship!"
msgstr ""
#: data/rbot/plugins/poll.rb:185
msgid "I don't understand the time spec %{timespec}"
msgstr ""
#: data/rbot/plugins/poll.rb:193
msgid "new poll from %{author}: %{question}"
msgstr ""
#: data/rbot/plugins/poll.rb:201
msgid "poll vote %{id} <SINGLE-LETTER>"
msgstr ""
#: data/rbot/plugins/poll.rb:204
msgid "you have %{duration}, vote with "
msgstr ""
#: data/rbot/plugins/poll.rb:205
msgid "%{priv} or %{public}"
msgstr ""
#: data/rbot/plugins/poll.rb:226
msgid "let's find the answer to: %{q}"
msgstr ""
#: data/rbot/plugins/poll.rb:236
msgid "nobody voted"
msgstr ""
#: data/rbot/plugins/poll.rb:239
msgid "no clear winner: "
msgstr ""
#: data/rbot/plugins/poll.rb:249
msgid "the winner was choice %{choice}: %{value} with %{count} vote (%{pct})"
msgid_plural ""
"the winner was choice %{choice}: %{value} with %{count} votes (%{pct})"
msgstr[0] ""
#: data/rbot/plugins/poll.rb:273
msgid "no polls running right now"
msgstr ""
#: data/rbot/plugins/poll.rb:319
msgid " It's still running!"
msgstr ""
#: data/rbot/plugins/poll.rb:321
msgid " Be patient, it'll end %{end}"
msgstr ""
#: data/rbot/plugins/poll.rb:323
msgid " You have until %{poll.ends_at} to vote if you haven't!"
msgstr ""
#: data/rbot/plugins/poll.rb:341
msgid ""
"poll [start] 'my question' 'answer1' 'answer2' ['answer3' ...] [for 5 "
"minutes] : Start a poll for the given duration. If you don't specify a "
"duration the default will be used."
msgstr ""
#: data/rbot/plugins/poll.rb:345
msgid "poll list : Give some info about currently active polls"
msgstr ""
#: data/rbot/plugins/poll.rb:349
msgid "vote"
msgstr ""
#: data/rbot/plugins/poll.rb:351
msgid "Hold informative polls: poll start|list|info|vote"
msgstr ""
|