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