diff options
Diffstat (limited to 'po/rbot-hangman.pot')
-rw-r--r-- | po/rbot-hangman.pot | 60 |
1 files changed, 53 insertions, 7 deletions
diff --git a/po/rbot-hangman.pot b/po/rbot-hangman.pot index af3f66f8..ceac0794 100644 --- a/po/rbot-hangman.pot +++ b/po/rbot-hangman.pot @@ -7,8 +7,8 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2009-03-01 23:50+0100\n" -"PO-Revision-Date: 2009-03-01 23:50+0100\n" +"POT-Creation-Date: 2009-03-20 15:57+0100\n" +"PO-Revision-Date: 2009-03-20 15:57+0100\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" "MIME-Version: 1.0\n" @@ -16,6 +16,44 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" +#: data/rbot/plugins/games/hangman.rb:245 +msgid "hangman game plugin - topics: play, stop" +msgstr "" + +#: data/rbot/plugins/games/hangman.rb:247 +msgid "" +"hangman play on <channel> with word <word> => use in private chat with the " +"bot to start a game with custom word\n" +msgstr "" + +#: data/rbot/plugins/games/hangman.rb:248 +msgid "" +"hangman play random [with [max|min] length [<|>|== <length>]] => hangman " +"with a random word from %{site}\n" +msgstr "" + +#: data/rbot/plugins/games/hangman.rb:249 +msgid "" +"hangman play with wordlist <wordlist> => hangman with random word from " +"<wordlist>" +msgstr "" + +#: data/rbot/plugins/games/hangman.rb:251 +msgid "hangman stop => quits the current game" +msgstr "" + +#: data/rbot/plugins/games/hangman.rb:253 +msgid "define => seeks a definition for the previous answer using google" +msgstr "" + +#: data/rbot/plugins/games/hangman.rb:264 +msgid "no such wordlist" +msgstr "" + +#: data/rbot/plugins/games/hangman.rb:285 +msgid "suitable word not found in the set" +msgstr "" + #: data/rbot/plugins/games/hangman.rb:311 msgid "i'm not on that channel" msgstr "" @@ -44,26 +82,34 @@ msgstr "" msgid "you've killed the poor guy :(" msgstr "" +#: data/rbot/plugins/games/hangman.rb:374 +msgid "go %{b}again%{b}?" +msgstr "" + #: data/rbot/plugins/games/hangman.rb:391 +msgid "%{sentence} %{again} %{scores}" +msgstr "" + +#: data/rbot/plugins/games/hangman.rb:396 msgid "wondering what that means? try ´%{prefix}define´" msgstr "" -#: data/rbot/plugins/games/hangman.rb:434 +#: data/rbot/plugins/games/hangman.rb:439 msgid "you got %{score} points after %{games} games" msgstr "" -#: data/rbot/plugins/games/hangman.rb:439 +#: data/rbot/plugins/games/hangman.rb:444 msgid "you haven't played hangman, how about playing it right now? :)" msgstr "" -#: data/rbot/plugins/games/hangman.rb:448 +#: data/rbot/plugins/games/hangman.rb:453 msgid "%{nick} has %{score} points after %{games} games" msgstr "" -#: data/rbot/plugins/games/hangman.rb:454 +#: data/rbot/plugins/games/hangman.rb:459 msgid "%{nick} hasn't played hangman :(" msgstr "" -#: data/rbot/plugins/games/hangman.rb:466 +#: data/rbot/plugins/games/hangman.rb:471 msgid "%{games} games have been played on %{channel}" msgstr "" |