From 6649b1f0a5db6160d197a13ca79cfd67fbb02d77 Mon Sep 17 00:00:00 2001 From: svncommit Date: Sat, 23 Sep 2006 23:37:29 +0000 Subject: added TinyMCE spellchecker plugin, configured to use GoogleSpell --- program/js/tiny_mce/plugins/spellchecker/langs/en.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 program/js/tiny_mce/plugins/spellchecker/langs/en.js (limited to 'program/js/tiny_mce/plugins/spellchecker/langs/en.js') diff --git a/program/js/tiny_mce/plugins/spellchecker/langs/en.js b/program/js/tiny_mce/plugins/spellchecker/langs/en.js new file mode 100644 index 000000000..02fdac564 --- /dev/null +++ b/program/js/tiny_mce/plugins/spellchecker/langs/en.js @@ -0,0 +1,15 @@ +// UK lang variables + +tinyMCE.addToLang('spellchecker',{ + desc : 'Toggle spellchecker', + menu : 'Spellchecker settings', + ignore_word : 'Ignore word', + ignore_words : 'Ignore all', + langs : 'Languages', + wait : 'Please wait...', + swait : 'Spellchecking, please wait...', + sug : 'Suggestions', + no_sug : 'No suggestions', + no_mpell : 'No misspellings found.', + mpell_found : 'Found {$words} misspellings.' +}); -- cgit v1.2.3