1/* GENERATED SOURCE. DO NOT MODIFY. */
2// © 2016 and later: Unicode, Inc. and others.
3// License & terms of use: http://www.unicode.org/copyright.html#License
4/*
5 *******************************************************************************
6 * Copyright (C) 1996-2005, International Business Machines Corporation and    *
7 * others. All Rights Reserved.                                                *
8 *******************************************************************************
9 */
10
11package android.icu.impl.data;
12
13import java.util.ListResourceBundle;
14
15/**
16 * @hide Only a subset of ICU is exposed in Android
17 */
18public class HolidayBundle_de extends ListResourceBundle {
19    static private final Object[][] fContents = {
20        {   "All Saints' Day",              "Allerheiligen" },
21        {   "All Souls' Day",               "Allerseelen" },
22        {   "Armistice Day",                "Waffenstillstandstag" },
23        {   "Ascension",                    "Christi Himmelfahrt" },
24        {   "Ash Wednesday",                "Aschermittwoch" },
25        {   "Assumption",                   "Mari\u00e4 Himmelfahrt" },
26        {   "Boxing Day",                   "2. Weihnachtstag" },
27        {   "Carnival",                     "Karneval" },
28        {   "Christmas",                    "Weihnachtstag" },
29        {   "Civic Holiday",                "B\u00fcrgerfeiertag" },
30        {   "Constitution Day",             "Verfassungstag" },
31        {   "Corpus Christi",               "Fronleichnam" },
32        {   "Day of Prayer and Repentance", "Bu\u00df- und Bettag" },
33        {   "Easter Monday",                "Ostermonntag" },
34        {   "Easter Sunday",                "Ostersonntag" },
35        {   "Epiphany",                     "Heilige 3 K\u00f6nige" },
36        {   "Father's Day",                 "Vatertag" },
37        {   "Flag Day",                     "Jahrestag der Nationalflagge" },
38        {   "German Unity Day",             "Tag der deutschen Einheit" },
39        {   "Good Friday",                  "Karfreitag" },
40        {   "Halloween",                    "Abend vor Allerheiligen" },
41        {   "Immaculate Conception",        "Mari\u00e4 Empf\u00e4ngnis" },
42        {   "Independence Day",             "Unabh\u00e4ngigkeitstag" },
43        {   "Labor Day",                    "Tag der Arbeit" },
44        {   "Liberation Day",               "Befreiungstag" },
45        {   "Mardi Gras",                   "Faschingsdienstag" },
46        {   "Maundy Thursday",              "Gr\u00fcndonnerstag" },
47        {   "May Day",                      "Maifeiertag" },
48        {   "Memorial Day",                 "Tag des Gedenkens" },
49        {   "Mother's Day",                 "Muttertag" },
50        {   "National Holiday",             "Nationalfeiertag" },
51        {   "New Year's Day",               "Neujahr" },
52        {   "New Year's Eve",               "Silvesterabend" },
53        {   "Palm Sunday",                  "Palmsonntag" },
54        {   "Pentecost",                    "Pfingsten" },
55        {   "Presidents' Day",              "Pr\u00e4sidentstag" },
56        {   "Remembrance Day",              "Volkstrauertag" },
57        {   "Revolution Day",               "Jahrestag der Revolution" },
58        {   "Rose Monday",                  "Rosenmontag" },
59        {   "St. Stephen's Day",            "Stephanitag" },
60        {   "Shrove Tuesday",               "Faschingsdienstag" },
61        {   "Spring Holiday",               "Tag des Fr\u00fchlings" },
62        {   "Summer Bank Holiday",          "Bankfeiertag" },
63        {   "Thanksgiving",                 "Dankfest" },
64        {   "Unity Day",                    "Einheitstag" },
65        {   "Veterans' Day",                "Veteranstag" },
66        {   "Victory Day",                  "Tag der Befreiung" },
67        {   "Washington's Birthday",        "Washingtons Geburtstag" },
68        {   "Whit Monday",                  "Pfingstmontag" },
69        {   "Whit Sunday",                  "Pfingstsonntag" },
70    };
71
72    @Override
73    public synchronized Object[][] getContents() { return fContents; }
74}
75