]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blob - po/en/rbot-dictclient.po
plugin(keywords): remove export to file, see #42
[user/henk/code/ruby/rbot.git] / po / en / 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 # Yaohan Chen <yaohan.chen@gmail.com>, 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-14 00:06-0400\n"
11 "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n"
12 "Language-Team: English\n"
13 "Language: \n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
18
19 #: data/rbot/plugins/dictclient.rb:61
20 msgid "Hostname or hostname:port of the DICT server used to lookup words"
21 msgstr "Hostname or hostname:port of the DICT server used to lookup words"
22
23 #: data/rbot/plugins/dictclient.rb:64
24 msgid ""
25 "When multiple databases reply a number of definitions that above this limit, "
26 "only the database names will be listed. Otherwise, the full definitions from "
27 "each database are replied"
28 msgstr ""
29 "When multiple databases reply a number of definitions that above this limit, "
30 "only the database names will be listed. Otherwise, the full definitions from "
31 "each database are replied"
32
33 #: data/rbot/plugins/dictclient.rb:67
34 msgid "Each definition is truncated to this length"
35 msgstr "Each definition is truncated to this length"
36
37 #: data/rbot/plugins/dictclient.rb:70
38 msgid "Format of headwords; <word> will be replaced with the actual word"
39 msgstr "Format of headwords; <word> will be replaced with the actual word"
40
41 #: data/rbot/plugins/dictclient.rb:73
42 msgid ""
43 "Format of database names; <database> will be replaced with the database name"
44 msgstr ""
45 "Format of database names; <database> will be replaced with the database name"
46
47 #: data/rbot/plugins/dictclient.rb:76
48 msgid ""
49 "Format of definitions. <word> will be replaced with the formatted headword, "
50 "<def> will be replaced with the truncated definition, and <database> with "
51 "the formatted database name"
52 msgstr ""
53 "Format of definitions. <word> will be replaced with the formatted headword, "
54 "<def> will be replaced with the truncated definition, and <database> with "
55 "the formatted database name"
56
57 #: data/rbot/plugins/dictclient.rb:79
58 msgid ""
59 "Format of match results. <matches> will be replaced with the formatted "
60 "headwords, <database> with the formatted database name"
61 msgstr ""
62 "Format of match results. <matches> will be replaced with the formatted "
63 "headwords, <database> with the formatted database name"
64
65 #: data/rbot/plugins/dictclient.rb:99
66 msgid ""
67 "An error occured connecting to the DICT server. Check the dictclient.server "
68 "configuration or retry later"
69 msgstr ""
70 "An error occured connecting to the DICT server. Check the dictclient.server "
71 "configuration or retry later"
72
73 #: data/rbot/plugins/dictclient.rb:101
74 msgid "A protocol error occured"
75 msgstr "A protocol error occured"
76
77 #: data/rbot/plugins/dictclient.rb:103
78 msgid "An error occured"
79 msgstr "An error occured"
80
81 #: data/rbot/plugins/dictclient.rb:125
82 msgid ""
83 "Many definitions for %{phrase} were found in %{databases}. Use 'define "
84 "<phrase> from <database> to view a definition."
85 msgstr ""
86 "Many definitions for %{phrase} were found in %{databases}. Use 'define "
87 "<phrase> from <database> to view a definition."
88
89 #: data/rbot/plugins/dictclient.rb:142
90 msgid "No definition for %{phrase} found from %{database}."
91 msgstr "No definition for %{phrase} found from %{database}."
92
93 #: data/rbot/plugins/dictclient.rb:163
94 msgid "Nothing matched %{query} from %{database} using %{strategy}"
95 msgstr "Nothing matched %{query} from %{database} using %{strategy}"
96
97 #: data/rbot/plugins/dictclient.rb:173
98 msgid "Databases: %{list}"
99 msgstr "Databases: %{list}"
100
101 #: data/rbot/plugins/dictclient.rb:181
102 msgid "Strategies: %{list}"
103 msgstr "Strategies: %{list}"
104
105 #: data/rbot/plugins/dictclient.rb:190
106 msgid "define <phrase> [from <database>] => Show definition of a phrase"
107 msgstr ""
108
109 #: data/rbot/plugins/dictclient.rb:192
110 msgid ""
111 "match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
112 "the given pattern"
113 msgstr ""
114
115 #: data/rbot/plugins/dictclient.rb:194
116 msgid ""
117 "dictclient databases => List databases; dictclient strategies => List "
118 "strategies"
119 msgstr ""
120
121 #: data/rbot/plugins/dictclient.rb:196
122 msgid ""
123 "look up phrases on the configured DICT server. topics: define, match, server "
124 "information"
125 msgstr ""