jdk/src/share/classes/sun/text/resources/iw/FormatData_iw.java
author okutsu
Mon, 10 Dec 2012 10:52:11 +0900
changeset 14765 0987999ed367
parent 13583 dc0017b1a452
child 15281 dd43cb9be0e1
permissions -rw-r--r--
8000983: Support narrow display names for calendar fields 8003267: Support generic time zone names in TimeZoneNameProvider (SPI) Reviewed-by: naoto
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
/*
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
     2
 * Copyright (c) 1997, 2012, 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
 * (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
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    41
package sun.text.resources.iw;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
import java.util.ListResourceBundle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
public class FormatData_iw extends ListResourceBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
    /**
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
     * Overrides ListResourceBundle
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
     */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
    protected final Object[][] getContents() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
        return new Object[][] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
            { "MonthNames",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
                    "\u05d9\u05e0\u05d5\u05d0\u05e8", // january
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
                    "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", // february
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
                    "\u05de\u05e8\u05e5", // march
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
                    "\u05d0\u05e4\u05e8\u05d9\u05dc", // april
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
                    "\u05de\u05d0\u05d9", // may
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
                    "\u05d9\u05d5\u05e0\u05d9", // june
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
                    "\u05d9\u05d5\u05dc\u05d9", // july
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
                    "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", // august
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
                    "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", // september
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
                    "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", // october
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
                    "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", // november
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
                    "\u05d3\u05e6\u05de\u05d1\u05e8", // december
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
                    "" // month 13 if applicable
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
            { "MonthAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
                    "\u05d9\u05e0\u05d5", // abb january
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
                    "\u05e4\u05d1\u05e8", // abb february
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
                    "\u05de\u05e8\u05e5", // abb march
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
                    "\u05d0\u05e4\u05e8", // abb april
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
                    "\u05de\u05d0\u05d9", // abb may
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
                    "\u05d9\u05d5\u05e0", // abb june
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
                    "\u05d9\u05d5\u05dc", // abb july
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
                    "\u05d0\u05d5\u05d2", // abb august
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
                    "\u05e1\u05e4\u05d8", // abb september
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
                    "\u05d0\u05d5\u05e7", // abb october
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
                    "\u05e0\u05d5\u05d1", // abb november
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
                    "\u05d3\u05e6\u05de", // abb december
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
                    "" // abb month 13 if applicable
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
            },
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    85
            { "standalone.MonthAbbreviations",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    86
                new String[] {
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    87
                    "\u05d9\u05e0\u05d5\u05f3",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    88
                    "\u05e4\u05d1\u05e8\u05f3",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    89
                    "\u05de\u05e8\u05e5",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    90
                    "\u05d0\u05e4\u05e8\u05f3",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    91
                    "\u05de\u05d0\u05d9",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    92
                    "\u05d9\u05d5\u05e0\u05f3",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    93
                    "\u05d9\u05d5\u05dc\u05f3",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    94
                    "\u05d0\u05d5\u05d2\u05f3",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    95
                    "\u05e1\u05e4\u05d8\u05f3",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    96
                    "\u05d0\u05d5\u05e7\u05f3",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    97
                    "\u05e0\u05d5\u05d1\u05f3",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    98
                    "\u05d3\u05e6\u05de\u05f3",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    99
                    "",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   100
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   101
            },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
            { "DayNames",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
                    "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", // Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
                    "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", // Monday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
                    "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", // Tuesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
                    "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", // Wednesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
                    "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", // Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
                    "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", // Friday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
                    "\u05e9\u05d1\u05ea" // Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   113
            { "DayAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   114
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   115
                    "\u05d0", // abb Sunday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
                    "\u05d1", // abb Monday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
                    "\u05d2", // abb Tuesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
                    "\u05d3", // abb Wednesday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
                    "\u05d4", // abb Thursday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
                    "\u05d5", // abb Friday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
                    "\u05e9" // abb Saturday
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
            },
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   124
            { "DayNarrows",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   125
                new String[] {
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   126
                    "\u05d0",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   127
                    "\u05d1",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   128
                    "\u05d2",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   129
                    "\u05d3",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   130
                    "\u05d4",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   131
                    "\u05d5",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   132
                    "\u05e9",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   133
                }
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   134
            },
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   135
            { "standalone.DayNarrows",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   136
                new String[] {
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   137
                    "\u05d0",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   138
                    "\u05d1",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   139
                    "\u05d2",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   140
                    "\u05d3",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   141
                    "\u05d4",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   142
                    "\u05d5",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   143
                    "\u05e9",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   144
                }
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   145
            },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
            { "Eras",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
                new String[] { // era strings
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
                    "\u05dc\u05e1\u05d4\"\u05e0",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
                    "\u05dc\u05e4\u05e1\u05d4\"\u05e0"
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   151
            },
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   152
            { "TimePatterns",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
                    "HH:mm:ss z", // full time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
                    "HH:mm:ss z", // long time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
                    "HH:mm:ss", // medium time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   157
                    "HH:mm", // short time pattern
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   158
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   159
            },
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   160
            { "DatePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   161
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
                    "EEEE d MMMM yyyy", // full date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
                    "d MMMM yyyy", // long date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
                    "dd/MM/yyyy", // medium date pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   165
                    "dd/MM/yy", // short date pattern
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   166
                }
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   167
            },
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   168
            { "DateTimePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   169
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
                    "{0} {1}" // date-time pattern
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
            { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
        };
90ce3da70b43 Initial load
duke
parents:
diff changeset
   175
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   176
}