summaryrefslogtreecommitdiff
path: root/js/dojo/dojox/grid/enhanced/nls/ca/EnhancedGrid.js
blob: b5eb2c38793553a3f9371f988eca75ada6f9af82 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//>>built
define(
"dojox/grid/enhanced/nls/ca/EnhancedGrid", //begin v1.x content
({
	singleSort: "Ordre únic",
	nestedSort: "Ordre imbricat",
	ascending: "Ascendent",
	descending: "Descendent",
	sortingState: "${0} - ${1}",
	unsorted: "No ordenis aquesta finestra",
	indirectSelectionRadio: "Fila ${0}, selecció única, quadre d'opció",
	indirectSelectionCheckBox: "Fila ${0}, selecció múltiple, quadre de selecció",
	selectAll: "Seleccionar-ho tot"
})
//end v1.x content
);