summaryrefslogtreecommitdiffstats
path: root/wp-inst/wp-includes/js/tinymce/plugins/spellchecker/langs/en.js
blob: f40b202f8da995628846facc8d596e97f92fd7d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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.'

});