//*** General

	// Formularios
	tt_forms_validacion_empresa = "Please, enter the company name.";
	tt_forms_validacion_direccion = "Please, enter the company direction.";
	tt_forms_validacion_ciudad = "Please, enter the City and State.";
	tt_forms_validacion_cp = "Please, enter the Post Code.";
	tt_forms_validacion_pais = "Please, enter the Country.";
	tt_forms_validacion_telefono = "Please, enter the telephone number.";
	tt_forms_validacion_fax = "Please, enter the fax number.";
	tt_forms_validacion_email = "Please, enter your e-mail.";
	tt_forms_validacion_email_no_valido = "Your e-mail address is not valid.";
	tt_forms_validacion_sitio_web = "Please, enter the website.";
	tt_forms_validacion_contacto = "Please, enter your contact name.";
	tt_forms_validacion_codigo_seguridad = "Please, enter the code of the image.";
	tt_forms_validacion_mensaje = "Please, enter message.";
	
	tt_forms_validacion_productos = "Please, enter products.";
	tt_forms_validacion_select_categoria = "Please, select one Product Group."
	tt_forms_validacion_select_pais = "Please, select one country."
	tt_forms_validacion_archivo_logo = "Please, enter the address of your logo."

//*** Validacion Buscador de Palabras
tt_buscador_validacion_texto = "It has not entered any data to look for";

//*** Validacion post_offers_demands
tt_post_o_d_validacion_categoria = "Please select one Product Group.";
tt_post_o_d_validacion_producto = "Please, enter your product.";
tt_post_o_d_validacion_descripcion_used_eq = "Please, enter the detailed equipment description";
tt_post_o_d_validacion_descripcion_tradepoint = "Please, enter the description of your company";