18 lines
506 B
JavaScript
18 lines
506 B
JavaScript
|
//>>built
|
||
|
define(
|
||
|
"dojox/grid/enhanced/nls/pt-pt/EnhancedGrid", //begin v1.x content
|
||
|
({
|
||
|
singleSort: "Ordenação única",
|
||
|
nestedSort: "Ordenação imbricada",
|
||
|
ascending: "Ascendente",
|
||
|
descending: "Descendente",
|
||
|
sortingState: "${0} - ${1}",
|
||
|
unsorted: "Não ordenar esta coluna",
|
||
|
indirectSelectionRadio: "Fila ${0}, selecção única, caixa de opção",
|
||
|
indirectSelectionCheckBox: "Fila ${0}, selecção múltipla, quadrado de confirmação",
|
||
|
selectAll: "Seleccionar tudo"
|
||
|
})
|
||
|
//end v1.x content
|
||
|
);
|
||
|
|