a1a8f1af2e
git-svn-id: https://develop.svn.wordpress.org/trunk@4747 602fd350-edb4-49c9-b593-d223f7449a82
15 lines
362 B
JavaScript
Executable File
15 lines
362 B
JavaScript
Executable File
// 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.'
|
|
});
|