diff options
Diffstat (limited to 'po/zh_CN/rbot-spell.po')
-rw-r--r-- | po/zh_CN/rbot-spell.po | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/po/zh_CN/rbot-spell.po b/po/zh_CN/rbot-spell.po index 9ee7c889..ffcbf545 100644 --- a/po/zh_CN/rbot-spell.po +++ b/po/zh_CN/rbot-spell.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: rbot\n" -"POT-Creation-Date: 2008-06-05 18:27-0400\n" +"POT-Creation-Date: 2008-06-18 16:41+0200\n" "PO-Revision-Date: 2007-07-09 01:39-0400\n" "Last-Translator: Yaohan Chen <yaohan.chen@gmail.com>\n" "Language-Team: Chinese\n" @@ -14,3 +14,27 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" + +#: data/rbot/plugins/spell.rb:3 +msgid "spell <word> => check spelling of <word>, suggest alternatives" +msgstr "" + +#: data/rbot/plugins/spell.rb:7 +msgid "incorrect usage: " +msgstr "" + +#: data/rbot/plugins/spell.rb:16 +msgid "%{word} may be spelled correctly" +msgstr "" + +#: data/rbot/plugins/spell.rb:24 +msgid "%{word} is presumably derived from " +msgstr "" + +#: data/rbot/plugins/spell.rb:28 +msgid "%{word}: no suggestions" +msgstr "" + +#: data/rbot/plugins/spell.rb:35 +msgid "couldn't exec ispell :(" +msgstr "" |