diff options
Diffstat (limited to 'po/en_US/rbot-dictclient.po')
-rw-r--r-- | po/en_US/rbot-dictclient.po | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/po/en_US/rbot-dictclient.po b/po/en_US/rbot-dictclient.po index 9d0e5837..7b94c09d 100644 --- a/po/en_US/rbot-dictclient.po +++ b/po/en_US/rbot-dictclient.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-20 01:49+0200\n" +"POT-Creation-Date: 2009-03-20 15:57+0100\n" "PO-Revision-Date: 2007-07-14 00:06-0400\n" "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n" "Language-Team: English\n" @@ -15,11 +15,11 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: data/rbot/plugins/dictclient.rb:57 +#: data/rbot/plugins/dictclient.rb:61 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 +#: data/rbot/plugins/dictclient.rb:64 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 " @@ -29,21 +29,21 @@ msgstr "" "only the database names will be listed. Otherwise, the full definitions from " "each database are replied" -#: data/rbot/plugins/dictclient.rb:63 +#: data/rbot/plugins/dictclient.rb:67 msgid "Each definition is truncated to this length" msgstr "Each definition is truncated to this length" -#: data/rbot/plugins/dictclient.rb:66 +#: data/rbot/plugins/dictclient.rb:70 msgid "Format of headwords; <word> will be replaced with the actual word" msgstr "Format of headwords; <word> will be replaced with the actual word" -#: data/rbot/plugins/dictclient.rb:69 +#: data/rbot/plugins/dictclient.rb:73 msgid "" "Format of database names; <database> will be replaced with the database name" msgstr "" "Format of database names; <database> will be replaced with the database name" -#: data/rbot/plugins/dictclient.rb:72 +#: data/rbot/plugins/dictclient.rb:76 msgid "" "Format of definitions. <word> will be replaced with the formatted headword, " "<def> will be replaced with the truncated definition, and <database> with " @@ -53,7 +53,7 @@ msgstr "" "<def> will be replaced with the truncated definition, and <database> with " "the formatted database name" -#: data/rbot/plugins/dictclient.rb:75 +#: data/rbot/plugins/dictclient.rb:79 msgid "" "Format of match results. <matches> will be replaced with the formatted " "headwords, <database> with the formatted database name" @@ -61,7 +61,7 @@ msgstr "" "Format of match results. <matches> will be replaced with the formatted " "headwords, <database> with the formatted database name" -#: data/rbot/plugins/dictclient.rb:95 +#: data/rbot/plugins/dictclient.rb:99 msgid "" "An error occured connecting to the DICT server. Check the dictclient.server " "configuration or retry later" @@ -69,15 +69,15 @@ msgstr "" "An error occured connecting to the DICT server. Check the dictclient.server " "configuration or retry later" -#: data/rbot/plugins/dictclient.rb:97 +#: data/rbot/plugins/dictclient.rb:101 msgid "A protocol error occured" msgstr "A protocol error occured" -#: data/rbot/plugins/dictclient.rb:99 +#: data/rbot/plugins/dictclient.rb:103 msgid "An error occured" msgstr "An error occured" -#: data/rbot/plugins/dictclient.rb:121 +#: data/rbot/plugins/dictclient.rb:125 msgid "" "Many definitions for %{phrase} were found in %{databases}. Use 'define " "<phrase> from <database> to view a definition." @@ -85,39 +85,39 @@ msgstr "" "Many definitions for %{phrase} were found in %{databases}. Use 'define " "<phrase> from <database> to view a definition." -#: data/rbot/plugins/dictclient.rb:138 +#: data/rbot/plugins/dictclient.rb:142 msgid "No definition for %{phrase} found from %{database}." msgstr "No definition for %{phrase} found from %{database}." -#: data/rbot/plugins/dictclient.rb:159 +#: data/rbot/plugins/dictclient.rb:163 msgid "Nothing matched %{query} from %{database} using %{strategy}" msgstr "Nothing matched %{query} from %{database} using %{strategy}" -#: data/rbot/plugins/dictclient.rb:169 +#: data/rbot/plugins/dictclient.rb:173 msgid "Databases: %{list}" msgstr "Databases: %{list}" -#: data/rbot/plugins/dictclient.rb:177 +#: data/rbot/plugins/dictclient.rb:181 msgid "Strategies: %{list}" msgstr "Strategies: %{list}" -#: data/rbot/plugins/dictclient.rb:186 +#: data/rbot/plugins/dictclient.rb:190 msgid "define <phrase> [from <database>] => Show definition of a phrase" msgstr "" -#: data/rbot/plugins/dictclient.rb:188 +#: data/rbot/plugins/dictclient.rb:192 msgid "" "match <phrase> [using <strategy>] [from <database>] => Show phrases matching " "the given pattern" msgstr "" -#: data/rbot/plugins/dictclient.rb:190 +#: data/rbot/plugins/dictclient.rb:194 msgid "" "dictclient databases => List databases; dictclient strategies => List " "strategies" msgstr "" -#: data/rbot/plugins/dictclient.rb:192 +#: data/rbot/plugins/dictclient.rb:196 msgid "" "look up phrases on the configured DICT server. topics: define, match, server " "information" |