summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/grid/enhanced/nls/ko/EnhancedGrid.js
blob: 9e0d07b49f2bea8d7a2d91784bcc4a7c73f4500a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//>>built
define(
"dojox/grid/enhanced/nls/ko/EnhancedGrid", //begin v1.x content
({
	singleSort: "단일 정렬",
	nestedSort: "중첩된 정렬",
	ascending: "오름차순",
	descending: "내림차순",
	sortingState: "${0} - ${1}",
	unsorted: "이 컬럼은 정렬하지 마십시오",
	indirectSelectionRadio: "행 ${0}, 단일 선택, 라디오 상자",
	indirectSelectionCheckBox: "행 ${0}, 다중 선택, 선택란",
	selectAll: "모두 선택"
})
//end v1.x content
);