Merge pull request #39 from alvarocs/BUG-8932
BUG 8932 Untranslatable strings SOLVED
This commit is contained in:
@@ -398,7 +398,7 @@ var Conditional = function(DYN_UID){
|
||||
|
||||
if(this.canSave){
|
||||
if( saving != true ){
|
||||
bResult = (result)? 'TRUE': 'FALSE';
|
||||
bResult = (result)? _('ID_TRUE'): _('ID_FALSE');
|
||||
oResultDiv = document.getElementById("ResultMessageTD");
|
||||
oResultDiv.style.display = 'block';
|
||||
oResultDiv.style.backgroundColor = '#BFCCC5';
|
||||
|
||||
@@ -78,6 +78,7 @@ Ext.onReady(function(){
|
||||
if(uploader.getForm().isValid()){
|
||||
uploader.getForm().submit({
|
||||
url: 'languages_Import',
|
||||
waitTitle:'',
|
||||
waitMsg: _('ID_UPLOADING_TRANSLATION_FILE'),
|
||||
success: function(o, resp){
|
||||
w.close();
|
||||
|
||||
Reference in New Issue
Block a user