]> git.donarmstrong.com Git - roundcube.git/blob - program/js/tiny_mce/plugins/spellchecker/langs/en.js
Imported Upstream version 0.1~rc2
[roundcube.git] / program / js / tiny_mce / plugins / spellchecker / langs / en.js
1 // UK lang variables\r
2 \r
3 tinyMCE.addToLang('spellchecker',{\r
4         desc : 'Toggle spellchecker',\r
5         menu : 'Spellchecker settings',\r
6         ignore_word : 'Ignore word',\r
7         ignore_words : 'Ignore all',\r
8         langs : 'Languages',\r
9         wait : 'Please wait...',\r
10         swait : 'Spellchecking, please wait...',\r
11         sug : 'Suggestions',\r
12         no_sug : 'No suggestions',\r
13         no_mpell : 'No misspellings found.',\r
14         mpell_found : 'Found {$words} misspellings.'\r
15 });\r