* @version $Id$ * @package plugins * @subpackage squirrelspell */ global $SQSPELL_VERSION; $words_ary = $_POST['words_ary']; $sqspell_use_app = $_POST['sqspell_use_app']; /** * If something needs to be deleted, then $words_ary will be * non-zero length. */ if (sizeof($words_ary)){ $words=sqspell_getWords(); $lang_words = sqspell_getLang($words, $sqspell_use_app); $msg = '

' . sprintf(_("Deleting the following entries from %s dictionary:"), ''.$sqspell_use_app.'') . '

' . "