BUG 12616 Adicion de etiquetas hardcodeada SOLVED
Se agrego una etiqueta y nuevas traduccion para extjs
This commit is contained in:
@@ -267,6 +267,8 @@ if (Ext.ux.grid.RowEditor) {
|
||||
Ext.ux.grid.RowEditor.prototype.cancelBtnText = "Cancelar";
|
||||
Ext.ux.grid.RowEditor.prototype.saveText = "Salvar";
|
||||
Ext.ux.grid.RowEditor.prototype.cancelText = "Cancelar";
|
||||
Ext.ux.grid.RowEditor.prototype.errorText = "Erros";
|
||||
Ext.ux.grid.RowEditor.prototype.commitChangesText = "Você precisa atualizar ou cancelar suas alterações";
|
||||
}
|
||||
|
||||
if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
|
||||
|
||||
@@ -308,6 +308,8 @@ if (Ext.ux.grid.RowEditor) {
|
||||
Ext.ux.grid.RowEditor.prototype.cancelBtnText = "Cancelar";
|
||||
Ext.ux.grid.RowEditor.prototype.saveText = "Salvar";
|
||||
Ext.ux.grid.RowEditor.prototype.cancelText = "Cancelar";
|
||||
Ext.ux.grid.RowEditor.prototype.errorText = "Erros";
|
||||
Ext.ux.grid.RowEditor.prototype.commitChangesText = "Você precisa atualizar ou cancelar suas alterações";
|
||||
}
|
||||
|
||||
if(Ext.layout.BorderLayout && Ext.layout.BorderLayout.SplitRegion){
|
||||
|
||||
@@ -1218,7 +1218,7 @@ loadFieldNormal = function(){
|
||||
});
|
||||
var assignedGridGotData = Ext.getCmp('assignedGrid').getStore().getCount() > 0;
|
||||
if(assignedGridGotData) {
|
||||
Ext.MessageBox.confirm('Confirm', 'The row data that you recently created will be deleted?', function(button) {
|
||||
Ext.MessageBox.confirm(_('ID_CONFIRM'), _('ID_CONFIRM_ASSIGNED_GRID'), function(button) {
|
||||
if(button=='yes'){
|
||||
Ext.getCmp('assignedGrid').store.removeAll();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user