jdk/src/share/classes/sun/text/resources/mt/FormatData_mt.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) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
/*
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
 * COPYRIGHT AND PERMISSION NOTICE
90ce3da70b43 Initial load
duke
parents:
diff changeset
     7
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
 * Copyright (C) 1991-2007 Unicode, Inc. All rights reserved.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     9
 * Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
 * Permission is hereby granted, free of charge, to any person obtaining a copy
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
 * of the Unicode data files and any associated documentation (the "Data
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
 * Files") or Unicode software and any associated documentation (the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
 * "Software") to deal in the Data Files or Software without restriction,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
 * including without limitation the rights to use, copy, modify, merge,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
 * publish, distribute, and/or sell copies of the Data Files or Software, and
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
 * to permit persons to whom the Data Files or Software are furnished to do
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
 * so, provided that (a) the above copyright notice(s) and this permission
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
 * notice appear with all copies of the Data Files or Software, (b) both the
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
 * above copyright notice(s) and this permission notice appear in associated
90ce3da70b43 Initial load
duke
parents:
diff changeset
    21
 * documentation, and (c) there is clear notice in each modified Data File or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    22
 * in the Software as well as in the documentation associated with the Data
90ce3da70b43 Initial load
duke
parents:
diff changeset
    23
 * File(s) or Software that the data or software has been modified.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
 * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
 * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
 * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
 * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
 * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
 * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
 * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
 *
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
 * Except as contained in this notice, the name of a copyright holder shall not
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
 * be used in advertising or otherwise to promote the sale, use or other
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
 * dealings in these Data Files or Software without prior written
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
 * authorization of the copyright holder.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
 */
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
// Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
    43
package sun.text.resources.mt;
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
import java.util.ListResourceBundle;
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
public class FormatData_mt extends ListResourceBundle {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
    protected final Object[][] getContents() {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
        return new Object[][] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
            { "MonthNames",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
                    "Jannar",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
                    "Frar",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
                    "Marzu",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
                    "April",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
                    "Mejju",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
                    "\u0120unju",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
                    "Lulju",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
                    "Awissu",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
                    "Settembru",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
                    "Ottubru",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
                    "Novembru",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
                    "Di\u010bembru",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
                    "",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
            { "MonthAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
                    "Jan",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
                    "Fra",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
                    "Mar",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
                    "Apr",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
                    "Mej",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
                    "\u0120un",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
                    "Lul",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
                    "Awi",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
                    "Set",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
                    "Ott",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
                    "Nov",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
                    "Di\u010b",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
                    "",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
            { "DayNames",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
                    "Il-\u0126add",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
                    "It-Tnejn",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
                    "It-Tlieta",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
                    "L-Erbg\u0127a",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
                    "Il-\u0126amis",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
                    "Il-\u0120img\u0127a",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
                    "Is-Sibt",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
            { "DayAbbreviations",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
                    "\u0126ad",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
                    "Tne",
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
                    "Tli",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
                    "Erb",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
                    "\u0126am",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
                    "\u0120im",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
                    "Sib",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
            },
14765
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   106
            { "DayNarrows",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   107
                new String[] {
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   108
                    "\u0126",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   109
                    "T",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   110
                    "T",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   111
                    "E",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   112
                    "\u0126",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   113
                    "\u0120",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   114
                    "S",
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   115
                }
0987999ed367 8000983: Support narrow display names for calendar fields
okutsu
parents: 13583
diff changeset
   116
            },
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
            { "AmPmMarkers",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
                    "QN",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
                    "WN",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
            { "Eras",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   125
                    "QK",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   126
                    "WK",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   127
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   128
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   129
            { "NumberPatterns",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   130
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   131
                    "#,##0.###",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   132
                    "\u00a4 #,##0.00",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   133
                    "#,##0%",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   134
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   135
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   136
            { "NumberElements",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   137
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   138
                    ".",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   139
                    ",",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   140
                    ";",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   141
                    "%",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   142
                    "0",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   143
                    "#",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   144
                    "-",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   145
                    "E",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   146
                    "\u2030",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   147
                    "\u221e",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   148
                    "NaN",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   149
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   150
            },
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   151
            { "TimePatterns",
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   152
                new String[] {
90ce3da70b43 Initial load
duke
parents:
diff changeset
   153
                    "HH:mm:ss z",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   154
                    "HH:mm:ss z",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   155
                    "HH:mm:ss",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   156
                    "HH:mm",
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   157
                }
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
            { "DatePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   160
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   161
                    "EEEE, d 'ta\u2019' MMMM yyyy",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   162
                    "d 'ta\u2019' MMMM yyyy",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   163
                    "dd MMM yyyy",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   164
                    "dd/MM/yyyy",
13583
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   165
                }
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
            { "DateTimePatterns",
dc0017b1a452 6336885: RFE: Locale Data Deployment Enhancements
naoto
parents: 5506
diff changeset
   168
                new String[] {
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   169
                    "{1} {0}",
90ce3da70b43 Initial load
duke
parents:
diff changeset
   170
                }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   171
            },
90ce3da70b43 Initial load
duke
parents:
diff changeset
   172
        };
90ce3da70b43 Initial load
duke
parents:
diff changeset
   173
    }
90ce3da70b43 Initial load
duke
parents:
diff changeset
   174
}