var idioma="en";

var msgPerfil=new Array();
msgPerfil["noUsername"]			="The field 'Username' can not be empty";
msgPerfil["logintudUsername"]	="The field 'Username' has a maximum of 6 characters";
msgPerfil["noValidUsername"]	="The field 'Username' has characters no valid. Valid characters: '"+validchars+"'";
msgPerfil["longitudPassword"]	="The field 'Password' can neither have more than 6 characters nor less than 10 characters";
msgPerfil["noValidPassword"]	="The field 'Password' has characters no valid.\nValid characters: '"+validchars+"'";
msgPerfil["noMismatchPassword"]	="Passwords doesn't match";
msgPerfil["noEmail"]			="The field 'E-mail' cannot be empty";
msgPerfil["noNombre"]			="The field 'Name' cannot be empty";
msgPerfil["noApellido1"]		="The field 'Last name' cannot be empty";
msgPerfil["noDireccion"]		="The field 'Address' cannot be empty";
msgPerfil["direccionLarga"]		="The field 'Address' cannot exceed 120 characters";
msgPerfil["noProvPobCP"]		="You must fill out the fields 'Province', 'Town' and 'Postal code'";
msgPerfil["noTelefono"]			="The field 'Phone' is empty or is not numerical";
msgPerfil["noPolitica"]			="ou must confirm 'I accept political privacy'";
msgPerfil["Enviando"]			="Sending...";
msgPerfil["Modificar"]			="Modifie";
msgPerfil["Enviar"]				="Send";
msgPerfil["cargando"]			="Loading information...";
msgPerfil["itemSelCargando"]	="Loading...";

var msgEmail=new Array();
msgEmail["noEmail"]	="The email adress seems incorrect (check @ and 's)";
msgEmail["noUser"]	="The user name does not seem valid.";
msgEmail["IP"]		="The IP's adresses are not valid!";
msgEmail["noDomVal"]="The domain name does not seem valid.";
msgEmail["noSuf"]	="The email must finish with three letters of domain, or two letters of country code";
msgEmail["noDom"]	="This email adress does not have hostname!";

var msgModPassword=new Array();
msgModPassword["noActualPassword"]	="You must enter your current password";
msgModPassword["longitudPassword"]	="The field 'Password' can neither have more than 6 characters nor less than 10 characters";
msgModPassword["noValidPassword"]	="The field 'New Password' has characters no valid.\nValid characters: '"+validchars+"'";
msgModPassword["noMismatchPassword"]="Passwords doesn't match";
msgModPassword["Enviando"]			="Sending...";

var msgCalidadPassword=new Array();
msgCalidadPassword["longitudPassword"]	="We do no accept less than 6 characters";
msgCalidadPassword["simplePassword"]	="Password invalid, alphanumeric combination too simple.\n We advise you to put letters and numbers.";

var msgSAC=new Array();
msgSAC["SeleccionarTipoServicio"]  ="You have to select the type of service";
msgSAC["SeleccionarNumeroPedido"]  ="You have to select a order number";
msgSAC["SeleccionarTipoIncidencia"]="You have to select a type of service";
msgSAC["SeleccionarTipoConsulta"]  ="You have to select a trouble subject";
msgSAC["EscribirMensaje"]          ="You have to write a message";
msgSAC["Enviando"]                 ="Sending...";
msgSAC["SeleccioneTipoIncidencia"] ="Select type of trouble in service";
msgSAC["SeleccioneUnPedido"]       ="Select an order number";
msgSAC["TextoVacio"]               ="The text field can not be empty";
msgSAC["SeleccioneTipoServicio"]   ="First select a type of service";

var msgBarraProgreso=new Array();
msgBarraProgreso["formatoIncorrecto"]="Error! The file format is incorrect. \ n Please check that the name of the file retains the format: \ n \ n 1. The name should not exceed 128 characters. \ n 2. The format of the name must be 'nombre.ext' \ n 3. The name can contain the following characters [1-9, a-z, A-Z, '_', '-']\n";
msgBarraProgreso["tipoIncorrecto"]="Error! not allow files of this type: ";
msgBarraProgreso["ficheroImagen"]="Please select an image file.";
msgBarraProgreso["ficheroDuplicado"]="Warning: Detected duplicate file.\n\n";
msgBarraProgreso["ficheroDuplicadoformulario"]=" is duplicated in the form ";
msgBarraProgreso["redimensionandoImagen"]="Resizing the image, please wait";
msgBarraProgreso["ErrorImagen_1"]="The image [ <b>";
msgBarraProgreso["ErrorImagen_2"]="</b> ] was not processed correctly. Please attach the file again.";
msgBarraProgreso["ErrorInterno"]="Internal error occurred while processing the image.";
msgBarraProgreso["Error"]="Error!";
msgBarraProgreso ["cantidadErronea"]="The amount must be greater than or equal to 1";

var msgConcursoFotografico=new Array();
msgConcursoFotografico["fotografiaGanadora"]	= "Winner Photography ";
msgConcursoFotografico["ganador"]				= "WINNER: ";
msgConcursoFotografico["fotografiasGanadoras"]	= "Winner photographs ";
msgConcursoFotografico["titulo"]				= "Title: ";
msgConcursoFotografico["camaraObjetivo"]		= " Camera/Lens: ";
msgConcursoFotografico["fecha"]					= " Date: ";

var msgSolicitudFranquicia=new Array();
msgSolicitudFranquicia["nombre"]				= "The field 'First name' can not be empty";
msgSolicitudFranquicia["apellido1"]				= "The field 'Second name' can not be empty";
msgSolicitudFranquicia["apellido2"]				= "The field 'Last name' can not be empty";
msgSolicitudFranquicia["provinciaYpoblacion"]	= "You must fill fields 'Region / Area' and 'City'";
msgSolicitudFranquicia["codpostal"]				= "The field 'Postal code' can not be empty";
msgSolicitudFranquicia["direccion"]				= "The field 'Address' can not be empty";
msgSolicitudFranquicia["telefono1"]				= "The field 'First phone' can not be empty";
msgSolicitudFranquicia["telefono2"]				= "The field 'Second phone' can not be empty";
msgSolicitudFranquicia["telefono1num"]			= "The field 'First phone' is empty or is not a number";
msgSolicitudFranquicia["email"]					= "The field 'E-mail' can not be empty";
msgSolicitudFranquicia["ubicacion"]				= "The field 'Location of the new franchise' can not be empty";
msgSolicitudFranquicia["local"]					= "The field 'Do you have a place in that location?' can not be empty";
msgSolicitudFranquicia["superficie"]			= "The field 'How many meters is the store?' can not be empty";
msgSolicitudFranquicia["plazo"]					= "You must select a business start-up";
msgSolicitudFranquicia["enviando"]				= "Send...";
msgSolicitudFranquicia["cargando"]				= "Loading information...";
msgSolicitudFranquicia["itemSelCargando"]		= "Loading...";

var msgEmailCheck=new Array();
msgEmailCheck["emailIncorrecto"]				= "The email adress seems incorrect (check @ and 's)";
msgEmailCheck["nombreUsuarioIncorrecto"]		= "The user name does not seem valid";
msgEmailCheck["direccionesIPIncorrectas"]		= "The IP's adresses are not valid!";
msgEmailCheck["nombreDominioIncorrecto"]		= "The domain name does not seem valid";
msgEmailCheck["terminacionEmailIncorrecta"]		= "The email must finish with three letters of domain, or two letters of country code";
msgEmailCheck["nombreDominioInexistente"]		= "This email adress does not have hostname!";

var msgComandes=new Array();
msgComandes["cantidad"]			="QUANTITY";
msgComandes["codigoArticulo"]	="CODE";
msgComandes["descripcion"]		="DESCRIPTION";
msgComandes["importe"]			="AMOUNT";
msgComandes["gastosEnvio"]		="Postage costs";
msgComandes["importeOferta"]	="Offer amount";
msgComandes["impuestos"]		="Taxes";
msgComandes["subtotal"]			="Subtotal";
msgComandes["total"]			="TOTAL";
msgComandes["destinoPedido"]	="ORDER DESTINATION";
msgComandes["ofertaAplicada"]	="OFFER APPLIED";
msgComandes["ocultarDetalle"]	="hide detalle";
msgComandes["mostrarDetalle"]	="see detail";
msgComandes["cerrar"]			="Close";
msgComandes["PromoMsgNoPromo"]	="<span style='color: #ffffff;background-color: #ff0000;font-weight: bold;'>You did not indicate any Promotional Code, if you continue no offer will be applied.</span>";
msgComandes["PromoMsg"]			="If you agree press \"Continue\" if you have a promotional code click \"Back\".";
msgComandes["PromoMsgVolver"]	="Back";
msgComandes["PromoMsgContinuar"]="Continue";

var msgConcursoFotos=new Array();
msgConcursoFotos["tituloFoto"]		= "You have to write the title of the photograph";
msgConcursoFotos["camaraFoto"]		= "You have to write the kind of camera / lens";
msgConcursoFotos["comentarioFoto"]	= "The comment of the photo can not be empty";

var msgTOL=new Array();
msgTOL["CompararCargandoArticulos"]	="Loading products...";
msgTOL["CompararSeleccionarModelo"]	="Select model";
msgTOL["EnviarAmigoDestinatario"]	="You must write a valid mail address";
msgTOL["EnviarAmigoReceptor"]		="You must write the name";
msgTOL["EnviarAmigoEmail"]			="You must write your mail";
msgTOL["EnviarAmigoEmisor"]			="You must write your name";
msgTOL["EnviarAmigoMensaje"]		="You must write a comment";
msgTOL["Comentario"]				="The comment can not be less than 20 characters";
msgTOL["ValorarComentario"]			="Please rate the product from 1 to 5 stars depending on how interesting is";

var msgEnviament=new Array();
msgEnviament["SeleccionarTienda"]	="Choose a shop";
msgEnviament["SeleccionarPoblacion"]="Choose a town";
msgEnviament["CargandoPoblaciones"]	="Loading town...";
msgEnviament["CargandoTienda"]		="Loading shop...";
msgEnviament["NoTienda"]			="You must select a shop";
msgEnviament["NoNombre"]			="The field 'Name' can not be empty";
msgEnviament["NoApellido"]			="The field 'Last name' can not be empty";
msgEnviament["NoDireccion"]			="The field 'Adress' can not be empty"
msgEnviament["NoPais"]				="You must select a country";
msgEnviament["NoProvincia"]			="You must select a province";
msgEnviament["NoPoblacion"]			="You must select a town"
msgEnviament["NoCP"]				="The field 'Postal code' can not be empty";

var msgRecuperarPassword=new Array();
msgRecuperarPassword["NoMail"]	="The field 'e-mail' can not be empty";

var msgPasarela=new Array();
msgPasarela["NoTargeta"]	="The field 'Credit Card' can not be empty";
msgPasarela["NoCCV2"]		="The field 'CCV2' can not be empty";
msgPasarela["NoRazonSocial"]="The field 'Company name' can not be empty";
msgPasarela["NoDireccion"]	="The field 'Address' can not be empty";
msgPasarela["NoPoblacion"]	="The field 'City/Town' can not be empty";
msgPasarela["NoProvincia"]	="The field 'Province' can not be empty";
msgPasarela["NoCP"]			="The field 'Postal Code' can not be empty";
msgPasarela["NoCIF"]		="The field 'C.I.F' can not be empty";
msgPasarela["NoValidCIF"]	="CIF/NIF no valid";
msgPasarela["ConnBanco"]	="Connecting with bank. Please wait...";

var msgLogin=new Array();
msgLogin["Error"]="Username/Password incorrect";

var msgSolicitudTiendaAsociada=new Array();
msgSolicitudTiendaAsociada["nombre"]				= "The field 'First name' can not be empty";
msgSolicitudTiendaAsociada["apellido1"]				= "The field 'Second name' can not be empty";
msgSolicitudTiendaAsociada["apellido2"]				= "The field 'Last name' can not be empty";
msgSolicitudTiendaAsociada["provinciaYpoblacion"]	= "You must fill fields 'Region / Area' and 'City'";
msgSolicitudTiendaAsociada["codpostal"]				= "The field 'Postal code' can not be empty";
msgSolicitudTiendaAsociada["direccion"]				= "The field 'Address' can not be empty";
msgSolicitudTiendaAsociada["telefono1"]				= "The field 'First phone' can not be empty";
msgSolicitudTiendaAsociada["telefono2"]				= "The field 'Second phone' can not be empty";
msgSolicitudTiendaAsociada["telefono1num"]			= "The field 'First phone' is empty or is not a number";
msgSolicitudTiendaAsociada["email"]					= "The field 'E-mail' can not be empty";
msgSolicitudTiendaAsociada["ubicacion"]				= "The field 'Location of the new associated shop' can not be empty";
msgSolicitudTiendaAsociada["superficie"]			= "The field 'How many meters is the store?' can not be empty";
msgSolicitudTiendaAsociada["enviando"]				= "Send...";
msgSolicitudTiendaAsociada["cargando"]				= "Loading information...";
msgSolicitudTiendaAsociada["itemSelCargando"]		= "Loading...";
