Home | History | Annotate | Download | only in data
      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 
     11 package android.icu.impl.data;
     12 
     13 import java.util.ListResourceBundle;
     14 
     15 /**
     16  * @hide Only a subset of ICU is exposed in Android
     17  */
     18 public class HolidayBundle_da extends ListResourceBundle
     19 {
     20     static private final Object[][] fContents =
     21     {
     22         {   "Armistice Day",        "v\u00e5benhvile" },
     23         {   "Ascension",            "himmelfart" },
     24         {   "Boxing Day",           "anden juledag" },
     25         {   "Christmas Eve",        "juleaften" },
     26         {   "Easter",               "p\u00e5ske" },
     27         {   "Epiphany",             "helligtrekongersdag" },
     28         {   "Good Friday",          "langfredag" },
     29         {   "Halloween",            "allehelgensaften" },
     30         {   "Maundy Thursday",      "sk\u00e6rtorsdag" },
     31         {   "Palm Sunday",          "palmes\u00f8ndag" },
     32         {   "Pentecost",            "pinse" },
     33         {   "Shrove Tuesday",       "hvidetirsdag" },
     34     };
     35     @Override
     36     public synchronized Object[][] getContents() { return fContents; }
     37 }
     38