var fdLocale = {
        months:[
                "Enero",
                "Febrero",
                "Marzo",
                "Abril",
                "Mayo",
                "Junio",
                "Julio",
                "Agosto",
                "Septiembre",
                "Octubre",
                "Noviembre",
                "Diciembre"
                ],
        fullDay:[
                "Lunes",
                "Martes",
                "Mi\u00e9rcoles",
                "Jueves",
                "Viernes",
                "S\u00e1bado",
                "Domingo"
                ],
        /* Only stipulate the dayAbbr should the first letter of the fullDay not suffice

        dayAbbr:[],
        */

        firstDayOfWeek:0,
        titles:[
                "Mes Anterior",
                "Mes Siguiente",
                "A\u00f1o anterior",
                "A\u00f1o Siguiente"
                ]
};

ha.strings.dateInputHelpText = 'dd/mm/yyyy';
ha.strings.advancedSearchError = "Ha ocurrido un error. No se pueden buscar los criterios de b\u00FAsqueda actualmente seleccionados.";
ha.strings.bothDatesRequiredMessage = "Cuando ingrese las fechas de viaje, debe ingresar obligatoriamente las fechas de partida y de regreso.";
ha.strings.errorMessage = "Lo siento, la información no está disponible en este momento.";
ha.strings.propertyCommentsLangTitle = "Si tiene alguna consulta, escríbale al propietario a";

ha.settings.datepickers = {
    low: "hoy",
    high: "",
    divider: "/",
    format: "d-m-y",
    highlightDays: [0,0,0,0,0,0,0],
    disableDays: [0,0,0,0,0,0,0],
    locale: "es-es",
    splitDate:0,
    noFade: true,
    firstDayOfWeek: 6,
    txtFormat: "",
    txtClear: "borrar",
    txtClose: "cerrar"
}
