1 /*
   2  * Copyright (c) 1996, 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.de;
  81 
  82 import java.util.ListResourceBundle;
  83 
  84 public class FormatData_de 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                     "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             { "standalone.MonthAbbreviations",
 125                 new String[] {
 126                     "Jan", // abb january
 127                     "Feb", // abb february
 128                     "Mrz", // abb march
 129                     "Apr", // abb april
 130                     "Mai", // 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                     "Dez", // abb december
 138                     "" // abb month 13 if appliclicable
 139                 }
 140             },
 141             { "DayNames",
 142                 new String[] {
 143                     "Sonntag", // Sunday
 144                     "Montag", // Monday
 145                     "Dienstag", // Tuesday
 146                     "Mittwoch", // Wednesday
 147                     "Donnerstag", // Thursday
 148                     "Freitag", // Friday
 149                     "Samstag" // Saturday
 150                 }
 151             },
 152             { "DayAbbreviations",
 153                 new String[] {
 154                     "So", // abb Sunday
 155                     "Mo", // abb Monday
 156                     "Di", // abb Tuesday
 157                     "Mi", // abb Wednesday
 158                     "Do", // abb Thursday
 159                     "Fr", // abb Friday
 160                     "Sa" // abb Saturday
 161                 }
 162             },
 163             { "DayNarrows",
 164                 new String[] {
 165                     "S",
 166                     "M",
 167                     "D",
 168                     "M",
 169                     "D",
 170                     "F",
 171                     "S",
 172                 }
 173             },
 174             { "Eras",
 175                 new String[] { // era strings
 176                     "v. Chr.",
 177                     "n. Chr."
 178                 }
 179             },
 180             { "NumberElements",
 181                 new String[] {
 182                     ",", // decimal separator
 183                     ".", // group (thousands) separator
 184                     ";", // list separator
 185                     "%", // percent sign
 186                     "0", // native 0 digit
 187                     "#", // pattern digit
 188                     "-", // minus sign
 189                     "E", // exponential
 190                     "\u2030", // per mille
 191                     "\u221e", // infinity
 192                     "\ufffd" // NaN
 193                 }
 194             },
 195             { "TimePatterns",
 196                 new String[] {
 197                     "HH:mm' Uhr 'z", // full time pattern
 198                     "HH:mm:ss z", // long time pattern
 199                     "HH:mm:ss", // medium time pattern
 200                     "HH:mm", // short time pattern
 201                 }
 202             },
 203             { "DatePatterns",
 204                 new String[] {
 205                     "EEEE, d. MMMM yyyy", // full date pattern
 206                     "d. MMMM yyyy", // long date pattern
 207                     "dd.MM.yyyy", // medium date pattern
 208                     "dd.MM.yy", // short date pattern
 209                 }
 210             },
 211             { "DateTimePatterns",
 212                 new String[] {
 213                     "{1} {0}" // date-time pattern
 214                 }
 215             },
 216             { "DateTimePatternChars", "GuMtkHmsSEDFwWahKzZ" },
 217             { "cldr.buddhist.DatePatterns",
 218                 new String[] {
 219                     "EEEE d. MMMM y G",
 220                     "d. MMMM y G",
 221                     "d. MMM y G",
 222                     "d.M.yyyy",
 223                 }
 224             },
 225             { "cldr.japanese.DatePatterns",
 226                 new String[] {
 227                     "EEEE d. MMMM y G",
 228                     "d. MMMM y G",
 229                     "d. MMM y G",
 230                     "d.M.y GGGGG",
 231                 }
 232             },
 233             { "cldr.roc.DatePatterns",
 234                 new String[] {
 235                     "EEEE d. MMMM y G",
 236                     "d. MMMM y G",
 237                     "d. MMM y G",
 238                     "d.M.y GGGGG",
 239                 }
 240             },
 241             { "roc.DatePatterns",
 242                 new String[] {
 243                     "EEEE d. MMMM y GGGG",
 244                     "d. MMMM y GGGG",
 245                     "d. MMM y GGGG",
 246                     "d.M.y G",
 247                 }
 248             },
 249             { "cldr.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 G",
 255                 }
 256             },
 257             { "islamic.DatePatterns",
 258                 new String[] {
 259                     "EEEE d. MMMM y GGGG",
 260                     "d. MMMM y GGGG",
 261                     "d. MMM y GGGG",
 262                     "d.M.y GGGG",
 263                 }
 264             },
 265             { "calendarname.islamic-civil", "B\u00fcrgerlicher islamischer Kalender" },
 266             { "calendarname.islamicc", "B\u00fcrgerlicher islamischer Kalender" },
 267             { "calendarname.roc", "Kalender der Republik China" },
 268             { "calendarname.islamic", "Islamischer Kalender" },
 269             { "calendarname.buddhist", "Buddhistischer Kalender" },
 270             { "calendarname.japanese", "Japanischer Kalender" },
 271             { "calendarname.gregorian", "Gregorianischer Kalender" },
 272             { "calendarname.gregory", "Gregorianischer Kalender" },
 273             { "field.era", "Epoche" },
 274             { "field.year", "Jahr" },
 275             { "field.month", "Monat" },
 276             { "field.week", "Woche" },
 277             { "field.weekday", "Wochentag" },
 278             { "field.dayperiod", "Tagesh\u00e4lfte" },
 279             { "field.hour", "Stunde" },
 280             { "field.minute", "Minute" },
 281             { "field.second", "Sekunde" },
 282             { "field.zone", "Zone" },
 283         };
 284     }
 285 }