]> git.donarmstrong.com Git - roundcube.git/blobdiff - program/js/tiny_mce/plugins/spellchecker/langs/en.js
Imported Upstream version 0.1~rc2
[roundcube.git] / program / js / tiny_mce / plugins / spellchecker / langs / en.js
diff --git a/program/js/tiny_mce/plugins/spellchecker/langs/en.js b/program/js/tiny_mce/plugins/spellchecker/langs/en.js
new file mode 100644 (file)
index 0000000..02fdac5
--- /dev/null
@@ -0,0 +1,15 @@
+// UK lang variables\r
+\r
+tinyMCE.addToLang('spellchecker',{\r
+       desc : 'Toggle spellchecker',\r
+       menu : 'Spellchecker settings',\r
+       ignore_word : 'Ignore word',\r
+       ignore_words : 'Ignore all',\r
+       langs : 'Languages',\r
+       wait : 'Please wait...',\r
+       swait : 'Spellchecking, please wait...',\r
+       sug : 'Suggestions',\r
+       no_sug : 'No suggestions',\r
+       no_mpell : 'No misspellings found.',\r
+       mpell_found : 'Found {$words} misspellings.'\r
+});\r