summaryrefslogtreecommitdiffstats
path: root/wp-includes/js/tinymce/plugins/spellchecker/langs/en.js
diff options
context:
space:
mode:
Diffstat (limited to 'wp-includes/js/tinymce/plugins/spellchecker/langs/en.js')
-rwxr-xr-xwp-includes/js/tinymce/plugins/spellchecker/langs/en.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/wp-includes/js/tinymce/plugins/spellchecker/langs/en.js b/wp-includes/js/tinymce/plugins/spellchecker/langs/en.js
new file mode 100755
index 0000000..f40b202
--- /dev/null
+++ b/wp-includes/js/tinymce/plugins/spellchecker/langs/en.js
@@ -0,0 +1,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.'
+});