diff options
Diffstat (limited to 'po/en_US')
-rw-r--r-- | po/en_US/rbot.po | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/po/en_US/rbot.po b/po/en_US/rbot.po index 0569b200..8959293c 100644 --- a/po/en_US/rbot.po +++ b/po/en_US/rbot.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2007-07-23 14:52-0400\n" +"POT-Creation-Date: 2007-08-01 00:36-0400\n" "PO-Revision-Date: 2007-07-14 00:06-0400\n" "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n" "Language-Team: English\n" @@ -110,8 +110,9 @@ msgid "no plugins failed to load" msgstr "no plugins failed to load" #: lib/rbot/plugins.rb:557 +#, fuzzy msgid "" -"%{highlight}%{plugin}%{highlight} in %{dir}failed with error %{exception}: %" +"%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %" "{reason}" msgstr "" "%{highlight}%{plugin}%{highlight} in %{dir}failed with error %{exception}: %" @@ -149,7 +150,7 @@ msgstr "" "Set false to prevent new botusers from recognizing IRC users without a need " "to manually login" -#: lib/rbot/botuser.rb:686 +#: lib/rbot/botuser.rb:690 msgid "%{user}, you don't have '%{command}' permissions here" msgstr "%{user}, you don't have '%{command}' permissions here" @@ -967,7 +968,8 @@ msgstr "" #: data/rbot/plugins/alias.rb:109 msgid "" -"Not all substitutions in command text have matching arguments in alias text" +"The arguments in alias must match the substitutions in command, and vice " +"versa" msgstr "" #: data/rbot/plugins/alias.rb:126 @@ -1034,7 +1036,8 @@ msgid "%{player} has given the first word: %{word}" msgstr "%{player} has given the first word: %{word}" #: data/rbot/plugins/games/shiritori.rb:287 -msgid "Welcome to shiritori, %{speaker}." +#, fuzzy +msgid "Welcome to shiritori, %{player}." msgstr "Welcome to shiritori, %{speaker}." #: data/rbot/plugins/games/shiritori.rb:292 |