]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/en/rbot-shiritori.po
quiz: hint presentation fix for ruby 1.9+
[user/henk/code/ruby/rbot.git] / po / en / rbot-shiritori.po
1 # Gettext template file for rbot
2 # Copyright (C) 2007 Tom Gilbert
3 # This file is distributed under the same license as the rbot package.
4 # Yaohan Chen <yaohan.chen@gmail.com>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: rbot\n"
9 "POT-Creation-Date: 2009-03-20 15:57+0100\n"
10 "PO-Revision-Date: 2007-07-14 00:06-0400\n"
11 "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n"
12 "Language-Team: English\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/games/shiritori.rb:207
20 msgid "%{current_player}, it's your turn. %{previous_word} -> %{current_word}"
21 msgstr "%{current_player}, it's your turn. %{previous_word} -> %{current_word}"
22
23 #: data/rbot/plugins/games/shiritori.rb:211
24 msgid "No one has given the first word yet. Say the first word to start."
25 msgstr "No one has given the first word yet. Say the first word to start."
26
27 #: data/rbot/plugins/games/shiritori.rb:213
28 msgid ""
29 "Poor %{current_player} is playing alone! Anyone care to join? "
30 "%{previous_word} -> %{current_word}"
31 msgstr ""
32 "Poor %{current_player} is playing alone! Anyone care to join? "
33 "%{previous_word} -> %{current_word}"
34
35 #: data/rbot/plugins/games/shiritori.rb:244
36 msgid "%{player} took too long and is out of the game. Try again next game!"
37 msgstr "%{player} took too long and is out of the game. Try again next game!"
38
39 #: data/rbot/plugins/games/shiritori.rb:249
40 msgid "%{player} is the last remaining player and the winner! Congratulations!"
41 msgstr ""
42 "%{player} is the last remaining player and the winner! Congratulations!"
43
44 #: data/rbot/plugins/games/shiritori.rb:257
45 msgid "%{player} took too long and skipped the turn."
46 msgstr "%{player} took too long and skipped the turn."
47
48 #: data/rbot/plugins/games/shiritori.rb:285
49 msgid "%{player} has given the first word: %{word}"
50 msgstr "%{player} has given the first word: %{word}"
51
52 #: data/rbot/plugins/games/shiritori.rb:291
53 msgid "Welcome to shiritori, %{player}."
54 msgstr "Welcome to shiritori, %{player}."
55
56 #: data/rbot/plugins/games/shiritori.rb:296
57 msgid "The word %{used_word} has been used. Retry from %{word}"
58 msgstr "The word %{used_word} has been used. Retry from %{word}"
59
60 #: data/rbot/plugins/games/shiritori.rb:301
61 msgid ""
62 "It's impossible to continue the chain from %{word}. The game has ended. "
63 "Thanks a lot, %{player}! :("
64 msgstr ""
65 "It's impossible to continue the chain from %{word}. The game has ended. "
66 "Thanks a lot, %{player}! :("
67
68 #: data/rbot/plugins/games/shiritori.rb:305
69 msgid ""
70 "It's impossible to continue the chain from %{bad_word}. Retry from %{word}"
71 msgstr ""
72 "It's impossible to continue the chain from %{bad_word}. Retry from %{word}"
73
74 #: data/rbot/plugins/games/shiritori.rb:310
75 msgid ""
76 "It's impossible to continue the chain from %{word}. Start with another word."
77 msgstr ""
78 "It's impossible to continue the chain from %{word}. Start with another word."
79
80 #: data/rbot/plugins/games/shiritori.rb:331
81 msgid ""
82 "A game in which each player must continue the previous player's word, by "
83 "using its last one or few characters/letters of the word to start a new "
84 "word. 'shiritori <ruleset>' => Play shiritori with a set of rules. Available "
85 "rulesets: %{rulesets}. 'shiritori stop' => Stop the current shiritori game."
86 msgstr ""
87 "A game in which each player must continue the previous player's word, by "
88 "using its last one or few characters/letters of the word to start a new "
89 "word. 'shiritori <ruleset>' => Play shiritori with a set of rules. Available "
90 "rulesets: %{rulesets}. 'shiritori stop' => Stop the current shiritori game."
91
92 #: data/rbot/plugins/games/shiritori.rb:408
93 msgid "Already playing shiritori here"
94 msgstr "Already playing shiritori here"
95
96 #: data/rbot/plugins/games/shiritori.rb:419
97 msgid "Shiritori has started. Please say the first word"
98 msgstr "Shiritori has started. Please say the first word"
99
100 #: data/rbot/plugins/games/shiritori.rb:421
101 msgid "couldn't start %{ruleset} shiritori: %{error}"
102 msgstr "couldn't start %{ruleset} shiritori: %{error}"
103
104 #: data/rbot/plugins/games/shiritori.rb:425
105 msgid "There is no ruleset named %{ruleset}"
106 msgstr "There is no ruleset named %{ruleset}"
107
108 #: data/rbot/plugins/games/shiritori.rb:443
109 msgid "Shiritori has stopped. Hope you had fun!"
110 msgstr "Shiritori has stopped. Hope you had fun!"
111
112 #: data/rbot/plugins/games/shiritori.rb:446
113 msgid "No game to stop here, because no game is being played."
114 msgstr "No game to stop here, because no game is being played."