1 /*
   2  * Copyright (c) 1996, 2012, Oracle and/or its affiliates. All rights reserved.
   3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   4  *
   5  * This code is free software; you can redistribute it and/or modify it
   6  * under the terms of the GNU General Public License version 2 only, as
   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 /*
  27  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  28  * (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
  29  *
  30  * The original version of this source code and documentation
  31  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  32  * subsidiary of IBM. These materials are provided under terms
  33  * of a License Agreement between Taligent and Sun. This technology
  34  * is protected by multiple US and International patents.
  35  *
  36  * This notice and attribution to Taligent may not be removed.
  37  * Taligent is a registered trademark of Taligent, Inc.
  38  *
  39  */
  40 
  41 package sun.text.resources.ja;
  42 
  43 import java.util.ListResourceBundle;
  44 
  45 public class FormatData_ja extends ListResourceBundle {
  46     /**
  47      * Overrides ListResourceBundle
  48      */
  49     protected final Object[][] getContents() {
  50         return new Object[][] {
  51             { "MonthNames",
  52                 new String[] {
  53                     "1\u6708", // january
  54                     "2\u6708", // february
  55                     "3\u6708", // march
  56                     "4\u6708", // april
  57                     "5\u6708", // may
  58                     "6\u6708", // june
  59                     "7\u6708", // july
  60                     "8\u6708", // august
  61                     "9\u6708", // september
  62                     "10\u6708", // october
  63                     "11\u6708", // november
  64                     "12\u6708", // december
  65                     ""          // month 13 if applicable
  66                 }
  67             },
  68             { "MonthAbbreviations",
  69                 new String[] {
  70                     "1", // abb january
  71                     "2", // abb february
  72                     "3", // abb march
  73                     "4", // abb april
  74                     "5", // abb may
  75                     "6", // abb june
  76                     "7", // abb july
  77                     "8", // abb august
  78                     "9", // abb september
  79                     "10", // abb october
  80                     "11", // abb november
  81                     "12", // abb december
  82                     ""    // abb month 13 if applicable
  83                 }
  84             },
  85             { "DayNames",
  86                 new String[] {
  87                     "\u65e5\u66dc\u65e5", // Sunday
  88                     "\u6708\u66dc\u65e5", // Monday
  89                     "\u706b\u66dc\u65e5", // Tuesday
  90                     "\u6c34\u66dc\u65e5", // Wednesday
  91                     "\u6728\u66dc\u65e5", // Thursday
  92                     "\u91d1\u66dc\u65e5", // Friday
  93                     "\u571f\u66dc\u65e5"  // Saturday
  94                 }
  95             },
  96             { "DayAbbreviations",
  97                 new String[] {
  98                     "\u65e5", // abb Sunday
  99                     "\u6708", // abb Monday
 100                     "\u706b", // abb Tuesday
 101                     "\u6c34", // abb Wednesday
 102                     "\u6728", // abb Thursday
 103                     "\u91d1", // abb Friday
 104                     "\u571f"  // abb Saturday
 105                 }
 106             },
 107             { "DayNarrows",
 108                 new String[] {
 109                     "\u65e5",
 110                     "\u6708",
 111                     "\u706b",
 112                     "\u6c34",
 113                     "\u6728",
 114                     "\u91d1",
 115                     "\u571f",
 116                 }
 117             },
 118             { "AmPmMarkers",
 119                 new String[] {
 120                     "\u5348\u524d", // am marker
 121                     "\u5348\u5f8c" // pm marker
 122                 }
 123             },
 124             { "Eras",
 125                 new String[] { // era strings for GregorianCalendar
 126                     "\u7d00\u5143\u524d",
 127                     "\u897f\u66a6"
 128                 }
 129             },
 130             { "buddhist.Eras",
 131                 new String[] { // era strings for Thai Buddhist calendar
 132                     "\u7d00\u5143\u524d", // Kigenzen
 133                     "\u4ecf\u66a6",       // Butsureki
 134                 }
 135             },
 136             { "japanese.Eras",
 137                 new String[] { // era strings for Japanese imperial calendar
 138                     "\u897f\u66a6",     // Seireki (Gregorian)
 139                     "\u660e\u6cbb",     // Meiji
 140                     "\u5927\u6b63",     // Taisho
 141                     "\u662d\u548c",     // Showa
 142                     "\u5e73\u6210",     // Heisei
 143                 }
 144             },
 145             { "japanese.FirstYear",
 146                 new String[] {  // first year name
 147                     "\u5143",   // "Gan"-nen
 148                 }
 149             },
 150             { "NumberElements",
 151                 new String[] {
 152                     ".",        // decimal separator
 153                     ",",        // group (thousands) separator
 154                     ";",        // list separator
 155                     "%",        // percent sign
 156                     "0",        // native 0 digit
 157                     "#",        // pattern digit
 158                     "-",        // minus sign
 159                     "E",        // exponential
 160                     "\u2030",   // per mille
 161                     "\u221e",   // infinity
 162                     "\ufffd"    // NaN
 163                 }
 164             },
 165             { "TimePatterns",
 166                 new String[] {
 167                     "H'\u6642'mm'\u5206'ss'\u79d2' z", // full time pattern
 168                     "H:mm:ss z",                       // long time pattern
 169                     "H:mm:ss",                         // medium time pattern
 170                     "H:mm",                            // short time pattern
 171                 }
 172             },
 173             { "DatePatterns",
 174                 new String[] {
 175                     "yyyy'\u5e74'M'\u6708'd'\u65e5'",  // full date pattern
 176                     "yyyy/MM/dd",                      // long date pattern
 177                     "yyyy/MM/dd",                      // medium date pattern
 178                     "yy/MM/dd",                        // short date pattern
 179                 }
 180             },
 181             { "DateTimePatterns",
 182                 new String[] {
 183                     "{1} {0}"                          // date-time pattern
 184                 }
 185             },
 186             { "japanese.DatePatterns",
 187                 new String[] {
 188                     "GGGGyyyy'\u5e74'M'\u6708'd'\u65e5'", // full date pattern
 189                     "Gy.MM.dd",  // long date pattern
 190                     "Gy.MM.dd",  // medium date pattern
 191                     "Gy.MM.dd",  // short date pattern
 192                 }
 193             },
 194             { "japanese.TimePatterns",
 195                 new String[] {
 196                     "H'\u6642'mm'\u5206'ss'\u79d2' z", // full time pattern
 197                     "H:mm:ss z", // long time pattern
 198                     "H:mm:ss",   // medium time pattern
 199                     "H:mm",      // short time pattern
 200                 }
 201             },
 202             { "japanese.DateTimePatterns",
 203                 new String[] {
 204                     "{1} {0}"    // date-time pattern
 205                 }
 206             },
 207             { "DateTimePatternChars", "GyMdkHmsSEDFwWahKzZ" },
 208         };
 209     }
 210 }