Doc System, change hardcoded labels

This commit is contained in:
Julio Cesar Laura
2013-03-14 15:15:04 -04:00
parent 9e0e980a23
commit 64e518fb49
81 changed files with 377 additions and 405 deletions

View File

@@ -66,11 +66,11 @@ Ext.onReady(function() {
});
}
else {
PMExt.notify('Notice', _('ID_YOU_ARE_NOT_CAN_SELECT_PHOTO'));
PMExt.notify( _('ID_NOTICE'), _('ID_YOU_ARE_NOT_CAN_SELECT_PHOTO'));
}
}
else {
PMExt.notify('Notice', _('ID_SELECT_AN_IMAGE'));
PMExt.notify( _('ID_NOTICE'), _('ID_SELECT_AN_IMAGE'));
}
}
});
@@ -117,10 +117,10 @@ Ext.onReady(function() {
store.load();
oResponse = Ext.decode( response.responseText );
if (oResponse.success == true) {
PMExt.notify('Notice', _('ID_SELECTED_IMAGE_DELETED'));
PMExt.notify( _('ID_NOTICE'), _('ID_SELECTED_IMAGE_DELETED'));
}
else {
PMExt.notify('Notice', _('ID_SELECTED_IMAGE_IS_LOGO'));
PMExt.notify( _('ID_NOTICE'), _('ID_SELECTED_IMAGE_IS_LOGO'));
}
}
});
@@ -133,11 +133,11 @@ Ext.onReady(function() {
}
}
else {
PMExt.notify('Notice', _('ID_YOU_ARE_NOT_CAN_SELECT_PHOTO'));
PMExt.notify( _('ID_NOTICE'), _('ID_YOU_ARE_NOT_CAN_SELECT_PHOTO'));
}
}
else {
PMExt.notify('Notice', _('ID_SELECT_AN_IMAGE'));
PMExt.notify( _('ID_NOTICE'), _('ID_SELECT_AN_IMAGE'));
}
}
});