1 /*
   2  * Copyright (c) 1997, 2013, 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 - 1998 - 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 /*
  42  * COPYRIGHT AND PERMISSION NOTICE
  43  *
  44  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  45  * the Terms of Use in http://www.unicode.org/copyright.html.
  46  *
  47  * Permission is hereby granted, free of charge, to any person obtaining a copy
  48  * of the Unicode data files and any associated documentation (the "Data
  49  * Files") or Unicode software and any associated documentation (the
  50  * "Software") to deal in the Data Files or Software without restriction,
  51  * including without limitation the rights to use, copy, modify, merge,
  52  * publish, distribute, and/or sell copies of the Data Files or Software, and
  53  * to permit persons to whom the Data Files or Software are furnished to do so,
  54  * provided that (a) the above copyright notice(s) and this permission notice
  55  * appear with all copies of the Data Files or Software, (b) both the above
  56  * copyright notice(s) and this permission notice appear in associated
  57  * documentation, and (c) there is clear notice in each modified Data File or
  58  * in the Software as well as in the documentation associated with the Data
  59  * File(s) or Software that the data or software has been modified.
  60  *
  61  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  62  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  63  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  64  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  65  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  66  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  67  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  68  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  69  * OF THE DATA FILES OR SOFTWARE.
  70  *
  71  * Except as contained in this notice, the name of a copyright holder shall not
  72  * be used in advertising or otherwise to promote the sale, use or other
  73  * dealings in these Data Files or Software without prior written authorization
  74  * of the copyright holder.
  75  */
  76 
  77 package sun.text.resources.iw;
  78 
  79 import sun.util.resources.ParallelListResourceBundle;
  80 
  81 public class FormatData_iw extends ParallelListResourceBundle {
  82     /**
  83      * Overrides ParallelListResourceBundle
  84      */
  85     protected final Object[][] getContents() {
  86         return new Object[][] {
  87             { "MonthNames",
  88                 new String[] {
  89                     "\u05d9\u05e0\u05d5\u05d0\u05e8", // january
  90                     "\u05e4\u05d1\u05e8\u05d5\u05d0\u05e8", // february
  91                     "\u05de\u05e8\u05e5", // march
  92                     "\u05d0\u05e4\u05e8\u05d9\u05dc", // april
  93                     "\u05de\u05d0\u05d9", // may
  94                     "\u05d9\u05d5\u05e0\u05d9", // june
  95                     "\u05d9\u05d5\u05dc\u05d9", // july
  96                     "\u05d0\u05d5\u05d2\u05d5\u05e1\u05d8", // august
  97                     "\u05e1\u05e4\u05d8\u05de\u05d1\u05e8", // september
  98                     "\u05d0\u05d5\u05e7\u05d8\u05d5\u05d1\u05e8", // october
  99                     "\u05e0\u05d5\u05d1\u05de\u05d1\u05e8", // november
 100                     "\u05d3\u05e6\u05de\u05d1\u05e8", // december
 101                     "" // month 13 if applicable
 102                 }
 103             },
 104             { "MonthAbbreviations",
 105                 new String[] {
 106                     "\u05d9\u05e0\u05d5", // abb january
 107                     "\u05e4\u05d1\u05e8", // abb february
 108                     "\u05de\u05e8\u05e5", // abb march
 109                     "\u05d0\u05e4\u05e8", // abb april
 110                     "\u05de\u05d0\u05d9", // abb may
 111                     "\u05d9\u05d5\u05e0", // abb june
 112                     "\u05d9\u05d5\u05dc", // abb july
 113                     "\u05d0\u05d5\u05d2", // abb august
 114                     "\u05e1\u05e4\u05d8", // abb september
 115                     "\u05d0\u05d5\u05e7", // abb october
 116                     "\u05e0\u05d5\u05d1", // abb november
 117                     "\u05d3\u05e6\u05de", // abb december
 118                     "" // abb month 13 if applicable
 119                 }
 120             },
 121             { "standalone.MonthAbbreviations",
 122                 new String[] {
 123                     "\u05d9\u05e0\u05d5\u05f3",
 124                     "\u05e4\u05d1\u05e8\u05f3",
 125                     "\u05de\u05e8\u05e5",
 126                     "\u05d0\u05e4\u05e8\u05f3",
 127                     "\u05de\u05d0\u05d9",
 128                     "\u05d9\u05d5\u05e0\u05f3",
 129                     "\u05d9\u05d5\u05dc\u05f3",
 130                     "\u05d0\u05d5\u05d2\u05f3",
 131                     "\u05e1\u05e4\u05d8\u05f3",
 132                     "\u05d0\u05d5\u05e7\u05f3",
 133                     "\u05e0\u05d5\u05d1\u05f3",
 134                     "\u05d3\u05e6\u05de\u05f3",
 135                     "",
 136                 }
 137             },
 138             { "MonthNarrows",
 139                 new String[] {
 140                     "1",
 141                     "2",
 142                     "3",
 143                     "4",
 144                     "5",
 145                     "6",
 146                     "7",
 147                     "8",
 148                     "9",
 149                     "10",
 150                     "11",
 151                     "12",
 152                     "",
 153                 }
 154             },
 155             { "DayNames",
 156                 new String[] {
 157                     "\u05d9\u05d5\u05dd \u05e8\u05d0\u05e9\u05d5\u05df", // Sunday
 158                     "\u05d9\u05d5\u05dd \u05e9\u05e0\u05d9", // Monday
 159                     "\u05d9\u05d5\u05dd \u05e9\u05dc\u05d9\u05e9\u05d9", // Tuesday
 160                     "\u05d9\u05d5\u05dd \u05e8\u05d1\u05d9\u05e2\u05d9", // Wednesday
 161                     "\u05d9\u05d5\u05dd \u05d7\u05de\u05d9\u05e9\u05d9", // Thursday
 162                     "\u05d9\u05d5\u05dd \u05e9\u05d9\u05e9\u05d9", // Friday
 163                     "\u05e9\u05d1\u05ea" // Saturday
 164                 }
 165             },
 166             { "DayAbbreviations",
 167                 new String[] {
 168                     "\u05d0", // abb Sunday
 169                     "\u05d1", // abb Monday
 170                     "\u05d2", // abb Tuesday
 171                     "\u05d3", // abb Wednesday
 172                     "\u05d4", // abb Thursday
 173                     "\u05d5", // abb Friday
 174                     "\u05e9" // abb Saturday
 175                 }
 176             },
 177             { "DayNarrows",
 178                 new String[] {
 179                     "\u05d0",
 180                     "\u05d1",
 181                     "\u05d2",
 182                     "\u05d3",
 183                     "\u05d4",
 184                     "\u05d5",
 185                     "\u05e9",
 186                 }
 187             },
 188             { "standalone.DayNarrows",
 189                 new String[] {
 190                     "\u05d0",
 191                     "\u05d1",
 192                     "\u05d2",
 193                     "\u05d3",
 194                     "\u05d4",
 195                     "\u05d5",
 196                     "\u05e9",
 197                 }
 198             },
 199             { "Eras",
 200                 new String[] { // era strings
 201                     "\u05dc\u05e1\u05d4\"\u05e0",
 202                     "\u05dc\u05e4\u05e1\u05d4\"\u05e0"
 203                 }
 204             },
 205             { "short.Eras",
 206                 new String[] {
 207                     "\u05dc\u05e4\u05e0\u05d4\u05f4\u05e1",
 208                     "\u05dc\u05e1\u05d4\u05f4\u05e0",
 209                 }
 210             },
 211             { "TimePatterns",
 212                 new String[] {
 213                     "HH:mm:ss z", // full time pattern
 214                     "HH:mm:ss z", // long time pattern
 215                     "HH:mm:ss", // medium time pattern
 216                     "HH:mm", // short time pattern
 217                 }
 218             },
 219             { "DatePatterns",
 220                 new String[] {
 221                     "EEEE d MMMM yyyy", // full date pattern
 222                     "d MMMM yyyy", // long date pattern
 223                     "dd/MM/yyyy", // medium date pattern
 224                     "dd/MM/yy", // short date pattern
 225                 }
 226             },
 227             { "DateTimePatterns",
 228                 new String[] {
 229                     "{0} {1}" // date-time pattern
 230                 }
 231             },
 232             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
 233         };
 234     }
 235 }