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_fr extends ListResourceBundle {
     19     static private final Object[][] fContents = {
     20         {   "All Saints' Day",      "Toussaint" },
     21         {   "Armistice Day",        "Jour de l'Armistice" },
     22         {   "Ascension",            "Ascension" },
     23         {   "Bastille Day",         "F\u00EAte de la Bastille" },
     24         {   "Benito Ju\u00E1rez Day",    "F\u00EAte de Benito Ju\u00E1rez" },
     25         {   "Boxing Day",           "Lendemain de No\u00EBl" },
     26         {   "Christmas Eve",        "Veille de No\u00EBl" },
     27         {   "Christmas",            "No\u00EBl" },
     28         {   "Easter Monday",        "P\u00E2ques lundi" },
     29         {   "Easter Sunday",        "P\u00E2ques" },
     30         {   "Epiphany",             "l'\u00C9piphanie" },
     31         {   "Flag Day",             "F\u00EAte du Drapeau" },
     32         {   "Good Friday",          "Vendredi Saint" },
     33         {   "Halloween",            "Veille de la Toussaint" },
     34         {   "All Saints' Day",      "Toussaint" },
     35         {   "Independence Day",     "F\u00EAte Ind\u00E9pendance" },
     36         {   "Maundy Thursday",      "Jeudi Saint" },
     37         {   "Mother's Day",         "F\u00EAte des m\u00E8res" },
     38         {   "National Day",         "F\u00EAte Nationale" },
     39         {   "New Year's Day",       "Jour de l'an" },
     40         {   "Palm Sunday",          "les Rameaux" },
     41         {   "Pentecost",            "Pentec\u00F4te" },
     42         {   "Shrove Tuesday",       "Mardi Gras" },
     43         {   "St. Stephen's Day",    "Saint-\u00C9tienne" },
     44         {   "Victoria Day",         "F\u00EAte de la Victoria" },
     45         {   "Victory Day",          "F\u00EAte de la Victoire" },
     46     };
     47 
     48     @Override
     49     public synchronized Object[][] getContents() { return fContents; }
     50 }
     51