each plugin uses its own po file
[rbot] / po / rbot-dictclient.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: rbot\n"
10 "POT-Creation-Date: 2008-06-05 22:14-0400\n"
11 "PO-Revision-Date: 2008-06-05 22:14-0400\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\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=INTEGER; plural=EXPRESSION;\n"
18
19 #: data/rbot/plugins/dictclient.rb:57
20 msgid "Hostname or hostname:port of the DICT server used to lookup words"
21 msgstr ""
22
23 #: data/rbot/plugins/dictclient.rb:60
24 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"
25 msgstr ""
26
27 #: data/rbot/plugins/dictclient.rb:63
28 msgid "Each definition is truncated to this length"
29 msgstr ""
30
31 #: data/rbot/plugins/dictclient.rb:66
32 msgid "Format of headwords; <word> will be replaced with the actual word"
33 msgstr ""
34
35 #: data/rbot/plugins/dictclient.rb:69
36 msgid "Format of database names; <database> will be replaced with the database name"
37 msgstr ""
38
39 #: data/rbot/plugins/dictclient.rb:72
40 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"
41 msgstr ""
42
43 #: data/rbot/plugins/dictclient.rb:75
44 msgid "Format of match results. <matches> will be replaced with the formatted headwords, <database> with the formatted database name"
45 msgstr ""
46
47 #: data/rbot/plugins/dictclient.rb:95
48 msgid "An error occured connecting to the DICT server. Check the dictclient.server configuration or retry later"
49 msgstr ""
50
51 #: data/rbot/plugins/dictclient.rb:97
52 msgid "A protocol error occured"
53 msgstr ""
54
55 #: data/rbot/plugins/dictclient.rb:99
56 msgid "An error occured"
57 msgstr ""
58
59 #: data/rbot/plugins/dictclient.rb:121
60 msgid "Many definitions for %{phrase} were found in %{databases}. Use 'define <phrase> from <database> to view a definition."
61 msgstr ""
62
63 #: data/rbot/plugins/dictclient.rb:138
64 msgid "No definition for %{phrase} found from %{database}."
65 msgstr ""
66
67 #: data/rbot/plugins/dictclient.rb:159
68 msgid "Nothing matched %{query} from %{database} using %{strategy}"
69 msgstr ""
70
71 #: data/rbot/plugins/dictclient.rb:169
72 msgid "Databases: %{list}"
73 msgstr ""
74
75 #: data/rbot/plugins/dictclient.rb:177
76 msgid "Strategies: %{list}"
77 msgstr ""
78
79 #: data/rbot/plugins/dictclient.rb:186
80 msgid "define <phrase> [from <database>] => Show definition of a phrase"
81 msgstr ""
82
83 #: data/rbot/plugins/dictclient.rb:188
84 msgid "match <phrase> [using <strategy>] [from <database>] => Show phrases matching the given pattern"
85 msgstr ""
86
87 #: data/rbot/plugins/dictclient.rb:190
88 msgid "dictclient databases => List databases; dictclient strategies => List strategies"
89 msgstr ""
90
91 #: data/rbot/plugins/dictclient.rb:192
92 msgid "look up phrases on the configured DICT server. topics: define, match, server information"
93 msgstr ""