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