You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
451 B
13 lines
451 B
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" |
|
}) |
|
);
|
|
|