summaryrefslogtreecommitdiff
path: root/po/rbot-translator.pot
diff options
context:
space:
mode:
authorYaohan Chen <yaohan.chen@gmail.com>2008-06-07 14:30:33 -0400
committerYaohan Chen <yaohan.chen@gmail.com>2008-06-07 14:37:44 -0400
commitcaffbfa94b84569fb64ed6ecb68f9ca960deca2a (patch)
tree75a037f615d9ec22a985bcda5abf9c377918f4a8 /po/rbot-translator.pot
parentebaa073546ad022d0e42389459e4fa0029a0e50d (diff)
recommit 33c336af346dc08b4f4f4951dd6eae7150cef481 po file per plugin
each plugin uses its own po file, no change required for plugin source, Rakefile, plugin loader and gettext loader are modified to adjust to the change
Diffstat (limited to 'po/rbot-translator.pot')
-rw-r--r--po/rbot-translator.pot69
1 files changed, 69 insertions, 0 deletions
diff --git a/po/rbot-translator.pot b/po/rbot-translator.pot
new file mode 100644
index 00000000..0ab66f91
--- /dev/null
+++ b/po/rbot-translator.pot
@@ -0,0 +1,69 @@
+# 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: 2008-06-05 22:14-0400\n"
+"PO-Revision-Date: 2008-06-05 22:14-0400\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/translator.rb:52
+msgid "Cannot translate empty string"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:262
+msgid "Number of seconds to wait for the translation service before timeout"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:282
+msgid "Translator %{name} cannot be used: %{reason}"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:290
+msgid "List of translators to try in order when translator name not specified"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:298
+msgid "%{translator} <from> <to> <phrase> => Look up phrase using %{info}, supported from -> to languages: %{directions}"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:302
+msgid "%{source} -> %{targets}"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:307
+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"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:322
+msgid "None of the default translators (translator.default_list) supports translating from %{source} to %{target}"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:337
+msgid "%{translation} (provided by %{translator})"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:344
+msgid "%{translator} doesn't support translating from %{source} to %{target}"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:347
+msgid "%{translator} failed to provide a translation"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:350
+msgid "The translator timed out"
+msgstr ""
+
+#: data/rbot/plugins/translator.rb:353
+msgid "No translator called %{name}"
+msgstr ""