summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/grid/enhanced/nls/ja/EnhancedGrid.js
blob: 851e5502b4ba292e7f2480b725bd3480d4a06857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//>>built
define(
"dojox/grid/enhanced/nls/ja/EnhancedGrid", //begin v1.x content
({
	singleSort: "単一ソート",
	nestedSort: "ネスト・ソート",
	ascending: "昇順",
	descending: "降順",
	sortingState: "${0} - ${1}",
	unsorted: "この列をソートしない",
	indirectSelectionRadio: "行 ${0}、単一選択、ラジオ・ボックス",
	indirectSelectionCheckBox: "行 ${0}、複数選択、チェック・ボックス",
	selectAll: "すべてを選択"
})
//end v1.x content
);