$ln". ''; } // Declaring globals for E_ALL. global $sqspell_text, $SQSPELL_APP, $sqspell_use_app, $attachment_dir, $username, $SQSPELL_EREG, $color; // Now we explode the lines for three reasons: // 1) So we can ignore lines starting with ">" (reply's) // 2) So we can stop processing when we get to "--" on a single line, // which means that the signature is starting // 3) So we can add an extra space at the beginning of each line. This way // ispell/aspell don't treat these as command characters. $sqspell_raw_lines = explode("\n", $sqspell_text); for ($i=0; $i\n". "\n". '' . _("SquirrelSpell Results") . ''; if ($theme_css != '') { echo "\n"; } // Load the spelling errors into JavaScript arrays echo "\n". "\n". "\n"; echo "\n". ''. "
"; printf( _("Found %s errors"), $errors ); ?>

" . ''. ' '; ?>
"; echo $sptag . _("Line with an error:") . ''; ?>
'; ?> '; ?>
'; ?> '; ?>

"; SpellLink( 'sqspellChange()', _("Change this word"), _("Change") ); SpellLink( 'sqspellChangeAll()', _("Change ALL occurances of this word"), _("Change All") ); SpellLink( 'sqspellIgnore()', _("Ignore this word"), _("Ignore") ); SpellLink( 'sqspellIgnoreAll()', _("Ignore ALL occurances this word"), _("Ignore All") ); SpellLink( 'sqspellRemember()', _("Add this word to your personal dictionary"), _("Add to Dic") ); ?>

"; sqspell_makeWindow(null, _("No errors found"), null, $msg); } ?>