thomascube
2006-12-13 7a5c48e7f70b8bc938fcae3ffd2be0fdbeaab145
commit | author | age
6649b1 1 // UK lang variables
S 2
3 tinyMCE.addToLang('spellchecker',{
4     desc : 'Toggle spellchecker',
5     menu : 'Spellchecker settings',
6     ignore_word : 'Ignore word',
7     ignore_words : 'Ignore all',
8     langs : 'Languages',
9     wait : 'Please wait...',
10     swait : 'Spellchecking, please wait...',
11     sug : 'Suggestions',
12     no_sug : 'No suggestions',
13     no_mpell : 'No misspellings found.',
14     mpell_found : 'Found {$words} misspellings.'
15 });