summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/grid/enhanced/nls/sk/EnhancedGrid.js
blob: 9338e818d2e6d0cb5d7374ea1fc747808c924256 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//>>built
define(
"dojox/grid/enhanced/nls/sk/EnhancedGrid", //begin v1.x content
({
	singleSort: "Jednoduché triedenie",
	nestedSort: "Vnorené triedenie",
	ascending: "Vzostupne",
	descending: "Zostupne",
	sortingState: "${0} - ${1}",
	unsorted: "Netriediť tento stĺpec",
	indirectSelectionRadio: "Riadok ${0}, jednoduchý výber, prepínač",
	indirectSelectionCheckBox: "Riadok ${0}, viacnásobný výber, začiarkavacie políčko",
	selectAll: "Vybrať všetko"
})
//end v1.x content
);