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.hr;
  78 
  79 import sun.util.resources.ParallelListResourceBundle;
  80 
  81 public class FormatData_hr extends ParallelListResourceBundle {
  82     /**
  83      * Overrides ParallelListResourceBundle
  84      */
  85     @Override
  86     protected final Object[][] getContents() {
  87         final String[] rocEras ={
  88             "prije R.O.C.",
  89             "R.O.C.",
  90         };
  91         return new Object[][] {
  92             { "MonthNames",
  93                 new String[] {
  94                     "sije\u010dnja",
  95                     "velja\u010de",
  96                     "o\u017eujka",
  97                     "travnja",
  98                     "svibnja",
  99                     "lipnja",
 100                     "srpnja",
 101                     "kolovoza",
 102                     "rujna",
 103                     "listopada",
 104                     "studenoga",
 105                     "prosinca",
 106                     "",
 107                 }
 108             },
 109             { "standalone.MonthNames",
 110                 new String[] {
 111                     "sije\u010danj", // january
 112                     "velja\u010da", // february
 113                     "o\u017eujak", // march
 114                     "travanj", // april
 115                     "svibanj", // may
 116                     "lipanj", // june
 117                     "srpanj", // july
 118                     "kolovoz", // august
 119                     "rujan", // september
 120                     "listopad", // october
 121                     "studeni", // november
 122                     "prosinac", // december
 123                     "" // month 13 if applicable
 124                 }
 125             },
 126             { "MonthAbbreviations",
 127                 new String[] {
 128                     "sij",
 129                     "velj",
 130                     "o\u017eu",
 131                     "tra",
 132                     "svi",
 133                     "lip",
 134                     "srp",
 135                     "kol",
 136                     "ruj",
 137                     "lis",
 138                     "stu",
 139                     "pro",
 140                     "",
 141                 }
 142             },
 143             { "standalone.MonthAbbreviations",
 144                 new String[] {
 145                     "sij", // abb january
 146                     "vel", // abb february
 147                     "o\u017eu", // abb march
 148                     "tra", // abb april
 149                     "svi", // abb may
 150                     "lip", // abb june
 151                     "srp", // abb july
 152                     "kol", // abb august
 153                     "ruj", // abb september
 154                     "lis", // abb october
 155                     "stu", // abb november
 156                     "pro", // abb december
 157                     "" // abb month 13 if applicable
 158                 }
 159             },
 160             { "MonthNarrows",
 161                 new String[] {
 162                     "1.",
 163                     "2.",
 164                     "3.",
 165                     "4.",
 166                     "5.",
 167                     "6.",
 168                     "7.",
 169                     "8.",
 170                     "9.",
 171                     "10.",
 172                     "11.",
 173                     "12.",
 174                     "",
 175                 }
 176             },
 177             { "standalone.MonthNarrows",
 178                 new String[] {
 179                     "1.",
 180                     "2.",
 181                     "3.",
 182                     "4.",
 183                     "5.",
 184                     "6.",
 185                     "7.",
 186                     "8.",
 187                     "9.",
 188                     "10.",
 189                     "11.",
 190                     "12.",
 191                     "",
 192                 }
 193             },
 194             { "DayNames",
 195                 new String[] {
 196                     "nedjelja", // Sunday
 197                     "ponedjeljak", // Monday
 198                     "utorak", // Tuesday
 199                     "srijeda", // Wednesday
 200                     "\u010detvrtak", // Thursday
 201                     "petak", // Friday
 202                     "subota" // Saturday
 203                 }
 204             },
 205             { "standalone.DayNames",
 206                 new String[] {
 207                     "nedjelja",
 208                     "ponedjeljak",
 209                     "utorak",
 210                     "srijeda",
 211                     "\u010detvrtak",
 212                     "petak",
 213                     "subota",
 214                 }
 215             },
 216             { "DayAbbreviations",
 217                 new String[] {
 218                     "ned", // abb Sunday
 219                     "pon", // abb Monday
 220                     "uto", // abb Tuesday
 221                     "sri", // abb Wednesday
 222                     "\u010det", // abb Thursday
 223                     "pet", // abb Friday
 224                     "sub" // abb Saturday
 225                 }
 226             },
 227             { "standalone.DayAbbreviations",
 228                 new String[] {
 229                     "ned",
 230                     "pon",
 231                     "uto",
 232                     "sri",
 233                     "\u010det",
 234                     "pet",
 235                     "sub",
 236                 }
 237             },
 238             { "DayNarrows",
 239                 new String[] {
 240                     "N",
 241                     "P",
 242                     "U",
 243                     "S",
 244                     "\u010c",
 245                     "P",
 246                     "S",
 247                 }
 248             },
 249             { "standalone.DayNarrows",
 250                 new String[] {
 251                     "n",
 252                     "p",
 253                     "u",
 254                     "s",
 255                     "\u010d",
 256                     "p",
 257                     "s",
 258                 }
 259             },
 260             { "Eras",
 261                 new String[] {
 262                     "Prije Krista",
 263                     "Poslije Krista",
 264                 }
 265             },
 266             { "short.Eras",
 267                 new String[] {
 268                     "p. n. e.",
 269                     "A. D.",
 270                 }
 271             },
 272             { "NumberElements",
 273                 new String[] {
 274                     ",", // decimal separator
 275                     ".", // group (thousands) separator
 276                     ";", // list separator
 277                     "%", // percent sign
 278                     "0", // native 0 digit
 279                     "#", // pattern digit
 280                     "-", // minus sign
 281                     "E", // exponential
 282                     "\u2030", // per mille
 283                     "\u221e", // infinity
 284                     "\ufffd" // NaN
 285                 }
 286             },
 287             { "TimePatterns",
 288                 new String[] {
 289                     "HH:mm:ss z", // full time pattern
 290                     "HH:mm:ss z", // long time pattern
 291                     "HH:mm:ss", // medium time pattern
 292                     "HH:mm", // short time pattern
 293                 }
 294             },
 295             { "DatePatterns",
 296                 new String[] {
 297                     "yyyy. MMMM dd", // full date pattern
 298                     "yyyy. MMMM dd", // long date pattern
 299                     "yyyy.MM.dd", // medium date pattern
 300                     "yyyy.MM.dd", // short date pattern
 301                 }
 302             },
 303             { "DateTimePatterns",
 304                 new String[] {
 305                     "{1} {0}" // date-time pattern
 306                 }
 307             },
 308             { "DateTimePatternChars", "GanjkHmsSEDFwWxhKzZ" },
 309         };
 310     }
 311 }