Update translations
[rbot] / po / fi / rbot-dictclient.po
1 # Finnish translations for PACKAGE package.
2 # Copyright (C) 2009 THE PACKAGE'S COPYRIGHT HOLDER
3 # This file is distributed under the same license as the PACKAGE package.
4 # Automatically generated, 2009.
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: 2009-03-20 15:57+0100\n"
11 "Last-Translator: Automatically generated\n"
12 "Language-Team: none\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 ""
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
30 #: data/rbot/plugins/dictclient.rb:67
31 msgid "Each definition is truncated to this length"
32 msgstr ""
33
34 #: data/rbot/plugins/dictclient.rb:70
35 msgid "Format of headwords; <word> will be replaced with the actual word"
36 msgstr ""
37
38 #: data/rbot/plugins/dictclient.rb:73
39 msgid ""
40 "Format of database names; <database> will be replaced with the database name"
41 msgstr ""
42
43 #: data/rbot/plugins/dictclient.rb:76
44 msgid ""
45 "Format of definitions. <word> will be replaced with the formatted headword, "
46 "<def> will be replaced with the truncated definition, and <database> with "
47 "the formatted database name"
48 msgstr ""
49
50 #: data/rbot/plugins/dictclient.rb:79
51 msgid ""
52 "Format of match results. <matches> will be replaced with the formatted "
53 "headwords, <database> with the formatted database name"
54 msgstr ""
55
56 #: data/rbot/plugins/dictclient.rb:99
57 msgid ""
58 "An error occured connecting to the DICT server. Check the dictclient.server "
59 "configuration or retry later"
60 msgstr ""
61
62 #: data/rbot/plugins/dictclient.rb:101
63 msgid "A protocol error occured"
64 msgstr ""
65
66 #: data/rbot/plugins/dictclient.rb:103
67 msgid "An error occured"
68 msgstr ""
69
70 #: data/rbot/plugins/dictclient.rb:125
71 msgid ""
72 "Many definitions for %{phrase} were found in %{databases}. Use 'define "
73 "<phrase> from <database> to view a definition."
74 msgstr ""
75
76 #: data/rbot/plugins/dictclient.rb:142
77 msgid "No definition for %{phrase} found from %{database}."
78 msgstr ""
79
80 #: data/rbot/plugins/dictclient.rb:163
81 msgid "Nothing matched %{query} from %{database} using %{strategy}"
82 msgstr ""
83
84 #: data/rbot/plugins/dictclient.rb:173
85 msgid "Databases: %{list}"
86 msgstr ""
87
88 #: data/rbot/plugins/dictclient.rb:181
89 msgid "Strategies: %{list}"
90 msgstr ""
91
92 #: data/rbot/plugins/dictclient.rb:190
93 msgid "define <phrase> [from <database>] => Show definition of a phrase"
94 msgstr ""
95
96 #: data/rbot/plugins/dictclient.rb:192
97 msgid ""
98 "match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
99 "the given pattern"
100 msgstr ""
101
102 #: data/rbot/plugins/dictclient.rb:194
103 msgid ""
104 "dictclient databases => List databases; dictclient strategies => List "
105 "strategies"
106 msgstr ""
107
108 #: data/rbot/plugins/dictclient.rb:196
109 msgid ""
110 "look up phrases on the configured DICT server. topics: define, match, server "
111 "information"
112 msgstr ""