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) • 451 B
JavaScript
define(
({
singleSort: "Orden único",
nestedSort: "Orden anidado",
ascending: "Pulse para ordenar de forma ascendente",
descending: "Pulse para ordenar de forma descendente",
sortingState: "${0} - ${1}",
unsorted: "No ordenar esta columna",
indirectSelectionRadio: "Fila ${0}, selección única, botón de selección",
indirectSelectionCheckBox: "Fila ${0}, selección múltiple, recuadro de selección",
selectAll: "Seleccionar todo"
})
);