1 /*
   2  * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
   3  */
   4 
   5 /*
   6  * COPYRIGHT AND PERMISSION NOTICE
   7  *
   8  * Copyright (C) 1991-2012 Unicode, Inc. All rights reserved. Distributed under
   9  * the Terms of Use in http://www.unicode.org/copyright.html.
  10  *
  11  * Permission is hereby granted, free of charge, to any person obtaining a copy
  12  * of the Unicode data files and any associated documentation (the "Data
  13  * Files") or Unicode software and any associated documentation (the
  14  * "Software") to deal in the Data Files or Software without restriction,
  15  * including without limitation the rights to use, copy, modify, merge,
  16  * publish, distribute, and/or sell copies of the Data Files or Software, and
  17  * to permit persons to whom the Data Files or Software are furnished to do so,
  18  * provided that (a) the above copyright notice(s) and this permission notice
  19  * appear with all copies of the Data Files or Software, (b) both the above
  20  * copyright notice(s) and this permission notice appear in associated
  21  * documentation, and (c) there is clear notice in each modified Data File or
  22  * in the Software as well as in the documentation associated with the Data
  23  * File(s) or Software that the data or software has been modified.
  24  *
  25  * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
  26  * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  27  * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
  28  * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
  29  * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
  30  * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
  31  * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
  32  * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
  33  * OF THE DATA FILES OR SOFTWARE.
  34  *
  35  * Except as contained in this notice, the name of a copyright holder shall not
  36  * be used in advertising or otherwise to promote the sale, use or other
  37  * dealings in these Data Files or Software without prior written authorization
  38  * of the copyright holder.
  39  */
  40 
  41 package sun.text.resources.ms;
  42 
  43 import java.util.ListResourceBundle;
  44 
  45 public class FormatData_ms extends ListResourceBundle {
  46     protected final Object[][] getContents() {
  47         return new Object[][] {
  48             { "MonthNames",
  49                 new String[] {
  50                     "Januari",
  51                     "Februari",
  52                     "Mac",
  53                     "April",
  54                     "Mei",
  55                     "Jun",
  56                     "Julai",
  57                     "Ogos",
  58                     "September",
  59                     "Oktober",
  60                     "November",
  61                     "Disember",
  62                     "",
  63                 }
  64             },
  65             { "MonthAbbreviations",
  66                 new String[] {
  67                     "Jan",
  68                     "Feb",
  69                     "Mac",
  70                     "Apr",
  71                     "Mei",
  72                     "Jun",
  73                     "Jul",
  74                     "Ogos",
  75                     "Sep",
  76                     "Okt",
  77                     "Nov",
  78                     "Dis",
  79                     "",
  80                 }
  81             },
  82             { "standalone.MonthNarrows",
  83                 new String[] {
  84                     "J",
  85                     "F",
  86                     "M",
  87                     "A",
  88                     "M",
  89                     "J",
  90                     "J",
  91                     "O",
  92                     "S",
  93                     "O",
  94                     "N",
  95                     "D",
  96                     "",
  97                 }
  98             },
  99             { "DayNames",
 100                 new String[] {
 101                     "Ahad",
 102                     "Isnin",
 103                     "Selasa",
 104                     "Rabu",
 105                     "Khamis",
 106                     "Jumaat",
 107                     "Sabtu",
 108                 }
 109             },
 110             { "DayAbbreviations",
 111                 new String[] {
 112                     "Ahd",
 113                     "Isn",
 114                     "Sel",
 115                     "Rab",
 116                     "Kha",
 117                     "Jum",
 118                     "Sab",
 119                 }
 120             },
 121             { "DayNarrows",
 122                 new String[] {
 123                     "A",
 124                     "I",
 125                     "S",
 126                     "R",
 127                     "K",
 128                     "J",
 129                     "S",
 130                 }
 131             },
 132             { "standalone.DayNarrows",
 133                 new String[] {
 134                     "A",
 135                     "I",
 136                     "S",
 137                     "R",
 138                     "K",
 139                     "J",
 140                     "S",
 141                 }
 142             },
 143             { "Eras",
 144                 new String[] {
 145                     "BCE",
 146                     "CE",
 147                 }
 148             },
 149             { "NumberPatterns",
 150                 new String[] {
 151                     "#,##0.###",
 152                     "\u00a4 #,##0.00",
 153                     "#,##0%",
 154                 }
 155             },
 156             { "NumberElements",
 157                 new String[] {
 158                     ".",
 159                     ",",
 160                     ";",
 161                     "%",
 162                     "0",
 163                     "#",
 164                     "-",
 165                     "E",
 166                     "\u2030",
 167                     "\u221e",
 168                     "NaN",
 169                 }
 170             },
 171             { "TimePatterns",
 172                 new String[] {
 173                     "HH:mm:ss z",
 174                     "HH:mm:ss z",
 175                     "HH:mm:ss",
 176                     "HH:mm",
 177                 }
 178             },
 179             { "DatePatterns",
 180                 new String[] {
 181                     "EEEE, yyyy MMMM dd",
 182                     "yyyy MMMM d",
 183                     "yyyy MMM d",
 184                     "yy/MM/dd",
 185                 }
 186             },
 187             { "DateTimePatterns",
 188                 new String[] {
 189                     "{1} {0}",
 190                 }
 191             },
 192             { "cldr.buddhist.DatePatterns",
 193                 new String[] {
 194                     "EEEE, d MMMM y G",
 195                     "d MMMM y G",
 196                     "dd/MM/y G",
 197                     "d/MM/y G",
 198                 }
 199             },
 200             { "cldr.japanese.DatePatterns",
 201                 new String[] {
 202                     "EEEE, d MMMM y G",
 203                     "d MMMM y G",
 204                     "dd/MM/y G",
 205                     "d/MM/y G",
 206                 }
 207             },
 208             { "cldr.roc.DatePatterns",
 209                 new String[] {
 210                     "EEEE, d MMMM y G",
 211                     "d MMMM y G",
 212                     "dd/MM/y G",
 213                     "d/MM/y G",
 214                 }
 215             },
 216             { "roc.DatePatterns",
 217                 new String[] {
 218                     "EEEE, d MMMM y GGGG",
 219                     "d MMMM y GGGG",
 220                     "dd/MM/y GGGG",
 221                     "d/MM/y GGGG",
 222                 }
 223             },
 224             { "cldr.islamic.DatePatterns",
 225                 new String[] {
 226                     "EEEE, d MMMM y G",
 227                     "d MMMM y G",
 228                     "dd/MM/y G",
 229                     "d/MM/y G",
 230                 }
 231             },
 232             { "islamic.DatePatterns",
 233                 new String[] {
 234                     "EEEE, d MMMM y GGGG",
 235                     "d MMMM y GGGG",
 236                     "dd/MM/y GGGG",
 237                     "d/MM/y GGGG",
 238                 }
 239             },
 240             { "calendarname.islamic-civil", "Kalendar Sivil Islam" },
 241             { "calendarname.islamicc", "Kalendar Sivil Islam" },
 242             { "calendarname.islamic", "Kalendar Islam" },
 243             { "calendarname.buddhist", "Kalendar Buddha" },
 244             { "calendarname.japanese", "Kalendar Jepun" },
 245             { "calendarname.roc", "Kalendar Minguo" },
 246             { "calendarname.gregorian", "Kalendar Gregory" },
 247             { "calendarname.gregory", "Kalendar Gregory" },
 248             { "field.year", "Tahun" },
 249             { "field.month", "Bulan" },
 250             { "field.week", "Minggu" },
 251             { "field.weekday", "Hari dalam Minggu" },
 252             { "field.dayperiod", "PG/PTG" },
 253             { "field.hour", "Jam" },
 254             { "field.minute", "Minit" },
 255             { "field.second", "Kedua" },
 256             { "field.zone", "Zon Waktu" },
 257         };
 258     }
 259 }