summaryrefslogtreecommitdiff
path: root/po/zh_CN/rbot-alias.po
diff options
context:
space:
mode:
authorYaohan Chen <yaohan.chen@gmail.com>2008-06-07 14:30:33 -0400
committerYaohan Chen <yaohan.chen@gmail.com>2008-06-07 14:37:44 -0400
commitcaffbfa94b84569fb64ed6ecb68f9ca960deca2a (patch)
tree75a037f615d9ec22a985bcda5abf9c377918f4a8 /po/zh_CN/rbot-alias.po
parentebaa073546ad022d0e42389459e4fa0029a0e50d (diff)
recommit 33c336af346dc08b4f4f4951dd6eae7150cef481 po file per plugin
each plugin uses its own po file, no change required for plugin source, Rakefile, plugin loader and gettext loader are modified to adjust to the change
Diffstat (limited to 'po/zh_CN/rbot-alias.po')
-rw-r--r--po/zh_CN/rbot-alias.po82
1 files changed, 82 insertions, 0 deletions
diff --git a/po/zh_CN/rbot-alias.po b/po/zh_CN/rbot-alias.po
new file mode 100644
index 00000000..24223e7d
--- /dev/null
+++ b/po/zh_CN/rbot-alias.po
@@ -0,0 +1,82 @@
+# Gettext template file for rbot
+# Copyright (C) 2007 Tom Gilbert
+# This file is distributed under the same license as the PACKAGE package.
+# Tom Gilbert <tom@linuxbrit.co.uk>, 2007.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: rbot\n"
+"POT-Creation-Date: 2008-06-05 22:14-0400\n"
+"PO-Revision-Date: 2007-07-09 01:39-0400\n"
+"Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n"
+"Language-Team: Chinese\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
+
+#: data/rbot/plugins/alias.rb:50
+msgid "Data file is not found or corrupt, reinitializing data"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:58
+msgid "Invalid alias entry %{alias} : %{command} in %{filename}: %{reason}"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:74
+msgid "The definition you provided is invalid: %{reason}"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:85 data/rbot/plugins/alias.rb:102
+msgid "No such alias is defined"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:91
+msgid "No aliases defined"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:100
+msgid "Alias of %{command}"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:112
+msgid ""
+"The arguments in alias must match the substitutions in command, and vice "
+"versa"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:117
+msgid "Error mapping %{text} as command: %{error}"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:138
+msgid ""
+"The alias seems to have caused infinite recursion. Please examine your alias "
+"definitions"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:142
+msgid ""
+"Error handling the alias, The alias %{text} is not defined or has beeen "
+"removed. I will stop responding to it after rescan,"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:154
+msgid "Create and use aliases for commands. Topics: create, commands"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:163
+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:ruby-rbot.org <terms>"
+msgstr ""
+
+#: data/rbot/plugins/alias.rb:165
+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 ""