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  */
  28 
  29 /*
  30  * (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
  31  * (C) Copyright IBM Corp. 1996 - 1998 - All Rights Reserved
  32  *
  33  * The original version of this source code and documentation
  34  * is copyrighted and owned by Taligent, Inc., a wholly-owned
  35  * subsidiary of IBM. These materials are provided under terms
  36  * of a License Agreement between Taligent and Sun. This technology
  37  * is protected by multiple US and International patents.
  38  *
  39  * This notice and attribution to Taligent may not be removed.
  40  * Taligent is a registered trademark of Taligent, Inc.
  41  *
  42  */
  43 
  44 /*
  45  * COPYRIGHT AND PERMISSION NOTICE
  46  *
  47  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
  48  * the Terms of Use in http://www.unicode.org/copyright.html.
  49  *
  50  * Permission is hereby granted, free of charge, to any person obtaining a copy
  51  * of the Unicode data files and any associated documentation (the "Data
  52  * Files") or Unicode software and any associated documentation (the
  53  * "Software") to deal in the Data Files or Software without restriction,
  54  * including without limitation the rights to use, copy, modify, merge,
  55  * publish, distribute, and/or sell copies of the Data Files or Software, and
  56  * to permit persons to whom the Data Files or Software are furnished to do so,
  57  * provided that (a) the above copyright notice(s) and this permission notice
  58  * appear with all copies of the Data Files or Software, (b) both the above
  59  * copyright notice(s) and this permission notice appear in associated
  60  * documentation, and (c) there is clear notice in each modified Data File or
  61  * in the Software as well as in the documentation associated with the Data
  62  * File(s) or Software that the data or software has been modified.
  63  *
  64  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  65  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  66  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  67  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  68  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  69  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  70  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  71  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  72  * OF THE DATA FILES OR SOFTWARE.
  73  *
  74  * Except as contained in this notice, the name of a copyright holder shall not
  75  * be used in advertising or otherwise to promote the sale, use or other
  76  * dealings in these Data Files or Software without prior written authorization
  77  * of the copyright holder.
  78  */
  79 
  80 package sun.text.resources.da;
  81 
  82 import java.util.ListResourceBundle;
  83 
  84 public class FormatData_da extends ListResourceBundle {
  85     /**
  86      * Overrides ListResourceBundle
  87      */
  88     protected final Object[][] getContents() {
  89         return new Object[][] {
  90             { "MonthNames",
  91                 new String[] {
  92                     "januar", // january
  93                     "februar", // february
  94                     "marts", // march
  95                     "april", // april
  96                     "maj", // may
  97                     "juni", // june
  98                     "juli", // july
  99                     "august", // august
 100                     "september", // september
 101                     "oktober", // october
 102                     "november", // november
 103                     "december", // december
 104                     "" // month 13 if applicable
 105                 }
 106             },
 107             { "MonthAbbreviations",
 108                 new String[] {
 109                     "jan.",
 110                     "feb.",
 111                     "mar.",
 112                     "apr.",
 113                     "maj",
 114                     "jun.",
 115                     "jul.",
 116                     "aug.",
 117                     "sep.",
 118                     "okt.",
 119                     "nov.",
 120                     "dec.",
 121                     "",
 122                 }
 123             },
 124             { "standalone.MonthAbbreviations",
 125                 new String[] {
 126                     "jan", // abb january
 127                     "feb", // abb february
 128                     "mar", // abb march
 129                     "apr", // abb april
 130                     "maj", // abb may
 131                     "jun", // abb june
 132                     "jul", // abb july
 133                     "aug", // abb august
 134                     "sep", // abb september
 135                     "okt", // abb october
 136                     "nov", // abb november
 137                     "dec", // abb december
 138                     "" // abb month 13 if applicable
 139                 }
 140             },
 141             { "DayNames",
 142                 new String[] {
 143                     "s\u00f8ndag", // Sunday
 144                     "mandag", // Monday
 145                     "tirsdag", // Tuesday
 146                     "onsdag", // Wednesday
 147                     "torsdag", // Thursday
 148                     "fredag", // Friday
 149                     "l\u00f8rdag" // Saturday
 150                 }
 151             },
 152             { "DayAbbreviations",
 153                 new String[] {
 154                     "s\u00f8", // abb Sunday
 155                     "ma", // abb Monday
 156                     "ti", // abb Tuesday
 157                     "on", // abb Wednesday
 158                     "to", // abb Thursday
 159                     "fr", // abb Friday
 160                     "l\u00f8" // abb Saturday
 161                 }
 162             },
 163             { "DayNarrows",
 164                 new String[] {
 165                     "S",
 166                     "M",
 167                     "T",
 168                     "O",
 169                     "T",
 170                     "F",
 171                     "L",
 172                 }
 173             },
 174             { "NumberElements",
 175                 new String[] {
 176                     ",", // decimal separator
 177                     ".", // group (thousands) separator
 178                     ";", // list separator
 179                     "%", // percent sign
 180                     "0", // native 0 digit
 181                     "#", // pattern digit
 182                     "-", // minus sign
 183                     "E", // exponential
 184                     "\u2030", // per mille
 185                     "\u221e", // infinity
 186                     "\ufffd" // NaN
 187                 }
 188             },
 189             { "TimePatterns",
 190                 new String[] {
 191                     "HH:mm:ss z", // full time pattern
 192                     "HH:mm:ss z", // long time pattern
 193                     "HH:mm:ss", // medium time pattern
 194                     "HH:mm", // short time pattern
 195                 }
 196             },
 197             { "DatePatterns",
 198                 new String[] {
 199                     "d. MMMM yyyy", // full date pattern
 200                     "d. MMMM yyyy", // long date pattern
 201                     "dd-MM-yyyy", // medium date pattern
 202                     "dd-MM-yy", // short date pattern
 203                 }
 204             },
 205             { "DateTimePatterns",
 206                 new String[] {
 207                     "{1} {0}" // date-time pattern
 208                 }
 209             },
 210             { "DateTimePatternChars", "GuMtkHmsSEDFwWahKzZ" },
 211             { "cldr.japanese.DatePatterns",
 212                 new String[] {
 213                     "EEEE d. MMMM y G",
 214                     "d. MMMM y G",
 215                     "d. MMM y G",
 216                     "d/M/y GGGGG",
 217                 }
 218             },
 219             { "cldr.roc.DatePatterns",
 220                 new String[] {
 221                     "EEEE d. MMMM y G",
 222                     "d. MMMM y G",
 223                     "d. MMM y G",
 224                     "d/M/y GGGGG",
 225                 }
 226             },
 227             { "roc.DatePatterns",
 228                 new String[] {
 229                     "EEEE d. MMMM y GGGG",
 230                     "d. MMMM y GGGG",
 231                     "d. MMM y GGGG",
 232                     "d/M/y G",
 233                 }
 234             },
 235             { "cldr.islamic.DatePatterns",
 236                 new String[] {
 237                     "EEEE d. MMMM y G",
 238                     "d. MMMM y G",
 239                     "d. MMM y G",
 240                     "d/M/y G",
 241                 }
 242             },
 243             { "islamic.DatePatterns",
 244                 new String[] {
 245                     "EEEE d. MMMM y GGGG",
 246                     "d. MMMM y GGGG",
 247                     "d. MMM y GGGG",
 248                     "d/M/y GGGG",
 249                 }
 250             },
 251             { "calendarname.islamic-civil", "verdslig islamisk kalender" },
 252             { "calendarname.islamicc", "verdslig islamisk kalender" },
 253             { "calendarname.roc", "kalender for Republikken Kina" },
 254             { "calendarname.islamic", "islamisk kalender" },
 255             { "calendarname.buddhist", "buddhistisk kalender" },
 256             { "calendarname.japanese", "japansk kalender" },
 257             { "calendarname.gregorian", "gregoriansk kalender" },
 258             { "calendarname.gregory", "gregoriansk kalender" },
 259             { "field.era", "\u00e6ra" },
 260             { "field.year", "\u00e5r" },
 261             { "field.month", "m\u00e5ned" },
 262             { "field.week", "uge" },
 263             { "field.weekday", "ugedag" },
 264             { "field.dayperiod", "dagtid" },
 265             { "field.hour", "time" },
 266             { "field.minute", "minut" },
 267             { "field.second", "sekund" },
 268             { "field.zone", "tidszone" },
 269         };
 270     }
 271 }