41 lines
1.0 KiB
JavaScript
41 lines
1.0 KiB
JavaScript
![]() |
/**
|
||
|
* pt_BR translation
|
||
|
* By Ujvari
|
||
|
* 2009-09-21
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
//if(Ext.ux.SimplePagingToolbar){
|
||
|
//Ext.apply(Ext.ux.SimplePagingToolbar.prototype, {
|
||
|
// beforePageText: "Página",
|
||
|
// afterPageText: "de {0}",
|
||
|
// firstText: "Primeira Página",
|
||
|
// prevText: "Página Anterior",
|
||
|
// nextText: "Próxima Página",
|
||
|
// lastText: "Última Página",
|
||
|
// displayMsg: "Mostrando {0} - {1} de {2}",
|
||
|
// emptyMsg: 'Sem dados a serem exibidos'
|
||
|
//});
|
||
|
//}
|
||
|
|
||
|
|
||
|
Ext.apply(X.ajax, {
|
||
|
errorMsg: "Mensagem de Erro: {0} ( {1} )"
|
||
|
});
|
||
|
|
||
|
|
||
|
Ext.apply(X.util, {
|
||
|
alertTitle: "Alerta",
|
||
|
confirmTitle: "Confirmação",
|
||
|
formAlertMsg: "Por favor, insira um valor para o campo {0}!",
|
||
|
formAlertTitle: "Formulário Inválido",
|
||
|
loading: "Carregando..."
|
||
|
});
|
||
|
|
||
|
|
||
|
|
||
|
Ext.apply(X.wnd, {
|
||
|
closeButtonTooltip: "Close this window",
|
||
|
formModifiedConfirmTitle: "Fechamento Confirmado",
|
||
|
formModifiedConfirmMsg: "O formulário atual foi modificado.<br/><br/>Cancelar Alterações?"
|
||
|
});
|