// ***************************************************************************************
// *                                                                                     *
// * 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_CH {
    LocaleString { it_CH }
    LocaleID { "0810" }
    ShortLanguage { ita }
    ShortCountry { CHE }
    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.###",
        "'SFr. '#,##0.00;'SFr.-'#,##0.00",
        "#,##0%"
    }
    NumberElements {
        ".",
        "'",
        ";",
        "%",
        "0",
        "#",
        "-",
        E,
        "\u2030",
        "\u221e",
        "\ufffd"
    }
    CurrencyElements {
        "SFr.",
        CHF,
        "."
    }
    DateTimePatterns {
        "H.mm' h' z",
        "HH:mm:ss z",
        "HH:mm:ss",
        "HH:mm",
        "EEEE, d. MMMM yyyy",
        "d. MMMM yyyy",
        "d-MMM-yy",
        "dd.MM.yy",
        "{1} {0}"
    }
    DateTimeElements {
        "2",
        "4"
    }
}
