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