]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/zh_TW/rbot-dictclient.po
ae24a2bb8496c4211a062a92a3f3ee7d7cd9f392
[user/henk/code/ruby/rbot.git] / po / zh_TW / rbot-dictclient.po
1 # Gettext template file for rbot
2 # Copyright (C) 2007 Tom Gilbert
3 # This file is distributed under the same license as the rbot package.
4 # Tom Gilbert <tom@linuxbrit.co.uk>, 2007.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: rbot\n"
9 "POT-Creation-Date: 2009-03-20 15:57+0100\n"
10 "PO-Revision-Date: 2007-07-09 01:24-0400\n"
11 "Last-Translator: Liang-Bin Hsueh <hlb@handlino.com>\n"
12 "Language-Team: Chinese\n"
13 "MIME-Version: 1.0\n"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=1; plural=0;\n"
17
18 #: data/rbot/plugins/dictclient.rb:61
19 msgid "Hostname or hostname:port of the DICT server used to lookup words"
20 msgstr ""
21
22 #: data/rbot/plugins/dictclient.rb:64
23 msgid ""
24 "When multiple databases reply a number of definitions that above this limit, "
25 "only the database names will be listed. Otherwise, the full definitions from "
26 "each database are replied"
27 msgstr ""
28
29 #: data/rbot/plugins/dictclient.rb:67
30 msgid "Each definition is truncated to this length"
31 msgstr ""
32
33 #: data/rbot/plugins/dictclient.rb:70
34 msgid "Format of headwords; <word> will be replaced with the actual word"
35 msgstr ""
36
37 #: data/rbot/plugins/dictclient.rb:73
38 msgid ""
39 "Format of database names; <database> will be replaced with the database name"
40 msgstr ""
41
42 #: data/rbot/plugins/dictclient.rb:76
43 msgid ""
44 "Format of definitions. <word> will be replaced with the formatted headword, "
45 "<def> will be replaced with the truncated definition, and <database> with "
46 "the formatted database name"
47 msgstr ""
48
49 #: data/rbot/plugins/dictclient.rb:79
50 msgid ""
51 "Format of match results. <matches> will be replaced with the formatted "
52 "headwords, <database> with the formatted database name"
53 msgstr ""
54
55 #: data/rbot/plugins/dictclient.rb:99
56 msgid ""
57 "An error occured connecting to the DICT server. Check the dictclient.server "
58 "configuration or retry later"
59 msgstr ""
60
61 #: data/rbot/plugins/dictclient.rb:101
62 msgid "A protocol error occured"
63 msgstr ""
64
65 #: data/rbot/plugins/dictclient.rb:103
66 msgid "An error occured"
67 msgstr ""
68
69 #: data/rbot/plugins/dictclient.rb:125
70 msgid ""
71 "Many definitions for %{phrase} were found in %{databases}. Use 'define "
72 "<phrase> from <database> to view a definition."
73 msgstr ""
74
75 #: data/rbot/plugins/dictclient.rb:142
76 msgid "No definition for %{phrase} found from %{database}."
77 msgstr ""
78
79 #: data/rbot/plugins/dictclient.rb:163
80 msgid "Nothing matched %{query} from %{database} using %{strategy}"
81 msgstr ""
82
83 #: data/rbot/plugins/dictclient.rb:173
84 msgid "Databases: %{list}"
85 msgstr ""
86
87 #: data/rbot/plugins/dictclient.rb:181
88 msgid "Strategies: %{list}"
89 msgstr ""
90
91 #: data/rbot/plugins/dictclient.rb:190
92 msgid "define <phrase> [from <database>] => Show definition of a phrase"
93 msgstr ""
94
95 #: data/rbot/plugins/dictclient.rb:192
96 msgid ""
97 "match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
98 "the given pattern"
99 msgstr ""
100
101 #: data/rbot/plugins/dictclient.rb:194
102 msgid ""
103 "dictclient databases => List databases; dictclient strategies => List "
104 "strategies"
105 msgstr ""
106
107 #: data/rbot/plugins/dictclient.rb:196
108 msgid ""
109 "look up phrases on the configured DICT server. topics: define, match, server "
110 "information"
111 msgstr ""