* @copyright 1999-2017 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package plugins * @subpackage squirrelspell */ 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(); $add = '

' . _($avail_lang) . "
\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: * vim: syntax=php */