X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=plugins%2Fsquirrelspell%2Fmodules%2Flang_setup.mod.php;h=0b84bfdf493b5a6398b6c93549d43c3771cac3a6;hp=634db6e5c2d3ab8592eb836f969b8bd7676c1f9f;hb=2b5a715784c5414a95c4eba8b20e3dd47f45131b;hpb=48a8f454eb431c08105a90fc92c720d406e2d8f1 diff --git a/plugins/squirrelspell/modules/lang_setup.mod.php b/plugins/squirrelspell/modules/lang_setup.mod.php index 634db6e5..0b84bfdf 100644 --- a/plugins/squirrelspell/modules/lang_setup.mod.php +++ b/plugins/squirrelspell/modules/lang_setup.mod.php @@ -1,30 +1,44 @@ '. + _("Please check any available international dictionaries which you would like to use when spellchecking:"). + '

'. + '
'. + ''. + '

'; + $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); - $msg = "

Please check any available international dictionaries which you would like - to use when spellchecking:

- - -

- "; - $langs = sqspell_getSettings(null); - $add = "

Make this dictionary my default selection: \n"; - $msg .= "

"; - sqspell_makePage("Add International Dictionaries", null, $msg); -?> +?> \ No newline at end of file