18 lines
489 B
JavaScript
18 lines
489 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/grid/enhanced/nls/es/EnhancedGrid", //begin v1.x content
|
||
|
({
|
||
|
singleSort: "Orden único",
|
||
|
nestedSort: "Orden anidado",
|
||
|
ascending: "Ascendente",
|
||
|
descending: "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"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|
||
|
|