
es.prodevelop.pui9.controllers.messages.PuiControllersResourceBundle_en Maven / Gradle / Ivy
package es.prodevelop.pui9.controllers.messages;
/**
* English Translation for PUI Common component messages
*
* @author Marc Gil - [email protected]
*/
public class PuiControllersResourceBundle_en extends PuiControllersResourceBundle {
@Override
protected String getFromJsonException_801() {
return "Error while reading the JSON in the server. Please, check you're sending the data correctly: ''{0}''";
}
@Override
protected String getToJsonException_802() {
return "Error while converting the response to JSON in the server. Please, check the data is being converted correctly: ''{0}''";
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy