12345678910111213 |
- define(
- "dojox/grid/enhanced/nls/ca/EnhancedGrid", ({
- singleSort: "Ordre únic",
- nestedSort: "Ordre imbricat",
- ascending: "Feu clic per ordenar de forma ascendent",
- descending: "Feu clic per ordenar de forma descendent",
- sortingState: "${0} - ${1}",
- unsorted: "No ordenis aquesta finestra",
- indirectSelectionRadio: "Fila ${0}, selecció individual, quadre d'opció",
- indirectSelectionCheckBox: "Fila ${0}, selecció múltiple, quadre de selecció",
- selectAll: "Selecciona-ho tot"
- })
- );
|