($Author$) * @version $Date$ */ global $SQSPELL_APP; $msg = '

' . _("Please check any available international dictionaries which you would like to use when spellchecking:") . '

' . '
' . '' . '

'; /** * Present a nice listing. */ $langs = sqspell_getSettings(null); $add = '

' . _("Make this dictionary my default selection:") . " \n"; $add .= "" . _($avail_lang) . "\n"; } $msg .= "

\n" . $add . "\n"; $msg .= "

"; sqspell_makePage(_("Add International Dictionaries"), null, $msg); /** * For Emacs weenies: * Local variables: * mode: php * End: */ ?>