summaryrefslogtreecommitdiff
path: root/po/zh_CN/rbot-dictclient.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-dictclient.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-dictclient.po')
-rw-r--r--po/zh_CN/rbot-dictclient.po111
1 files changed, 111 insertions, 0 deletions
diff --git a/po/zh_CN/rbot-dictclient.po b/po/zh_CN/rbot-dictclient.po
new file mode 100644
index 00000000..b897e3c2
--- /dev/null
+++ b/po/zh_CN/rbot-dictclient.po
@@ -0,0 +1,111 @@
+# 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/dictclient.rb:57
+msgid "Hostname or hostname:port of the DICT server used to lookup words"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:60
+msgid ""
+"When multiple databases reply a number of definitions that above this limit, "
+"only the database names will be listed. Otherwise, the full definitions from "
+"each database are replied"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:63
+msgid "Each definition is truncated to this length"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:66
+msgid "Format of headwords; <word> will be replaced with the actual word"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:69
+msgid ""
+"Format of database names; <database> will be replaced with the database name"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:72
+msgid ""
+"Format of definitions. <word> will be replaced with the formatted headword, "
+"<def> will be replaced with the truncated definition, and <database> with "
+"the formatted database name"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:75
+msgid ""
+"Format of match results. <matches> will be replaced with the formatted "
+"headwords, <database> with the formatted database name"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:95
+msgid ""
+"An error occured connecting to the DICT server. Check the dictclient.server "
+"configuration or retry later"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:97
+msgid "A protocol error occured"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:99
+msgid "An error occured"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:121
+msgid ""
+"Many definitions for %{phrase} were found in %{databases}. Use 'define "
+"<phrase> from <database> to view a definition."
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:138
+msgid "No definition for %{phrase} found from %{database}."
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:159
+msgid "Nothing matched %{query} from %{database} using %{strategy}"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:169
+msgid "Databases: %{list}"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:177
+msgid "Strategies: %{list}"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:186
+msgid "define <phrase> [from <database>] => Show definition of a phrase"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:188
+msgid ""
+"match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
+"the given pattern"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:190
+msgid ""
+"dictclient databases => List databases; dictclient strategies => List "
+"strategies"
+msgstr ""
+
+#: data/rbot/plugins/dictclient.rb:192
+msgid ""
+"look up phrases on the configured DICT server. topics: define, match, server "
+"information"
+msgstr ""