49 lines
860 B
JavaScript
49 lines
860 B
JavaScript
//>>built
|
|
define("dojox/grid/enhanced/nls/EnhancedGrid", { root:
|
|
//begin v1.x content
|
|
({
|
|
singleSort: "Single Sort",
|
|
nestedSort: "Nested Sort",
|
|
ascending: "Click to sort Ascending",
|
|
descending: "Click to sort Descending",
|
|
sortingState: "${0} - ${1}",
|
|
unsorted: "Do not sort this column",
|
|
indirectSelectionRadio: "Row ${0}, single selection, radio box",
|
|
indirectSelectionCheckBox: "Row ${0}, multiple selection, check box",
|
|
selectAll: "Select all"
|
|
})
|
|
//end v1.x content
|
|
,
|
|
"ar": true,
|
|
"ca": true,
|
|
"cs": true,
|
|
"da": true,
|
|
"de": true,
|
|
"el": true,
|
|
"es": true,
|
|
"fi": true,
|
|
"fr": true,
|
|
"he": true,
|
|
"hr": true,
|
|
"hu": true,
|
|
"hr": true,
|
|
"it": true,
|
|
"ja": true,
|
|
"kk": true,
|
|
"ko": true,
|
|
"nb": true,
|
|
"nl": true,
|
|
"pl": true,
|
|
"pt": true,
|
|
"pt-pt": true,
|
|
"ro": true,
|
|
"ru": true,
|
|
"sk": true,
|
|
"sl": true,
|
|
"sv": true,
|
|
"th": true,
|
|
"tr": true,
|
|
"zh": true,
|
|
"zh-tw": true
|
|
});
|