author | naoto |
Fri, 19 Feb 2016 09:55:37 -0800 | |
changeset 36014 | 3d50784f2dc2 |
parent 31263 | jdk/src/jdk.localedata/share/classes/sun/text/resources/ms/JavaTimeSupplementary_ms.java@a81a0af34ca0 |
child 38747 | 469920616f3a |
permissions | -rw-r--r-- |
16852 | 1 |
/* |
31263 | 2 |
* Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved. |
16852 | 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 |
* |
|
31263 | 29 |
* Copyright (C) 1991-2015 Unicode, Inc. All rights reserved. |
30 |
* Distributed under the Terms of Use in |
|
31 |
* http://www.unicode.org/copyright.html. |
|
16852 | 32 |
* |
31263 | 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. |
|
16852 | 48 |
* |
31263 | 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, |
|
16852 | 56 |
* DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER |
31263 | 57 |
* TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR |
58 |
* PERFORMANCE OF THE DATA FILES OR SOFTWARE. |
|
16852 | 59 |
* |
31263 | 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. |
|
16852 | 64 |
*/ |
65 |
||
66 |
// Note: this file has been generated by a tool. |
|
67 |
||
36014
3d50784f2dc2
8148346: Reduce number of packages in jdk.localedata module
naoto
parents:
31263
diff
changeset
|
68 |
package sun.text.resources.ext; |
16852 | 69 |
|
70 |
import sun.util.resources.OpenListResourceBundle; |
|
71 |
||
72 |
public class JavaTimeSupplementary_ms extends OpenListResourceBundle { |
|
73 |
@Override |
|
74 |
protected final Object[][] getContents() { |
|
75 |
return new Object[][] { |
|
76 |
{ "QuarterAbbreviations", |
|
77 |
new String[] { |
|
31263 | 78 |
"S1", |
79 |
"S2", |
|
80 |
"S3", |
|
81 |
"S4", |
|
16852 | 82 |
} |
83 |
}, |
|
84 |
{ "QuarterNames", |
|
85 |
new String[] { |
|
86 |
"Suku pertama", |
|
87 |
"Suku Ke-2", |
|
88 |
"Suku Ke-3", |
|
89 |
"Suku Ke-4", |
|
90 |
} |
|
91 |
}, |
|
92 |
{ "calendarname.buddhist", |
|
93 |
"Kalendar Buddha" }, |
|
94 |
{ "calendarname.gregorian", |
|
95 |
"Kalendar Gregory" }, |
|
96 |
{ "calendarname.gregory", |
|
97 |
"Kalendar Gregory" }, |
|
98 |
{ "calendarname.islamic", |
|
99 |
"Kalendar Islam" }, |
|
100 |
{ "calendarname.islamic-civil", |
|
101 |
"Kalendar Sivil Islam" }, |
|
102 |
{ "calendarname.japanese", |
|
103 |
"Kalendar Jepun" }, |
|
104 |
{ "calendarname.roc", |
|
105 |
"Kalendar Minguo" }, |
|
106 |
{ "field.dayperiod", |
|
107 |
"PG/PTG" }, |
|
108 |
{ "field.hour", |
|
109 |
"Jam" }, |
|
110 |
{ "field.minute", |
|
111 |
"Minit" }, |
|
112 |
{ "field.month", |
|
113 |
"Bulan" }, |
|
114 |
{ "field.second", |
|
31263 | 115 |
"Saat" }, |
16852 | 116 |
{ "field.week", |
117 |
"Minggu" }, |
|
118 |
{ "field.weekday", |
|
119 |
"Hari dalam Minggu" }, |
|
120 |
{ "field.year", |
|
121 |
"Tahun" }, |
|
122 |
{ "field.zone", |
|
123 |
"Zon Waktu" }, |
|
31263 | 124 |
{ "islamic.AmPmMarkers", |
125 |
new String[] { |
|
126 |
"PG", |
|
127 |
"PTG", |
|
128 |
} |
|
129 |
}, |
|
16852 | 130 |
{ "islamic.DatePatterns", |
131 |
new String[] { |
|
132 |
"EEEE, d MMMM y GGGG", |
|
133 |
"d MMMM y GGGG", |
|
134 |
"dd/MM/y GGGG", |
|
31263 | 135 |
"d/MM/y G", |
136 |
} |
|
137 |
}, |
|
138 |
{ "islamic.DayAbbreviations", |
|
139 |
new String[] { |
|
140 |
"Ahd", |
|
141 |
"Isn", |
|
142 |
"Sel", |
|
143 |
"Rab", |
|
144 |
"Kha", |
|
145 |
"Jum", |
|
146 |
"Sab", |
|
147 |
} |
|
148 |
}, |
|
149 |
{ "islamic.DayNames", |
|
150 |
new String[] { |
|
151 |
"Ahad", |
|
152 |
"Isnin", |
|
153 |
"Selasa", |
|
154 |
"Rabu", |
|
155 |
"Khamis", |
|
156 |
"Jumaat", |
|
157 |
"Sabtu", |
|
158 |
} |
|
159 |
}, |
|
160 |
{ "islamic.DayNarrows", |
|
161 |
new String[] { |
|
162 |
"A", |
|
163 |
"I", |
|
164 |
"S", |
|
165 |
"R", |
|
166 |
"K", |
|
167 |
"J", |
|
168 |
"S", |
|
169 |
} |
|
170 |
}, |
|
171 |
{ "islamic.Eras", |
|
172 |
new String[] { |
|
173 |
"", |
|
174 |
"AH", |
|
175 |
} |
|
176 |
}, |
|
177 |
{ "islamic.QuarterAbbreviations", |
|
178 |
new String[] { |
|
179 |
"S1", |
|
180 |
"S2", |
|
181 |
"S3", |
|
182 |
"S4", |
|
183 |
} |
|
184 |
}, |
|
185 |
{ "islamic.QuarterNames", |
|
186 |
new String[] { |
|
187 |
"Suku pertama", |
|
188 |
"Suku Ke-2", |
|
189 |
"Suku Ke-3", |
|
190 |
"Suku Ke-4", |
|
191 |
} |
|
192 |
}, |
|
193 |
{ "islamic.QuarterNarrows", |
|
194 |
new String[] { |
|
195 |
"1", |
|
196 |
"2", |
|
197 |
"3", |
|
198 |
"4", |
|
199 |
} |
|
200 |
}, |
|
201 |
{ "islamic.TimePatterns", |
|
202 |
new String[] { |
|
203 |
"h:mm:ss a zzzz", |
|
204 |
"h:mm:ss a z", |
|
205 |
"h:mm:ss a", |
|
206 |
"h:mm a", |
|
207 |
} |
|
208 |
}, |
|
209 |
{ "islamic.long.Eras", |
|
210 |
new String[] { |
|
211 |
"", |
|
212 |
"AH", |
|
213 |
} |
|
214 |
}, |
|
215 |
{ "islamic.narrow.Eras", |
|
216 |
new String[] { |
|
217 |
"", |
|
218 |
"AH", |
|
219 |
} |
|
220 |
}, |
|
221 |
{ "islamic.short.Eras", |
|
222 |
new String[] { |
|
223 |
"", |
|
224 |
"AH", |
|
16852 | 225 |
} |
226 |
}, |
|
227 |
{ "java.time.buddhist.DatePatterns", |
|
228 |
new String[] { |
|
229 |
"EEEE, d MMMM y G", |
|
230 |
"d MMMM y G", |
|
231 |
"dd/MM/y G", |
|
31263 | 232 |
"d/MM/y GGGGG", |
233 |
} |
|
234 |
}, |
|
235 |
{ "java.time.buddhist.long.Eras", |
|
236 |
new String[] { |
|
237 |
"BC", |
|
238 |
"BE", |
|
239 |
} |
|
240 |
}, |
|
241 |
{ "java.time.buddhist.short.Eras", |
|
242 |
new String[] { |
|
243 |
"BC", |
|
244 |
"BE", |
|
16852 | 245 |
} |
246 |
}, |
|
247 |
{ "java.time.islamic.DatePatterns", |
|
248 |
new String[] { |
|
249 |
"EEEE, d MMMM y G", |
|
250 |
"d MMMM y G", |
|
251 |
"dd/MM/y G", |
|
31263 | 252 |
"d/MM/y GGGGG", |
16852 | 253 |
} |
254 |
}, |
|
255 |
{ "java.time.japanese.DatePatterns", |
|
256 |
new String[] { |
|
257 |
"EEEE, d MMMM y G", |
|
258 |
"d MMMM y G", |
|
259 |
"dd/MM/y G", |
|
31263 | 260 |
"d/MM/y GGGGG", |
261 |
} |
|
262 |
}, |
|
263 |
{ "java.time.long.Eras", |
|
264 |
new String[] { |
|
265 |
"S.M.", |
|
266 |
"TM", |
|
16852 | 267 |
} |
268 |
}, |
|
269 |
{ "java.time.roc.DatePatterns", |
|
270 |
new String[] { |
|
271 |
"EEEE, d MMMM y G", |
|
272 |
"d MMMM y G", |
|
273 |
"dd/MM/y G", |
|
31263 | 274 |
"d/MM/y GGGGG", |
16852 | 275 |
} |
276 |
}, |
|
277 |
{ "java.time.short.Eras", |
|
278 |
new String[] { |
|
279 |
"BCE", |
|
280 |
"CE", |
|
281 |
} |
|
282 |
}, |
|
31263 | 283 |
{ "roc.AmPmMarkers", |
284 |
new String[] { |
|
285 |
"PG", |
|
286 |
"PTG", |
|
287 |
} |
|
288 |
}, |
|
16852 | 289 |
{ "roc.DatePatterns", |
290 |
new String[] { |
|
291 |
"EEEE, d MMMM y GGGG", |
|
292 |
"d MMMM y GGGG", |
|
293 |
"dd/MM/y GGGG", |
|
31263 | 294 |
"d/MM/y G", |
295 |
} |
|
296 |
}, |
|
297 |
{ "roc.DayAbbreviations", |
|
298 |
new String[] { |
|
299 |
"Ahd", |
|
300 |
"Isn", |
|
301 |
"Sel", |
|
302 |
"Rab", |
|
303 |
"Kha", |
|
304 |
"Jum", |
|
305 |
"Sab", |
|
306 |
} |
|
307 |
}, |
|
308 |
{ "roc.DayNames", |
|
309 |
new String[] { |
|
310 |
"Ahad", |
|
311 |
"Isnin", |
|
312 |
"Selasa", |
|
313 |
"Rabu", |
|
314 |
"Khamis", |
|
315 |
"Jumaat", |
|
316 |
"Sabtu", |
|
317 |
} |
|
318 |
}, |
|
319 |
{ "roc.DayNarrows", |
|
320 |
new String[] { |
|
321 |
"A", |
|
322 |
"I", |
|
323 |
"S", |
|
324 |
"R", |
|
325 |
"K", |
|
326 |
"J", |
|
327 |
"S", |
|
328 |
} |
|
329 |
}, |
|
330 |
{ "roc.MonthAbbreviations", |
|
331 |
new String[] { |
|
332 |
"Jan", |
|
333 |
"Feb", |
|
334 |
"Mac", |
|
335 |
"Apr", |
|
336 |
"Mei", |
|
337 |
"Jun", |
|
338 |
"Jul", |
|
339 |
"Ogo", |
|
340 |
"Sep", |
|
341 |
"Okt", |
|
342 |
"Nov", |
|
343 |
"Dis", |
|
344 |
"", |
|
345 |
} |
|
346 |
}, |
|
347 |
{ "roc.MonthNames", |
|
348 |
new String[] { |
|
349 |
"Januari", |
|
350 |
"Februari", |
|
351 |
"Mac", |
|
352 |
"April", |
|
353 |
"Mei", |
|
354 |
"Jun", |
|
355 |
"Julai", |
|
356 |
"Ogos", |
|
357 |
"September", |
|
358 |
"Oktober", |
|
359 |
"November", |
|
360 |
"Disember", |
|
361 |
"", |
|
362 |
} |
|
363 |
}, |
|
364 |
{ "roc.MonthNarrows", |
|
365 |
new String[] { |
|
366 |
"J", |
|
367 |
"F", |
|
368 |
"M", |
|
369 |
"A", |
|
370 |
"M", |
|
371 |
"J", |
|
372 |
"J", |
|
373 |
"O", |
|
374 |
"S", |
|
375 |
"O", |
|
376 |
"N", |
|
377 |
"D", |
|
378 |
"", |
|
379 |
} |
|
380 |
}, |
|
381 |
{ "roc.QuarterAbbreviations", |
|
382 |
new String[] { |
|
383 |
"S1", |
|
384 |
"S2", |
|
385 |
"S3", |
|
386 |
"S4", |
|
387 |
} |
|
388 |
}, |
|
389 |
{ "roc.QuarterNames", |
|
390 |
new String[] { |
|
391 |
"Suku pertama", |
|
392 |
"Suku Ke-2", |
|
393 |
"Suku Ke-3", |
|
394 |
"Suku Ke-4", |
|
395 |
} |
|
396 |
}, |
|
397 |
{ "roc.TimePatterns", |
|
398 |
new String[] { |
|
399 |
"h:mm:ss a zzzz", |
|
400 |
"h:mm:ss a z", |
|
401 |
"h:mm:ss a", |
|
402 |
"h:mm a", |
|
16852 | 403 |
} |
404 |
}, |
|
405 |
}; |
|
406 |
} |
|
407 |
} |