You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
424 B
JavaScript
16 lines
424 B
JavaScript
// 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.'
|
|
});
|