// ***************************************************************************************
// *                                                                                     *
// * 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.                              *
// *                                                                                     *
// ***************************************************************************************

es {
    LocaleString { es_ES }
    LocaleID { "0c0a" }
    ShortLanguage { esp }
    ShortCountry { ESP }
    Languages {
        es { espaol }
    }
    Countries {
        ES { Espaa }
    }
    MonthNames {
        enero,
        febrero,
        marzo,
        abril,
        mayo,
        junio,
        julio,
        agosto,
        septiembre,
        octubre,
        noviembre,
        diciembre,
        ""
    }
    MonthAbbreviations {
        ene,
        feb,
        mar,
        abr,
        may,
        jun,
        jul,
        ago,
        sep,
        oct,
        nov,
        dic,
        ""
    }
    DayNames {
        domingo,
        lunes,
        martes,
        mircoles,
        jueves,
        viernes,
        sbado
    }
    DayAbbreviations { dom, lun, mar, mi, jue, vie, sb }
    AmPmMarkers { AM, PM }
    Eras { BC, AD }
    NumberPatterns {
        "#,##0.###;-#,##0.###",
        "#,##0.00 Pts;-#,##0.00 Pts",
        "#,##0%"
    }
    NumberElements {
        ",",
        ".",
        ";",
        "%",
        "0",
        "#",
        "-",
        E,
        "\u2030",
        "\u221e",
        "\ufffd"
    }
    CurrencyElements {
        Pts,
        ESP,
        ","
    }
    DateTimePatterns {
        "HH'H'mm'' z",
        "H:mm:ss z",
        "H:mm:ss",
        "H:mm",
        "EEEE d' de 'MMMM' de 'yyyy",
        "d' de 'MMMM' de 'yyyy",
        "dd-MMM-yy",
        "d/MM/yy",
        "{1} {0}"
    }
    DateTimeElements {
        "2",
        "1"
    }
}
