// UK lang variables

var eaeLang = {
nombre_obligatorio : 'Please enter your name.\n',
apellidos_obligatorio : 'Please enter your surname.\n',
edad_obligatorio : 'Please enter your date of birth.\n',
estudios_obligatorio : 'Please choose your level of studies.\n',
centro_obligatorio : 'Please enter a center of studies.\n',
email_obligatorio : 'Please enter a valid email address.\n',
pais_obligatorio: 'Please enter a valid Country of Residence.\n',
sexo_obligatorio: 'Please enter your Gender.\n',
mayoredad_obligatorio:'Age must be higher than 18 years old.\n',
telefono1_obligatorio : 'Please enter your phone number 1.\n',
prefijo1_obligatorio : 'Please enter the prefix for your phone number 1.\n',
telefono2_num: 'The field phone 2 only allows numbers.\n',
telefono_incorrecto : 'Please enter a valid phone number.\n',
provincia_obligatorio : 'Please enter your province.\n',
avisoLegal_obligatorio : 'Please check the box to accept the legal notice.\n',
campus_obligatorio : 'Please select one Campus.\n',
dedicacion_obligatorio : 'Please select one dedication.\n',
nacionalidad_obligatorio : 'Please select your nationality.\n',
anyofin_obligatorio: 'Please enter a year in the field End Year.\n',
nif_obligatorio : 'Please enter your NIF or passport.\n',
domicilio_obligatorio : 'Please enter your address.\n',
poblacion_obligatorio : 'Please enter your city.\n',
cp_obligatorio : 'Please enter your postal code.\n',
especialidad_obligatorio : 'Please enter your speciality.\n',
nivelIngles_obligatorio : 'Please select your english level.\n',
empresa_obligatorio : 'Please enter your company.\n',
actividad_obligatorio : 'Please enter your activity.\n',
cargo_obligatorio : 'Please enter your position.\n',
personasCargo_obligatorio : 'Please enter the number of employees you supervise.\n',
anyosCargo_obligatorio : 'Please enter the number of years in your position without decimal.\n',
funciones_obligatorio : 'Please describe your functions.\n',
otrosEstudios_obligatorio: 'The field "Other studies of interest" can’t exceed 250 characters.\n',
funcionesbis_obligatorio: 'The field "Description of your functions" can’t exceed 250 characters.\n',
porque_obligatorio: 'The field "Why have you chosen this programme?" can’t exceed 250 characters.\n',
objetivos_obligatorio: 'The field "Which are your professional aims in the next years?" can’t exceed 250 characters..\n',
otrosInteres: 'The field "Other information of interest" can’t exceed 250 characters.\n',
errores_formulario : 'There are some mistakes on the form:\n\n'
};
