mirror of
https://github.com/WordPress/WordPress.git
synced 2024-11-09 20:30:43 +01:00
b9c75476a4
git-svn-id: http://svn.automattic.com/wordpress/trunk@4985 1a063a9b-81f0-0310-95a4-ce76da25c4cd
16 lines
409 B
JavaScript
Executable File
16 lines
409 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.',
|
|
mpell_found : 'Found {$words} misspellings.'
|
|
});
|