diff options
author | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-06-29 00:55:10 +0200 |
---|---|---|
committer | Giuseppe Bilotta <giuseppe.bilotta@gmail.com> | 2010-06-29 00:55:10 +0200 |
commit | 82756327944bbae07c7c515763f978012729bdf0 (patch) | |
tree | 2b4cf23730671aa906eb8e0b2b84ebf669bc87ad /po/en_US/rbot-hangman.po | |
parent | 8cc5ed2d63fe1de830009586b0102fc02f07ebfb (diff) |
Move English messages from po/en_US to po/en
When using gettext, the bot will look for English messages in the 'en'
locale, rather than en_US. This causes some Ruby GetText version to
not find the .mo files, which used to be stored as en_US instead. Since
Ruby's GetText seems to be too stupid to fall back to en_US when en is
not found, we move the messages to en.
This is also probably more correct from a linguistic standpoint, since
the messages are actually mostly British English due to the bot origin.
Diffstat (limited to 'po/en_US/rbot-hangman.po')
-rw-r--r-- | po/en_US/rbot-hangman.po | 114 |
1 files changed, 0 insertions, 114 deletions
diff --git a/po/en_US/rbot-hangman.po b/po/en_US/rbot-hangman.po deleted file mode 100644 index 33c0f286..00000000 --- a/po/en_US/rbot-hangman.po +++ /dev/null @@ -1,114 +0,0 @@ -# English translations for PACKAGE package. -# Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER -# This file is distributed under the same license as the PACKAGE package. -# Automatically generated, 2009. -# -msgid "" -msgstr "" -"Project-Id-Version: rbot\n" -"POT-Creation-Date: 2009-03-20 15:57+0100\n" -"PO-Revision-Date: 2009-03-01 23:50+0100\n" -"Last-Translator: Automatically generated\n" -"Language-Team: none\n" -"MIME-Version: 1.0\n" -"Content-Type: text/plain; charset=UTF-8\n" -"Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=2; plural=(n != 1);\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 "i'm not on that channel" - -#: data/rbot/plugins/games/hangman.rb:316 -msgid "there's already a hangman game in progress on the channel" -msgstr "there's already a hangman game in progress on the channel" - -#: data/rbot/plugins/games/hangman.rb:320 -msgid "%{nick} has started a hangman -- join the fun!" -msgstr "%{nick} has started a hangman -- join the fun!" - -#: data/rbot/plugins/games/hangman.rb:344 -msgid "oh well, the answer would've been %{answer}" -msgstr "oh well, the answer would've been %{answer}" - -#: data/rbot/plugins/games/hangman.rb:351 -msgid "no ongoing game" -msgstr "no ongoing game" - -#: data/rbot/plugins/games/hangman.rb:369 -msgid "you nailed it!" -msgstr "you nailed it!" - -#: data/rbot/plugins/games/hangman.rb:371 -msgid "you've killed the poor guy :(" -msgstr "you've killed the poor guy :(" - -#: 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 "wondering what that means? try ´%{prefix}define´" - -#: data/rbot/plugins/games/hangman.rb:439 -msgid "you got %{score} points after %{games} games" -msgstr "you got %{score} points after %{games} games" - -#: data/rbot/plugins/games/hangman.rb:444 -msgid "you haven't played hangman, how about playing it right now? :)" -msgstr "you haven't played hangman, how about playing it right now? :)" - -#: data/rbot/plugins/games/hangman.rb:453 -msgid "%{nick} has %{score} points after %{games} games" -msgstr "%{nick} has %{score} points after %{games} games" - -#: data/rbot/plugins/games/hangman.rb:459 -msgid "%{nick} hasn't played hangman :(" -msgstr "%{nick} hasn't played hangman :(" - -#: data/rbot/plugins/games/hangman.rb:471 -msgid "%{games} games have been played on %{channel}" -msgstr "%{games} games have been played on %{channel}" |