summaryrefslogtreecommitdiff
path: root/js/dojo-1.6/dojox/grid/enhanced/nls/EnhancedGrid.xd.js
blob: e0c82ed5f2798d8c7fb7434d53d8c57b3e57be65 (plain)
1
2
3
4
5
dojo._xdResourceLoaded(function(dojo, dijit, dojox){
return {depends: [["provide", "dojox.grid.enhanced.nls.EnhancedGrid"]],
defineResource: function(dojo, dijit, dojox){dojo.provide("dojox.grid.enhanced.nls.EnhancedGrid");dojo._xdLoadFlattenedBundle("dojox.grid.enhanced", "EnhancedGrid", "", ({"singleSort":"Single Sort","indirectSelectionRadio":"Row ${0}, single selection, radio box","ascending":"Ascending","indirectSelectionCheckBox":"Row ${0}, multiple selection, check box","selectAll":"Select all","descending":"Descending","nestedSort":"Nested Sort","unsorted":"Do not sort this column","sortingState":"${0} - ${1}"})
);
}};});