jdk/src/share/classes/sun/text/resources/et/FormatData_et.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: 4612
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: 4612
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: 4612
diff changeset
    21
 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4612
diff changeset
    22
 * or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 4612
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.et;
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_et 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[] {
4612
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
    89
                    "jaanuar", // january
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
    90
                    "veebruar", // february
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
    91
                    "m\u00e4rts", // march
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
    92
                    "aprill", // april
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
    93
                    "mai", // may
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
    94
                    "juuni", // june
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
    95
                    "juuli", // july
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
    96
                    "august", // august
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
    97
                    "september", // september
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
    98
                    "oktoober", // october
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
    99
                    "november", // november
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   100
                    "detsember", // december
2
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
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
            { "MonthAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
                new String[] {
4612
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   106
                    "jaan", // abb january
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   107
                    "veebr", // abb february
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   108
                    "m\u00e4rts", // abb march
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   109
                    "apr", // abb april
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   110
                    "mai", // abb may
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   111
                    "juuni", // abb june
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   112
                    "juuli", // abb july
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   113
                    "aug", // abb august
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   114
                    "sept", // abb september
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   115
                    "okt", // abb october
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   116
                    "nov", // abb november
e448c17d85ce 6870908: reopen bug 4244752: month names in Estonian should be lowercase
yhuang
parents: 2
diff changeset
   117
                    "dets", // abb december
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
                    "" // abb month 13 if applicable
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
            { "DayNames",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
                    "p\u00fchap\u00e4ev", // Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
                    "esmasp\u00e4ev", // Monday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
                    "teisip\u00e4ev", // Tuesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
                    "kolmap\u00e4ev", // Wednesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
                    "neljap\u00e4ev", // Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
                    "reede", // Friday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
                    "laup\u00e4ev" // Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
            { "DayAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
                    "P", // abb Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
                    "E", // abb Monday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
                    "T", // abb Tuesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
                    "K", // abb Wednesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
                    "N", // abb Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
                    "R", // abb Friday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
                    "L" // abb Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
            },
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   143
            { "DayNarrows",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   144
                new String[] {
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   145
                    "P",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   146
                    "E",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   147
                    "T",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   148
                    "K",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   149
                    "N",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   150
                    "R",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   151
                    "L",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   152
                }
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   153
            },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
            { "Eras",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
                new String[] { // era strings
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
                    "e.m.a.",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
                    "m.a.j."
90ce3da70b43 Initial load
duke
parents:
diff changeset
   158
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   159
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   160
            { "NumberElements",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
                    ",", // decimal separator
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
                    "\u00a0", // group (thousands) separator
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
                    ";", // list separator
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
                    "%", // percent sign
90ce3da70b43 Initial load
duke
parents:
diff changeset
   166
                    "0", // native 0 digit
90ce3da70b43 Initial load
duke
parents:
diff changeset
   167
                    "#", // pattern digit
90ce3da70b43 Initial load
duke
parents:
diff changeset
   168
                    "-", // minus sign
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
                    "E", // exponential
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
                    "\u2030", // per mille
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
                    "\u221e", // infinity
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
                    "\ufffd" // NaN
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
            },
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   175
            { "TimePatterns",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   177
                    "H:mm:ss z", // full time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   178
                    "H:mm:ss z", // long time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   179
                    "H:mm:ss", // medium time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   180
                    "H:mm", // short time pattern
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   181
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   182
            },
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   183
            { "DatePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   184
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   185
                    "EEEE, d. MMMM yyyy", // full date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   186
                    "EEEE, d. MMMM yyyy. 'a'", // long date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   187
                    "d.MM.yyyy", // medium date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   188
                    "d.MM.yy", // short date pattern
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   189
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   190
            },
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   191
            { "DateTimePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   192
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   193
                    "{1} {0}" // date-time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   194
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   195
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   196
            { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
15281
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   197
            { "calendarname.islamic-civil", "islami ilmalik kalender" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   198
            { "calendarname.islamicc", "islami ilmalik kalender" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   199
            { "calendarname.roc", "Hiina Vabariigi kalender" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   200
            { "calendarname.islamic", "islamikalender" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   201
            { "calendarname.buddhist", "budistlik kalender" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   202
            { "calendarname.japanese", "Jaapani kalender" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   203
            { "calendarname.gregorian", "Gregoriuse kalender" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   204
            { "calendarname.gregory", "Gregoriuse kalender" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   205
            { "field.era", "ajastu" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   206
            { "field.year", "aasta" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   207
            { "field.month", "kuu" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   208
            { "field.week", "n\u00e4dal" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   209
            { "field.weekday", "n\u00e4dalap\u00e4ev" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   210
            { "field.dayperiod", "enne/p\u00e4rast l\u00f5unat" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   211
            { "field.hour", "tund" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   212
            { "field.minute", "minut" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   213
            { "field.second", "sekund" },
dd43cb9be0e1 8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
okutsu
parents: 14765
diff changeset
   214
            { "field.zone", "v\u00f6\u00f6nd" },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   215
        };
90ce3da70b43 Initial load
duke
parents:
diff changeset
   216
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   217
}