jdk/src/share/classes/sun/text/resources/it/FormatData_it.java
changeset 16852 60207b2b4b42
parent 15281 dd43cb9be0e1
equal deleted inserted replaced
16851:3bbdae468b05 16852:60207b2b4b42
    74  * of the copyright holder.
    74  * of the copyright holder.
    75  */
    75  */
    76 
    76 
    77 package sun.text.resources.it;
    77 package sun.text.resources.it;
    78 
    78 
    79 import java.util.ListResourceBundle;
    79 import sun.util.resources.ParallelListResourceBundle;
    80 
    80 
    81 public class FormatData_it extends ListResourceBundle {
    81 public class FormatData_it extends ParallelListResourceBundle {
    82     /**
    82     /**
    83      * Overrides ListResourceBundle
    83      * Overrides ParallelListResourceBundle
    84      */
    84      */
    85     protected final Object[][] getContents() {
    85     protected final Object[][] getContents() {
    86         return new Object[][] {
    86         return new Object[][] {
    87             { "MonthNames",
    87             { "MonthNames",
    88                 new String[] {
    88                 new String[] {
   133                     "nov", // abb november
   133                     "nov", // abb november
   134                     "dic", // abb december
   134                     "dic", // abb december
   135                     "" // abb month 13 if applicable
   135                     "" // abb month 13 if applicable
   136                 }
   136                 }
   137             },
   137             },
       
   138             { "MonthNarrows",
       
   139                 new String[] {
       
   140                     "G",
       
   141                     "F",
       
   142                     "M",
       
   143                     "A",
       
   144                     "M",
       
   145                     "G",
       
   146                     "L",
       
   147                     "A",
       
   148                     "S",
       
   149                     "O",
       
   150                     "N",
       
   151                     "D",
       
   152                     "",
       
   153                 }
       
   154             },
       
   155             { "standalone.MonthNarrows",
       
   156                 new String[] {
       
   157                     "G",
       
   158                     "F",
       
   159                     "M",
       
   160                     "A",
       
   161                     "M",
       
   162                     "G",
       
   163                     "L",
       
   164                     "A",
       
   165                     "S",
       
   166                     "O",
       
   167                     "N",
       
   168                     "D",
       
   169                     "",
       
   170                 }
       
   171             },
   138             { "DayNames",
   172             { "DayNames",
   139                 new String[] {
   173                 new String[] {
   140                     "domenica", // Sunday
   174                     "domenica", // Sunday
   141                     "luned\u00ec", // Monday
   175                     "luned\u00ec", // Monday
   142                     "marted\u00ec", // Tuesday
   176                     "marted\u00ec", // Tuesday
   144                     "gioved\u00ec", // Thursday
   178                     "gioved\u00ec", // Thursday
   145                     "venerd\u00ec", // Friday
   179                     "venerd\u00ec", // Friday
   146                     "sabato" // Saturday
   180                     "sabato" // Saturday
   147                 }
   181                 }
   148             },
   182             },
       
   183             { "standalone.DayNames",
       
   184                 new String[] {
       
   185                     "Domenica",
       
   186                     "Luned\u00ec",
       
   187                     "Marted\u00ec",
       
   188                     "Mercoled\u00ec",
       
   189                     "Gioved\u00ec",
       
   190                     "Venerd\u00ec",
       
   191                     "Sabato",
       
   192                 }
       
   193             },
   149             { "DayAbbreviations",
   194             { "DayAbbreviations",
   150                 new String[] {
   195                 new String[] {
   151                     "dom", // abb Sunday
   196                     "dom", // abb Sunday
   152                     "lun", // abb Monday
   197                     "lun", // abb Monday
   153                     "mar", // abb Tuesday
   198                     "mar", // abb Tuesday
   170             },
   215             },
   171             { "Eras",
   216             { "Eras",
   172                 new String[] { // era strings
   217                 new String[] { // era strings
   173                     "BC",
   218                     "BC",
   174                     "dopo Cristo"
   219                     "dopo Cristo"
       
   220                 }
       
   221             },
       
   222             { "short.Eras",
       
   223                 new String[] {
       
   224                     "aC",
       
   225                     "dC",
   175                 }
   226                 }
   176             },
   227             },
   177             { "NumberElements",
   228             { "NumberElements",
   178                 new String[] {
   229                 new String[] {
   179                     ",", // decimal separator
   230                     ",", // decimal separator
   209                 new String[] {
   260                 new String[] {
   210                     "{1} {0}" // date-time pattern
   261                     "{1} {0}" // date-time pattern
   211                 }
   262                 }
   212             },
   263             },
   213             { "DateTimePatternChars", "GyMdkHmsSEDFwWahKzZ" },
   264             { "DateTimePatternChars", "GyMdkHmsSEDFwWahKzZ" },
   214             { "cldr.buddhist.DatePatterns",
       
   215                 new String[] {
       
   216                     "EEEE d MMMM y G",
       
   217                     "dd MMMM y G",
       
   218                     "dd/MMM/y G",
       
   219                     "dd/MM/y G",
       
   220                 }
       
   221             },
       
   222             { "cldr.japanese.DatePatterns",
       
   223                 new String[] {
       
   224                     "EEEE d MMMM y G",
       
   225                     "dd MMMM y G",
       
   226                     "dd/MMM/y G",
       
   227                     "dd/MM/y G",
       
   228                 }
       
   229             },
       
   230             { "cldr.roc.DatePatterns",
       
   231                 new String[] {
       
   232                     "EEEE d MMMM y G",
       
   233                     "dd MMMM y G",
       
   234                     "dd/MMM/y G",
       
   235                     "dd/MM/y G",
       
   236                 }
       
   237             },
       
   238             { "roc.DatePatterns",
       
   239                 new String[] {
       
   240                     "EEEE d MMMM y GGGG",
       
   241                     "dd MMMM y GGGG",
       
   242                     "dd/MMM/y GGGG",
       
   243                     "dd/MM/y GGGG",
       
   244                 }
       
   245             },
       
   246             { "cldr.islamic.DatePatterns",
       
   247                 new String[] {
       
   248                     "EEEE d MMMM y G",
       
   249                     "dd MMMM y G",
       
   250                     "dd/MMM/y G",
       
   251                     "dd/MM/y G",
       
   252                 }
       
   253             },
       
   254             { "islamic.DatePatterns",
       
   255                 new String[] {
       
   256                     "EEEE d MMMM y GGGG",
       
   257                     "dd MMMM y GGGG",
       
   258                     "dd/MMM/y GGGG",
       
   259                     "dd/MM/y GGGG",
       
   260                 }
       
   261             },
       
   262             { "calendarname.islamic-civil", "calendario civile islamico" },
       
   263             { "calendarname.islamicc", "calendario civile islamico" },
       
   264             { "calendarname.islamic", "calendario islamico" },
       
   265             { "calendarname.buddhist", "calendario buddista" },
       
   266             { "calendarname.japanese", "calendario giapponese" },
       
   267             { "calendarname.gregorian", "calendario gregoriano" },
       
   268             { "calendarname.gregory", "calendario gregoriano" },
       
   269             { "field.era", "era" },
       
   270             { "field.year", "anno" },
       
   271             { "field.month", "mese" },
       
   272             { "field.week", "settimana" },
       
   273             { "field.weekday", "giorno della settimana" },
       
   274             { "field.dayperiod", "periodo del giorno" },
       
   275             { "field.hour", "ora" },
       
   276             { "field.minute", "minuto" },
       
   277             { "field.second", "secondo" },
       
   278             { "field.zone", "zona" },
       
   279         };
   265         };
   280     }
   266     }
   281 }
   267 }