From c33f5342261a895e7a3f640a6cbbdef5aabb6982 Mon Sep 17 00:00:00 2001 From: Yaohan Chen Date: Sat, 21 Jul 2007 00:12:47 +0000 Subject: added alias plugin --- po/en_US/rbot.po | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) (limited to 'po/en_US') 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 \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 => \" => 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/ " +msgstr "" + +#: data/rbot/plugins/alias.rb:154 +msgid "" +"alias list => list defined aliases | alias whatis => show definition " +"of the alias | alias remove => 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}" -- cgit v1.2.3