
// italian translation by raf

var fdLocale = {
        months:[ "Gennaio", "Febbraio", "Marzo", "Aprile", "Maggio", "Giugno", "Luglio", "Agosto", "Settembre", "Ottobre", "Novembre", "Dicembre" ],
        fullDay:[ "Luned\u00ec", "Marted\u00ec", "Mercoled\u00ec", "Gioved\u00ec", "Venerd\u00ec", "Sabato", "Domenica" ],
        /*
        Only stipulate the dayAbbr should the first letter of the fullDay not suffice
        dayAbbr:[],
        */
        firstDayOfWeek:0,
        titles:[ "Mese Precedente", "Mese Successivo", "Anno Precedente", "Anno Successivo" ]
};
 
ha.strings.advancedSearchError = "Si &#232; verificato un errore. La ricerca non pu&#242; essere fatta con i criteri selezionati.";
ha.strings.bothDatesRequiredMessage = "Per le date del soggiorno, sono necessarie sia la data di arrivo che quella di partenza.";
ha.strings.viewMapMsg = "Vedi mappa";
ha.strings.closeMapMsg = "Chiudi mappa";
ha.strings.errorMessage = "Siamo spiacenti, l&#8217;informazione non &#232; al momento disponibile.";
ha.strings.propertyCommentsLangTitle = "Scrivi al proprietario in";
 
ha.settings.datepickers = {
    low: "oggi",
    high: "",
    divider: "/",
    format: "d-m-y",
    highlightDays: [0,0,0,0,0,0,0],
    disableDays: [0,0,0,0,0,0,0],
    locale: "it-it",
    splitDate:0,
    noFade: true,
    firstDayOfWeek: 0,
    txtFormat: "",
    txtClear: "cancella",
    txtClose: "chiudi"
}
