diff options
author | Yaohan Chen <yaohan.chen@gmail.com> | 2007-07-21 00:12:47 +0000 |
---|---|---|
committer | Yaohan Chen <yaohan.chen@gmail.com> | 2007-07-21 00:12:47 +0000 |
commit | c33f5342261a895e7a3f640a6cbbdef5aabb6982 (patch) | |
tree | 9dbd0d739342c648e8ee1db269305425fba81190 /po/en_US | |
parent | 14d78b4cab6b4dc4ef90b9b57f559cf6b662e755 (diff) |
added alias plugin
Diffstat (limited to 'po/en_US')
-rw-r--r-- | po/en_US/rbot.po | 57 |
1 files changed, 56 insertions, 1 deletions
diff --git a/po/en_US/rbot.po b/po/en_US/rbot.po index 353cc479..70a0576d 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-14 03:25-0400\n" +"POT-Creation-Date: 2007-07-20 20:10-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" @@ -945,6 +945,61 @@ msgstr "" "dictclient databases => List databases; dictclient strategies => List " "strategies" +#: data/rbot/plugins/alias.rb:54 +msgid "Invalid alias entry %{alias} : %{command} in %{filename}: %{reason}" +msgstr "" + +#: data/rbot/plugins/alias.rb:70 +msgid "The definition you provided is invalid: %{reason}" +msgstr "" + +#: data/rbot/plugins/alias.rb:81 data/rbot/plugins/alias.rb:98 +msgid "No such alias is defined" +msgstr "" + +#: data/rbot/plugins/alias.rb:87 +msgid "No aliases defined" +msgstr "" + +#: data/rbot/plugins/alias.rb:96 +msgid "Alias of %{command}" +msgstr "" + +#: data/rbot/plugins/alias.rb:107 +msgid "" +"Not all substitutions in command text have matching arguments in alias text" +msgstr "" + +#: data/rbot/plugins/alias.rb:124 +msgid "" +"The alias seems to have caused infinite recursion. Please examine your alias " +"definitions" +msgstr "" + +#: data/rbot/plugins/alias.rb:140 +msgid "Error handling the alias, the command is not defined" +msgstr "" + +#: data/rbot/plugins/alias.rb:150 +msgid "Create and use aliases for commands. Topics: create, commands" +msgstr "" + +#: data/rbot/plugins/alias.rb:152 +msgid "" +"\"alias <text> => <command>\" => add text as an alias of command. Text can " +"contain placeholders marked with : or * for :words and *multiword arguments. " +"The command can contain placeholders enclosed with < > which will be " +"substituded with argument values. For example: alias googlerbot *terms => " +"google site:linuxbrit.co.uk/rbot/ <terms>" +msgstr "" + +#: data/rbot/plugins/alias.rb:154 +msgid "" +"alias list => list defined aliases | alias whatis <alias> => show definition " +"of the alias | alias remove <alias> => remove defined alias | see the " +"\"create\" topic about adding aliases" +msgstr "" + #: data/rbot/plugins/games/shiritori.rb:203 msgid "%{current_player}, it's your turn. %{previous_word} -> %{current_word}" msgstr "%{current_player}, it's your turn. %{previous_word} -> %{current_word}" |