1 /*
   2  * Copyright (c) 1996, 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  */
  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.de;
  81 
  82 import sun.util.resources.ParallelListResourceBundle;
  83 
  84 public class FormatData_de extends ParallelListResourceBundle {
  85     /**
  86      * Overrides ParallelListResourceBundle
  87      */
  88     protected final Object[][] getContents() {
  89         return new Object[][] {
  90             { "MonthNames",
  91                 new String[] {
  92                     "Januar", // january
  93                     "Februar", // february
  94                     "M\u00e4rz", // march
  95                     "April", // april
  96                     "Mai", // may
  97                     "Juni", // june
  98                     "Juli", // july
  99                     "August", // august
 100                     "September", // september
 101                     "Oktober", // october
 102                     "November", // november
 103                     "Dezember", // december
 104                     "" // month 13 if applicable
 105                 }
 106             },
 107             { "MonthAbbreviations",
 108                 new String[] {
 109                     "Jan",
 110                     "Feb",
 111                     "M\u00e4r",
 112                     "Apr",
 113                     "Mai",
 114                     "Jun",
 115                     "Jul",
 116                     "Aug",
 117                     "Sep",
 118                     "Okt",
 119                     "Nov",
 120                     "Dez",
 121                     "",
 122                 }
 123             },
 124             { "MonthNarrows",
 125                 new String[] {
 126                     "J",
 127                     "F",
 128                     "M",
 129                     "A",
 130                     "M",
 131                     "J",
 132                     "J",
 133                     "A",
 134                     "S",
 135                     "O",
 136                     "N",
 137                     "D",
 138                     "",
 139                 }
 140             },
 141             { "standalone.MonthAbbreviations",
 142                 new String[] {
 143                     "Jan", // abb january
 144                     "Feb", // abb february
 145                     "M\u00e4r", // abb march
 146                     "Apr", // abb april
 147                     "Mai", // abb may
 148                     "Jun", // abb june
 149                     "Jul", // abb july
 150                     "Aug", // abb august
 151                     "Sep", // abb september
 152                     "Okt", // abb october
 153                     "Nov", // abb november
 154                     "Dez", // abb december
 155                     "" // abb month 13 if appliclicable
 156                 }
 157             },
 158             { "DayNames",
 159                 new String[] {
 160                     "Sonntag", // Sunday
 161                     "Montag", // Monday
 162                     "Dienstag", // Tuesday
 163                     "Mittwoch", // Wednesday
 164                     "Donnerstag", // Thursday
 165                     "Freitag", // Friday
 166                     "Samstag" // Saturday
 167                 }
 168             },
 169             { "DayAbbreviations",
 170                 new String[] {
 171                     "So", // abb Sunday
 172                     "Mo", // abb Monday
 173                     "Di", // abb Tuesday
 174                     "Mi", // abb Wednesday
 175                     "Do", // abb Thursday
 176                     "Fr", // abb Friday
 177                     "Sa" // abb Saturday
 178                 }
 179             },
 180             { "standalone.DayAbbreviations",
 181                 new String[] {
 182                     "So",
 183                     "Mo",
 184                     "Di",
 185                     "Mi",
 186                     "Do",
 187                     "Fr",
 188                     "Sa",
 189                 }
 190             },
 191             { "DayNarrows",
 192                 new String[] {
 193                     "S",
 194                     "M",
 195                     "D",
 196                     "M",
 197                     "D",
 198                     "F",
 199                     "S",
 200                 }
 201             },
 202             { "Eras",
 203                 new String[] { // era strings
 204                     "v. Chr.",
 205                     "n. Chr."
 206                 }
 207             },
 208             { "short.Eras",
 209                 new String[] {
 210                     "v. Chr.",
 211                     "n. Chr.",
 212                 }
 213             },
 214             { "NumberElements",
 215                 new String[] {
 216                     ",", // decimal separator
 217                     ".", // group (thousands) separator
 218                     ";", // list separator
 219                     "%", // percent sign
 220                     "0", // native 0 digit
 221                     "#", // pattern digit
 222                     "-", // minus sign
 223                     "E", // exponential
 224                     "\u2030", // per mille
 225                     "\u221e", // infinity
 226                     "\ufffd" // NaN
 227                 }
 228             },
 229             { "TimePatterns",
 230                 new String[] {
 231                     "HH:mm' Uhr 'z", // full time pattern
 232                     "HH:mm:ss z", // long time pattern
 233                     "HH:mm:ss", // medium time pattern
 234                     "HH:mm", // short time pattern
 235                 }
 236             },
 237             { "DatePatterns",
 238                 new String[] {
 239                     "EEEE, d. MMMM yyyy", // full date pattern
 240                     "d. MMMM yyyy", // long date pattern
 241                     "dd.MM.yyyy", // medium date pattern
 242                     "dd.MM.yy", // short date pattern
 243                 }
 244             },
 245             { "DateTimePatterns",
 246                 new String[] {
 247                     "{1} {0}" // date-time pattern
 248                 }
 249             },
 250             { "DateTimePatternChars", "GuMtkHmsSEDFwWahKzZ" },
 251         };
 252     }
 253 }