var fdLocale = {
        months:[
                "Janeiro",
                "Fevereiro",
                "Mar\u00E7o",
                "Abril",
                "Maio",
                "Junho",
                "Julho",
                "Agosto",
                "Setembro",
                "Outubro",
                "Novembro",
                "Dezembro"
                ],
        fullDay:[
                "Segunda",
                "Ter\u00E7a",
                "Quarta",
                "Quinta",
                "Sexta",
                "S\u00E1bado",
                "Domingo"
                ],
        /* Only stipulate the dayAbbr should the first letter of the fullDay not suffice

        dayAbbr:[],
        */

        firstDayOfWeek:0,
        titles:[
                "M\u00EAs anterior",
                "Pr\u00F3ximo m\u00EAs",
                "Ano anterior",
                "Pr\u00F3ximo ano"
                ]
};

ha.strings.advancedSearchError = "Ocorreu um erro. Não é possível fazer pesquisa com os critérios seleccionados.";
ha.strings.bothDatesRequiredMessage = "Quando escolher as datas de viagens, terá que fornecer as datas de partida e chegada.";
ha.strings.errorMessage = "Pedimos desculpa, mas esta informação não está disponível de momento.";
ha.strings.propertyCommentsLangTitle = "Contacte con este propriet";

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