// JS Translations for NIUMBA.COM

// Generales
var ctrl_error_message_base	= "Unable to proceed because of the following problems:"

// Textos Home
var texto_loading 			= "Loading..." ;
var texto_todas_comunidades	= "Todas las comunidades" ;
var texto_todas_provincias 	= "All Areas / Provinces" ;
var texto_todas_poblaciones = "All towns" ;
var texto_personas 			= "persons or more" ;
var texto_persona 			= "person or more" ;
var texto_zonas 			= "Areas" ;
var texto_provincias		= "Provinces" ;
var texto_elige_algo = "To search for properties you must specify an area or province";


// Textos form newsletter
var ctrl_email_valido		= "You must specify a valid Email address" ;

// Textos para el frm de contacto con anunciante
var ctrl_reserva_nombre			= "You must specify a name" ;
var ctrl_reserva_email 			= "You must specify a valid Email address" ;
var ctrl_reserva_tel			= "You must enter a contact telephone number" ;
var ctrl_reserva_d_llegada		= "You must specify your arrival date" ;
var ctrl_reserva_d_llegada_past = "Arrival date must be greater than today" ;
var ctrl_reserva_d_salida		= "You must specify your departure date" ;
var ctrl_reserva_d_salida_past 	= "Departure date must be greater than today" ;
var ctrl_reserva_d_salida_cross	= "Departure date must be greater than arrival date" ;
var ctrl_reserva_fechas_iguales = "Departure date must be greater than arrival date";

//contactar
var ctrl_contactar_nombre   	= "Please specify your name" ;
var ctrl_contactar_email		= "You must specify an Email address" ;
var ctrl_contactar_email_inv   	= "You must specify a valid Email address" ;
var ctrl_contactar_asunto   	= "Please select a subject from the dropdown menu" ;
var ctrl_contactar_perfil   	= "Please select a profile from the dropdown menu" ;
var ctrl_contactar_mensaje   	= "Message must not be empty" ;

//registro de usuarios
var ctrl_usuarios_tipo_usuario  = "Please select your user type (Particular or Agency)" ;
var ctrl_usuarios_nombreagencia = "Please specify an agency name" ;
var ctrl_usuarios_tel           = "Please specify a telephone number" ;
var ctrl_usuarios_tel_cont      = "Please specify a contact number for Niumba" ;
var ctrl_usuarios_tel_resev     = "Please specify a telephone number for customer reservations" ;
var ctrl_usuarios_apellidos     = "Please specify a last name" ;
var ctrl_usuarios_email         = "Please specify an Email address" ;
var ctrl_usuarios_email_inv     = "Please specify a valid Email address" ;
var ctrl_usuarios_como          = "Please specify how did you hear about us" ;
var ctrl_usuarios_pregunta      = "Please, answer our question" ;
var ctrl_usuarios_idioma        = "Pleaseselect the language you want our staff to use to contact you" ;
var ctrl_usuarios_pwd           = "Please choose a password" ;
var ctrl_usuarios_pwd2          = "Verify that the passwords entered are identical" ;
var ctrl_usuarios_politica      = "You must accept our terms and conditions of Privacy policy" ;
var ctrl_usuarios_tel_incorrecto= "Invalid phone number, please type only numbers" ;
var ctrl_usuarios_tel_res1_incor= "Invalid reservations 1 phone number, please type only numbers" ;
var ctrl_usuarios_tel_res2_incor= "Invalid reservations 2 phone number, please type only numbers" ;
var ctrl_usuarios_902           = "Please say if you want to have a free 902 telephone number";
var ctrl_usuarios_paises		= "Please specify your country";

//baja de usuarios
var ctrl_baja_email             = "You must specify your e-mail" ;
var ctrl_baja_email_inv         = "You must specify a valid e-mail address" ;

//Opina
var ctrl_opina_tit              = "Please, specify a title for your review" ;
var ctrl_opina_comentario       = "The review must not be empty" ;
var ctrl_opina_nombre           = "Please specify your name" ;
var ctrl_opina_email            = "You must specify an Email address" ;
var ctrl_opina_email_inv        = "You must specify a valid Email address" ;
var ctrl_opina_fec_mes          = "You must specify the month when you stayed at the accomodation" ;
var ctrl_opina_fec_ano          = "You must specify the year when you stayed at the accomodation" ;
var ctrl_opina_mas_gusta        = "You must specify what you liked the most" ;
var ctrl_opina_menos_gusta      = "You must specify what you liked the least" ;
var ctrl_opina_valoracion       = "You must specify rating the accomodation" ;
var texto_ejemplo_mas_gusta     = "i.e. the good taste in decoration" ;
var texto_ejemplo_menos_gusta   = "i.e. the bathroom is very small" ;
var ctrl_opina_con_legal          = "Debes aceptar las normas de publicación de opiniones" ;

//Formulario de errores (ficha y formulario de error)
var ctrl_errores_ficha          = "Please select type of error" ;

//Change password
var ctrl_change_pwd_pwdact      = "You must provide your current password" ;
var ctrl_change_pwd_pwdnew      = "You must fill in both fields for the new password" ;
var ctrl_change_pwd_pwdnew2     = "Values in the new password fields do not match" ;

//lost pwd
var ctrl_lost_pwd_email         = "You must specify your Email" ;
var ctrl_lost_pwd_email_inv     = "You must specify a valid Email address" ;

//change email
var ctrl_change_email_act       = "You must specify your current registered Email" ;
var ctrl_change_email_act_inv   = "You must specify a valid Email address as your current registered Email" ;
var ctrl_change_email_new       = "You must specify your new Email" ;
var ctrl_change_email_new_inv   = "You must specify a valid Email address as your new Email" ;
var ctrl_change_email_pwd       = "You must specify your password to proceed with the operation" ;

//Alta/Mod. de inmueble
var ctrl_apartamento_usuario    = "You must specify user who owns the apartment." ;
var ctrl_apartamento_nombre     = "You must specify your internal reference for the apartment. It will help you to track it on the site" ;
var ctrl_apartamento_cp         = "You must specify the postal code" ;
var ctrl_apartamento_prov       = "You must select one provice from the list. It will be filled automatically when you specify the postal code (check it is the correct one if your province does not show in the list)" ;
var ctrl_apartamento_pob        = "You must select one town from the list. It will be filled automatically when you specify the postal code (check it is the correct one if your town does not show in the list)" ;
var ctrl_apartamento_prov_tmp   = "You must insert a province in the text field indicated" ;
var ctrl_apartamento_pob_tmp    = "You must insert a location in the text field indicated" ;
var ctrl_apartamento_info_transportes       = "The information on transport must not exceed 255 characters, including spaces" ;
var ctrl_apartamento_preciomin  = "You must specify a minimum price per night" ;
var ctrl_apartamento_preciomax  = "You must specify a maximum price per night" ;
var ctrl_apartamento_minmax     = "Debes indicar un precio mínimo más pequeño al precio máximo" ;
var ctrl_apartamento_estancia   = "You must select a value for the number of nights for minimum stay" ;
var ctrl_apartamento_emailres   = "You must specify a valid Email addres for the information request Email field" ;
var ctrl_apartamento_aloj       = "You must select a property type from the list" ;
var ctrl_apartamento_slogan     = "You must provide a description at least for one of the given languages" ;
var ctrl_apartamento_metros2    = "You must specify the square meters surface area of your property" ;
var ctrl_apartamento_numplazas  = "You must select the maximum number of persons for your property occupancy" ;
var ctrl_apartamento_numdorm    = "You must select the number of bedrooms for your property" ;
var ctrl_apartamento_numbanos   = "You must select the number of bathrooms for your property" ;
var ctrl_apartamento_otros_equipamientos    = "The information on other equipment must not exceed 255 characters, including spaces" ;
var ctrl_apartamento_url_email_numeros = "We are sorry but you cannot enter phone numbers, e-mail addresses and/or weblinks in the following fields:" ;

var ctrl_apartamento_pais = "Especifica un país para este alojamiento";
var ctrl_apartamento_region = "Especifica una región para este alojamiento";
var ctrl_apartamento_poblacion = "Especifica una población para este alojamiento";

// AJAX
var txt_no_disponible			= "Unavailable" ;
var txt_loading_data			= "Loading data..." ;
var txt_select_one				= "Select one from the list..." ;
var txt_wait_cp					= "Enter postal code..." ;

// Frm mod inmueble
var ctrl_borrado_fotos 			= "Selected images will be deleted. Do you want to proceed?" ;

//Frm mi lista
var ctrl_mi_lista_nombre 		= "You must specify your Name" ;
var ctrl_mi_lista_email 		= "You must specify your Email" ;
var ctrl_mi_lista_emails 		= "You must specify at least one Email address" ;

//Frm envia amigo
var ctrl_envia_amigo_su_email 		= "Please enter a correct e-mail address for your friend" ;
var ctrl_envia_amigo_nombre 		= "Please fill in your name" ;
var ctrl_envia_amigo_tu_email 		= "Please enter your correct e-mail address" ;

//Frm alertas
var ctrl_alertas_nombre 		= "You must specify a name to this alert" ;
var ctrl_alertas_email 		    = "You must specify your Email" ;
var ctrl_alertas_email_inv 		= "You must specify a valid Email address" ;
var ctrl_alertas_prov    		= "You must select one provice from the list" ;
var ctrl_alertas_idioma    		= "You must select the language you want to receive the alerts" ;

// Interhome
var txt_week					= "week" ;
var txt_weeks					= "weeks" ;
var ctrl_frm_paso_1				= "You have to select an arrival date and length of stay to make a reservation" ;
var txt_inclusions				= "Miscellaneous" ;
var ctrl_frm_paso_2				= "You have to accept Interhome's reservation conditions" ;
var ctrl_error_ih_fname			= "You must enter your name" ;
var ctrl_error_ih_lname			= "You must enter your surname/s" ;
var ctrl_error_ih_adr1			= "You must enter an address for mailing of the invoice" ;
var ctrl_error_ih_zip			= "You must enter a postal code for mailing of the invoice" ;
var ctrl_error_ih_place			= "You must enter a town for mailing of the invoice" ;
var ctrl_error_ih_state 		= "You must enter a province or county for mailing of the invoice " ;
var ctrl_error_ih_tel			= "You must enter a contact telephone number" ;
var ctrl_error_ih_email			= "You must enter a contact e-mail address" ;
var ctrl_error_ih_email_format	= "You must enter a valid contact e-mail address" ;
var ctrl_error_ih_adults		= "There must be at least 1 adult occupant for the accommodation" ;
var ctrl_error_ih_occupants		= "You must enter a capacity which is lower than the maximum for the accommodation" ;
var ctrl_error_ih_creditcard_num		= "You must enter a valid credit card number" ;
var ctrl_error_ih_creditcard_hold		= "You must enter the card holder's name" ;
var ctrl_error_ih_creditcard_expired	= "You must use a valid credit card - the expiry date is not valid" ;
var ws_occupied					= "The accommodation is occupied on the dates chosen - please select new dates" ;
var ws_ccNumber					= "The credit card number is not valid " ;
var ws_ccExpiry					= "The expiry date of the credit card is not valid" ;

//Recomendados home
var ctrl_recomendado_vac        = "Please choose four recommended properties" ;
var ctrl_recomendado_rep        = "You cannot choose the same property more than once" ;
var ctrl_recomendado_ord_vac    = "Please assign and numeric order to the properties" ;
var ctrl_recomendado_ord_num    = "The orden has to be a number between 1 and 4" ;
var ctrl_recomendado_ord_rep    = "You cannot assign the same order number to different properties" ;

//comunes
var ctrl_captcha_code = "Please fill out the text in the image";
var ctrl_tiempo_actualizacion = "Los cambios se han guardado. Podrás verlos en la web en 24 horas.";
var ctrl_tiempo_alta = "Los cambios se han guardado.";

//Listado apartamentos zona propietarios
var ctrl_desactivar_apartamento= "Are you sure you want to deactivate your apartment?\nIf you go on, your apartment will not be available in the website until you activate it again. If you have rented it for some months, we think it would be better to tick  it in the calendar, then you will keep receiving requests for more information  the months it is not available.";

$.dpText = {
		  TEXT_PREV_YEAR    : 'Previous year',
		  TEXT_PREV_MONTH   : 'Previous month',
		  TEXT_NEXT_YEAR    : 'Next year',
		  TEXT_NEXT_MONTH   : 'Mes siguiente',
		  TEXT_CLOSE      : 'Cerrar',
		  TEXT_CHOOSE_DATE  : 'Elegir fecha',
		  TEXT_ERASE_DATE  : 'Borrar fecha'
		};
Date.dayNames = ['Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'];
Date.abbrDayNames = ['Sun', 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat'];
Date.monthNames = ['January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'];
Date.abbrMonthNames = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec'];

