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.
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"
14 "Content-Type: text/plain; charset=UTF-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
16 "Plural-Forms: nplurals=1; plural=0;\n"
18 #: data/rbot/plugins/translator.rb:52
19 msgid "Cannot translate empty string"
22 #: data/rbot/plugins/translator.rb:262
23 msgid "Number of seconds to wait for the translation service before timeout"
26 #: data/rbot/plugins/translator.rb:282
27 msgid "Translator %{name} cannot be used: %{reason}"
30 #: data/rbot/plugins/translator.rb:290
31 msgid "List of translators to try in order when translator name not specified"
34 #: data/rbot/plugins/translator.rb:298
36 "%{translator} <from> <to> <phrase> => Look up phrase using %{info}, "
37 "supported from -> to languages: %{directions}"
40 #: data/rbot/plugins/translator.rb:302
41 msgid "%{source} -> %{targets}"
44 #: data/rbot/plugins/translator.rb:307
46 "Command: <translator> <from> <to> <phrase>, where <translator> is one of: %"
47 "{translators}. If \"translator\" is used in place of the translator name, "
48 "the first translator in translator.default_list which supports the specified "
49 "direction will be picked automatically. Use \"help <translator>\" to look up "
50 "supported from and to languages"
53 #: data/rbot/plugins/translator.rb:322
55 "None of the default translators (translator.default_list) supports "
56 "translating from %{source} to %{target}"
59 #: data/rbot/plugins/translator.rb:337
60 msgid "%{translation} (provided by %{translator})"
63 #: data/rbot/plugins/translator.rb:344
64 msgid "%{translator} doesn't support translating from %{source} to %{target}"
67 #: data/rbot/plugins/translator.rb:347
68 msgid "%{translator} failed to provide a translation"
71 #: data/rbot/plugins/translator.rb:350
72 msgid "The translator timed out"
75 #: data/rbot/plugins/translator.rb:353
76 msgid "No translator called %{name}"