FormatData_ms.java revision 2362
1178N/A/*
1178N/A * Copyright (c) 2005, 2007, Oracle and/or its affiliates. All rights reserved.
1178N/A */
1178N/A
1178N/A/*
1178N/A * COPYRIGHT AND PERMISSION NOTICE
1178N/A *
1178N/A * Copyright (C) 1991-2007 Unicode, Inc. All rights reserved.
1178N/A * Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
1178N/A *
1178N/A * Permission is hereby granted, free of charge, to any person obtaining a copy
1178N/A * of the Unicode data files and any associated documentation (the "Data
1178N/A * Files") or Unicode software and any associated documentation (the
1178N/A * "Software") to deal in the Data Files or Software without restriction,
1178N/A * including without limitation the rights to use, copy, modify, merge,
1178N/A * publish, distribute, and/or sell copies of the Data Files or Software, and
1178N/A * to permit persons to whom the Data Files or Software are furnished to do
1178N/A * so, provided that (a) the above copyright notice(s) and this permission
1178N/A * notice appear with all copies of the Data Files or Software, (b) both the
1178N/A * above copyright notice(s) and this permission notice appear in associated
1178N/A * documentation, and (c) there is clear notice in each modified Data File or
1178N/A * in the Software as well as in the documentation associated with the Data
1178N/A * File(s) or Software that the data or software has been modified.
1178N/A *
1178N/A * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF ANY
0N/A * KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
0N/A * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF
0N/A * THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS
0N/A * INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR
1178N/A * CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
1178N/A * USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
1178N/A * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
1178N/A * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
1178N/A *
1178N/A * Except as contained in this notice, the name of a copyright holder shall not
0N/A * be used in advertising or otherwise to promote the sale, use or other
0N/A * dealings in these Data Files or Software without prior written
1178N/A * authorization of the copyright holder.
1178N/A */
1178N/A
1178N/A// Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
1178N/A
1178N/Apackage sun.text.resources;
1178N/A
0N/Aimport java.util.ListResourceBundle;
1178N/A
1178N/Apublic class FormatData_ms extends ListResourceBundle {
1178N/A protected final Object[][] getContents() {
1178N/A return new Object[][] {
1178N/A { "MonthNames",
1178N/A new String[] {
1178N/A "Januari",
1178N/A "Februari",
1178N/A "Mac",
1178N/A "April",
1178N/A "Mei",
1178N/A "Jun",
1178N/A "Julai",
1178N/A "Ogos",
1178N/A "September",
1178N/A "Oktober",
1178N/A "November",
1178N/A "Disember",
1178N/A "",
1178N/A }
1178N/A },
1178N/A { "MonthAbbreviations",
1178N/A new String[] {
1178N/A "Jan",
1178N/A "Feb",
0N/A "Mac",
0N/A "Apr",
1178N/A "Mei",
0N/A "Jun",
0N/A "Jul",
0N/A "Ogos",
1178N/A "Sep",
1178N/A "Okt",
1178N/A "Nov",
0N/A "Dis",
0N/A "",
0N/A }
0N/A },
1178N/A { "DayNames",
1178N/A new String[] {
0N/A "Ahad",
0N/A "Isnin",
1178N/A "Selasa",
1178N/A "Rabu",
1178N/A "Khamis",
1178N/A "Jumaat",
1178N/A "Sabtu",
1178N/A }
1178N/A },
1178N/A { "DayAbbreviations",
1178N/A new String[] {
1178N/A "Ahd",
1178N/A "Isn",
1178N/A "Sel",
1178N/A "Rab",
1178N/A "Kha",
1178N/A "Jum",
1178N/A "Sab",
1178N/A }
1178N/A },
1178N/A { "Eras",
1178N/A new String[] {
1178N/A "BCE",
1178N/A "CE",
1178N/A }
1178N/A },
1178N/A { "NumberPatterns",
1178N/A new String[] {
1178N/A "#,##0.###",
1178N/A "\u00a4 #,##0.00",
1178N/A "#,##0%",
1178N/A }
1178N/A },
1178N/A { "NumberElements",
1178N/A new String[] {
1178N/A ".",
1178N/A ",",
1178N/A ";",
1178N/A "%",
1178N/A "0",
1178N/A "#",
1178N/A "-",
1178N/A "E",
1178N/A "\u2030",
1178N/A "\u221e",
1178N/A "NaN",
1178N/A }
1178N/A },
1178N/A { "DateTimePatterns",
1178N/A new String[] {
1178N/A "HH:mm:ss z",
1178N/A "HH:mm:ss z",
1178N/A "HH:mm:ss",
1178N/A "HH:mm",
1178N/A "EEEE, yyyy MMMM dd",
1178N/A "yyyy MMMM d",
1178N/A "yyyy MMM d",
1178N/A "yy/MM/dd",
1178N/A "{1} {0}",
1178N/A }
1178N/A },
1178N/A };
1178N/A }
1178N/A}
1178N/A