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-dictclient.po | 124 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 124 insertions(+) create mode 100644 po/en_US/rbot-dictclient.po (limited to 'po/en_US/rbot-dictclient.po') diff --git a/po/en_US/rbot-dictclient.po b/po/en_US/rbot-dictclient.po new file mode 100644 index 00000000..9f3054cc --- /dev/null +++ b/po/en_US/rbot-dictclient.po @@ -0,0 +1,124 @@ +# 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/dictclient.rb:57 +msgid "Hostname or hostname:port of the DICT server used to lookup words" +msgstr "Hostname or hostname:port of the DICT server used to lookup words" + +#: data/rbot/plugins/dictclient.rb:60 +msgid "" +"When multiple databases reply a number of definitions that above this limit, " +"only the database names will be listed. Otherwise, the full definitions from " +"each database are replied" +msgstr "" +"When multiple databases reply a number of definitions that above this limit, " +"only the database names will be listed. Otherwise, the full definitions from " +"each database are replied" + +#: data/rbot/plugins/dictclient.rb:63 +msgid "Each definition is truncated to this length" +msgstr "Each definition is truncated to this length" + +#: data/rbot/plugins/dictclient.rb:66 +msgid "Format of headwords; will be replaced with the actual word" +msgstr "Format of headwords; will be replaced with the actual word" + +#: data/rbot/plugins/dictclient.rb:69 +msgid "" +"Format of database names; will be replaced with the database name" +msgstr "" +"Format of database names; will be replaced with the database name" + +#: data/rbot/plugins/dictclient.rb:72 +msgid "" +"Format of definitions. will be replaced with the formatted headword, " +" will be replaced with the truncated definition, and with " +"the formatted database name" +msgstr "" +"Format of definitions. will be replaced with the formatted headword, " +" will be replaced with the truncated definition, and with " +"the formatted database name" + +#: data/rbot/plugins/dictclient.rb:75 +msgid "" +"Format of match results. will be replaced with the formatted " +"headwords, with the formatted database name" +msgstr "" +"Format of match results. will be replaced with the formatted " +"headwords, with the formatted database name" + +#: data/rbot/plugins/dictclient.rb:95 +msgid "" +"An error occured connecting to the DICT server. Check the dictclient.server " +"configuration or retry later" +msgstr "" +"An error occured connecting to the DICT server. Check the dictclient.server " +"configuration or retry later" + +#: data/rbot/plugins/dictclient.rb:97 +msgid "A protocol error occured" +msgstr "A protocol error occured" + +#: data/rbot/plugins/dictclient.rb:99 +msgid "An error occured" +msgstr "An error occured" + +#: data/rbot/plugins/dictclient.rb:121 +msgid "" +"Many definitions for %{phrase} were found in %{databases}. Use 'define " +" from to view a definition." +msgstr "" +"Many definitions for %{phrase} were found in %{databases}. Use 'define " +" from to view a definition." + +#: data/rbot/plugins/dictclient.rb:138 +msgid "No definition for %{phrase} found from %{database}." +msgstr "No definition for %{phrase} found from %{database}." + +#: data/rbot/plugins/dictclient.rb:159 +msgid "Nothing matched %{query} from %{database} using %{strategy}" +msgstr "Nothing matched %{query} from %{database} using %{strategy}" + +#: data/rbot/plugins/dictclient.rb:169 +msgid "Databases: %{list}" +msgstr "Databases: %{list}" + +#: data/rbot/plugins/dictclient.rb:177 +msgid "Strategies: %{list}" +msgstr "Strategies: %{list}" + +#: data/rbot/plugins/dictclient.rb:186 +msgid "define [from ] => Show definition of a phrase" +msgstr "" + +#: data/rbot/plugins/dictclient.rb:188 +msgid "" +"match [using ] [from ] => Show phrases matching " +"the given pattern" +msgstr "" + +#: data/rbot/plugins/dictclient.rb:190 +msgid "" +"dictclient databases => List databases; dictclient strategies => List " +"strategies" +msgstr "" + +#: data/rbot/plugins/dictclient.rb:192 +msgid "" +"look up phrases on the configured DICT server. topics: define, match, server " +"information" +msgstr "" -- cgit v1.2.3