svncommit
2006-09-23 6649b1f0a5db6160d197a13ca79cfd67fbb02d77
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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.'
});