var lang = 'en';

jQuery(function($){
	$.datepicker.regional['en'] = {
		dateFormat: 'dd/mm/yy', firstDay: 1,
		initStatus: '', isRTL: false};
	$.datepicker.setDefaults($.datepicker.regional['en']);
});

var txtBrowserNoSoportado = 'Your browser lacks support for this feature',
    txtFaltaCheckCondiciones = 'Please, read and accept the terms of service',
    txtErrorFecha = 'Invalid date',
    txtDestinoHotel = 'Destination',
    txtFechaEntrada = 'Arrival date',
    txtFechaSalida = 'Departure date',
    txtAdultos = 'Adults',
    txtNinos = 'Children',
	txtPersonas = ' people ',
	txtUnidades = ' units ',
    txtSeparadorDecimales = '.',
	txtSeparadorMiles = ',',
	txtSinCupo= ' NO ROOM ',
	txtSinFechas=' Please specify the dates of the event', 
	txtCampo= ' The field ',
	txtEsObligatorio= ' is compulsory ',
	txtNoEsEmail= ' must be a valid email',
	txtAnterior= ' Previous ',
	txtSiguiente= ' Next ',
	txtLeyenda= ' Go to group= ',
	txtEnviar= ' Submit ',
	txtWeb= 'See hotel',
	txtComoLlegar= 'How to get here?',
	txtReservar= 'Book',
	txtEnviarGPS= 'Send to GPS',
	txtGenerarKML= 'Generate KML',
	txtImprimir= 'Print',
	txtFaltaPartida= 'You must specify departure point',
	txtFaltaLlegada= 'You must specify arrival point',
	txtCupoNoCoincide= 'You have selected rooms for #numPax# people, but you searched room for #numInputs#',
	txtPaso1ReservaOK= 'All ready to go on with your booking!',
	txtSuplIncompat= 'Supplements clashing: ',
	txtFormatDocInvalid = 'Invalid document number',
	txtNumTarjInvalid = 'Invalid card number',
	txtGoogleNoEncuentra= 'Google Maps cannot find either the arrival or departure of your route.<br/>Please try again with more specific addresses.',
	txtLegalKo = 'You must read and accept the terms of service',
	txtCaducidadKo='Expiral date of your credit card is not valid',
	txtCardCodeKo='You must provide a valid verification code for your credit card';