/**
 *
 *  @copyright: Mantecao / Grupo Alion C.A.
 *  @url: www.mantecao.com.ve
 *  @licensing:  
 *  @autor: nching
 * 
/**
 * Este archivo contiene etiquetas y mensajes en idioma ingles
 * 
 */

 app = {};
 
 app.lang = "en";
 
 app.labels = {
 	"EMAIL":"E-mail",
	"MESSAGE":"Message",
	"FULLNAME":"Full Name"
 }
 
 app.messages = {
 	"THANKSFORYOURMESSAGE":"Thanks for your message",
	"CANNOTBEEMPTY":"can not be blank!",
	"INVALIDFORMAT":"not a valid format!"
 }
