jdk/src/share/classes/sun/text/resources/uk/FormatData_uk.java
author sherman
Tue, 12 Feb 2013 09:25:43 -0800
changeset 15658 55b829ca2334
parent 15281 dd43cb9be0e1
child 16852 60207b2b4b42
permissions -rw-r--r--
8007392: JSR 310: DateTime API Updates 8007520: Update date/time classes in j.util and j.sql packages 8007572: Replace existing jdk timezone data at <java.home>/lib/zi with JSR310's tzdb Summary: Integration of JSR310 Date/Time API for M7 Reviewed-by: darcy, alanb, naoto Contributed-by: scolebourne@joda.org, roger.riggs@oracle.com, masayoshi.okutsu@oracle.com, patrick.zhang@oracle.com
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
15281
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
     2
 * Copyright (c) 1997, 2013, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
 * This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4599
diff changeset
     7
 * published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4599
diff changeset
     9
 * by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 *
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4599
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4599
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4599
diff changeset
    23
 * questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * The original version of this source code and documentation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 * is copyrighted and owned by Taligent, Inc., a wholly-owned
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 * subsidiary of IBM. These materials are provided under terms
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
 * of a License Agreement between Taligent and Sun. This technology
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
 * is protected by multiple US and International patents.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
 * This notice and attribution to Taligent may not be removed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
 * Taligent is a registered trademark of Taligent, Inc.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
15281
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    41
/*
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    42
 * COPYRIGHT AND PERMISSION NOTICE
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    43
 *
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    44
 * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    45
 * the Terms of Use in http://www.unicode.org/copyright.html.
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    46
 *
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    47
 * Permission is hereby granted, free of charge, to any person obtaining a copy
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    48
 * of the Unicode data files and any associated documentation (the "Data
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    49
 * Files") or Unicode software and any associated documentation (the
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    50
 * "Software") to deal in the Data Files or Software without restriction,
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    51
 * including without limitation the rights to use, copy, modify, merge,
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    52
 * publish, distribute, and/or sell copies of the Data Files or Software, and
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    53
 * to permit persons to whom the Data Files or Software are furnished to do so,
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    54
 * provided that (a) the above copyright notice(s) and this permission notice
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    55
 * appear with all copies of the Data Files or Software, (b) both the above
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    56
 * copyright notice(s) and this permission notice appear in associated
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    57
 * documentation, and (c) there is clear notice in each modified Data File or
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    58
 * in the Software as well as in the documentation associated with the Data
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    59
 * File(s) or Software that the data or software has been modified.
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    60
 *
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    61
 * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    62
 * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    63
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    64
 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    65
 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    66
 * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    67
 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    68
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    69
 * OF THE DATA FILES OR SOFTWARE.
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    70
 *
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    71
 * Except as contained in this notice, the name of a copyright holder shall not
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    72
 * be used in advertising or otherwise to promote the sale, use or other
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    73
 * dealings in these Data Files or Software without prior written authorization
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    74
 * of the copyright holder.
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    75
 */
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    76
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    77
package sun.text.resources.uk;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
import java.util.ListResourceBundle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
public class FormatData_uk extends ListResourceBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
     * Overrides ListResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
    protected final Object[][] getContents() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
        return new Object[][] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
            { "MonthNames",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
                    "\u0441\u0456\u0447\u043d\u044f", // january
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
                    "\u043b\u044e\u0442\u043e\u0433\u043e", // february
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
                    "\u0431\u0435\u0440\u0435\u0437\u043d\u044f", // march
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
                    "\u043a\u0432\u0456\u0442\u043d\u044f", // april
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
                    "\u0442\u0440\u0430\u0432\u043d\u044f", // may
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
                    "\u0447\u0435\u0440\u0432\u043d\u044f", // june
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
                    "\u043b\u0438\u043f\u043d\u044f", // july
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                    "\u0441\u0435\u0440\u043f\u043d\u044f", // august
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                    "\u0432\u0435\u0440\u0435\u0441\u043d\u044f", // september
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                    "\u0436\u043e\u0432\u0442\u043d\u044f", // october
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
                    "\u043b\u0438\u0441\u0442\u043e\u043f\u0430\u0434\u0430", // november
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
                    "\u0433\u0440\u0443\u0434\u043d\u044f", // december
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
                    "" // month 13 if applicable
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
            },
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   104
            { "standalone.MonthNames",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   105
                new String[] {
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   106
                    "\u0421\u0456\u0447\u0435\u043d\u044c",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   107
                    "\u041b\u044e\u0442\u0438\u0439",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   108
                    "\u0411\u0435\u0440\u0435\u0437\u0435\u043d\u044c",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   109
                    "\u041a\u0432\u0456\u0442\u0435\u043d\u044c",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   110
                    "\u0422\u0440\u0430\u0432\u0435\u043d\u044c",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   111
                    "\u0427\u0435\u0440\u0432\u0435\u043d\u044c",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   112
                    "\u041b\u0438\u043f\u0435\u043d\u044c",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   113
                    "\u0421\u0435\u0440\u043f\u0435\u043d\u044c",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   114
                    "\u0412\u0435\u0440\u0435\u0441\u0435\u043d\u044c",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   115
                    "\u0416\u043e\u0432\u0442\u0435\u043d\u044c",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   116
                    "\u041b\u0438\u0441\u0442\u043e\u043f\u0430\u0434",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   117
                    "\u0413\u0440\u0443\u0434\u0435\u043d\u044c",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   118
                    "",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   119
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   120
            },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
            { "MonthAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
                new String[] {
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   123
                    "\u0441\u0456\u0447.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   124
                    "\u043b\u044e\u0442.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   125
                    "\u0431\u0435\u0440.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   126
                    "\u043a\u0432\u0456\u0442.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   127
                    "\u0442\u0440\u0430\u0432.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   128
                    "\u0447\u0435\u0440\u0432.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   129
                    "\u043b\u0438\u043f.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   130
                    "\u0441\u0435\u0440\u043f.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   131
                    "\u0432\u0435\u0440.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   132
                    "\u0436\u043e\u0432\u0442.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   133
                    "\u043b\u0438\u0441\u0442.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   134
                    "\u0433\u0440\u0443\u0434.",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   135
                    "",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   136
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   137
            },
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   138
            { "standalone.MonthAbbreviations",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   139
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
                    "\u0441\u0456\u0447", // abb january
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
                    "\u043b\u044e\u0442", // abb february
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
                    "\u0431\u0435\u0440", // abb march
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
                    "\u043a\u0432\u0456\u0442", // abb april
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
                    "\u0442\u0440\u0430\u0432", // abb may
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
                    "\u0447\u0435\u0440\u0432", // abb june
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
                    "\u043b\u0438\u043f", // abb july
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
                    "\u0441\u0435\u0440\u043f", // abb august
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
                    "\u0432\u0435\u0440", // abb september
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
                    "\u0436\u043e\u0432\u0442", // abb october
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
                    "\u043b\u0438\u0441\u0442", // abb november
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
                    "\u0433\u0440\u0443\u0434", // abb december
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
                    "" // abb month 13 if applicable
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
            { "DayNames",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
                    "\u043d\u0435\u0434\u0456\u043b\u044f", // Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
                    "\u043f\u043e\u043d\u0435\u0434\u0456\u043b\u043e\u043a", // Monday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
                    "\u0432\u0456\u0432\u0442\u043e\u0440\u043e\u043a", // Tuesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
                    "\u0441\u0435\u0440\u0435\u0434\u0430", // Wednesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
                    "\u0447\u0435\u0442\u0432\u0435\u0440", // Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
                    "\u043f'\u044f\u0442\u043d\u0438\u0446\u044f", // Friday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
                    "\u0441\u0443\u0431\u043e\u0442\u0430" // Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
            { "DayAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
                    "\u043d\u0434", // abb Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
                    "\u043f\u043d", // abb Monday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
                    "\u0432\u0442", // abb Tuesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
                    "\u0441\u0440", // abb Wednesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
                    "\u0447\u0442", // abb Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
                    "\u043f\u0442", // abb Friday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
                    "\u0441\u0431" // abb Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
            },
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   177
            { "DayNarrows",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   178
                new String[] {
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   179
                    "\u041d",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   180
                    "\u041f",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   181
                    "\u0412",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   182
                    "\u0421",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   183
                    "\u0427",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   184
                    "\u041f",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   185
                    "\u0421",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   186
                }
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   187
            },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
            { "Eras",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   189
                new String[] { // era strings
90ce3da70b43 Initial load
duke
parents:
diff changeset
   190
                    "\u0434\u043e \u043d.\u0435.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   191
                    "\u043f\u0456\u0441\u043b\u044f \u043d.\u0435."
90ce3da70b43 Initial load
duke
parents:
diff changeset
   192
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
            { "NumberElements",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
                    ",", // decimal separator
4599
e2928f96d7bf 6868106: Ukrainian currency has wrong format
yhuang
parents: 2
diff changeset
   197
                    "\u00a0", // group (thousands) separator
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
                    ";", // list separator
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
                    "%", // percent sign
90ce3da70b43 Initial load
duke
parents:
diff changeset
   200
                    "0", // native 0 digit
90ce3da70b43 Initial load
duke
parents:
diff changeset
   201
                    "#", // pattern digit
90ce3da70b43 Initial load
duke
parents:
diff changeset
   202
                    "-", // minus sign
90ce3da70b43 Initial load
duke
parents:
diff changeset
   203
                    "E", // exponential
90ce3da70b43 Initial load
duke
parents:
diff changeset
   204
                    "\u2030", // per mille
90ce3da70b43 Initial load
duke
parents:
diff changeset
   205
                    "\u221e", // infinity
90ce3da70b43 Initial load
duke
parents:
diff changeset
   206
                    "\ufffd" // NaN
90ce3da70b43 Initial load
duke
parents:
diff changeset
   207
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   208
            },
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   209
            { "TimePatterns",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   210
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   211
                    "H:mm:ss z", // full time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   212
                    "H:mm:ss z", // long time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   213
                    "H:mm:ss", // medium time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   214
                    "H:mm", // short time pattern
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   215
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   216
            },
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   217
            { "DatePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   218
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   219
                    "EEEE, d MMMM yyyy \u0440.", // full date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   220
                    "d MMMM yyyy", // long date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   221
                    "d MMM yyyy", // medium date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   222
                    "dd.MM.yy", // short date pattern
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   223
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   224
            },
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   225
            { "DateTimePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   226
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   227
                    "{1} {0}" // date-time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   228
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   229
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   230
            { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
15281
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   231
            { "islamic.MonthNames",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   232
                new String[] {
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   233
                    "\u041c\u0443\u0445\u0430\u0440\u0440\u0430\u043c",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   234
                    "\u0421\u0430\u0444\u0430\u0440",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   235
                    "\u0420\u0430\u0431\u0456 I",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   236
                    "\u0420\u0430\u0431\u0456 II",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   237
                    "\u0414\u0436\u0443\u043c\u0430\u0434\u0430 I",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   238
                    "\u0414\u0436\u0443\u043c\u0430\u0434\u0430 II",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   239
                    "\u0420\u0430\u0434\u0436\u0430\u0431",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   240
                    "\u0428\u0430\u0430\u0431\u0430\u043d",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   241
                    "\u0420\u0430\u043c\u0430\u0434\u0430\u043d",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   242
                    "\u0414\u0430\u0432\u0432\u0430\u043b",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   243
                    "\u0417\u0443-\u043b\u044c-\u043a\u0430\u0430\u0434\u0430",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   244
                    "\u0417\u0443-\u043b\u044c-\u0445\u0456\u0434\u0436\u0430",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   245
                    "",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   246
                }
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   247
            },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   248
            { "calendarname.islamic-civil", "\u041c\u0443\u0441\u0443\u043b\u044c\u043c\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u0441\u0432\u0456\u0442\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   249
            { "calendarname.islamicc", "\u041c\u0443\u0441\u0443\u043b\u044c\u043c\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u0441\u0432\u0456\u0442\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   250
            { "calendarname.islamic", "\u041c\u0443\u0441\u0443\u043b\u044c\u043c\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   251
            { "calendarname.japanese", "\u042f\u043f\u043e\u043d\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   252
            { "calendarname.gregorian", "\u0413\u0440\u0438\u0433\u043e\u0440\u0456\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   253
            { "calendarname.gregory", "\u0413\u0440\u0438\u0433\u043e\u0440\u0456\u0430\u043d\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   254
            { "calendarname.roc", "\u041a\u0438\u0442\u0430\u0439\u0441\u044c\u043a\u0438\u0439 \u0433\u0440\u0438\u0433\u043e\u0440\u0456\u0430\u043d\u0441\u044c\u043a\u0438\u0439" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   255
            { "calendarname.buddhist", "\u0411\u0443\u0434\u0434\u0456\u0439\u0441\u044c\u043a\u0438\u0439 \u043a\u0430\u043b\u0435\u043d\u0434\u0430\u0440" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   256
            { "field.era", "\u0415\u0440\u0430" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   257
            { "field.year", "\u0420\u0456\u043a" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   258
            { "field.month", "\u041c\u0456\u0441\u044f\u0446\u044c" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   259
            { "field.week", "\u0422\u0438\u0436\u0434\u0435\u043d\u044c" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   260
            { "field.weekday", "\u0414\u0435\u043d\u044c \u0442\u0438\u0436\u043d\u044f" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   261
            { "field.dayperiod", "\u0427\u0430\u0441\u0442\u0438\u043d\u0430 \u0434\u043e\u0431\u0438" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   262
            { "field.hour", "\u0413\u043e\u0434\u0438\u043d\u0430" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   263
            { "field.minute", "\u0425\u0432\u0438\u043b\u0438\u043d\u0430" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   264
            { "field.second", "\u0421\u0435\u043a\u0443\u043d\u0434\u0430" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   265
            { "field.zone", "\u0417\u043e\u043d\u0430" },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   266
        };
90ce3da70b43 Initial load
duke
parents:
diff changeset
   267
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   268
}