1/*
2 * Copyright (c) 2013, 2016, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation.  Oracle designates this
8 * particular file as subject to the "Classpath" exception as provided
9 * by Oracle in the LICENSE file that accompanied this code.
10 *
11 * This code is distributed in the hope that it will be useful, but WITHOUT
12 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
13 * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
14 * version 2 for more details (a copy is included in the LICENSE file that
15 * accompanied this code).
16 *
17 * You should have received a copy of the GNU General Public License version
18 * 2 along with this work; if not, write to the Free Software Foundation,
19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
20 *
21 * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
22 * or visit www.oracle.com if you need additional information or have any
23 * questions.
24 */
25
26/*
27 * COPYRIGHT AND PERMISSION NOTICE
28 *
29 * Copyright (C) 1991-2016 Unicode, Inc. All rights reserved.
30 * Distributed under the Terms of Use in
31 * http://www.unicode.org/copyright.html.
32 *
33 * Permission is hereby granted, free of charge, to any person obtaining
34 * a copy of the Unicode data files and any associated documentation
35 * (the "Data Files") or Unicode software and any associated documentation
36 * (the "Software") to deal in the Data Files or Software
37 * without restriction, including without limitation the rights to use,
38 * copy, modify, merge, publish, distribute, and/or sell copies of
39 * the Data Files or Software, and to permit persons to whom the Data Files
40 * or Software are furnished to do so, provided that
41 * (a) this copyright and permission notice appear with all copies
42 * of the Data Files or Software,
43 * (b) this copyright and permission notice appear in associated
44 * documentation, and
45 * (c) there is clear notice in each modified Data File or in the Software
46 * as well as in the documentation associated with the Data File(s) or
47 * Software that the data or software has been modified.
48 *
49 * THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
50 * ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
51 * WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
52 * NONINFRINGEMENT OF THIRD PARTY RIGHTS.
53 * IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS
54 * NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL
55 * DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
56 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
57 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
58 * PERFORMANCE OF THE DATA FILES OR SOFTWARE.
59 *
60 * Except as contained in this notice, the name of a copyright holder
61 * shall not be used in advertising or otherwise to promote the sale,
62 * use or other dealings in these Data Files or Software without prior
63 * written authorization of the copyright holder.
64 */
65
66//  Note: this file has been generated by a tool.
67
68package sun.text.resources.ext;
69
70import sun.util.resources.OpenListResourceBundle;
71
72public class JavaTimeSupplementary_ms extends OpenListResourceBundle {
73    @Override
74    protected final Object[][] getContents() {
75        final String[] sharedQuarterAbbreviations = {
76            "S1",
77            "S2",
78            "S3",
79            "S4",
80        };
81
82        final String[] sharedQuarterNames = {
83            "Suku pertama",
84            "Suku Ke-2",
85            "Suku Ke-3",
86            "Suku Ke-4",
87        };
88
89        final String[] sharedAmPmMarkers = {
90            "PG",
91            "PTG",
92        };
93
94        final String[] sharedDatePatterns = {
95            "EEEE, d MMMM y GGGG",
96            "d MMMM y GGGG",
97            "dd/MM/y GGGG",
98            "d/MM/y G",
99        };
100
101        final String[] sharedDayAbbreviations = {
102            "Ahd",
103            "Isn",
104            "Sel",
105            "Rab",
106            "Kha",
107            "Jum",
108            "Sab",
109        };
110
111        final String[] sharedDayNames = {
112            "Ahad",
113            "Isnin",
114            "Selasa",
115            "Rabu",
116            "Khamis",
117            "Jumaat",
118            "Sabtu",
119        };
120
121        final String[] sharedDayNarrows = {
122            "A",
123            "I",
124            "S",
125            "R",
126            "K",
127            "J",
128            "S",
129        };
130
131        final String[] sharedTimePatterns = {
132            "h:mm:ss a zzzz",
133            "h:mm:ss a z",
134            "h:mm:ss a",
135            "h:mm a",
136        };
137
138        final String[] sharedNarrowAmPmMarkers = {
139            "a",
140            "p",
141        };
142
143        final String[] sharedJavaTimeDatePatterns = {
144            "EEEE, d MMMM y G",
145            "d MMMM y G",
146            "dd/MM/y G",
147            "d/MM/y GGGGG",
148        };
149
150        return new Object[][] {
151            { "QuarterAbbreviations",
152                sharedQuarterAbbreviations },
153            { "QuarterNames",
154                sharedQuarterNames },
155            { "calendarname.buddhist",
156                "Kalendar Buddha" },
157            { "calendarname.gregorian",
158                "Kalendar Gregory" },
159            { "calendarname.gregory",
160                "Kalendar Gregory" },
161            { "calendarname.islamic",
162                "Kalendar Islam" },
163            { "calendarname.islamic-civil",
164                "Kalendar Sivil Islam" },
165            { "calendarname.japanese",
166                "Kalendar Jepun" },
167            { "calendarname.roc",
168                "Kalendar Minguo" },
169            { "field.dayperiod",
170                "PG/PTG" },
171            { "field.hour",
172                "Jam" },
173            { "field.minute",
174                "Minit" },
175            { "field.month",
176                "Bulan" },
177            { "field.second",
178                "Saat" },
179            { "field.week",
180                "Minggu" },
181            { "field.weekday",
182                "Hari dalam Minggu" },
183            { "field.year",
184                "Tahun" },
185            { "field.zone",
186                "Zon Waktu" },
187            { "islamic.AmPmMarkers",
188                sharedAmPmMarkers },
189            { "islamic.DatePatterns",
190                sharedDatePatterns },
191            { "islamic.DayAbbreviations",
192                sharedDayAbbreviations },
193            { "islamic.DayNames",
194                sharedDayNames },
195            { "islamic.DayNarrows",
196                sharedDayNarrows },
197            { "islamic.QuarterAbbreviations",
198                sharedQuarterAbbreviations },
199            { "islamic.QuarterNames",
200                sharedQuarterNames },
201            { "islamic.TimePatterns",
202                sharedTimePatterns },
203            { "islamic.abbreviated.AmPmMarkers",
204                sharedAmPmMarkers },
205            { "islamic.narrow.AmPmMarkers",
206                sharedNarrowAmPmMarkers },
207            { "java.time.buddhist.DatePatterns",
208                sharedJavaTimeDatePatterns },
209            { "java.time.buddhist.short.Eras",
210                new String[] {
211                    "BC",
212                    "BE",
213                }
214            },
215            { "java.time.islamic.DatePatterns",
216                sharedJavaTimeDatePatterns },
217            { "java.time.japanese.DatePatterns",
218                sharedJavaTimeDatePatterns },
219            { "java.time.long.Eras",
220                new String[] {
221                    "S.M.",
222                    "TM",
223                }
224            },
225            { "java.time.roc.DatePatterns",
226                sharedJavaTimeDatePatterns },
227            { "java.time.short.Eras",
228                new String[] {
229                    "BCE",
230                    "CE",
231                }
232            },
233            { "roc.AmPmMarkers",
234                sharedAmPmMarkers },
235            { "roc.DatePatterns",
236                sharedDatePatterns },
237            { "roc.DayAbbreviations",
238                sharedDayAbbreviations },
239            { "roc.DayNames",
240                sharedDayNames },
241            { "roc.DayNarrows",
242                sharedDayNarrows },
243            { "roc.MonthAbbreviations",
244                new String[] {
245                    "Jan",
246                    "Feb",
247                    "Mac",
248                    "Apr",
249                    "Mei",
250                    "Jun",
251                    "Jul",
252                    "Ogo",
253                    "Sep",
254                    "Okt",
255                    "Nov",
256                    "Dis",
257                    "",
258                }
259            },
260            { "roc.MonthNames",
261                new String[] {
262                    "Januari",
263                    "Februari",
264                    "Mac",
265                    "April",
266                    "Mei",
267                    "Jun",
268                    "Julai",
269                    "Ogos",
270                    "September",
271                    "Oktober",
272                    "November",
273                    "Disember",
274                    "",
275                }
276            },
277            { "roc.MonthNarrows",
278                new String[] {
279                    "J",
280                    "F",
281                    "M",
282                    "A",
283                    "M",
284                    "J",
285                    "J",
286                    "O",
287                    "S",
288                    "O",
289                    "N",
290                    "D",
291                    "",
292                }
293            },
294            { "roc.QuarterAbbreviations",
295                sharedQuarterAbbreviations },
296            { "roc.QuarterNames",
297                sharedQuarterNames },
298            { "roc.TimePatterns",
299                sharedTimePatterns },
300            { "roc.abbreviated.AmPmMarkers",
301                sharedAmPmMarkers },
302            { "roc.narrow.AmPmMarkers",
303                sharedNarrowAmPmMarkers },
304        };
305    }
306}
307