summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/grid/enhanced/nls/tr/EnhancedGrid.js
blob: 78c566b9b261b3a129200fbda2f119effa42a485 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//>>built
define(
"dojox/grid/enhanced/nls/tr/EnhancedGrid", //begin v1.x content
({
	singleSort: "Tekli Sıralama",
	nestedSort: "İç İçe Sıralama",
	ascending: "Artan Düzende",
	descending: "Azalan Düzende",
	sortingState: "${0} - ${1}",
	unsorted: "Bu sütunu sıralama",
	indirectSelectionRadio: "Satır ${0}, tek seçimli, radyo düğmesi",
	indirectSelectionCheckBox: "Satır ${0}, çok seçimli, radyo düğmesi",
	selectAll: "Tümünü seç"
})
//end v1.x content
);