Doc System, change hardcoded labels
This commit is contained in:
@@ -168,7 +168,7 @@
|
||||
}
|
||||
}
|
||||
if (!http_request){
|
||||
alert('This browser is not supported.');
|
||||
alert( _('ID_BROWSER_NOT_SUPPORTED') );
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -215,7 +215,7 @@
|
||||
}
|
||||
}
|
||||
if (!http_request){
|
||||
alert('This browser is not supported.');
|
||||
alert( _('ID_BROWSER_NOT_SUPPORTED') );
|
||||
return false;
|
||||
}
|
||||
|
||||
@@ -253,7 +253,7 @@
|
||||
document.location = document.location;
|
||||
}
|
||||
else{
|
||||
Ext.Msg.alert('Refresh', 'You clicked: CTRL-F5');
|
||||
Ext.Msg.alert(_('ID_REFRESH_LABEL'), _('ID_REFRESH_MESSAGE'));
|
||||
}
|
||||
|
||||
}
|
||||
@@ -474,7 +474,7 @@
|
||||
uploadDocumentGridDownload();
|
||||
},
|
||||
render: function(){
|
||||
this.loadMask = new Ext.LoadMask(this.body, {msg:'Loading...'});
|
||||
this.loadMask = new Ext.LoadMask(this.body, {msg:_('ID_LOADING')});
|
||||
processesGrid.getSelectionModel().on('rowselect', function() {
|
||||
var rowSelected = processesGrid.getSelectionModel().getSelected();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user