1 /*
   2  * Copyright (c) 2014, 2015 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-2015 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.no;
  69 
  70 import sun.util.resources.OpenListResourceBundle;
  71 
  72 public class JavaTimeSupplementary_no extends OpenListResourceBundle {
  73     @Override
  74     protected final Object[][] getContents() {
  75         return new Object[][] {
  76             { "QuarterAbbreviations",
  77                 new String[] {
  78                     "K1",
  79                     "K2",
  80                     "K3",
  81                     "K4",
  82                 }
  83             },
  84             { "QuarterNames",
  85                 new String[] {
  86                     "1. kvartal",
  87                     "2. kvartal",
  88                     "3. kvartal",
  89                     "4. kvartal",
  90                 }
  91             },
  92             { "calendarname.buddhist",
  93                 "buddhistisk kalender" },
  94             { "calendarname.gregorian",
  95                 "gregoriansk kalender" },
  96             { "calendarname.gregory",
  97                 "gregoriansk kalender" },
  98             { "calendarname.islamic",
  99                 "islamsk kalender" },
 100             { "calendarname.islamic-civil",
 101                 "islamsk sivil kalender" },
 102             { "calendarname.islamic-umalqura",
 103                 "islamsk kalender (Umm al-Qura)" },
 104             { "calendarname.japanese",
 105                 "japansk kalender" },
 106             { "calendarname.roc",
 107                 "kalender for Republikken Kina" },
 108             { "field.dayperiod",
 109                 "AM/PM" },
 110             { "field.era",
 111                 "Tidsalder" },
 112             { "field.hour",
 113                 "Time" },
 114             { "field.minute",
 115                 "Minutt" },
 116             { "field.month",
 117                 "M\u00e5ned" },
 118             { "field.second",
 119                 "Sekund" },
 120             { "field.week",
 121                 "Uke" },
 122             { "field.weekday",
 123                 "Ukedag" },
 124             { "field.year",
 125                 "\u00c5r" },
 126             { "field.zone",
 127                 "Tidssone" },
 128             { "islamic.AmPmMarkers",
 129                 new String[] {
 130                     "a.m.",
 131                     "p.m.",
 132                 }
 133             },
 134             { "islamic.DatePatterns",
 135                 new String[] {
 136                     "EEEE d. MMMM y GGGG",
 137                     "d. MMMM y GGGG",
 138                     "d. MMM y GGGG",
 139                     "d.M. y GGGG",
 140                 }
 141             },
 142             { "islamic.DayAbbreviations",
 143                 new String[] {
 144                     "s\u00f8n.",
 145                     "man.",
 146                     "tir.",
 147                     "ons.",
 148                     "tor.",
 149                     "fre.",
 150                     "l\u00f8r.",
 151                 }
 152             },
 153             { "islamic.DayNames",
 154                 new String[] {
 155                     "s\u00f8ndag",
 156                     "mandag",
 157                     "tirsdag",
 158                     "onsdag",
 159                     "torsdag",
 160                     "fredag",
 161                     "l\u00f8rdag",
 162                 }
 163             },
 164             { "islamic.DayNarrows",
 165                 new String[] {
 166                     "S",
 167                     "M",
 168                     "T",
 169                     "O",
 170                     "T",
 171                     "F",
 172                     "L",
 173                 }
 174             },
 175             { "islamic.Eras",
 176                 new String[] {
 177                     "",
 178                     "AH",
 179                 }
 180             },
 181             { "islamic.QuarterAbbreviations",
 182                 new String[] {
 183                     "K1",
 184                     "K2",
 185                     "K3",
 186                     "K4",
 187                 }
 188             },
 189             { "islamic.QuarterNames",
 190                 new String[] {
 191                     "1. kvartal",
 192                     "2. kvartal",
 193                     "3. kvartal",
 194                     "4. kvartal",
 195                 }
 196             },
 197             { "islamic.QuarterNarrows",
 198                 new String[] {
 199                     "1",
 200                     "2",
 201                     "3",
 202                     "4",
 203                 }
 204             },
 205             { "islamic.TimePatterns",
 206                 new String[] {
 207                     "HH.mm.ss zzzz",
 208                     "HH.mm.ss z",
 209                     "HH.mm.ss",
 210                     "HH.mm",
 211                 }
 212             },
 213             { "islamic.long.Eras",
 214                 new String[] {
 215                     "",
 216                     "AH",
 217                 }
 218             },
 219             { "islamic.narrow.Eras",
 220                 new String[] {
 221                     "",
 222                     "AH",
 223                 }
 224             },
 225             { "islamic.short.Eras",
 226                 new String[] {
 227                     "",
 228                     "AH",
 229                 }
 230             },
 231             { "java.time.buddhist.DatePatterns",
 232                 new String[] {
 233                     "EEEE d. MMMM y G",
 234                     "d. MMMM y G",
 235                     "d. MMM y G",
 236                     "d.M. y G",
 237                 }
 238             },
 239             { "java.time.buddhist.long.Eras",
 240                 new String[] {
 241                     "BC",
 242                     "BE",
 243                 }
 244             },
 245             { "java.time.buddhist.short.Eras",
 246                 new String[] {
 247                     "BC",
 248                     "BE",
 249                 }
 250             },
 251             { "java.time.islamic.DatePatterns",
 252                 new String[] {
 253                     "EEEE d. MMMM y G",
 254                     "d. MMMM y G",
 255                     "d. MMM y G",
 256                     "d.M. y G",
 257                 }
 258             },
 259             { "java.time.japanese.DatePatterns",
 260                 new String[] {
 261                     "EEEE d. MMMM y G",
 262                     "d. MMMM y G",
 263                     "d. MMM y G",
 264                     "d.M y G",
 265                 }
 266             },
 267             { "java.time.long.Eras",
 268                 new String[] {
 269                     "f.Kr.",
 270                     "e.Kr.",
 271                 }
 272             },
 273             { "java.time.roc.DatePatterns",
 274                 new String[] {
 275                     "EEEE d. MMMM y G",
 276                     "d. MMMM y G",
 277                     "d. MMM y G",
 278                     "d.M. y G",
 279                 }
 280             },
 281             { "java.time.short.Eras",
 282                 new String[] {
 283                     "f.Kr.",
 284                     "e.Kr.",
 285                 }
 286             },
 287             { "roc.AmPmMarkers",
 288                 new String[] {
 289                     "a.m.",
 290                     "p.m.",
 291                 }
 292             },
 293             { "roc.DatePatterns",
 294                 new String[] {
 295                     "EEEE d. MMMM y GGGG",
 296                     "d. MMMM y GGGG",
 297                     "d. MMM y GGGG",
 298                     "d.M. y GGGG",
 299                 }
 300             },
 301             { "roc.DayAbbreviations",
 302                 new String[] {
 303                     "s\u00f8n.",
 304                     "man.",
 305                     "tir.",
 306                     "ons.",
 307                     "tor.",
 308                     "fre.",
 309                     "l\u00f8r.",
 310                 }
 311             },
 312             { "roc.DayNames",
 313                 new String[] {
 314                     "s\u00f8ndag",
 315                     "mandag",
 316                     "tirsdag",
 317                     "onsdag",
 318                     "torsdag",
 319                     "fredag",
 320                     "l\u00f8rdag",
 321                 }
 322             },
 323             { "roc.DayNarrows",
 324                 new String[] {
 325                     "S",
 326                     "M",
 327                     "T",
 328                     "O",
 329                     "T",
 330                     "F",
 331                     "L",
 332                 }
 333             },
 334             { "roc.Eras",
 335                 new String[] {
 336                     "Before R.O.C.",
 337                     "Minguo",
 338                 }
 339             },
 340             { "roc.MonthAbbreviations",
 341                 new String[] {
 342                     "jan.",
 343                     "feb.",
 344                     "mar.",
 345                     "apr.",
 346                     "mai",
 347                     "jun.",
 348                     "jul.",
 349                     "aug.",
 350                     "sep.",
 351                     "okt.",
 352                     "nov.",
 353                     "des.",
 354                     "",
 355                 }
 356             },
 357             { "roc.MonthNames",
 358                 new String[] {
 359                     "januar",
 360                     "februar",
 361                     "mars",
 362                     "april",
 363                     "mai",
 364                     "juni",
 365                     "juli",
 366                     "august",
 367                     "september",
 368                     "oktober",
 369                     "november",
 370                     "desember",
 371                     "",
 372                 }
 373             },
 374             { "roc.MonthNarrows",
 375                 new String[] {
 376                     "J",
 377                     "F",
 378                     "M",
 379                     "A",
 380                     "M",
 381                     "J",
 382                     "J",
 383                     "A",
 384                     "S",
 385                     "O",
 386                     "N",
 387                     "D",
 388                     "",
 389                 }
 390             },
 391             { "roc.QuarterAbbreviations",
 392                 new String[] {
 393                     "K1",
 394                     "K2",
 395                     "K3",
 396                     "K4",
 397                 }
 398             },
 399             { "roc.QuarterNames",
 400                 new String[] {
 401                     "1. kvartal",
 402                     "2. kvartal",
 403                     "3. kvartal",
 404                     "4. kvartal",
 405                 }
 406             },
 407             { "roc.TimePatterns",
 408                 new String[] {
 409                     "HH.mm.ss zzzz",
 410                     "HH.mm.ss z",
 411                     "HH.mm.ss",
 412                     "HH.mm",
 413                 }
 414             },
 415             { "roc.long.Eras",
 416                 new String[] {
 417                     "Before R.O.C.",
 418                     "Minguo",
 419                 }
 420             },
 421             { "roc.narrow.Eras",
 422                 new String[] {
 423                     "Before R.O.C.",
 424                     "Minguo",
 425                 }
 426             },
 427             { "roc.short.Eras",
 428                 new String[] {
 429                     "Before R.O.C.",
 430                     "Minguo",
 431                 }
 432             },
 433         };
 434     }
 435 }