1 /*
   2  * Copyright (c) 1997, 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  */
  28 
  29 /*
  30  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  31  * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
  32  *
  33  * The original version of this source code and documentation
  34  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  35  * subsidiary of IBM. These materials are provided under terms
  36  * of a License Agreement between Taligent and Sun. This technology
  37  * is protected by multiple US and International patents.
  38  *
  39  * This notice and attribution to Taligent may not be removed.
  40  * Taligent is a registered trademark of Taligent, Inc.
  41  *
  42  */
  43 
  44 package sun.text.resources.cs;
  45 
  46 import java.util.ListResourceBundle;
  47 
  48 public class FormatData_cs extends ListResourceBundle {
  49     /**
  50      * Overrides ListResourceBundle
  51      */
  52     protected final Object[][] getContents() {
  53         return new Object[][] {
  54             { "MonthNames",
  55                 new String[] {
  56                     "ledna",
  57                     "\u00fanora",
  58                     "b\u0159ezna",
  59                     "dubna",
  60                     "kv\u011btna",
  61                     "\u010dervna",
  62                     "\u010dervence",
  63                     "srpna",
  64                     "z\u00e1\u0159\u00ed",
  65                     "\u0159\u00edjna",
  66                     "listopadu",
  67                     "prosince",
  68                     "",
  69                 }
  70             },
  71             { "standalone.MonthNames",
  72                 new String[] {
  73                     "leden", // january
  74                     "\u00fanor", // february
  75                     "b\u0159ezen", // march
  76                     "duben", // april
  77                     "kv\u011bten", // may
  78                     "\u010derven", // june
  79                     "\u010dervenec", // july
  80                     "srpen", // august
  81                     "z\u00e1\u0159\u00ed", // september
  82                     "\u0159\u00edjen", // october
  83                     "listopad", // november
  84                     "prosinec", // december
  85                     "" // month 13 if applicable
  86                 }
  87             },
  88             { "MonthAbbreviations",
  89                 new String[] {
  90                     "Led",
  91                     "\u00dano",
  92                     "B\u0159e",
  93                     "Dub",
  94                     "Kv\u011b",
  95                     "\u010cer",
  96                     "\u010cvc",
  97                     "Srp",
  98                     "Z\u00e1\u0159",
  99                     "\u0158\u00edj",
 100                     "Lis",
 101                     "Pro",
 102                     "",
 103                 }
 104             },
 105             { "standalone.MonthAbbreviations",
 106                 new String[] {
 107                     "I", // abb january
 108                     "II", // abb february
 109                     "III", // abb march
 110                     "IV", // abb april
 111                     "V", // abb may
 112                     "VI", // abb june
 113                     "VII", // abb july
 114                     "VIII", // abb august
 115                     "IX", // abb september
 116                     "X", // abb october
 117                     "XI", // abb november
 118                     "XII", // abb december
 119                     "" // abb month 13 if applicable
 120                 }
 121             },
 122             { "DayNames",
 123                 new String[] {
 124                     "Ned\u011ble", // Sunday
 125                     "Pond\u011bl\u00ed", // Monday
 126                     "\u00dater\u00fd", // Tuesday
 127                     "St\u0159eda", // Wednesday
 128                     "\u010ctvrtek", // Thursday
 129                     "P\u00e1tek", // Friday
 130                     "Sobota" // Saturday
 131                 }
 132             },
 133             { "DayAbbreviations",
 134                 new String[] {
 135                     "Ne", // abb Sunday
 136                     "Po", // abb Monday
 137                     "\u00dat", // abb Tuesday
 138                     "St", // abb Wednesday
 139                     "\u010ct", // abb Thursday
 140                     "P\u00e1", // abb Friday
 141                     "So" // abb Saturday
 142                 }
 143             },
 144             { "AmPmMarkers",
 145                 new String[] {
 146                     "dop.", // am marker
 147                     "odp." // pm marker
 148                 }
 149             },
 150             { "Eras",
 151                 new String[] { // era strings
 152                     "p\u0159.Kr.",
 153                     "po Kr."
 154                 }
 155             },
 156             { "NumberElements",
 157                 new String[] {
 158                     ",", // decimal separator
 159                     "\u00a0", // group (thousands) separator
 160                     ";", // list separator
 161                     "%", // percent sign
 162                     "0", // native 0 digit
 163                     "#", // pattern digit
 164                     "-", // minus sign
 165                     "E", // exponential
 166                     "\u2030", // per mille
 167                     "\u221e", // infinity
 168                     "\ufffd" // NaN
 169                 }
 170             },
 171             { "TimePatterns",
 172                 new String[] {
 173                     "H:mm:ss z", // full time pattern
 174                     "H:mm:ss z", // long time pattern
 175                     "H:mm:ss", // medium time pattern
 176                     "H:mm", // short time pattern
 177                 }
 178             },
 179             { "DatePatterns",
 180                 new String[] {
 181                     "EEEE, d. MMMM yyyy", // full date pattern
 182                     "d. MMMM yyyy", // long date pattern
 183                     "d.M.yyyy", // medium date pattern
 184                     "d.M.yy", // short date pattern
 185                 }
 186             },
 187             { "DateTimePatterns",
 188                 new String[] {
 189                     "{1} {0}" // date-time pattern
 190                 }
 191             },
 192             { "DateTimePatternChars", "GuMtkHmsSEDFwWahKzZ" },
 193         };
 194     }
 195 }