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  */
  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 /*
  45  * COPYRIGHT AND PERMISSION NOTICE
  46  *
  47  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  48  * the Terms of Use in http://www.unicode.org/copyright.html.
  49  *
  50  * Permission is hereby granted, free of charge, to any person obtaining a copy
  51  * of the Unicode data files and any associated documentation (the "Data
  52  * Files") or Unicode software and any associated documentation (the
  53  * "Software") to deal in the Data Files or Software without restriction,
  54  * including without limitation the rights to use, copy, modify, merge,
  55  * publish, distribute, and/or sell copies of the Data Files or Software, and
  56  * to permit persons to whom the Data Files or Software are furnished to do so,
  57  * provided that (a) the above copyright notice(s) and this permission notice
  58  * appear with all copies of the Data Files or Software, (b) both the above
  59  * copyright notice(s) and this permission notice appear in associated
  60  * documentation, and (c) there is clear notice in each modified Data File or
  61  * in the Software as well as in the documentation associated with the Data
  62  * File(s) or Software that the data or software has been modified.
  63  *
  64  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  65  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  66  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  67  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  68  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  69  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  70  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  71  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  72  * OF THE DATA FILES OR SOFTWARE.
  73  *
  74  * Except as contained in this notice, the name of a copyright holder shall not
  75  * be used in advertising or otherwise to promote the sale, use or other
  76  * dealings in these Data Files or Software without prior written authorization
  77  * of the copyright holder.
  78  */
  79 
  80 package sun.text.resources.cs;
  81 
  82 import java.util.ListResourceBundle;
  83 
  84 public class FormatData_cs extends ListResourceBundle {
  85     /**
  86      * Overrides ListResourceBundle
  87      */
  88     protected final Object[][] getContents() {
  89         return new Object[][] {
  90             { "MonthNames",
  91                 new String[] {
  92                     "ledna",
  93                     "\u00fanora",
  94                     "b\u0159ezna",
  95                     "dubna",
  96                     "kv\u011btna",
  97                     "\u010dervna",
  98                     "\u010dervence",
  99                     "srpna",
 100                     "z\u00e1\u0159\u00ed",
 101                     "\u0159\u00edjna",
 102                     "listopadu",
 103                     "prosince",
 104                     "",
 105                 }
 106             },
 107             { "standalone.MonthNames",
 108                 new String[] {
 109                     "leden", // january
 110                     "\u00fanor", // february
 111                     "b\u0159ezen", // march
 112                     "duben", // april
 113                     "kv\u011bten", // may
 114                     "\u010derven", // june
 115                     "\u010dervenec", // july
 116                     "srpen", // august
 117                     "z\u00e1\u0159\u00ed", // september
 118                     "\u0159\u00edjen", // october
 119                     "listopad", // november
 120                     "prosinec", // december
 121                     "" // month 13 if applicable
 122                 }
 123             },
 124             { "MonthAbbreviations",
 125                 new String[] {
 126                     "Led",
 127                     "\u00dano",
 128                     "B\u0159e",
 129                     "Dub",
 130                     "Kv\u011b",
 131                     "\u010cer",
 132                     "\u010cvc",
 133                     "Srp",
 134                     "Z\u00e1\u0159",
 135                     "\u0158\u00edj",
 136                     "Lis",
 137                     "Pro",
 138                     "",
 139                 }
 140             },
 141             { "standalone.MonthAbbreviations",
 142                 new String[] {
 143                     "I", // abb january
 144                     "II", // abb february
 145                     "III", // abb march
 146                     "IV", // abb april
 147                     "V", // abb may
 148                     "VI", // abb june
 149                     "VII", // abb july
 150                     "VIII", // abb august
 151                     "IX", // abb september
 152                     "X", // abb october
 153                     "XI", // abb november
 154                     "XII", // abb december
 155                     "" // abb month 13 if applicable
 156                 }
 157             },
 158             { "DayNames",
 159                 new String[] {
 160                     "Ned\u011ble", // Sunday
 161                     "Pond\u011bl\u00ed", // Monday
 162                     "\u00dater\u00fd", // Tuesday
 163                     "St\u0159eda", // Wednesday
 164                     "\u010ctvrtek", // Thursday
 165                     "P\u00e1tek", // Friday
 166                     "Sobota" // Saturday
 167                 }
 168             },
 169             { "DayAbbreviations",
 170                 new String[] {
 171                     "Ne", // abb Sunday
 172                     "Po", // abb Monday
 173                     "\u00dat", // abb Tuesday
 174                     "St", // abb Wednesday
 175                     "\u010ct", // abb Thursday
 176                     "P\u00e1", // abb Friday
 177                     "So" // abb Saturday
 178                 }
 179             },
 180             { "DayNarrows",
 181                 new String[] {
 182                     "N",
 183                     "P",
 184                     "\u00da",
 185                     "S",
 186                     "\u010c",
 187                     "P",
 188                     "S",
 189                 }
 190             },
 191             { "AmPmMarkers",
 192                 new String[] {
 193                     "dop.", // am marker
 194                     "odp." // pm marker
 195                 }
 196             },
 197             { "Eras",
 198                 new String[] { // era strings
 199                     "p\u0159.Kr.",
 200                     "po Kr."
 201                 }
 202             },
 203             { "NumberElements",
 204                 new String[] {
 205                     ",", // decimal separator
 206                     "\u00a0", // group (thousands) separator
 207                     ";", // list separator
 208                     "%", // percent sign
 209                     "0", // native 0 digit
 210                     "#", // pattern digit
 211                     "-", // minus sign
 212                     "E", // exponential
 213                     "\u2030", // per mille
 214                     "\u221e", // infinity
 215                     "\ufffd" // NaN
 216                 }
 217             },
 218             { "TimePatterns",
 219                 new String[] {
 220                     "H:mm:ss z", // full time pattern
 221                     "H:mm:ss z", // long time pattern
 222                     "H:mm:ss", // medium time pattern
 223                     "H:mm", // short time pattern
 224                 }
 225             },
 226             { "DatePatterns",
 227                 new String[] {
 228                     "EEEE, d. MMMM yyyy", // full date pattern
 229                     "d. MMMM yyyy", // long date pattern
 230                     "d.M.yyyy", // medium date pattern
 231                     "d.M.yy", // short date pattern
 232                 }
 233             },
 234             { "DateTimePatterns",
 235                 new String[] {
 236                     "{1} {0}" // date-time pattern
 237                 }
 238             },
 239             { "DateTimePatternChars", "GuMtkHmsSEDFwWahKzZ" },
 240             { "calendarname.islamic-civil", "Muslimsk\u00fd ob\u010dansk\u00fd kalend\u00e1\u0159" },
 241             { "calendarname.islamicc", "Muslimsk\u00fd ob\u010dansk\u00fd kalend\u00e1\u0159" },
 242             { "calendarname.islamic", "Muslimsk\u00fd kalend\u00e1\u0159" },
 243             { "calendarname.buddhist", "Buddhistick\u00fd kalend\u00e1\u0159" },
 244             { "calendarname.japanese", "Japonsk\u00fd kalend\u00e1\u0159" },
 245             { "calendarname.gregorian", "Gregori\u00e1nsk\u00fd kalend\u00e1\u0159" },
 246             { "calendarname.gregory", "Gregori\u00e1nsk\u00fd kalend\u00e1\u0159" },
 247             { "field.year", "Rok" },
 248             { "field.month", "M\u011bs\u00edc" },
 249             { "field.week", "T\u00fdden" },
 250             { "field.weekday", "Den v t\u00fddnu" },
 251             { "field.dayperiod", "AM/PM" },
 252             { "field.hour", "Hodina" },
 253             { "field.minute", "Minuta" },
 254             { "field.second", "Sekunda" },
 255             { "field.zone", "\u010casov\u00e9 p\u00e1smo" },
 256         };
 257     }
 258 }