hy.txt   [plain text]


// ***************************************************************************
// *
// *   Copyright (C) 2001-2003, International Business Machines
// *   Corporation and others.  All Rights Reserved.
// *
// *   Data by :
// *         Bedo Agopian   www.agosoft.com
// *         Aram Airapetian
// *         Arminco Global Telecommunications
// *         Jora Manoucherians
// *         Richard Youatt
// ***************************************************************************

hy{
    Version { "2.0" }

    AmPmMarkers {
        "\u0531\u057c\u2024",
        "\u0535\u0580\u2024",

//      ICU will only use the first two strings.
//        "\u0531\u057c\u0561\u0582\u0585\u057f\u0565\u0561\u0576",
//        "\u0535\u0580\u0565\u056f\u0578\u0575\u0565\u0561\u0576"
    }
    DayAbbreviations {
        "\u053f\u056b\u0580",
        "\u0535\u0580\u056f",
        "\u0535\u0580\u0584",
        "\u0549\u0578\u0580",
        "\u0540\u0576\u0563",
        "\u0548\u0582\u0580",
        "\u0547\u0561\u0562",
    }
    DayNames {
        "\u053f\u056b\u0580\u0561\u056f\u056b",
        "\u0535\u0580\u056f\u0578\u0582\u0577\u0561\u0562\u0569\u056b",
        "\u0535\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b",
        "\u0549\u0578\u0580\u0565\u0584\u0577\u0561\u0562\u0569\u056b",
        "\u0540\u056b\u0576\u0563\u0577\u0561\u0562\u0569\u056b",
        "\u0548\u0582\u0580\u0562\u0561\u0569",
        "\u0547\u0561\u0562\u0561\u0569",
    }
    MonthAbbreviations {
        "\u0545\u0576\u0580",
        "\u0553\u057f\u0580",
        "\u0544\u0580\u057f",
        "\u0531\u057a\u0580",
        "\u0544\u0575\u057d",
        "\u0545\u0576\u057d",
        "\u0545\u056c\u057d",
        "\u0555\u0563\u057d",
        "\u054d\u0565\u057a",
        "\u0540\u0578\u056f",
        "\u0546\u0578\u0575",
        "\u0534\u0565\u056f",
    }
    MonthNames {
        "\u0545\u0578\u0582\u0576\u0578\u0582\u0561\u0580",
        "\u0553\u0565\u057f\u0580\u0578\u0582\u0561\u0580",
        "\u0544\u0561\u0580\u057f",
        "\u0531\u057a\u0580\u056b\u056c",
        "\u0544\u0561\u0575\u056b\u057d",
        "\u0545\u0578\u0582\u0576\u056b\u057d",
        "\u0545\u0578\u0582\u056c\u056b\u057d",
        "\u0555\u0563\u0578\u057d\u057f\u0578\u057d",
        "\u054d\u0565\u057a\u057f\u0565\u0574\u0562\u0565\u0580",
        "\u0540\u0578\u056f\u057f\u0565\u0574\u0562\u0565\u0580",
        "\u0546\u0578\u0575\u0565\u0574\u0562\u0565\u0580",
        "\u0534\u0565\u056f\u057f\u0565\u0574\u0562\u0565\u0580",
    }

    Eras {
        "\u0545\u2024\u054F\u2024",            // 3.D.
        "\u0546\u2024\u0554\u2024"             // N.K.
    }
    LocaleScript{
        "Armn", // Script Name
    }
    ExemplarCharacters{"[:Armn:]"}
    Countries{
        AM { "\u0540\u0561\u0575\u0561\u057D\u057F\u0561\u0576\u056B\u0020"
            "\u0540\u0561\u0576\u0580\u0561\u057A\u0565\u057F\u0578\u0582\u0569"
            "\u056B\u0582\u0576" }
    }
    Languages{
      hy { "\u0540\u0561\u0575\u0565\u0580\u0567\u0576" }
    }
//    LocaleString{ "hy" }
    LocaleID:int { 0x2b }

    // /**************** Info Below is needed ****************/
    // CollationElements{}    // To be supplied from Unicode
    //

    DateTimePatterns {
        "HH:mm:ss z",
        "HH:mm:ss z",
        "HH:mm:ss",
        "HH:mm",
        "EEEE, MMMM d, yyyy",
        "MMMM dd, yyyy",
        "MMM d, yyyy",
        "MM/dd/yy",
        "{1} {0}",
    }

//    localPatternChars{ "GyMdkHmsSEDFwWahKz" }

    NumberPatterns{
        "#0.###;-#0.###",
        "#0.00 \u00A4;-#0.00 \u00A4",
        "#0%",
        "#E0",
    }
    NumberElements {
        ",",
        ".",
        ";",
        "%",
        "0",
        "#",
        "-",
        "E",
        "\u2030",
        "\u221E",
        "\uFFFD",
        ",",
    }
}