diff options
Diffstat (limited to 'js/dojo-1.6/dojox/editor/plugins/nls/SpellCheck.xd.js')
| -rw-r--r-- | js/dojo-1.6/dojox/editor/plugins/nls/SpellCheck.xd.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/js/dojo-1.6/dojox/editor/plugins/nls/SpellCheck.xd.js b/js/dojo-1.6/dojox/editor/plugins/nls/SpellCheck.xd.js new file mode 100644 index 0000000..2fa7a97 --- /dev/null +++ b/js/dojo-1.6/dojox/editor/plugins/nls/SpellCheck.xd.js @@ -0,0 +1,5 @@ +dojo._xdResourceLoaded(function(dojo, dijit, dojox){ +return {depends: [["provide", "dojox.editor.plugins.nls.SpellCheck"]], +defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.editor.plugins.nls.SpellCheck");dojo._xdLoadFlattenedBundle("dojox.editor.plugins", "SpellCheck", "", ({"cancel":"Cancel","toDic":"Add to dictionary","skip":"Skip","iMsg":"No spelling suggestions","replaceAll":"Replace All","widgetLabel":"Batch Spell Check","skipAll":"Skip All","suggestions":"Suggestions","iSkipAll":"Skip all like this","replaceWith":"Replace with","msg":"No misspellings found","replace":"Replace","unfound":"Not found","iSkip":"Skip this"})
+); +}};});
\ No newline at end of file |
