X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Flang_setup.mod;h=74fc24b6b1d64d8e27241715108f6721b24352c9;hp=25013f8bc6bb4ad8669e36614a62b494cc028882;hb=e9eecda9e6d6e4a494c47698855cc3d260b94733;hpb=76911253eb850bacde3d86c8cb7b4af072e67ebe diff --git a/plugins/squirrelspell/modules/lang_setup.mod b/plugins/squirrelspell/modules/lang_setup.mod index 25013f8b..74fc24b6 100644 --- a/plugins/squirrelspell/modules/lang_setup.mod +++ b/plugins/squirrelspell/modules/lang_setup.mod @@ -1,59 +1,60 @@ ($Author$) - * @version $Date$ + * @author Konstantin Riabitsev + * @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(null); -$add = '

' +$langs = sqspell_getSettings(); +$add = '

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

"; -sqspell_makePage(_("Add International Dictionaries"), null, $msg); +$msg .= "

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