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 sun.util.resources.ParallelListResourceBundle;
  83 
  84 public class FormatData_cs extends ParallelListResourceBundle {
  85     /**
  86      * Overrides ParallelListResourceBundle
  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             { "MonthNarrows",
 159                 new String[] {
 160                     "l",
 161                     "\u00fa",
 162                     "b",
 163                     "d",
 164                     "k",
 165                     "\u010d",
 166                     "\u010d",
 167                     "s",
 168                     "z",
 169                     "\u0159",
 170                     "l",
 171                     "p",
 172                     "",
 173                 }
 174             },
 175             { "standalone.MonthNarrows",
 176                 new String[] {
 177                     "l",
 178                     "\u00fa",
 179                     "b",
 180                     "d",
 181                     "k",
 182                     "\u010d",
 183                     "\u010d",
 184                     "s",
 185                     "z",
 186                     "\u0159",
 187                     "l",
 188                     "p",
 189                     "",
 190                 }
 191             },
 192             { "DayNames",
 193                 new String[] {
 194                     "Ned\u011ble", // Sunday
 195                     "Pond\u011bl\u00ed", // Monday
 196                     "\u00dater\u00fd", // Tuesday
 197                     "St\u0159eda", // Wednesday
 198                     "\u010ctvrtek", // Thursday
 199                     "P\u00e1tek", // Friday
 200                     "Sobota" // Saturday
 201                 }
 202             },
 203             { "standalone.DayNames",
 204                 new String[] {
 205                     "ned\u011ble",
 206                     "pond\u011bl\u00ed",
 207                     "\u00fater\u00fd",
 208                     "st\u0159eda",
 209                     "\u010dtvrtek",
 210                     "p\u00e1tek",
 211                     "sobota",
 212                 }
 213             },
 214             { "DayAbbreviations",
 215                 new String[] {
 216                     "Ne", // abb Sunday
 217                     "Po", // abb Monday
 218                     "\u00dat", // abb Tuesday
 219                     "St", // abb Wednesday
 220                     "\u010ct", // abb Thursday
 221                     "P\u00e1", // abb Friday
 222                     "So" // abb Saturday
 223                 }
 224             },
 225             { "standalone.DayAbbreviations",
 226                 new String[] {
 227                     "ne",
 228                     "po",
 229                     "\u00fat",
 230                     "st",
 231                     "\u010dt",
 232                     "p\u00e1",
 233                     "so",
 234                 }
 235             },
 236             { "DayNarrows",
 237                 new String[] {
 238                     "N",
 239                     "P",
 240                     "\u00da",
 241                     "S",
 242                     "\u010c",
 243                     "P",
 244                     "S",
 245                 }
 246             },
 247             { "standalone.DayNarrows",
 248                 new String[] {
 249                     "N",
 250                     "P",
 251                     "\u00da",
 252                     "S",
 253                     "\u010c",
 254                     "P",
 255                     "S",
 256                 }
 257             },
 258             { "AmPmMarkers",
 259                 new String[] {
 260                     "dop.", // am marker
 261                     "odp." // pm marker
 262                 }
 263             },
 264             { "Eras",
 265                 new String[] { // era strings
 266                     "p\u0159.Kr.",
 267                     "po Kr."
 268                 }
 269             },
 270             { "short.Eras",
 271                 new String[] {
 272                     "p\u0159. n. l.",
 273                     "n. l.",
 274                 }
 275             },
 276             { "narrow.Eras",
 277                 new String[] {
 278                     "p\u0159.n.l.",
 279                     "n. l.",
 280                 }
 281             },
 282             { "NumberElements",
 283                 new String[] {
 284                     ",", // decimal separator
 285                     "\u00a0", // group (thousands) separator
 286                     ";", // list separator
 287                     "%", // percent sign
 288                     "0", // native 0 digit
 289                     "#", // pattern digit
 290                     "-", // minus sign
 291                     "E", // exponential
 292                     "\u2030", // per mille
 293                     "\u221e", // infinity
 294                     "\ufffd" // NaN
 295                 }
 296             },
 297             { "TimePatterns",
 298                 new String[] {
 299                     "H:mm:ss z", // full time pattern
 300                     "H:mm:ss z", // long time pattern
 301                     "H:mm:ss", // medium time pattern
 302                     "H:mm", // short time pattern
 303                 }
 304             },
 305             { "DatePatterns",
 306                 new String[] {
 307                     "EEEE, d. MMMM yyyy", // full date pattern
 308                     "d. MMMM yyyy", // long date pattern
 309                     "d.M.yyyy", // medium date pattern
 310                     "d.M.yy", // short date pattern
 311                 }
 312             },
 313             { "DateTimePatterns",
 314                 new String[] {
 315                     "{1} {0}" // date-time pattern
 316                 }
 317             },
 318             { "DateTimePatternChars", "GuMtkHmsSEDFwWahKzZ" },
 319         };
 320     }
 321 }