summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/grid/enhanced/nls/ro/EnhancedGrid.js
blob: 0415b11076900c559db9dbf90f2d0cf71184f498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//>>built
define(
"dojox/grid/enhanced/nls/ro/EnhancedGrid", //begin v1.x content
({
	singleSort: "Sortare singulară",
	nestedSort: "Sortare imbricată",
	ascending: "Crescător",
	descending: "Descrescător",
	sortingState: "${0} - ${1}",
	unsorted: "Nu se sortează această coloană",
	indirectSelectionRadio: "Rândul ${0}, selecţie singulară, casetă radio",
	indirectSelectionCheckBox: "Rândul ${0}, selecţie multiplă, casetă de bifare",
	selectAll: "Selectare tot"
})
//end v1.x content
);