urban: urbandictionary.com changed markup, fixes regexp
[rbot] / po / rbot-wheelfortune.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: 2009-03-20 15:57+0100\n"
11 "PO-Revision-Date: 2009-03-20 15:57+0100\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/games/wheelfortune.rb:54
20 msgid " [Letters called so far: %{red}%{letters}%{nocolor}]"
21 msgstr ""
22
23 #: data/rbot/plugins/games/wheelfortune.rb:240
24 msgid ""
25 "wof [<channel>] play [<name>] for <single> to <max> => starts a wheel-of-"
26 "fortune game on channel <channel> (default: current channel), named <name> "
27 "(default: wheelfortune.game_name config setting, or the last game name used "
28 "by the user), with <single> points per round. the game is won when a player "
29 "reachers <max> points. vowels cost <single>*<single>/<max> points. The user "
30 "that starts the game is the game manager and must set up the clues and "
31 "answers in private. All the other users have to learn the answer to each "
32 "clue by saying single consonants or the whole sentence. Every time a "
33 "consonant is guessed, the bot will reveal the partial answer, showing the "
34 "missing letters as * (asterisks)."
35 msgstr ""
36
37 #: data/rbot/plugins/games/wheelfortune.rb:242
38 msgid ""
39 "wof <channel> [category: <cat>,] clue: <clue>, answer: <ans> => set up a new "
40 "question for the wheel-of-fortune game being played on channel <channel>. "
41 "This command must be sent in private by the game manager. The category <cat> "
42 "can be omitted. If you make mistakes, you can use 'wof replace' (see help) "
43 "before the question gets asked"
44 msgstr ""
45
46 #: data/rbot/plugins/games/wheelfortune.rb:244
47 msgid ""
48 "wof <channel> replace <round> [category: <cat>,] [clue: <clue>,] [answer: "
49 "<ans>] => fix the question for round <round> of the wheel-of-fortune game "
50 "being played on <channel> by replacing the category and/or clue and/or answer"
51 msgstr ""
52
53 #: data/rbot/plugins/games/wheelfortune.rb:246
54 msgid ""
55 "wof cancel => cancels the wheel-of-fortune being played on the current "
56 "channel"
57 msgstr ""
58
59 #: data/rbot/plugins/games/wheelfortune.rb:248
60 msgid ""
61 "wof buy <vowel> => buy the vowel <vowel>: the user buying the vowel will "
62 "lose points equal to the vowel price, and the corresponding vowel will be "
63 "revealed in the answer (if present)"
64 msgstr ""
65
66 #: data/rbot/plugins/games/wheelfortune.rb:250
67 msgid ""
68 "wof: wheel-of-fortune plugin. topics: play, category, clue, answer, replace, "
69 "cancel, buy"
70 msgstr ""
71
72 #: data/rbot/plugins/games/wheelfortune.rb:257
73 msgid "you must specify a channel"
74 msgstr ""
75
76 #: data/rbot/plugins/games/wheelfortune.rb:263
77 msgid "there's already a %{name} game on %{chan}, managed by %{who}"
78 msgstr ""
79
80 #: data/rbot/plugins/games/wheelfortune.rb:277
81 msgid ""
82 "%{who} just created a new %{name} game to %{max} points (%{single} per "
83 "question, %{price} per vowel)"
84 msgstr ""
85
86 #: data/rbot/plugins/games/wheelfortune.rb:284
87 msgid ""
88 "ok, the game has been created. now add clues and answers with \"wof %{chan} "
89 "[category: <category>,] clue: <clue>, answer: <ans>\". if the clue and "
90 "answer don't fit in one line, add the answer separately with \"wof %{chan} "
91 "answer <answer>\""
92 msgstr ""
93
94 #: data/rbot/plugins/games/wheelfortune.rb:292
95 #: data/rbot/plugins/games/wheelfortune.rb:353
96 #: data/rbot/plugins/games/wheelfortune.rb:423
97 #: data/rbot/plugins/games/wheelfortune.rb:536
98 #: data/rbot/plugins/games/wheelfortune.rb:573
99 msgid "there's no %{name} game running on %{chan}"
100 msgstr ""
101
102 #: data/rbot/plugins/games/wheelfortune.rb:301
103 msgid "you can't add questions to the %{name} game on %{chan}"
104 msgstr ""
105
106 #: data/rbot/plugins/games/wheelfortune.rb:311
107 #: data/rbot/plugins/games/wheelfortune.rb:394
108 msgid "sorry, the answer cannot contain the '*' character"
109 msgstr ""
110
111 #: data/rbot/plugins/games/wheelfortune.rb:318
112 msgid "ok, clue added for %{name} round %{count} on %{chan}: %{catclue}"
113 msgstr ""
114
115 #: data/rbot/plugins/games/wheelfortune.rb:320
116 msgid ""
117 "there's already a pending clue for %{name} round %{count} on %{chan}: "
118 "%{catclue}"
119 msgstr ""
120
121 #: data/rbot/plugins/games/wheelfortune.rb:333
122 msgid ""
123 "ok, QA added for %{name} round %{count} on %{chan}: %{catclue} => %{ans}"
124 msgstr ""
125
126 #: data/rbot/plugins/games/wheelfortune.rb:335
127 msgid "there's no pending clue for %{name} on %{chan}!"
128 msgstr ""
129
130 #: data/rbot/plugins/games/wheelfortune.rb:346
131 msgid ""
132 "something went wrong, I can't seem to understand what you're trying to set up"
133 msgstr ""
134
135 #: data/rbot/plugins/games/wheelfortune.rb:362
136 msgid "you can't replace questions to the %{name} game on %{chan}"
137 msgstr ""
138
139 #: data/rbot/plugins/games/wheelfortune.rb:375
140 msgid ""
141 "there are no questions in the %{name} game on %{chan} which can be replaced"
142 msgstr ""
143
144 #: data/rbot/plugins/games/wheelfortune.rb:380
145 msgid ""
146 "you can only replace questions between rounds %{min} and %{max} in the "
147 "%{name} game on %{chan}"
148 msgstr ""
149
150 #: data/rbot/plugins/games/wheelfortune.rb:409
151 msgid ""
152 "ok, replaced QA for %{name} round %{count} on %{chan}: %{catclue} => %{ans}"
153 msgstr ""
154
155 #: data/rbot/plugins/games/wheelfortune.rb:435
156 #: data/rbot/plugins/games/wheelfortune.rb:542
157 msgid ""
158 "there are no %{name} questions for %{chan}, I'm waiting for %{who} to add "
159 "them"
160 msgstr ""
161
162 #: data/rbot/plugins/games/wheelfortune.rb:443
163 msgid "%{bold}%{color}%{name}%{bold}, round %{count}:%{nocolor} %{qa}"
164 msgstr ""
165
166 #: data/rbot/plugins/games/wheelfortune.rb:458
167 msgid "no scores"
168 msgstr ""
169
170 #: data/rbot/plugins/games/wheelfortune.rb:479
171 msgid "You must buy the %{vowel}"
172 msgstr ""
173
174 #: data/rbot/plugins/games/wheelfortune.rb:489
175 msgid "%{who} got it! The answer was: %{ans}"
176 msgstr ""
177
178 #: data/rbot/plugins/games/wheelfortune.rb:495
179 msgid ""
180 "%{bold}%{color}%{name}%{bold}%{nocolor}: %{who} %{bold}wins%{bold} after "
181 "%{count} rounds!\n"
182 "The final score is"
183 msgstr ""
184
185 #: data/rbot/plugins/games/wheelfortune.rb:506
186 msgid ""
187 "%{bold}%{color}%{name}%{bold}, round %{count}%{nocolor} -- score so far:"
188 msgstr ""
189
190 #: data/rbot/plugins/games/wheelfortune.rb:552
191 msgid "%{who} buys a %{vowel} for %{price} points"
192 msgstr ""
193
194 #: data/rbot/plugins/games/wheelfortune.rb:560
195 msgid ""
196 "you can't buy a %{vowel}, %{who}: it costs %{price} points and you only have "
197 "%{score}"
198 msgstr ""
199
200 #: data/rbot/plugins/games/wheelfortune.rb:583
201 msgid "you can't cancel the current game"
202 msgstr ""
203
204 #: data/rbot/plugins/games/wheelfortune.rb:590
205 msgid "%{name} game cancelled after %{count} rounds. Partial score:"
206 msgstr ""