diff options
Diffstat (limited to 'po/en/rbot.po')
-rw-r--r-- | po/en/rbot.po | 100 |
1 files changed, 57 insertions, 43 deletions
diff --git a/po/en/rbot.po b/po/en/rbot.po index 46cf12fd..ddf6521c 100644 --- a/po/en/rbot.po +++ b/po/en/rbot.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2009-03-20 15:57+0100\n" +"POT-Creation-Date: 2010-06-30 09:58+0200\n" "PO-Revision-Date: 2007-07-14 00:06-0400\n" "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n" "Language-Team: English\n" @@ -324,10 +324,11 @@ msgstr "" "list, destroy" #: lib/rbot/core/auth.rb:408 +#, fuzzy msgid "" "auth <masterpassword>: log in as the bot owner; other commands: login, " "whoami, permissions syntax, permissions [re]set, permissions view, user, " -"meet, hello, allow, prevent" +"meet, hello, allow, deny" msgstr "" "auth <masterpassword>: log in as the bot owner; other commands: login, " "whoami, permission syntax, permissions [re]set, permissions view, user" @@ -645,23 +646,31 @@ msgstr "parsing data from import ..." msgid "failed to parse data: %{exception}" msgstr "failed to parse data: %{exception}" -#: lib/rbot/core/basics.rb:133 +#: lib/rbot/core/basics.rb:73 +msgid "I am in: " +msgstr "" + +#: lib/rbot/core/basics.rb:155 msgid "quit [<message>] => quit IRC with message <message>" msgstr "quit [<message>] => quit IRC with message <message>" -#: lib/rbot/core/basics.rb:135 +#: lib/rbot/core/basics.rb:157 msgid "restart => completely stop and restart the bot (including reconnect)" msgstr "restart => completely stop and restart the bot (including reconnect)" -#: lib/rbot/core/basics.rb:139 +#: lib/rbot/core/basics.rb:159 +msgid "reconnect => ask the bot to disconnect and then connect again" +msgstr "" + +#: lib/rbot/core/basics.rb:163 msgid "part" msgstr "part" -#: lib/rbot/core/basics.rb:141 +#: lib/rbot/core/basics.rb:165 msgid "hide => part all channels" msgstr "hide => part all channels" -#: lib/rbot/core/basics.rb:143 +#: lib/rbot/core/basics.rb:167 msgid "" "say <channel>|<nick> <message> => say <message> to <channel> or in private " "message to <nick>" @@ -669,7 +678,7 @@ msgstr "" "say <channel>|<nick> <message> => say <message> to <channel> or in private " "message to <nick>" -#: lib/rbot/core/basics.rb:145 +#: lib/rbot/core/basics.rb:169 msgid "" "action <channel>|<nick> <message> => does a /me <message> to <channel> or in " "private message to <nick>" @@ -677,7 +686,7 @@ msgstr "" "action <channel>|<nick> <message> => does a /me <message> to <channel> or in " "private message to <nick>" -#: lib/rbot/core/basics.rb:147 +#: lib/rbot/core/basics.rb:171 msgid "" "quiet [in here|<channel>] => with no arguments, stop speaking in all " "channels, if \"in here\", stop speaking in this channel, or stop speaking in " @@ -687,7 +696,7 @@ msgstr "" "channels, if \"in here\", stop speaking in this channel, or stop speaking in " "<channel>" -#: lib/rbot/core/basics.rb:149 +#: lib/rbot/core/basics.rb:173 msgid "" "talk [in here|<channel>] => with no arguments, resume speaking in all " "channels, if \"in here\", resume speaking in this channel, or resume " @@ -697,11 +706,11 @@ msgstr "" "channels, if \"in here\", resume speaking in this channel, or resume " "speaking in <channel>" -#: lib/rbot/core/basics.rb:151 +#: lib/rbot/core/basics.rb:175 msgid "ping => replies with a pong" msgstr "ping => replies with a pong" -#: lib/rbot/core/basics.rb:153 +#: lib/rbot/core/basics.rb:177 msgid "" "mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> " "to <mode>" @@ -709,7 +718,7 @@ msgstr "" "mode <channel> <mode> <nicks> => set channel modes for <nicks> on <channel> " "to <mode>" -#: lib/rbot/core/basics.rb:159 +#: lib/rbot/core/basics.rb:183 #, fuzzy msgid "" "%{name}: quit, restart, join, part, hide, save, say, action, topic, quiet, " @@ -894,6 +903,11 @@ msgstr "%{word} learned from %{user} on %{date}" msgid "sorry, no %{key} data for %{user}" msgstr "%{word} learned from %{user} on %{date}" +#: lib/rbot/core/utils/extends.rb:164 lib/rbot/core/utils/utils.rb:201 +#: lib/rbot/core/utils/utils.rb:729 +msgid " and " +msgstr "" + #: lib/rbot/core/utils/utils.rb:184 msgid "year" msgstr "" @@ -942,10 +956,6 @@ msgstr "" msgid "seconds" msgstr "" -#: lib/rbot/core/utils/utils.rb:201 lib/rbot/core/utils/utils.rb:710 -msgid " and " -msgstr "" - #: lib/rbot/core/utils/utils.rb:232 msgid "right now" msgstr "" @@ -1014,66 +1024,70 @@ msgstr "" msgid "Wordlists: %{found}" msgstr "" -#: lib/rbot/ircbot.rb:1250 +#: lib/rbot/ircbot.rb:500 +msgid "Unknown DB adaptor: %s" +msgstr "" + +#: lib/rbot/ircbot.rb:1284 msgid "restarting, back in %{wait}..." msgstr "" -#: lib/rbot/ircbot.rb:1333 +#: lib/rbot/ircbot.rb:1367 msgid "help topics: " msgstr "" -#: lib/rbot/ircbot.rb:1335 +#: lib/rbot/ircbot.rb:1369 msgid " (help <topic> for more info)" msgstr "" -#: lib/rbot/ircbot.rb:1338 +#: lib/rbot/ircbot.rb:1372 msgid "no help for topic %{topic}" msgstr "" -#: lib/rbot/ircbot.rb:1349 +#: lib/rbot/ircbot.rb:1383 msgid "" "Uptime %{up}, %{plug} plugins active, %{sent} lines sent, %{recv} received." msgstr "" -#: lib/rbot/plugins.rb:344 +#: lib/rbot/plugins.rb:353 msgid "incorrect usage, ask for help using '%{command}'" msgstr "incorrect usage, ask for help using '%{command}'" -#: lib/rbot/plugins.rb:707 +#: lib/rbot/plugins.rb:733 msgid "%{count} core module loaded" msgid_plural "%{count} core modules loaded" msgstr[0] "%{count} core module loaded" msgstr[1] "%{count} core modules loaded" -#: lib/rbot/plugins.rb:710 +#: lib/rbot/plugins.rb:736 msgid "%{count} core module: %{list}" msgid_plural "%{count} core modules: %{list}" msgstr[0] "%{count} core module: %{list}" msgstr[1] "%{count} core modules: %{list}" -#: lib/rbot/plugins.rb:716 +#: lib/rbot/plugins.rb:742 msgid "no core botmodules loaded" msgstr "no core botmodules loaded" -#: lib/rbot/plugins.rb:721 +#: lib/rbot/plugins.rb:747 msgid "%{count} plugin loaded" msgid_plural "%{count} plugins loaded" msgstr[0] "%{count} plugin loaded" msgstr[1] "%{count} plugins loaded" -#: lib/rbot/plugins.rb:724 +#: lib/rbot/plugins.rb:750 msgid "%{count} plugin: %{list}" msgid_plural "%{count} plugins: %{list}" msgstr[0] "%{count} plugin: %{list}" msgstr[1] "%{count} plugins: %{list}" -#: lib/rbot/plugins.rb:735 +#: lib/rbot/plugins.rb:761 msgid "%{highlight}%{count} plugin ignored%{highlight}" msgid_plural "%{highlight}%{count} plugins ignored%{highlight}" msgstr[0] "%{highlight}%{count} plugin ignored%{highlight}" msgstr[1] "%{highlight}%{count} plugins ignored%{highlight}" -#: lib/rbot/plugins.rb:740 +#: lib/rbot/plugins.rb:766 msgid "" "%{highlight}%{count} plugin ignored%{highlight}: use %{bold}%{command}%" "{bold} to see why" @@ -1087,13 +1101,13 @@ msgstr[1] "" "%{highlight}%{count} plugins ignored%{highlight}: use %{bold}%{command}%" "{bold} to see why" -#: lib/rbot/plugins.rb:750 +#: lib/rbot/plugins.rb:776 msgid "%{highlight}%{count} plugin failed to load%{highlight}" msgid_plural "%{highlight}%{count} plugins failed to load%{highlight}" msgstr[0] "%{highlight}%{count} plugin failed to load%{highlight}" msgstr[1] "%{highlight}%{count} plugins failed to load%{highlight}" -#: lib/rbot/plugins.rb:755 +#: lib/rbot/plugins.rb:781 msgid "" "%{highlight}%{count} plugin failed to load%{highlight}: use %{bold}%" "{command}%{bold} to see why" @@ -1107,11 +1121,11 @@ msgstr[1] "" "%{highlight}%{count} plugins failed to load%{highlight}: use %{bold}%" "{command}%{bold} to see why" -#: lib/rbot/plugins.rb:785 +#: lib/rbot/plugins.rb:811 msgid "no plugins failed to load" msgstr "no plugins failed to load" -#: lib/rbot/plugins.rb:787 +#: lib/rbot/plugins.rb:813 msgid "" "%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %" "{reason}" @@ -1119,25 +1133,25 @@ msgstr "" "%{highlight}%{plugin}%{highlight} in %{dir} failed with error %{exception}: %" "{reason}" -#: lib/rbot/plugins.rb:791 +#: lib/rbot/plugins.rb:817 msgid "at %{backtrace}" msgstr "at %{backtrace}" -#: lib/rbot/plugins.rb:797 +#: lib/rbot/plugins.rb:823 msgid "no plugins were ignored" msgstr "no plugins were ignored" -#: lib/rbot/plugins.rb:801 +#: lib/rbot/plugins.rb:827 msgid "overruled by previous" msgstr "overruled by previous" -#: lib/rbot/registry.rb:22 +#: lib/rbot/registry/bdb.rb:226 lib/rbot/registry/tc.rb:198 msgid "" "upgrading old-style (rbot 0.9.5 or earlier) plugin registry to new format" msgstr "" "upgrading old-style (rbot 0.9.5 or earlier) plugin registry to new format" -#: lib/rbot/registry.rb:41 +#: lib/rbot/registry/bdb.rb:245 lib/rbot/registry/tc.rb:222 msgid "" "upgrading previous (rbot 0.9.9 or earlier) plugin registry to new split " "format" @@ -1145,13 +1159,13 @@ msgstr "" "upgrading previous (rbot 0.9.9 or earlier) plugin registry to new split " "format" -#: lib/rbot/registry.rb:190 +#: lib/rbot/registry/bdb.rb:394 lib/rbot/registry/tc.rb:368 msgid "marshal recovery failed, trying default" msgstr "marshal recovery failed, trying default" -#~ msgid "nick <nick> => attempt to change nick to <nick>" -#~ msgstr "nick <nick> => attempt to change nick to <nick>" - #, fuzzy #~ msgid "on %{date}" #~ msgstr "can %{action}" + +#~ msgid "nick <nick> => attempt to change nick to <nick>" +#~ msgstr "nick <nick> => attempt to change nick to <nick>" |