author | naoto |
Fri, 19 Feb 2016 09:55:37 -0800 | |
changeset 36014 | 3d50784f2dc2 |
parent 31263 | jdk/src/jdk.localedata/share/classes/sun/text/resources/hr/JavaTimeSupplementary_hr.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_hr extends OpenListResourceBundle { |
|
73 |
@Override |
|
74 |
protected final Object[][] getContents() { |
|
31263 | 75 |
final String[] javatimelongEras = { |
76 |
"Prije Krista", |
|
77 |
"Poslije Krista", |
|
78 |
}; |
|
16852 | 79 |
return new Object[][] { |
80 |
{ "QuarterAbbreviations", |
|
81 |
new String[] { |
|
82 |
"1kv", |
|
83 |
"2kv", |
|
84 |
"3kv", |
|
85 |
"4kv", |
|
86 |
} |
|
87 |
}, |
|
88 |
{ "QuarterNames", |
|
89 |
new String[] { |
|
90 |
"1. kvartal", |
|
91 |
"2. kvartal", |
|
92 |
"3. kvartal", |
|
93 |
"4. kvartal", |
|
94 |
} |
|
95 |
}, |
|
96 |
{ "QuarterNarrows", |
|
97 |
new String[] { |
|
98 |
"1.", |
|
99 |
"2.", |
|
100 |
"3.", |
|
101 |
"4.", |
|
102 |
} |
|
103 |
}, |
|
104 |
{ "calendarname.buddhist", |
|
105 |
"budisti\u010dki kalendar" }, |
|
106 |
{ "calendarname.gregorian", |
|
107 |
"gregorijanski kalendar" }, |
|
108 |
{ "calendarname.gregory", |
|
109 |
"gregorijanski kalendar" }, |
|
110 |
{ "calendarname.islamic", |
|
111 |
"islamski kalendar" }, |
|
112 |
{ "calendarname.islamic-civil", |
|
113 |
"islamski civilni kalendar" }, |
|
114 |
{ "calendarname.japanese", |
|
115 |
"japanski kalendar" }, |
|
116 |
{ "calendarname.roc", |
|
117 |
"kalendar Republike Kine" }, |
|
118 |
{ "field.dayperiod", |
|
31263 | 119 |
"AM/PM" }, |
16852 | 120 |
{ "field.hour", |
31263 | 121 |
"Sat" }, |
16852 | 122 |
{ "field.minute", |
31263 | 123 |
"Minuta" }, |
16852 | 124 |
{ "field.month", |
31263 | 125 |
"Mjesec" }, |
16852 | 126 |
{ "field.second", |
31263 | 127 |
"Sekunda" }, |
16852 | 128 |
{ "field.week", |
31263 | 129 |
"Tjedan" }, |
16852 | 130 |
{ "field.weekday", |
31263 | 131 |
"Dan u tjednu" }, |
16852 | 132 |
{ "field.year", |
31263 | 133 |
"Godina" }, |
16852 | 134 |
{ "field.zone", |
31263 | 135 |
"Vremenska zona" }, |
136 |
{ "islamic.DatePatterns", |
|
137 |
new String[] { |
|
138 |
"EEEE, d. MMMM y. GGGG", |
|
139 |
"d. MMMM y. GGGG", |
|
140 |
"d. M. y. GGGG", |
|
141 |
"d.M.y. G", |
|
142 |
} |
|
143 |
}, |
|
144 |
{ "islamic.DayAbbreviations", |
|
145 |
new String[] { |
|
146 |
"ned", |
|
147 |
"pon", |
|
148 |
"uto", |
|
149 |
"sri", |
|
150 |
"\u010det", |
|
151 |
"pet", |
|
152 |
"sub", |
|
153 |
} |
|
154 |
}, |
|
155 |
{ "islamic.DayNames", |
|
156 |
new String[] { |
|
157 |
"nedjelja", |
|
158 |
"ponedjeljak", |
|
159 |
"utorak", |
|
160 |
"srijeda", |
|
161 |
"\u010detvrtak", |
|
162 |
"petak", |
|
163 |
"subota", |
|
164 |
} |
|
165 |
}, |
|
166 |
{ "islamic.DayNarrows", |
|
167 |
new String[] { |
|
168 |
"N", |
|
169 |
"P", |
|
170 |
"U", |
|
171 |
"S", |
|
172 |
"\u010c", |
|
173 |
"P", |
|
174 |
"S", |
|
175 |
} |
|
176 |
}, |
|
177 |
{ "islamic.Eras", |
|
178 |
new String[] { |
|
179 |
"", |
|
180 |
"AH", |
|
181 |
} |
|
182 |
}, |
|
183 |
{ "islamic.QuarterAbbreviations", |
|
184 |
new String[] { |
|
185 |
"1kv", |
|
186 |
"2kv", |
|
187 |
"3kv", |
|
188 |
"4kv", |
|
189 |
} |
|
190 |
}, |
|
191 |
{ "islamic.QuarterNames", |
|
192 |
new String[] { |
|
193 |
"1. kvartal", |
|
194 |
"2. kvartal", |
|
195 |
"3. kvartal", |
|
196 |
"4. kvartal", |
|
197 |
} |
|
198 |
}, |
|
199 |
{ "islamic.QuarterNarrows", |
|
200 |
new String[] { |
|
201 |
"1.", |
|
202 |
"2.", |
|
203 |
"3.", |
|
204 |
"4.", |
|
205 |
} |
|
206 |
}, |
|
207 |
{ "islamic.TimePatterns", |
|
208 |
new String[] { |
|
209 |
"HH:mm:ss zzzz", |
|
210 |
"HH:mm:ss z", |
|
211 |
"HH:mm:ss", |
|
212 |
"HH:mm", |
|
213 |
} |
|
214 |
}, |
|
215 |
{ "islamic.long.Eras", |
|
216 |
new String[] { |
|
217 |
"", |
|
218 |
"AH", |
|
219 |
} |
|
220 |
}, |
|
221 |
{ "islamic.narrow.AmPmMarkers", |
|
222 |
new String[] { |
|
223 |
"AM", |
|
224 |
"PM", |
|
225 |
} |
|
226 |
}, |
|
227 |
{ "islamic.narrow.Eras", |
|
228 |
new String[] { |
|
229 |
"", |
|
230 |
"AH", |
|
231 |
} |
|
232 |
}, |
|
233 |
{ "islamic.short.Eras", |
|
234 |
new String[] { |
|
235 |
"", |
|
236 |
"AH", |
|
237 |
} |
|
238 |
}, |
|
16852 | 239 |
{ "java.time.buddhist.DatePatterns", |
240 |
new String[] { |
|
241 |
"EEEE, d. MMMM y. G", |
|
242 |
"d. MMMM y. G", |
|
243 |
"d. M. y. G", |
|
31263 | 244 |
"dd.MM.y. GGGGG", |
245 |
} |
|
246 |
}, |
|
247 |
{ "java.time.buddhist.long.Eras", |
|
248 |
new String[] { |
|
249 |
"BC", |
|
250 |
"BE", |
|
251 |
} |
|
252 |
}, |
|
253 |
{ "java.time.buddhist.short.Eras", |
|
254 |
new String[] { |
|
255 |
"BC", |
|
256 |
"BE", |
|
257 |
} |
|
258 |
}, |
|
259 |
{ "java.time.islamic.DatePatterns", |
|
260 |
new String[] { |
|
261 |
"EEEE, d. MMMM y. G", |
|
262 |
"d. MMMM y. G", |
|
263 |
"d. M. y. G", |
|
264 |
"d.M.y. GGGGG", |
|
16852 | 265 |
} |
266 |
}, |
|
267 |
{ "java.time.japanese.DatePatterns", |
|
268 |
new String[] { |
|
269 |
"EEEE, d. MMMM y. G", |
|
270 |
"d. MMMM y. G", |
|
271 |
"d. M. y. G", |
|
31263 | 272 |
"d.M.y. GGGGG", |
273 |
} |
|
274 |
}, |
|
275 |
{ "java.time.japanese.long.Eras", |
|
276 |
new String[] { |
|
277 |
"Poslije Krista", |
|
278 |
"Meiji", |
|
279 |
"Taish\u014d", |
|
280 |
"Sh\u014dwa", |
|
281 |
"Heisei", |
|
282 |
} |
|
283 |
}, |
|
284 |
{ "java.time.japanese.short.Eras", |
|
285 |
new String[] { |
|
286 |
"p. Kr.", |
|
287 |
"Meiji", |
|
288 |
"Taish\u014d", |
|
289 |
"Sh\u014dwa", |
|
290 |
"Heisei", |
|
16852 | 291 |
} |
292 |
}, |
|
293 |
{ "java.time.long.Eras", |
|
31263 | 294 |
javatimelongEras }, |
16852 | 295 |
{ "java.time.roc.DatePatterns", |
296 |
new String[] { |
|
297 |
"EEEE, d. MMMM y. G", |
|
298 |
"d. MMMM y. G", |
|
299 |
"d. M. y. G", |
|
31263 | 300 |
"dd.MM.y. GGGGG", |
16852 | 301 |
} |
302 |
}, |
|
303 |
{ "java.time.short.Eras", |
|
31263 | 304 |
javatimelongEras }, |
16852 | 305 |
{ "roc.DatePatterns", |
306 |
new String[] { |
|
307 |
"EEEE, d. MMMM y. GGGG", |
|
308 |
"d. MMMM y. GGGG", |
|
309 |
"d. M. y. GGGG", |
|
31263 | 310 |
"dd.MM.y. G", |
311 |
} |
|
312 |
}, |
|
313 |
{ "roc.DayAbbreviations", |
|
314 |
new String[] { |
|
315 |
"ned", |
|
316 |
"pon", |
|
317 |
"uto", |
|
318 |
"sri", |
|
319 |
"\u010det", |
|
320 |
"pet", |
|
321 |
"sub", |
|
322 |
} |
|
323 |
}, |
|
324 |
{ "roc.DayNames", |
|
325 |
new String[] { |
|
326 |
"nedjelja", |
|
327 |
"ponedjeljak", |
|
328 |
"utorak", |
|
329 |
"srijeda", |
|
330 |
"\u010detvrtak", |
|
331 |
"petak", |
|
332 |
"subota", |
|
333 |
} |
|
334 |
}, |
|
335 |
{ "roc.DayNarrows", |
|
336 |
new String[] { |
|
337 |
"N", |
|
338 |
"P", |
|
339 |
"U", |
|
340 |
"S", |
|
341 |
"\u010c", |
|
342 |
"P", |
|
343 |
"S", |
|
16852 | 344 |
} |
345 |
}, |
|
346 |
{ "roc.Eras", |
|
347 |
new String[] { |
|
348 |
"prije R.O.C.", |
|
349 |
"R.O.C.", |
|
350 |
} |
|
351 |
}, |
|
31263 | 352 |
{ "roc.MonthAbbreviations", |
353 |
new String[] { |
|
354 |
"sij", |
|
355 |
"velj", |
|
356 |
"o\u017eu", |
|
357 |
"tra", |
|
358 |
"svi", |
|
359 |
"lip", |
|
360 |
"srp", |
|
361 |
"kol", |
|
362 |
"ruj", |
|
363 |
"lis", |
|
364 |
"stu", |
|
365 |
"pro", |
|
366 |
"", |
|
367 |
} |
|
368 |
}, |
|
369 |
{ "roc.MonthNames", |
|
370 |
new String[] { |
|
371 |
"sije\u010dnja", |
|
372 |
"velja\u010de", |
|
373 |
"o\u017eujka", |
|
374 |
"travnja", |
|
375 |
"svibnja", |
|
376 |
"lipnja", |
|
377 |
"srpnja", |
|
378 |
"kolovoza", |
|
379 |
"rujna", |
|
380 |
"listopada", |
|
381 |
"studenoga", |
|
382 |
"prosinca", |
|
383 |
"", |
|
384 |
} |
|
385 |
}, |
|
386 |
{ "roc.MonthNarrows", |
|
387 |
new String[] { |
|
388 |
"1.", |
|
389 |
"2.", |
|
390 |
"3.", |
|
391 |
"4.", |
|
392 |
"5.", |
|
393 |
"6.", |
|
394 |
"7.", |
|
395 |
"8.", |
|
396 |
"9.", |
|
397 |
"10.", |
|
398 |
"11.", |
|
399 |
"12.", |
|
400 |
"", |
|
401 |
} |
|
402 |
}, |
|
403 |
{ "roc.QuarterAbbreviations", |
|
404 |
new String[] { |
|
405 |
"1kv", |
|
406 |
"2kv", |
|
407 |
"3kv", |
|
408 |
"4kv", |
|
409 |
} |
|
410 |
}, |
|
411 |
{ "roc.QuarterNames", |
|
412 |
new String[] { |
|
413 |
"1. kvartal", |
|
414 |
"2. kvartal", |
|
415 |
"3. kvartal", |
|
416 |
"4. kvartal", |
|
417 |
} |
|
418 |
}, |
|
419 |
{ "roc.QuarterNarrows", |
|
420 |
new String[] { |
|
421 |
"1.", |
|
422 |
"2.", |
|
423 |
"3.", |
|
424 |
"4.", |
|
425 |
} |
|
426 |
}, |
|
427 |
{ "roc.TimePatterns", |
|
428 |
new String[] { |
|
429 |
"HH:mm:ss zzzz", |
|
430 |
"HH:mm:ss z", |
|
431 |
"HH:mm:ss", |
|
432 |
"HH:mm", |
|
433 |
} |
|
434 |
}, |
|
435 |
{ "roc.long.Eras", |
|
436 |
new String[] { |
|
437 |
"prije R.O.C.", |
|
438 |
"R.O.C.", |
|
439 |
} |
|
440 |
}, |
|
441 |
{ "roc.narrow.AmPmMarkers", |
|
442 |
new String[] { |
|
443 |
"AM", |
|
444 |
"PM", |
|
445 |
} |
|
446 |
}, |
|
447 |
{ "roc.narrow.Eras", |
|
448 |
new String[] { |
|
449 |
"prije R.O.C.", |
|
450 |
"R.O.C.", |
|
451 |
} |
|
452 |
}, |
|
16852 | 453 |
{ "roc.short.Eras", |
454 |
new String[] { |
|
455 |
"prije R.O.C.", |
|
456 |
"R.O.C.", |
|
457 |
} |
|
458 |
}, |
|
459 |
}; |
|
460 |
} |
|
461 |
} |