1 /*
   2  * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
   3  */
   4 
   5 /*
   6  * COPYRIGHT AND PERMISSION NOTICE
   7  *
   8  * Copyright (C) 1991-2007 Unicode, Inc. All rights reserved.
   9  * Distributed under 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
  18  * so, provided that (a) the above copyright notice(s) and this permission
  19  * notice appear with all copies of the Data Files or Software, (b) both the
  20  * above 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
  31  * USE, 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
  33  * PERFORMANCE 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
  38  * authorization of the copyright holder.
  39  */
  40 
  41 // Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
  42 
  43 package sun.text.resources.ms;
  44 
  45 import java.util.ListResourceBundle;
  46 
  47 public class FormatData_ms extends ListResourceBundle {
  48     protected final Object[][] getContents() {
  49         return new Object[][] {
  50             { "MonthNames",
  51                 new String[] {
  52                     "Januari",
  53                     "Februari",
  54                     "Mac",
  55                     "April",
  56                     "Mei",
  57                     "Jun",
  58                     "Julai",
  59                     "Ogos",
  60                     "September",
  61                     "Oktober",
  62                     "November",
  63                     "Disember",
  64                     "",
  65                 }
  66             },
  67             { "MonthAbbreviations",
  68                 new String[] {
  69                     "Jan",
  70                     "Feb",
  71                     "Mac",
  72                     "Apr",
  73                     "Mei",
  74                     "Jun",
  75                     "Jul",
  76                     "Ogos",
  77                     "Sep",
  78                     "Okt",
  79                     "Nov",
  80                     "Dis",
  81                     "",
  82                 }
  83             },
  84             { "standalone.MonthNarrows",
  85                 new String[] {
  86                     "J",
  87                     "F",
  88                     "M",
  89                     "A",
  90                     "M",
  91                     "J",
  92                     "J",
  93                     "O",
  94                     "S",
  95                     "O",
  96                     "N",
  97                     "D",
  98                     "",
  99                 }
 100             },
 101             { "DayNames",
 102                 new String[] {
 103                     "Ahad",
 104                     "Isnin",
 105                     "Selasa",
 106                     "Rabu",
 107                     "Khamis",
 108                     "Jumaat",
 109                     "Sabtu",
 110                 }
 111             },
 112             { "DayAbbreviations",
 113                 new String[] {
 114                     "Ahd",
 115                     "Isn",
 116                     "Sel",
 117                     "Rab",
 118                     "Kha",
 119                     "Jum",
 120                     "Sab",
 121                 }
 122             },
 123             { "DayNarrows",
 124                 new String[] {
 125                     "A",
 126                     "I",
 127                     "S",
 128                     "R",
 129                     "K",
 130                     "J",
 131                     "S",
 132                 }
 133             },
 134             { "standalone.DayNarrows",
 135                 new String[] {
 136                     "A",
 137                     "I",
 138                     "S",
 139                     "R",
 140                     "K",
 141                     "J",
 142                     "S",
 143                 }
 144             },
 145             { "Eras",
 146                 new String[] {
 147                     "BCE",
 148                     "CE",
 149                 }
 150             },
 151             { "NumberPatterns",
 152                 new String[] {
 153                     "#,##0.###",
 154                     "\u00a4 #,##0.00",
 155                     "#,##0%",
 156                 }
 157             },
 158             { "NumberElements",
 159                 new String[] {
 160                     ".",
 161                     ",",
 162                     ";",
 163                     "%",
 164                     "0",
 165                     "#",
 166                     "-",
 167                     "E",
 168                     "\u2030",
 169                     "\u221e",
 170                     "NaN",
 171                 }
 172             },
 173             { "TimePatterns",
 174                 new String[] {
 175                     "HH:mm:ss z",
 176                     "HH:mm:ss z",
 177                     "HH:mm:ss",
 178                     "HH:mm",
 179                 }
 180             },
 181             { "DatePatterns",
 182                 new String[] {
 183                     "EEEE, yyyy MMMM dd",
 184                     "yyyy MMMM d",
 185                     "yyyy MMM d",
 186                     "yy/MM/dd",
 187                 }
 188             },
 189             { "DateTimePatterns",
 190                 new String[] {
 191                     "{1} {0}",
 192                 }
 193             },
 194         };
 195     }
 196 }