each plugin uses its own po file
[rbot] / po / rbot-translator.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/translator.rb:52
20 msgid "Cannot translate empty string"
21 msgstr ""
22
23 #: data/rbot/plugins/translator.rb:262
24 msgid "Number of seconds to wait for the translation service before timeout"
25 msgstr ""
26
27 #: data/rbot/plugins/translator.rb:282
28 msgid "Translator %{name} cannot be used: %{reason}"
29 msgstr ""
30
31 #: data/rbot/plugins/translator.rb:290
32 msgid "List of translators to try in order when translator name not specified"
33 msgstr ""
34
35 #: data/rbot/plugins/translator.rb:298
36 msgid "%{translator} <from> <to> <phrase> => Look up phrase using %{info}, supported from -> to languages: %{directions}"
37 msgstr ""
38
39 #: data/rbot/plugins/translator.rb:302
40 msgid "%{source} -> %{targets}"
41 msgstr ""
42
43 #: data/rbot/plugins/translator.rb:307
44 msgid "Command: <translator> <from> <to> <phrase>, where <translator> is one of: %{translators}. If \"translator\" is used in place of the translator name, the first translator in translator.default_list which supports the specified direction will be picked automatically. Use \"help <translator>\" to look up supported from and to languages"
45 msgstr ""
46
47 #: data/rbot/plugins/translator.rb:322
48 msgid "None of the default translators (translator.default_list) supports translating from %{source} to %{target}"
49 msgstr ""
50
51 #: data/rbot/plugins/translator.rb:337
52 msgid "%{translation} (provided by %{translator})"
53 msgstr ""
54
55 #: data/rbot/plugins/translator.rb:344
56 msgid "%{translator} doesn't support translating from %{source} to %{target}"
57 msgstr ""
58
59 #: data/rbot/plugins/translator.rb:347
60 msgid "%{translator} failed to provide a translation"
61 msgstr ""
62
63 #: data/rbot/plugins/translator.rb:350
64 msgid "The translator timed out"
65 msgstr ""
66
67 #: data/rbot/plugins/translator.rb:353
68 msgid "No translator called %{name}"
69 msgstr ""