Dumpable definition of #any? and #all? methods for Channel#mode
[rbot] / po / ja / 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 PACKAGE package.
4 # Tom Gilbert <tom@linuxbrit.co.uk>, 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-09 01:36-0400\n"
11 "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n"
12 "Language-Team: Japanese\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=1; plural=0;\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 "DICT サーバーの hostname か hostname:port です"
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
29 #: data/rbot/plugins/dictclient.rb:63
30 msgid "Each definition is truncated to this length"
31 msgstr ""
32
33 #: data/rbot/plugins/dictclient.rb:66
34 msgid "Format of headwords; <word> will be replaced with the actual word"
35 msgstr ""
36
37 #: data/rbot/plugins/dictclient.rb:69
38 msgid ""
39 "Format of database names; <database> will be replaced with the database name"
40 msgstr ""
41
42 #: data/rbot/plugins/dictclient.rb:72
43 msgid ""
44 "Format of definitions. <word> will be replaced with the formatted headword, "
45 "<def> will be replaced with the truncated definition, and <database> with "
46 "the formatted database name"
47 msgstr ""
48
49 #: data/rbot/plugins/dictclient.rb:75
50 msgid ""
51 "Format of match results. <matches> will be replaced with the formatted "
52 "headwords, <database> with the formatted database name"
53 msgstr ""
54
55 #: data/rbot/plugins/dictclient.rb:95
56 msgid ""
57 "An error occured connecting to the DICT server. Check the dictclient.server "
58 "configuration or retry later"
59 msgstr ""
60
61 #: data/rbot/plugins/dictclient.rb:97
62 msgid "A protocol error occured"
63 msgstr ""
64
65 #: data/rbot/plugins/dictclient.rb:99
66 msgid "An error occured"
67 msgstr ""
68
69 #: data/rbot/plugins/dictclient.rb:121
70 msgid ""
71 "Many definitions for %{phrase} were found in %{databases}. Use 'define "
72 "<phrase> from <database> to view a definition."
73 msgstr ""
74
75 #: data/rbot/plugins/dictclient.rb:138
76 msgid "No definition for %{phrase} found from %{database}."
77 msgstr ""
78
79 #: data/rbot/plugins/dictclient.rb:159
80 msgid "Nothing matched %{query} from %{database} using %{strategy}"
81 msgstr ""
82
83 #: data/rbot/plugins/dictclient.rb:169
84 msgid "Databases: %{list}"
85 msgstr ""
86
87 #: data/rbot/plugins/dictclient.rb:177
88 msgid "Strategies: %{list}"
89 msgstr ""
90
91 #: data/rbot/plugins/dictclient.rb:186
92 msgid "define <phrase> [from <database>] => Show definition of a phrase"
93 msgstr ""
94
95 #: data/rbot/plugins/dictclient.rb:188
96 msgid ""
97 "match <phrase> [using <strategy>] [from <database>] => Show phrases matching "
98 "the given pattern"
99 msgstr ""
100
101 #: data/rbot/plugins/dictclient.rb:190
102 msgid ""
103 "dictclient databases => List databases; dictclient strategies => List "
104 "strategies"
105 msgstr ""
106
107 #: data/rbot/plugins/dictclient.rb:192
108 msgid ""
109 "look up phrases on the configured DICT server. topics: define, match, server "
110 "information"
111 msgstr ""