Set default spelling language (Ticket #1483938)
| | |
| | | CHANGELOG RoundCube Webmail |
| | | --------------------------- |
| | | |
| | | 2006/08/20 (thomasb) |
| | | ---------- |
| | | - Set default spelling language (Ticket #1483938) |
| | | - Added support for Nox Spell Server |
| | | |
| | | |
| | | 2006/08/18 (thomasb) |
| | | ---------- |
| | | - Re-built message parsing (Bug #1327068) |
| | | - Fixed some XSS and SQL injection issues |
| | | |
| | | |
| | | 2006/08/10 (thomasb) |
| | | ---------- |
| | | - Fixed charset problems with folder renaming |
| | |
| | | "googie.lang_close = \"%s\";\n". |
| | | "googie.lang_revert = \"%s\";\n". |
| | | "googie.lang_no_error_found = \"%s\";\n%s". |
| | | "googie.setCurrentLanguage('%s');\n". |
| | | "googie.decorateTextarea('%s');\n". |
| | | "%s.set_env('spellcheck', googie);", |
| | | $GLOBALS['COMM_PATH'], |
| | |
| | | rep_specialchars_output(rcube_label('revertto')), |
| | | rep_specialchars_output(rcube_label('nospellerrors')), |
| | | $lang_set, |
| | | substr($_SESSION['user_lang'], 0, 2), |
| | | $attrib['id'], |
| | | $JS_OBJECT_NAME), 'foot'); |
| | | |