1 /*
   2  * Copyright (c) 2013, 2016, 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  * COPYRIGHT AND PERMISSION NOTICE
  28  *
  29  * Copyright (C) 1991-2016 Unicode, Inc. All rights reserved.
  30  * Distributed under the Terms of Use in
  31  * http://www.unicode.org/copyright.html.
  32  *
  33  * Permission is hereby granted, free of charge, to any person obtaining
  34  * a copy of the Unicode data files and any associated documentation
  35  * (the "Data Files") or Unicode software and any associated documentation
  36  * (the "Software") to deal in the Data Files or Software
  37  * without restriction, including without limitation the rights to use,
  38  * copy, modify, merge, publish, distribute, and/or sell copies of
  39  * the Data Files or Software, and to permit persons to whom the Data Files
  40  * or Software are furnished to do so, provided that
  41  * (a) this copyright and permission notice appear with all copies
  42  * of the Data Files or Software,
  43  * (b) this copyright and permission notice appear in associated
  44  * documentation, and
  45  * (c) there is clear notice in each modified Data File or in the Software
  46  * as well as in the documentation associated with the Data File(s) or
  47  * Software that the data or software has been modified.
  48  *
  49  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
  50  * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
  51  * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  52  * NONINFRINGEMENT OF THIRD PARTY RIGHTS.
  53  * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
  54  * NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
  55  * DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  56  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  57  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  58  * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
  59  *
  60  * Except as contained in this notice, the name of a copyright holder
  61  * shall not be used in advertising or otherwise to promote the sale,
  62  * use or other dealings in these Data Files or Software without prior
  63  * written authorization of the copyright holder.
  64  */
  65 
  66 //  Note: this file has been generated by a tool.
  67 
  68 package sun.text.resources.ext;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_hr extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         final String[] sharedQuarterAbbreviations = {
  76             "1kv",
  77             "2kv",
  78             "3kv",
  79             "4kv",
  80         };
  81 
  82         final String[] sharedQuarterNames = {
  83             "1. kvartal",
  84             "2. kvartal",
  85             "3. kvartal",
  86             "4. kvartal",
  87         };
  88 
  89         final String[] sharedQuarterNarrows = {
  90             "1.",
  91             "2.",
  92             "3.",
  93             "4.",
  94         };
  95 
  96         final String[] sharedAmPmMarkers = {
  97             "AM",
  98             "PM",
  99         };
 100 
 101         final String[] sharedDayAbbreviations = {
 102             "ned",
 103             "pon",
 104             "uto",
 105             "sri",
 106             "\u010det",
 107             "pet",
 108             "sub",
 109         };
 110 
 111         final String[] sharedDayNames = {
 112             "nedjelja",
 113             "ponedjeljak",
 114             "utorak",
 115             "srijeda",
 116             "\u010detvrtak",
 117             "petak",
 118             "subota",
 119         };
 120 
 121         final String[] sharedDayNarrows = {
 122             "N",
 123             "P",
 124             "U",
 125             "S",
 126             "\u010c",
 127             "P",
 128             "S",
 129         };
 130 
 131         final String[] sharedJavaTimeDatePatterns = {
 132             "EEEE, d. MMMM y. G",
 133             "d. MMMM y. G",
 134             "d. MMM y. G",
 135             "dd.MM.y. GGGGG",
 136         };
 137 
 138         final String[] sharedJavaTimeDatePatterns2 = {
 139             "EEEE, d. MMMM y. G",
 140             "d. MMMM y. G",
 141             "d. M. y. G",
 142             "d.M.y. GGGGG",
 143         };
 144 
 145         final String[] sharedEras = {
 146             "prije R.O.C.",
 147             "R.O.C.",
 148         };
 149 
 150         return new Object[][] {
 151             { "QuarterAbbreviations",
 152                 sharedQuarterAbbreviations },
 153             { "QuarterNames",
 154                 sharedQuarterNames },
 155             { "QuarterNarrows",
 156                 sharedQuarterNarrows },
 157             { "calendarname.buddhist",
 158                 "budisti\u010dki kalendar" },
 159             { "calendarname.gregorian",
 160                 "gregorijanski kalendar" },
 161             { "calendarname.gregory",
 162                 "gregorijanski kalendar" },
 163             { "calendarname.islamic",
 164                 "islamski kalendar" },
 165             { "calendarname.islamic-civil",
 166                 "islamski civilni kalendar" },
 167             { "calendarname.japanese",
 168                 "japanski kalendar" },
 169             { "calendarname.roc",
 170                 "kalendar Republike Kine" },
 171             { "field.dayperiod",
 172                 "AM/PM" },
 173             { "field.era",
 174                 "era" },
 175             { "field.hour",
 176                 "sat" },
 177             { "field.minute",
 178                 "minuta" },
 179             { "field.month",
 180                 "mjesec" },
 181             { "field.second",
 182                 "sekunda" },
 183             { "field.week",
 184                 "tjedan" },
 185             { "field.weekday",
 186                 "dan u tjednu" },
 187             { "field.year",
 188                 "godina" },
 189             { "field.zone",
 190                 "vremenska zona" },
 191             { "islamic.AmPmMarkers",
 192                 sharedAmPmMarkers },
 193             { "islamic.DatePatterns",
 194                 new String[] {
 195                     "EEEE, d. MMMM y. GGGG",
 196                     "d. MMMM y. GGGG",
 197                     "d. M. y. GGGG",
 198                     "d.M.y. G",
 199                 }
 200             },
 201             { "islamic.DayAbbreviations",
 202                 sharedDayAbbreviations },
 203             { "islamic.DayNames",
 204                 sharedDayNames },
 205             { "islamic.DayNarrows",
 206                 sharedDayNarrows },
 207             { "islamic.QuarterAbbreviations",
 208                 sharedQuarterAbbreviations },
 209             { "islamic.QuarterNames",
 210                 sharedQuarterNames },
 211             { "islamic.QuarterNarrows",
 212                 sharedQuarterNarrows },
 213             { "islamic.narrow.AmPmMarkers",
 214                 sharedAmPmMarkers },
 215             { "java.time.buddhist.DatePatterns",
 216                 sharedJavaTimeDatePatterns },
 217             { "java.time.buddhist.short.Eras",
 218                 new String[] {
 219                     "BC",
 220                     "BE",
 221                 }
 222             },
 223             { "java.time.islamic.DatePatterns",
 224                 sharedJavaTimeDatePatterns2 },
 225             { "java.time.japanese.DatePatterns",
 226                 sharedJavaTimeDatePatterns2 },
 227             { "java.time.japanese.long.Eras",
 228                 new String[] {
 229                     "poslije Krista",
 230                     "Meiji",
 231                     "Taish\u014d",
 232                     "Sh\u014dwa",
 233                     "Heisei",
 234                 }
 235             },
 236             { "java.time.japanese.short.Eras",
 237                 new String[] {
 238                     "p. Kr.",
 239                     "Meiji",
 240                     "Taish\u014d",
 241                     "Sh\u014dwa",
 242                     "Heisei",
 243                 }
 244             },
 245             { "java.time.long.Eras",
 246                 new String[] {
 247                     "prije Krista",
 248                     "poslije Krista",
 249                 }
 250             },
 251             { "java.time.roc.DatePatterns",
 252                 sharedJavaTimeDatePatterns },
 253             { "java.time.short.Eras",
 254                 new String[] {
 255                     "Prije Krista",
 256                     "Poslije Krista",
 257                 }
 258             },
 259             { "roc.DatePatterns",
 260                 new String[] {
 261                     "EEEE, d. MMMM y. GGGG",
 262                     "d. MMMM y. GGGG",
 263                     "d. MMM y. GGGG",
 264                     "dd.MM.y. G",
 265                 }
 266             },
 267             { "roc.DayAbbreviations",
 268                 sharedDayAbbreviations },
 269             { "roc.DayNames",
 270                 sharedDayNames },
 271             { "roc.DayNarrows",
 272                 sharedDayNarrows },
 273             { "roc.Eras",
 274                 sharedEras },
 275             { "roc.MonthAbbreviations",
 276                 new String[] {
 277                     "sij",
 278                     "velj",
 279                     "o\u017eu",
 280                     "tra",
 281                     "svi",
 282                     "lip",
 283                     "srp",
 284                     "kol",
 285                     "ruj",
 286                     "lis",
 287                     "stu",
 288                     "pro",
 289                     "",
 290                 }
 291             },
 292             { "roc.MonthNames",
 293                 new String[] {
 294                     "sije\u010dnja",
 295                     "velja\u010de",
 296                     "o\u017eujka",
 297                     "travnja",
 298                     "svibnja",
 299                     "lipnja",
 300                     "srpnja",
 301                     "kolovoza",
 302                     "rujna",
 303                     "listopada",
 304                     "studenoga",
 305                     "prosinca",
 306                     "",
 307                 }
 308             },
 309             { "roc.MonthNarrows",
 310                 new String[] {
 311                     "1.",
 312                     "2.",
 313                     "3.",
 314                     "4.",
 315                     "5.",
 316                     "6.",
 317                     "7.",
 318                     "8.",
 319                     "9.",
 320                     "10.",
 321                     "11.",
 322                     "12.",
 323                     "",
 324                 }
 325             },
 326             { "roc.QuarterAbbreviations",
 327                 sharedQuarterAbbreviations },
 328             { "roc.QuarterNames",
 329                 sharedQuarterNames },
 330             { "roc.QuarterNarrows",
 331                 sharedQuarterNarrows },
 332             { "roc.long.Eras",
 333                 sharedEras },
 334             { "roc.narrow.Eras",
 335                 sharedEras },
 336             { "roc.short.Eras",
 337                 sharedEras },
 338             { "timezone.hourFormat",
 339                 "+HH:mm; -HH:mm" },
 340         };
 341     }
 342 }