mirror of
https://github.com/WordPress/WordPress.git
synced 2025-01-06 08:28:07 +01:00
132569c301
git-svn-id: http://svn.automattic.com/wordpress/trunk@4747 1a063a9b-81f0-0310-95a4-ce76da25c4cd
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.'
|
|
});
|