diff options
Diffstat (limited to 'po/rbot-dictclient.pot')
-rw-r--r-- | po/rbot-dictclient.pot | 39 |
1 files changed, 29 insertions, 10 deletions
diff --git a/po/rbot-dictclient.pot b/po/rbot-dictclient.pot index d937bca1..6b0580da 100644 --- a/po/rbot-dictclient.pot +++ b/po/rbot-dictclient.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-05 22:14-0400\n" +"POT-Creation-Date: 2008-06-18 16:41+0200\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" @@ -21,7 +21,10 @@ msgid "Hostname or hostname:port of the DICT server used to lookup words" msgstr "" #: 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" +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 "" #: data/rbot/plugins/dictclient.rb:63 @@ -33,19 +36,27 @@ msgid "Format of headwords; <word> will be replaced with the actual word" msgstr "" #: data/rbot/plugins/dictclient.rb:69 -msgid "Format of database names; <database> will be replaced with the database name" +msgid "" +"Format of database names; <database> will be replaced with the database name" msgstr "" #: data/rbot/plugins/dictclient.rb:72 -msgid "Format of definitions. <word> will be replaced with the formatted headword, <def> will be replaced with the truncated definition, and <database> with the formatted database name" +msgid "" +"Format of definitions. <word> will be replaced with the formatted headword, " +"<def> will be replaced with the truncated definition, and <database> with " +"the formatted database name" msgstr "" #: data/rbot/plugins/dictclient.rb:75 -msgid "Format of match results. <matches> will be replaced with the formatted headwords, <database> with the formatted database name" +msgid "" +"Format of match results. <matches> will be replaced with the formatted " +"headwords, <database> with the formatted database name" msgstr "" #: data/rbot/plugins/dictclient.rb:95 -msgid "An error occured connecting to the DICT server. Check the dictclient.server configuration or retry later" +msgid "" +"An error occured connecting to the DICT server. Check the dictclient.server " +"configuration or retry later" msgstr "" #: data/rbot/plugins/dictclient.rb:97 @@ -57,7 +68,9 @@ msgid "An error occured" msgstr "" #: data/rbot/plugins/dictclient.rb:121 -msgid "Many definitions for %{phrase} were found in %{databases}. Use 'define <phrase> from <database> to view a definition." +msgid "" +"Many definitions for %{phrase} were found in %{databases}. Use 'define " +"<phrase> from <database> to view a definition." msgstr "" #: data/rbot/plugins/dictclient.rb:138 @@ -81,13 +94,19 @@ msgid "define <phrase> [from <database>] => Show definition of a phrase" msgstr "" #: data/rbot/plugins/dictclient.rb:188 -msgid "match <phrase> [using <strategy>] [from <database>] => Show phrases matching the given pattern" +msgid "" +"match <phrase> [using <strategy>] [from <database>] => Show phrases matching " +"the given pattern" msgstr "" #: data/rbot/plugins/dictclient.rb:190 -msgid "dictclient databases => List databases; dictclient strategies => List strategies" +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" +msgid "" +"look up phrases on the configured DICT server. topics: define, match, server " +"information" msgstr "" |