var i18n = {
    calendar: {
        error:"Please enter the dates of your stay in the format dd/mm/yyyy or by selecting the dates from the calendar",
        errorDate: "Please enter a future date",
        arrivalAlt:"Arrival date calendar",
        departureAlt:"Departure date calendar",
        dateFormat:"^[0-9]{2}[/]{1}[0-9]{2}[/]{1}[0-9]{4}$", //format dd/mm/yyyy
        closePopin:"Close",
        monthNames: ['January','February','March','April','May','June','July','August','September','October','November','December'],
        displayDateFormat : "%d/%m/%Y"
    },
    destination: {
        error :"Please enter a city, country or hotel code"
    },
    b2b: {
        error :"Please amend or complete the details entered in the compulsory fields, shown in red",
        errorCal : "Please select an arrival date and a departure date"
    },
    maporama: {
        errorCity :"Please enter a city or zip code",
        errorCountry :"Please select a country"
    },
    access : {
        "APT1" : "Airport",
        "BUS" : "Bus",
        "GARE" : "Station",
        "METR" : "Metro",
        "TRAM" : "Tramway"
    },
    amenities : {
        free : "Free",
        notfree : "Paying"
    },
    tax :{
        since : "from %x",
        from : "from %x to %y",
        cattering : "Catering tax (if applicable) :",
        lodging : "Lodging tax :"
    },
    package : {
        fromLabel : 'From',
        defaultTexteListing : 'All packages',
        noResults : "We're sorry. We don't have any packages that match your search criteria. Please search again!",
        moreInfo  : "Find out more",
        condition: "(*) Prices quoted are from rates and subject to availability. Check conditions for the rate when booking. ",
        btnEditCriteria: "Change your search criteria",
        seeCities : "See the %x cities"
    },
	freenight : {
		paperNeeded : "Paper Certificate needed"
	},
    buttons : {
        "more" : "Find out more"
    },
    travel :{
        footerMl : "* The commissions indicated are those applying at the moment of the reservation, for the type of room selected (excluding additional services); modifications are possible up to the actual stay."
    }
}
