// ***************************************************************************************
// *                                                                                     *
// * COPYRIGHT:                                                                          *
// * (C) Copyright Taligent, Inc.,  1997                                                 *
// * (C) Copyright International Business Machines Corporation,  1997                    *
// * Licensed Material - Program-Property of IBM - All Rights Reserved.                  *
// * US Government Users Restricted Rights - Use, duplication, or disclosure             *
// * restricted by GSA ADP Schedule Contract with IBM Corp.                              *
// *                                                                                     *
// ***************************************************************************************

it {
    LocaleString { it_IT }
    LocaleID { "0410" }
    ShortLanguage { ita }
    ShortCountry { ITA }
    Languages {
        it { italiano }
    }
    Countries {
        IT { Italia }
        CH { Svizzera }
    }
    MonthNames {
        gennaio,
        febbraio,
        marzo,
        aprile,
        maggio,
        giugno,
        luglio,
        agosto,
        settembre,
        ottobre,
        novembre,
        dicembre,
        ""
    }
    MonthAbbreviations {
        gen,
        feb,
        mar,
        apr,
        mag,
        giu,
        lug,
        ago,
        set,
        ott,
        nov,
        dic,
        ""
    }
    DayNames {
        domenica,
        luned,
        marted,
        mercoled,
        gioved,
        venerd,
        sabato
    }
    DayAbbreviations { dom, lun, mar, mer, gio, ven, sab }
    AmPmMarkers { AM, PM }
    Eras { BC, "dopo Cristo" }
    NumberPatterns {
        "#,##0.###;-#,##0.###",
        "L'.' #,##0.00;-L'.' #,##0.00",
        "#,##0%"
    }
    NumberElements {
        ",",
        ".",
        ";",
        "%",
        "0",
        "#",
        "-",
        E,
        "\u2030",
        "\u221e",
        "\ufffd"
    }
    CurrencyElements {
        "L.",
        ITL,
        ""
    }
    DateTimePatterns {
        "H.mm.ss z",
        "H.mm.ss z",
        "H.mm.ss",
        "H.mm",
        "EEEE d MMMM yyyy",
        "d MMMM yyyy",
        "d-MMM-yy",
        "dd/MM/yy",
        "{1} {0}"
    }
    DateTimeElements {
        "2",
        "4"
    }
}
