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_it extends ListResourceBundle {
19    static private final Object[][] fContents =
20    {
21        {   "All Saints' Day",      "Ognissanti" },
22        {   "Armistice Day",        "armistizio" },
23        {   "Ascension",            "ascensione" },
24        {   "Ash Wednesday",        "mercoled\u00ec delle ceneri" },
25        {   "Boxing Day",           "Santo Stefano" },
26        {   "Christmas",            "natale" },
27        {   "Easter Sunday",        "pasqua" },
28        {   "Epiphany",             "Epifania" },
29        {   "Good Friday",          "venerd\u00ec santo" },
30        {   "Halloween",            "vigilia di Ognissanti" },
31        {   "Maundy Thursday",      "gioved\u00ec santo" },
32        {   "New Year's Day",       "anno nuovo" },
33        {   "Palm Sunday",          "domenica delle palme" },
34        {   "Pentecost",            "di Pentecoste" },
35        {   "Shrove Tuesday",       "martedi grasso" },
36        {   "St. Stephen's Day",    "Santo Stefano" },
37        {   "Thanksgiving",         "Giorno del Ringraziamento" },
38
39    };
40    @Override
41    public synchronized Object[][] getContents() { return fContents; }
42}
43