jdk/src/share/classes/sun/text/resources/bg/FormatData_bg.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: 2
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: 2
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: 2
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2
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
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
 * The original version of this source code and documentation
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
 * is copyrighted and owned by Taligent, Inc., a wholly-owned
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
 * subsidiary of IBM. These materials are provided under terms
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
 * of a License Agreement between Taligent and Sun. This technology
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
 * is protected by multiple US and International patents.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
 * This notice and attribution to Taligent may not be removed.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
 * Taligent is a registered trademark of Taligent, Inc.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
15281
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    44
/*
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    45
 * COPYRIGHT AND PERMISSION NOTICE
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
 * 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
    48
 * 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
    49
 *
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    50
 * 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
    51
 * 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
    52
 * 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
    53
 * "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
    54
 * 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
    55
 * 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
    56
 * 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
    57
 * 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
    58
 * 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
    59
 * 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
    60
 * 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
    61
 * 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
    62
 * 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
    63
 *
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    64
 * 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
    65
 * 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
    66
 * 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
    67
 * 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
    68
 * 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
    69
 * 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
    70
 * 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
    71
 * 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
    72
 * OF THE DATA FILES OR SOFTWARE.
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    73
 *
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    74
 * 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
    75
 * 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
    76
 * 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
    77
 * of the copyright holder.
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    78
 */
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
    79
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 11290
diff changeset
    80
package sun.text.resources.bg;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
import java.util.ListResourceBundle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
public class FormatData_bg extends ListResourceBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
     * Overrides ListResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
    protected final Object[][] getContents() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
        return new Object[][] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
            { "MonthNames",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
                    "\u042f\u043d\u0443\u0430\u0440\u0438", // january
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
                    "\u0424\u0435\u0432\u0440\u0443\u0430\u0440\u0438", // february
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
                    "\u041c\u0430\u0440\u0442", // march
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
                    "\u0410\u043f\u0440\u0438\u043b", // april
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                    "\u041c\u0430\u0439", // may
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                    "\u042e\u043d\u0438", // june
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                    "\u042e\u043b\u0438", // july
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
                    "\u0410\u0432\u0433\u0443\u0441\u0442", // august
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
                    "\u0421\u0435\u043f\u0442\u0435\u043c\u0432\u0440\u0438", // september
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
                    "\u041e\u043a\u0442\u043e\u043c\u0432\u0440\u0438", // october
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
                    "\u041d\u043e\u0435\u043c\u0432\u0440\u0438", // november
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
                    "\u0414\u0435\u043a\u0435\u043c\u0432\u0440\u0438", // december
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
                    "" // month 13 if applicable
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
            { "MonthAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
                    "I", // abb january
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
                    "II", // abb february
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
                    "III", // abb march
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
                    "IV", // abb april
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
                    "V", // abb may
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
                    "VI", // abb june
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
                    "VII", // abb july
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
                    "VIII", // abb august
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
                    "IX", // abb september
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
                    "X", // abb october
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
                    "XI", // abb november
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
                    "XII", // abb december
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
                    "" // abb month 13 if applicable
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
            { "DayNames",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
                    "\u041d\u0435\u0434\u0435\u043b\u044f", // Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
                    "\u041f\u043e\u043d\u0435\u0434\u0435\u043b\u043d\u0438\u043a", // Monday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
                    "\u0412\u0442\u043e\u0440\u043d\u0438\u043a", // Tuesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
                    "\u0421\u0440\u044f\u0434\u0430", // Wednesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
                    "\u0427\u0435\u0442\u0432\u044a\u0440\u0442\u044a\u043a", // Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
                    "\u041f\u0435\u0442\u044a\u043a", // Friday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
                    "\u0421\u044a\u0431\u043e\u0442\u0430" // Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
            { "DayAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
                    "\u041d\u0434", // abb Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
                    "\u041f\u043d", // abb Monday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
                    "\u0412\u0442", // abb Tuesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
                    "\u0421\u0440", // abb Wednesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
                    "\u0427\u0442", // abb Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
                    "\u041f\u0442", // abb Friday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
                    "\u0421\u0431" // abb Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
            },
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   146
            { "DayNarrows",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   147
                new String[] {
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   148
                    "\u043d",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   149
                    "\u043f",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   150
                    "\u0432",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   151
                    "\u0441",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   152
                    "\u0447",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   153
                    "\u043f",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   154
                    "\u0441",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   155
                }
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   156
            },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
            { "Eras",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
                new String[] { // era strings
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
                    "\u043f\u0440.\u043d.\u0435.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
                    "\u043d.\u0435."
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
            { "NumberElements",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
                    ",", // decimal separator
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
                    "\u00a0", // group (thousands) separator
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
                    ";", // list separator
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
                    "%", // percent sign
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
                    "0", // native 0 digit
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
                    "#", // pattern digit
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
                    "-", // minus sign
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
                    "E", // exponential
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
                    "\u2030", // per mille
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
                    "\u221e", // infinity
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
                    "\ufffd" // NaN
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
            },
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 11290
diff changeset
   178
            { "TimePatterns",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
                new String[] {
11290
a5d429b1642b 7003124: In Bulgarian Locale DateFormat is wrong
yhuang
parents: 5506
diff changeset
   180
                    "HH:mm:ss zzzz", // full time pattern
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   181
                    "HH:mm:ss z", // long time pattern
11290
a5d429b1642b 7003124: In Bulgarian Locale DateFormat is wrong
yhuang
parents: 5506
diff changeset
   182
                    "HH:mm:ss", // medium time pattern
a5d429b1642b 7003124: In Bulgarian Locale DateFormat is wrong
yhuang
parents: 5506
diff changeset
   183
                    "HH:mm", // short time pattern
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 11290
diff changeset
   184
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 11290
diff changeset
   185
            },
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 11290
diff changeset
   186
            { "DatePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 11290
diff changeset
   187
                new String[] {
11290
a5d429b1642b 7003124: In Bulgarian Locale DateFormat is wrong
yhuang
parents: 5506
diff changeset
   188
                    "dd MMMM y, EEEE", // full date pattern
a5d429b1642b 7003124: In Bulgarian Locale DateFormat is wrong
yhuang
parents: 5506
diff changeset
   189
                    "dd MMMM y", // long date pattern
a5d429b1642b 7003124: In Bulgarian Locale DateFormat is wrong
yhuang
parents: 5506
diff changeset
   190
                    "dd.MM.yyyy", // medium date pattern
a5d429b1642b 7003124: In Bulgarian Locale DateFormat is wrong
yhuang
parents: 5506
diff changeset
   191
                    "dd.MM.yy", // short date pattern
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 11290
diff changeset
   192
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 11290
diff changeset
   193
            },
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 11290
diff changeset
   194
            { "DateTimePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 11290
diff changeset
   195
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
                    "{1} {0}" // date-time pattern
11290
a5d429b1642b 7003124: In Bulgarian Locale DateFormat is wrong
yhuang
parents: 5506
diff changeset
   197
                             }
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   198
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   199
            { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
15281
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   200
            { "islamic.MonthNames",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   201
                new String[] {
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   202
                    "\u043c\u0443\u0445\u0430\u0440\u0430\u043c",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   203
                    "\u0441\u0430\u0444\u0430\u0440",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   204
                    "\u0440\u0430\u0431\u0438-1",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   205
                    "\u0440\u0430\u0431\u0438-2",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   206
                    "\u0434\u0436\u0443\u043c\u0430\u0434\u0430-1",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   207
                    "\u0434\u0436\u0443\u043c\u0430\u0434\u0430-2",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   208
                    "\u0440\u0430\u0434\u0436\u0430\u0431",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   209
                    "\u0448\u0430\u0431\u0430\u043d",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   210
                    "\u0440\u0430\u043c\u0430\u0437\u0430\u043d",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   211
                    "\u0428\u0430\u0432\u0430\u043b",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   212
                    "\u0414\u0445\u0443\u043b-\u041a\u0430\u0430\u0434\u0430",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   213
                    "\u0414\u0445\u0443\u043b-\u0445\u0438\u0434\u0436\u0430",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   214
                    "",
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   215
                }
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   216
            },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   217
            { "calendarname.islamic-civil", "\u0418\u0441\u043b\u044f\u043c\u0441\u043a\u0438 \u0446\u0438\u0432\u0438\u043b\u0435\u043d \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
   218
            { "calendarname.islamicc", "\u0418\u0441\u043b\u044f\u043c\u0441\u043a\u0438 \u0446\u0438\u0432\u0438\u043b\u0435\u043d \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
   219
            { "calendarname.islamic", "\u0418\u0441\u043b\u044f\u043c\u0441\u043a\u0438 \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
   220
            { "calendarname.japanese", "\u042f\u043f\u043e\u043d\u0441\u043a\u0438 \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
   221
            { "calendarname.gregorian", "\u0413\u0440\u0438\u0433\u043e\u0440\u0438\u0430\u043d\u0441\u043a\u0438 \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
   222
            { "calendarname.gregory", "\u0413\u0440\u0438\u0433\u043e\u0440\u0438\u0430\u043d\u0441\u043a\u0438 \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
   223
            { "calendarname.roc", "\u041a\u0430\u043b\u0435\u043d\u0434\u0430\u0440 \u043d\u0430 \u0420\u0435\u043f\u0443\u0431\u043b\u0438\u043a\u0430 \u041a\u0438\u0442\u0430\u0439" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   224
            { "calendarname.buddhist", "\u0411\u0443\u0434\u0438\u0441\u0442\u043a\u0438 \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
   225
            { "field.era", "\u0435\u0440\u0430" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   226
            { "field.year", "\u0433\u043e\u0434\u0438\u043d\u0430" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   227
            { "field.month", "\u043c\u0435\u0441\u0435\u0446" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   228
            { "field.week", "\u0441\u0435\u0434\u043c\u0438\u0446\u0430" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   229
            { "field.weekday", "\u0414\u0435\u043d \u043e\u0442 \u0441\u0435\u0434\u043c\u0438\u0446\u0430\u0442\u0430" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   230
            { "field.dayperiod", "\u0434\u0435\u043d" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   231
            { "field.hour", "\u0447\u0430\u0441" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   232
            { "field.minute", "\u043c\u0438\u043d\u0443\u0442\u0430" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   233
            { "field.second", "\u0441\u0435\u043a\u0443\u043d\u0434\u0430" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   234
            { "field.zone", "\u0437\u043e\u043d\u0430" },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   235
        };
90ce3da70b43 Initial load
duke
parents:
diff changeset
   236
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   237
}