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;
69
70import sun.util.resources.OpenListResourceBundle;
71
72public class JavaTimeSupplementary_en extends OpenListResourceBundle {
73    @Override
74    protected final Object[][] getContents() {
75        final String[] sharedQuarterNames = {
76            "1st quarter",
77            "2nd quarter",
78            "3rd quarter",
79            "4th quarter",
80        };
81
82        final String[] sharedDatePatterns = {
83            "EEEE, MMMM d, y GGGG",
84            "MMMM d, y GGGG",
85            "MMM d, y GGGG",
86            "M/d/y G",
87        };
88
89        final String[] sharedDayNames = {
90            "Sunday",
91            "Monday",
92            "Tuesday",
93            "Wednesday",
94            "Thursday",
95            "Friday",
96            "Saturday",
97        };
98
99        final String[] sharedQuarterAbbreviations = {
100            "Q1",
101            "Q2",
102            "Q3",
103            "Q4",
104        };
105
106        final String[] sharedTimePatterns = {
107            "h:mm:ss a zzzz",
108            "h:mm:ss a z",
109            "h:mm:ss a",
110            "h:mm a",
111        };
112
113        final String[] sharedNarrowAmPmMarkers = {
114            "a",
115            "p",
116        };
117
118        final String[] sharedJavaTimeDatePatterns = {
119            "EEEE, MMMM d, y G",
120            "MMMM d, y G",
121            "MMM d, y G",
122            "M/d/y GGGGG",
123        };
124
125        final String[] sharedEras = {
126            "Before R.O.C.",
127            "Minguo",
128        };
129
130        return new Object[][] {
131            { "QuarterNames",
132                sharedQuarterNames },
133            { "calendarname.buddhist",
134                "Buddhist Calendar" },
135            { "calendarname.gregorian",
136                "Gregorian Calendar" },
137            { "calendarname.gregory",
138                "Gregorian Calendar" },
139            { "calendarname.islamic",
140                "Islamic Calendar" },
141            { "calendarname.islamic-civil",
142                "Islamic Calendar (tabular, civil epoch)" },
143            { "calendarname.islamic-umalqura",
144                "Islamic Calendar (Umm al-Qura)" },
145            { "calendarname.japanese",
146                "Japanese Calendar" },
147            { "calendarname.roc",
148                "Minguo Calendar" },
149            { "field.dayperiod",
150                "AM/PM" },
151            { "field.era",
152                "era" },
153            { "field.hour",
154                "hour" },
155            { "field.minute",
156                "minute" },
157            { "field.month",
158                "month" },
159            { "field.second",
160                "second" },
161            { "field.week",
162                "week" },
163            { "field.weekday",
164                "day of the week" },
165            { "field.year",
166                "year" },
167            { "field.zone",
168                "time zone" },
169            { "islamic.AmPmMarkers",
170                new String[] {
171                    "AM",
172                    "PM",
173                }
174            },
175            { "islamic.DatePatterns",
176                sharedDatePatterns },
177            { "islamic.DayNames",
178                sharedDayNames },
179            { "islamic.QuarterAbbreviations",
180                sharedQuarterAbbreviations },
181            { "islamic.QuarterNames",
182                sharedQuarterNames },
183            { "islamic.TimePatterns",
184                sharedTimePatterns },
185            { "islamic.narrow.AmPmMarkers",
186                sharedNarrowAmPmMarkers },
187            { "java.time.buddhist.DatePatterns",
188                sharedJavaTimeDatePatterns },
189            { "java.time.buddhist.short.Eras",
190                new String[] {
191                    "BC",
192                    "BE",
193                }
194            },
195            { "java.time.islamic.DatePatterns",
196                sharedJavaTimeDatePatterns },
197            { "java.time.japanese.DatePatterns",
198                sharedJavaTimeDatePatterns },
199            { "java.time.long.Eras",
200                new String[] {
201                    "Before Christ",
202                    "Anno Domini",
203                }
204            },
205            { "java.time.roc.DatePatterns",
206                sharedJavaTimeDatePatterns },
207            { "roc.DatePatterns",
208                sharedDatePatterns },
209            { "roc.DayAbbreviations",
210                new String[] {
211                    "Sun",
212                    "Mon",
213                    "Tue",
214                    "Wed",
215                    "Thu",
216                    "Fri",
217                    "Sat",
218                }
219            },
220            { "roc.DayNames",
221                sharedDayNames },
222            { "roc.Eras",
223                sharedEras },
224            { "roc.MonthNames",
225                new String[] {
226                    "January",
227                    "February",
228                    "March",
229                    "April",
230                    "May",
231                    "June",
232                    "July",
233                    "August",
234                    "September",
235                    "October",
236                    "November",
237                    "December",
238                    "",
239                }
240            },
241            { "roc.MonthNarrows",
242                new String[] {
243                    "J",
244                    "F",
245                    "M",
246                    "A",
247                    "M",
248                    "J",
249                    "J",
250                    "A",
251                    "S",
252                    "O",
253                    "N",
254                    "D",
255                    "",
256                }
257            },
258            { "roc.QuarterAbbreviations",
259                sharedQuarterAbbreviations },
260            { "roc.QuarterNames",
261                sharedQuarterNames },
262            { "roc.TimePatterns",
263                sharedTimePatterns },
264            { "roc.long.Eras",
265                sharedEras },
266            { "roc.narrow.AmPmMarkers",
267                sharedNarrowAmPmMarkers },
268            { "roc.narrow.Eras",
269                sharedEras },
270            { "roc.short.Eras",
271                sharedEras },
272        };
273    }
274}
275