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