1
2
3
4
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"})
);
}};});
|