dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
14 lines (13 loc) • 452 B
JavaScript
define(
({
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"
})
);