diff options
Diffstat (limited to 'po/rbot-spell.pot')
-rw-r--r-- | po/rbot-spell.pot | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/po/rbot-spell.pot b/po/rbot-spell.pot index 3b7d50e0..7e67eb98 100644 --- a/po/rbot-spell.pot +++ b/po/rbot-spell.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" @@ -16,3 +16,26 @@ msgstr "" "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 "" |