summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/grid/enhanced/nls/zh-tw/EnhancedGrid.js
blob: d25ffdbef6c42a2317e679eefbd8c9b3965dfd19 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//>>built
define(
"dojox/grid/enhanced/nls/zh-tw/EnhancedGrid", //begin v1.x content
({
	singleSort: "單一排序",
	nestedSort: "巢狀排序",
	ascending: "遞增",
	descending: "降冪",
	sortingState: "${0} - ${1}",
	unsorted: "請勿對此欄執行排序",
	indirectSelectionRadio: "第 ${0} 行,單一選項,圓鈕框",
	indirectSelectionCheckBox: "第 ${0} 行,多重選項,勾選框",
	selectAll: "全選"
})
//end v1.x content
);