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_no extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         final String[] sharedQuarterAbbreviations = {
  76             "K1",
  77             "K2",
  78             "K3",
  79             "K4",
  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             "a.m.",
  98             "p.m.",
  99         };
 100 
 101         final String[] sharedDatePatterns = {
 102             "EEEE d. MMMM y GGGG",
 103             "d. MMMM y GGGG",
 104             "d. MMM y GGGG",
 105             "d.M. y GGGG",
 106         };
 107 
 108         final String[] sharedDayAbbreviations = {
 109             "s\u00f8n.",
 110             "man.",
 111             "tir.",
 112             "ons.",
 113             "tor.",
 114             "fre.",
 115             "l\u00f8r.",
 116         };
 117 
 118         final String[] sharedDayNames = {
 119             "s\u00f8ndag",
 120             "mandag",
 121             "tirsdag",
 122             "onsdag",
 123             "torsdag",
 124             "fredag",
 125             "l\u00f8rdag",
 126         };
 127 
 128         final String[] sharedDayNarrows = {
 129             "S",
 130             "M",
 131             "T",
 132             "O",
 133             "T",
 134             "F",
 135             "L",
 136         };
 137 
 138         final String[] sharedTimePatterns = {
 139             "HH.mm.ss zzzz",
 140             "HH.mm.ss z",
 141             "HH.mm.ss",
 142             "HH.mm",
 143         };
 144 
 145         final String[] sharedNarrowAmPmMarkers = {
 146             "a",
 147             "p",
 148         };
 149 
 150         final String[] sharedJavaTimeDatePatterns = {
 151             "EEEE d. MMMM y G",
 152             "d. MMMM y G",
 153             "d. MMM y G",
 154             "d.M. y G",
 155         };
 156 
 157         final String[] sharedEras = {
 158             "Before R.O.C.",
 159             "Minguo",
 160         };
 161 
 162         return new Object[][] {
 163             { "QuarterAbbreviations",
 164                 sharedQuarterAbbreviations },
 165             { "QuarterNames",
 166                 sharedQuarterNames },
 167             { "QuarterNarrows",
 168                 sharedQuarterNarrows },
 169             { "calendarname.buddhist",
 170                 "buddhistisk kalender" },
 171             { "calendarname.gregorian",
 172                 "gregoriansk kalender" },
 173             { "calendarname.gregory",
 174                 "gregoriansk kalender" },
 175             { "calendarname.islamic",
 176                 "islamsk kalender" },
 177             { "calendarname.islamic-civil",
 178                 "islamsk kalender (tabell, sivil)" },
 179             { "calendarname.islamic-umalqura",
 180                 "islamsk kalender (Umm al-Qura)" },
 181             { "calendarname.japanese",
 182                 "japansk kalender" },
 183             { "calendarname.roc",
 184                 "kalender for Republikken Kina" },
 185             { "field.dayperiod",
 186                 "AM/PM" },
 187             { "field.era",
 188                 "tidsalder" },
 189             { "field.hour",
 190                 "time" },
 191             { "field.minute",
 192                 "minutt" },
 193             { "field.month",
 194                 "m\u00e5ned" },
 195             { "field.second",
 196                 "sekund" },
 197             { "field.week",
 198                 "uke" },
 199             { "field.weekday",
 200                 "ukedag" },
 201             { "field.year",
 202                 "\u00e5r" },
 203             { "field.zone",
 204                 "tidssone" },
 205             { "islamic.AmPmMarkers",
 206                 sharedAmPmMarkers },
 207             { "islamic.DatePatterns",
 208                 sharedDatePatterns },
 209             { "islamic.DayAbbreviations",
 210                 sharedDayAbbreviations },
 211             { "islamic.DayNames",
 212                 sharedDayNames },
 213             { "islamic.DayNarrows",
 214                 sharedDayNarrows },
 215             { "islamic.MonthAbbreviations",
 216                 new String[] {
 217                     "muh.",
 218                     "saf.",
 219                     "rab. I",
 220                     "rab. II",
 221                     "jum. I",
 222                     "jum. II",
 223                     "raj.",
 224                     "sha.",
 225                     "ram.",
 226                     "shaw.",
 227                     "dhu\u02bbl-q.",
 228                     "dhu\u02bbl-h.",
 229                     "",
 230                 }
 231             },
 232             { "islamic.MonthNames",
 233                 new String[] {
 234                     "muharram",
 235                     "safar",
 236                     "rabi\u02bb I",
 237                     "rabi\u02bb II",
 238                     "jumada I",
 239                     "jumada II",
 240                     "rajab",
 241                     "sha\u02bbban",
 242                     "ramadan",
 243                     "shawwal",
 244                     "dhu\u02bbl-qi\u02bbdah",
 245                     "dhu\u02bbl-hijjah",
 246                     "",
 247                 }
 248             },
 249             { "islamic.QuarterAbbreviations",
 250                 sharedQuarterAbbreviations },
 251             { "islamic.QuarterNames",
 252                 sharedQuarterNames },
 253             { "islamic.QuarterNarrows",
 254                 sharedQuarterNarrows },
 255             { "islamic.TimePatterns",
 256                 sharedTimePatterns },
 257             { "islamic.abbreviated.AmPmMarkers",
 258                 sharedAmPmMarkers },
 259             { "islamic.narrow.AmPmMarkers",
 260                 sharedNarrowAmPmMarkers },
 261             { "java.time.buddhist.DatePatterns",
 262                 sharedJavaTimeDatePatterns },
 263             { "java.time.buddhist.short.Eras",
 264                 new String[] {
 265                     "BC",
 266                     "BE",
 267                 }
 268             },
 269             { "java.time.islamic.DatePatterns",
 270                 sharedJavaTimeDatePatterns },
 271             { "java.time.japanese.DatePatterns",
 272                 new String[] {
 273                     "EEEE d. MMMM y G",
 274                     "d. MMMM y G",
 275                     "d. MMM y G",
 276                     "d.M y G",
 277                 }
 278             },
 279             { "java.time.japanese.long.Eras",
 280                 new String[] {
 281                     "etter Kristus",
 282                     "Meiji",
 283                     "Taish\u014d",
 284                     "Sh\u014dwa",
 285                     "Heisei",
 286                     "Reiwa",
 287                 }
 288             },
 289             { "java.time.japanese.short.Eras",
 290                 new String[] {
 291                     "e.Kr.",
 292                     "M",
 293                     "T",
 294                     "S",
 295                     "H",
 296                     "R",
 297                 }
 298             },
 299             { "java.time.long.Eras",
 300                 new String[] {
 301                     "f\u00f8r Kristus",
 302                     "etter Kristus",
 303                 }
 304             },
 305             { "java.time.roc.DatePatterns",
 306                 sharedJavaTimeDatePatterns },
 307             { "java.time.short.Eras",
 308                 new String[] {
 309                     "f.Kr.",
 310                     "e.Kr.",
 311                 }
 312             },
 313             { "roc.AmPmMarkers",
 314                 sharedAmPmMarkers },
 315             { "roc.DatePatterns",
 316                 sharedDatePatterns },
 317             { "roc.DayAbbreviations",
 318                 sharedDayAbbreviations },
 319             { "roc.DayNames",
 320                 sharedDayNames },
 321             { "roc.DayNarrows",
 322                 sharedDayNarrows },
 323             { "roc.Eras",
 324                 sharedEras },
 325             { "roc.MonthAbbreviations",
 326                 new String[] {
 327                     "jan.",
 328                     "feb.",
 329                     "mar.",
 330                     "apr.",
 331                     "mai",
 332                     "jun.",
 333                     "jul.",
 334                     "aug.",
 335                     "sep.",
 336                     "okt.",
 337                     "nov.",
 338                     "des.",
 339                     "",
 340                 }
 341             },
 342             { "roc.MonthNames",
 343                 new String[] {
 344                     "januar",
 345                     "februar",
 346                     "mars",
 347                     "april",
 348                     "mai",
 349                     "juni",
 350                     "juli",
 351                     "august",
 352                     "september",
 353                     "oktober",
 354                     "november",
 355                     "desember",
 356                     "",
 357                 }
 358             },
 359             { "roc.MonthNarrows",
 360                 new String[] {
 361                     "J",
 362                     "F",
 363                     "M",
 364                     "A",
 365                     "M",
 366                     "J",
 367                     "J",
 368                     "A",
 369                     "S",
 370                     "O",
 371                     "N",
 372                     "D",
 373                     "",
 374                 }
 375             },
 376             { "roc.QuarterAbbreviations",
 377                 sharedQuarterAbbreviations },
 378             { "roc.QuarterNames",
 379                 sharedQuarterNames },
 380             { "roc.QuarterNarrows",
 381                 sharedQuarterNarrows },
 382             { "roc.TimePatterns",
 383                 sharedTimePatterns },
 384             { "roc.abbreviated.AmPmMarkers",
 385                 sharedAmPmMarkers },
 386             { "roc.long.Eras",
 387                 sharedEras },
 388             { "roc.narrow.AmPmMarkers",
 389                 sharedNarrowAmPmMarkers },
 390             { "roc.narrow.Eras",
 391                 sharedEras },
 392             { "roc.short.Eras",
 393                 sharedEras },
 394             { "timezone.hourFormat",
 395                 "+HH.mm;-HH.mm" },
 396         };
 397     }
 398 }