summaryrefslogtreecommitdiff
path: root/po/rbot-dictclient.pot
blob: 88728d7badcbcf8e72869f162053ae5a833ac767 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: rbot\n"
"POT-Creation-Date: 2009-03-20 15:57+0100\n"
"PO-Revision-Date: 2009-03-20 15:57+0100\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\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:61
msgid "Hostname or hostname:port of the DICT server used to lookup words"
msgstr ""

#: data/rbot/plugins/dictclient.rb:64
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:67
msgid "Each definition is truncated to this length"
msgstr ""

#: data/rbot/plugins/dictclient.rb:70
msgid "Format of headwords; <word> will be replaced with the actual word"
msgstr ""

#: data/rbot/plugins/dictclient.rb:73
msgid ""
"Format of database names; <database> will be replaced with the database name"
msgstr ""

#: data/rbot/plugins/dictclient.rb:76
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:79
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:99
msgid ""
"An error occured connecting to the DICT server. Check the dictclient.server "
"configuration or retry later"
msgstr ""

#: data/rbot/plugins/dictclient.rb:101
msgid "A protocol error occured"
msgstr ""

#: data/rbot/plugins/dictclient.rb:103
msgid "An error occured"
msgstr ""

#: data/rbot/plugins/dictclient.rb:125
msgid ""
"Many definitions for %{phrase} were found in %{databases}. Use 'define "
"<phrase> from <database> to view a definition."
msgstr ""

#: data/rbot/plugins/dictclient.rb:142
msgid "No definition for %{phrase} found from %{database}."
msgstr ""

#: data/rbot/plugins/dictclient.rb:163
msgid "Nothing matched %{query} from %{database} using %{strategy}"
msgstr ""

#: data/rbot/plugins/dictclient.rb:173
msgid "Databases: %{list}"
msgstr ""

#: data/rbot/plugins/dictclient.rb:181
msgid "Strategies: %{list}"
msgstr ""

#: data/rbot/plugins/dictclient.rb:190
msgid "define <phrase> [from <database>] => Show definition of a phrase"
msgstr ""

#: data/rbot/plugins/dictclient.rb:192
msgid ""
"match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
"the given pattern"
msgstr ""

#: data/rbot/plugins/dictclient.rb:194
msgid ""
"dictclient databases => List databases; dictclient strategies => List "
"strategies"
msgstr ""

#: data/rbot/plugins/dictclient.rb:196
msgid ""
"look up phrases on the configured DICT server. topics: define, match, server "
"information"
msgstr ""