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.pl;
  78 
  79 import sun.util.resources.ParallelListResourceBundle;
  80 
  81 public class FormatData_pl extends ParallelListResourceBundle {
  82     /**
  83      * Overrides ParallelListResourceBundle
  84      */
  85     protected final Object[][] getContents() {
  86         return new Object[][] {
  87             { "MonthNames",
  88                 new String[] {
  89                     "stycznia",
  90                     "lutego",
  91                     "marca",
  92                     "kwietnia",
  93                     "maja",
  94                     "czerwca",
  95                     "lipca",
  96                     "sierpnia",
  97                     "wrze\u015bnia",
  98                     "pa\u017adziernika",
  99                     "listopada",
 100                     "grudnia",
 101                     "",
 102                 }
 103             },
 104             { "standalone.MonthNames",
 105                 new String[] {
 106                     "stycze\u0144", // january
 107                     "luty", // february
 108                     "marzec", // march
 109                     "kwiecie\u0144", // april
 110                     "maj", // may
 111                     "czerwiec", // june
 112                     "lipiec", // july
 113                     "sierpie\u0144", // august
 114                     "wrzesie\u0144", // september
 115                     "pa\u017adziernik", // october
 116                     "listopad", // november
 117                     "grudzie\u0144", // december
 118                     "" // month 13 if applicable
 119                 }
 120             },
 121             { "MonthAbbreviations",
 122                 new String[] {
 123                     "sty", // abb january
 124                     "lut", // abb february
 125                     "mar", // abb march
 126                     "kwi", // abb april
 127                     "maj", // abb may
 128                     "cze", // abb june
 129                     "lip", // abb july
 130                     "sie", // abb august
 131                     "wrz", // abb september
 132                     "pa\u017a", // abb october
 133                     "lis", // abb november
 134                     "gru", // abb december
 135                     "" // abb month 13 if applicable
 136                 }
 137             },
 138             { "standalone.MonthAbbreviations",
 139                 new String[] {
 140                     "sty",
 141                     "lut",
 142                     "mar",
 143                     "kwi",
 144                     "maj",
 145                     "cze",
 146                     "lip",
 147                     "sie",
 148                     "wrz",
 149                     "pa\u017a",
 150                     "lis",
 151                     "gru",
 152                     "",
 153                 }
 154             },
 155             { "MonthNarrows",
 156                 new String[] {
 157                     "s",
 158                     "l",
 159                     "m",
 160                     "k",
 161                     "m",
 162                     "c",
 163                     "l",
 164                     "s",
 165                     "w",
 166                     "p",
 167                     "l",
 168                     "g",
 169                     "",
 170                 }
 171             },
 172             { "standalone.MonthNarrows",
 173                 new String[] {
 174                     "s",
 175                     "l",
 176                     "m",
 177                     "k",
 178                     "m",
 179                     "c",
 180                     "l",
 181                     "s",
 182                     "w",
 183                     "p",
 184                     "l",
 185                     "g",
 186                     "",
 187                 }
 188             },
 189             { "DayNames",
 190                 new String[] {
 191                     "niedziela", // Sunday
 192                     "poniedzia\u0142ek", // Monday
 193                     "wtorek", // Tuesday
 194                     "\u015broda", // Wednesday
 195                     "czwartek", // Thursday
 196                     "pi\u0105tek", // Friday
 197                     "sobota" // Saturday
 198                 }
 199             },
 200             { "standalone.DayNames",
 201                 new String[] {
 202                     "niedziela",
 203                     "poniedzia\u0142ek",
 204                     "wtorek",
 205                     "\u015broda",
 206                     "czwartek",
 207                     "pi\u0105tek",
 208                     "sobota",
 209                 }
 210             },
 211             { "DayAbbreviations",
 212                 new String[] {
 213                     "N", // abb Sunday
 214                     "Pn", // abb Monday
 215                     "Wt", // abb Tuesday
 216                     "\u015ar", // abb Wednesday
 217                     "Cz", // abb Thursday
 218                     "Pt", // abb Friday
 219                     "So" // abb Saturday
 220                 }
 221             },
 222             { "standalone.DayAbbreviations",
 223                 new String[] {
 224                     "niedz.",
 225                     "pon.",
 226                     "wt.",
 227                     "\u015br.",
 228                     "czw.",
 229                     "pt.",
 230                     "sob.",
 231                 }
 232             },
 233             { "DayNarrows",
 234                 new String[] {
 235                     "N",
 236                     "P",
 237                     "W",
 238                     "\u015a",
 239                     "C",
 240                     "P",
 241                     "S",
 242                 }
 243             },
 244             { "standalone.DayNarrows",
 245                 new String[] {
 246                     "N",
 247                     "P",
 248                     "W",
 249                     "\u015a",
 250                     "C",
 251                     "P",
 252                     "S",
 253                 }
 254             },
 255             { "Eras",
 256                 new String[] { // era strings
 257                     "p.n.e.",
 258                     "n.e."
 259                 }
 260             },
 261             { "NumberElements",
 262                 new String[] {
 263                     ",", // decimal separator
 264                     "\u00a0", // group (thousands) separator
 265                     ";", // list separator
 266                     "%", // percent sign
 267                     "0", // native 0 digit
 268                     "#", // pattern digit
 269                     "-", // minus sign
 270                     "E", // exponential
 271                     "\u2030", // per mille
 272                     "\u221e", // infinity
 273                     "\ufffd" // NaN
 274                 }
 275             },
 276             { "TimePatterns",
 277                 new String[] {
 278                     "HH:mm:ss z", // full time pattern
 279                     "HH:mm:ss z", // long time pattern
 280                     "HH:mm:ss", // medium time pattern
 281                     "HH:mm", // short time pattern
 282                 }
 283             },
 284             { "DatePatterns",
 285                 new String[] {
 286                     "EEEE, d MMMM yyyy", // full date pattern
 287                     "d MMMM yyyy", // long date pattern
 288                     "yyyy-MM-dd", // medium date pattern
 289                     "yy-MM-dd", // short date pattern
 290                 }
 291             },
 292             { "DateTimePatterns",
 293                 new String[] {
 294                     "{1} {0}" // date-time pattern
 295                 }
 296             },
 297             { "DateTimePatternChars", "GyMdkHmsSEDFwWahKzZ" },
 298         };
 299     }
 300 }