From 33c336af346dc08b4f4f4951dd6eae7150cef481 Mon Sep 17 00:00:00 2001 From: Yaohan Chen Date: Thu, 5 Jun 2008 22:20:18 -0400 Subject: each plugin uses its own po file no modification in plugin source is needed, plugin loader is modified to automatically bind to the plugin's text domain updatepo task is modified to maintain per-plugin po file po files are updated and cleaned --- po/en_US/rbot-translator.po | 77 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 po/en_US/rbot-translator.po (limited to 'po/en_US/rbot-translator.po') diff --git a/po/en_US/rbot-translator.po b/po/en_US/rbot-translator.po new file mode 100644 index 00000000..e0c59e14 --- /dev/null +++ b/po/en_US/rbot-translator.po @@ -0,0 +1,77 @@ +# Gettext template file for rbot +# Copyright (C) 2007 Tom Gilbert +# This file is distributed under the same license as the rbot package. +# Yaohan Chen , 2007. +# +msgid "" +msgstr "" +"Project-Id-Version: rbot\n" +"POT-Creation-Date: 2008-06-05 22:14-0400\n" +"PO-Revision-Date: 2007-07-14 00:06-0400\n" +"Last-Translator: Yaohan Chen \n" +"Language-Team: English\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=2; plural=(n != 1);\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} => 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: , where 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 \" 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 "" -- cgit v1.2.3