Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2013 International Business Machines
4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/root.xml
7 // *
8 // ***************************************************************************
9 /**
10 * ICU <specials> source: <path>/common/main/root.xml
11 */
12 root{
13 AuxExemplarCharacters{"[]"}
14 CurrenciesNarrow{
15 ARS{"$"}
16 AUD{"$"}
17 BBD{"$"}
18 BDT{"৳"}
19 BMD{"$"}
20 BND{"$"}
21 BRL{"R$"}
22 BSD{"$"}
23 BYR{"р."}
24 BZD{"$"}
25 CAD{"$"}
26 CLP{"$"}
27 CNY{"¥"}
28 COP{"$"}
29 CRC{"₡"}
30 CUP{"$"}
31 DOP{"$"}
32 ESP{"₧"}
33 EUR{"€"}
34 FJD{"$"}
35 GBP{"£"}
36 GHS{"₵"}
37 GIP{"£"}
38 GYD{"$"}
39 HKD{"$"}
40 ILS{"₪"}
41 INR{"₹"}
42 JMD{"$"}
43 JPY{"¥"}
44 KHR{"៛"}
45 KRW{"₩"}
46 KYD{"$"}
47 KZT{"₸"}
48 LAK{"₭"}
49 LRD{"$"}
50 MNT{"₮"}
51 MXN{"$"}
52 NAD{"$"}
53 NGN{"₦"}
54 NZD{"$"}
55 PHP{"₱"}
56 PYG{"₲"}
57 RUR{"р."}
58 SBD{"$"}
59 SGD{"$"}
60 SRD{"$"}
61 SSP{"£"}
62 THB{"฿"}
63 TRY{"₺"}
64 TTD{"$"}
65 TWD{"NT$"}
66 UAH{"₴"}
67 USD{"$"}
68 UYU{"$"}
69 VND{"₫"}
70 }
71 Ellipsis{
72 final{"{0}…"}
73 initial{"…{0}"}
74 medial{"{0}…{1}"}
75 word-final{"{0} …"}
76 word-initial{"… {0}"}
77 word-medial{"{0} … {1}"}
78 }
79 ExemplarCharacters{"[]"}
80 ExemplarCharactersPunctuation{"[\\- , ; \\: ! ? . ( ) \\[ \\] \\{ \\}]"}
81 LocaleScript{
82 "Zyyy",
83 }
84 MoreInformation{"?"}
85 NumberElements{
86 arab{
87 symbols{
88 decimal{"٫"}
89 exponential{"اس"}
90 group{"٬"}
91 infinity{"∞"}
92 list{"؛"}
93 minusSign{"-"}
94 nan{"NaN"}
95 perMille{"؉"}
96 percentSign{"٪"}
97 plusSign{"+"}
98 superscriptingExponent{"×"}
99 }
100 }
101 arabext{
102 symbols{
103 decimal{"٫"}
104 exponential{"×۱۰^"}
105 group{"٬"}
106 infinity{"∞"}
107 list{"؛"}
108 minusSign{"-"}
109 nan{"NaN"}
110 perMille{"؉"}
111 percentSign{"٪"}
112 plusSign{"+"}
113 superscriptingExponent{"×"}
114 }
115 }
116 default{"latn"}
117 latn{
118 miscPatterns{
119 atLeast{"⩾{0}"}
120 range{"{0}–{1}"}
121 }
122 patterns{
123 currencyFormat{"¤ #,##0.00"}
124 decimalFormat{"#,##0.###"}
125 percentFormat{"#,##0%"}
126 scientificFormat{"#E0"}
127 }
128 patternsShort{
129 decimalFormat{
130 1000{
131 other{"0K"}
132 }
133 10000{
134 other{"00K"}
135 }
136 100000{
137 other{"000K"}
138 }
139 1000000{
140 other{"0M"}
141 }
142 10000000{
143 other{"00M"}
144 }
145 100000000{
146 other{"000M"}
147 }
148 1000000000{
149 other{"0G"}
150 }
151 10000000000{
152 other{"00G"}
153 }
154 100000000000{
155 other{"000G"}
156 }
157 1000000000000{
158 other{"0T"}
159 }
160 10000000000000{
161 other{"00T"}
162 }
163 100000000000000{
164 other{"000T"}
165 }
166 }
167 }
168 symbols{
169 decimal{"."}
170 exponential{"E"}
171 group{","}
172 infinity{"∞"}
173 list{";"}
174 minusSign{"-"}
175 nan{"NaN"}
176 perMille{"‰"}
177 percentSign{"%"}
178 plusSign{"+"}
179 superscriptingExponent{"×"}
180 }
181 }
182 native{"latn"}
183 }
184 Version{"2.0.93.8"}
185 calendar{
186 buddhist{
187 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
188 DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"}
189 appendItems:alias{"/LOCALE/calendar/generic/appendItems"}
190 availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"}
191 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
192 eras{
193 abbreviated{
194 "BE",
195 }
196 narrow:alias{"/LOCALE/calendar/buddhist/eras/abbreviated"}
197 wide:alias{"/LOCALE/calendar/buddhist/eras/abbreviated"}
198 }
199 intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"}
200 monthNames:alias{"/LOCALE/calendar/gregorian/monthNames"}
201 quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
202 }
203 chinese{
204 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
205 DateTimePatterns{
206 "HH:mm:ss zzzz",
207 "HH:mm:ss z",
208 "HH:mm:ss",
209 "HH:mm",
210 "U MMMM d, EEEE",
211 "U MMMM d",
212 "U MMM d",
213 "y-MM-dd",
214 "{1} {0}",
215 "{1} {0}",
216 "{1} {0}",
217 "{1} {0}",
218 "{1} {0}",
219 }
220 appendItems{
221 Day{"{0} ({2}: {1})"}
222 Day-Of-Week{"{0} {1}"}
223 Era{"{1} {0}"}
224 Hour{"{0} ({2}: {1})"}
225 Minute{"{0} ({2}: {1})"}
226 Month{"{0} ({2}: {1})"}
227 Quarter{"{0} ({2}: {1})"}
228 Second{"{0} ({2}: {1})"}
229 Timezone{"{0} {1}"}
230 Week{"{0} ({2}: {1})"}
231 Year{"{1} {0}"}
232 }
233 availableFormats{
234 Ed{"d, E"}
235 Gy{"U"}
236 GyMMM{"U MMM"}
237 GyMMMEd{"U MMM d, E"}
238 GyMMMd{"U MMM d"}
239 H{"HH"}
240 Hm{"HH:mm"}
241 Hms{"HH:mm:ss"}
242 M{"L"}
243 MEd{"MM-dd, E"}
244 MMM{"LLL"}
245 MMMEd{"MMM d, E"}
246 MMMd{"MMM d"}
247 Md{"MM-dd"}
248 d{"d"}
249 h{"h a"}
250 hm{"h:mm a"}
251 hms{"h:mm:ss a"}
252 ms{"mm:ss"}
253 y{"U"}
254 yMd{"y-MM-dd"}
255 yyyy{"U"}
256 yyyyM{"y-MM"}
257 yyyyMEd{"y-MM-dd, E"}
258 yyyyMMM{"U MMM"}
259 yyyyMMMEd{"U MMM d, E"}
260 yyyyMMMd{"U MMM d"}
261 yyyyMd{"y-MM-dd"}
262 yyyyQQQ{"U QQQ"}
263 yyyyQQQQ{"U QQQQ"}
264 }
265 cyclicNameSets{
266 dayParts{
267 format{
268 abbreviated{
269 "zi",
270 "chou",
271 "yin",
272 "mao",
273 "chen",
274 "si",
275 "wu",
276 "wei",
277 "shen",
278 "you",
279 "xu",
280 "hai",
281 }
282 narrow:alias{"/LOCALE/calendar/chinese/cyclicNameSets/dayParts/format/abbreviated"}
283 wide:alias{"/LOCALE/calendar/chinese/cyclicNameSets/dayParts/format/abbreviated"}
284 }
285 }
286 days:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years"}
287 months:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years"}
288 years{
289 format{
290 abbreviated{
291 "jia-zi",
292 "yi-chou",
293 "bing-yin",
294 "ding-mao",
295 "wu-chen",
296 "ji-si",
297 "geng-wu",
298 "xin-wei",
299 "ren-shen",
300 "gui-you",
301 "jia-xu",
302 "yi-hai",
303 "bing-zi",
304 "ding-chou",
305 "wu-yin",
306 "ji-mao",
307 "geng-chen",
308 "xin-si",
309 "ren-wu",
310 "gui-wei",
311 "jia-shen",
312 "yi-you",
313 "bing-xu",
314 "ding-hai",
315 "wu-zi",
316 "ji-chou",
317 "geng-yin",
318 "xin-mao",
319 "ren-chen",
320 "gui-si",
321 "jia-wu",
322 "yi-wei",
323 "bing-shen",
324 "ding-you",
325 "wu-xu",
326 "ji-hai",
327 "geng-zi",
328 "xin-chou",
329 "ren-yin",
330 "gui-mao",
331 "jia-chen",
332 "yi-si",
333 "bing-wu",
334 "ding-wei",
335 "wu-shen",
336 "ji-you",
337 "geng-xu",
338 "xin-hai",
339 "ren-zi",
340 "gui-chou",
341 "jia-yin",
342 "yi-mao",
343 "bing-chen",
344 "ding-si",
345 "wu-wu",
346 "ji-wei",
347 "geng-shen",
348 "xin-you",
349 "ren-xu",
350 "gui-hai",
351 }
352 narrow:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years/format/abbreviated"}
353 wide:alias{"/LOCALE/calendar/chinese/cyclicNameSets/years/format/abbreviated"}
354 }
355 }
356 zodiacs{
357 format{
358 narrow:alias{"/LOCALE/calendar/chinese/cyclicNameSets/zodiacs/format/abbreviated"}
359 wide:alias{"/LOCALE/calendar/chinese/cyclicNameSets/zodiacs/format/abbreviated"}
360 }
361 }
362 }
363 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
364 intervalFormats{
365 H{
366 H{"HH–HH"}
367 }
368 Hm{
369 H{"HH:mm–HH:mm"}
370 m{"HH:mm–HH:mm"}
371 }
372 Hmv{
373 H{"HH:mm–HH:mm v"}
374 m{"HH:mm–HH:mm v"}
375 }
376 Hv{
377 H{"HH–HH v"}
378 }
379 M{
380 M{"MM–MM"}
381 }
382 MEd{
383 M{"MM-dd, E – MM-dd, E"}
384 d{"MM-dd, E – MM-dd, E"}
385 }
386 MMM{
387 M{"LLL–LLL"}
388 }
389 MMMEd{
390 M{"MMM d, E – MMM d, E"}
391 d{"MMM d, E – MMM d, E"}
392 }
393 MMMd{
394 M{"MMM d – MMM d"}
395 d{"MMM d–d"}
396 }
397 Md{
398 M{"MM-dd – MM-dd"}
399 d{"MM-dd – MM-dd"}
400 }
401 d{
402 d{"d–d"}
403 }
404 fallback{"{0} – {1}"}
405 h{
406 a{"h a – h a"}
407 h{"h–h a"}
408 }
409 hm{
410 a{"h:mm a – h:mm a"}
411 h{"h:mm–h:mm a"}
412 m{"h:mm–h:mm a"}
413 }
414 hmv{
415 a{"h:mm a – h:mm a v"}
416 h{"h:mm–h:mm a v"}
417 m{"h:mm–h:mm a v"}
418 }
419 hv{
420 a{"h a – h a v"}
421 h{"h–h a v"}
422 }
423 y{
424 y{"U–U"}
425 }
426 yM{
427 M{"y-MM – y-MM"}
428 y{"y-MM – y-MM"}
429 }
430 yMEd{
431 M{"y-MM-dd, E – y-MM-dd, E"}
432 d{"y-MM-dd, E – y-MM-dd, E"}
433 y{"y-MM-dd, E – y-MM-dd, E"}
434 }
435 yMMM{
436 M{"U MMM–MMM"}
437 y{"U MMM – U MMM"}
438 }
439 yMMMEd{
440 M{"U MMM d, E – MMM d, E"}
441 d{"U MMM d, E – MMM d, E"}
442 y{"U MMM d, E – U MMM d, E"}
443 }
444 yMMMM{
445 M{"U MMMM–MMMM"}
446 y{"U MMMM – U MMMM"}
447 }
448 yMMMd{
449 M{"U MMM d – MMM d"}
450 d{"U MMM d–d"}
451 y{"U MMM d – U MMM d"}
452 }
453 yMd{
454 M{"y-MM-dd – y-MM-dd"}
455 d{"y-MM-dd – y-MM-dd"}
456 y{"y-MM-dd – y-MM-dd"}
457 }
458 }
459 monthNames{
460 format{
461 abbreviated:alias{"/LOCALE/calendar/chinese/monthNames/format/wide"}
462 narrow:alias{"/LOCALE/calendar/chinese/monthNames/stand-alone/narrow"}
463 wide{
464 "M01",
465 "M02",
466 "M03",
467 "M04",
468 "M05",
469 "M06",
470 "M07",
471 "M08",
472 "M09",
473 "M10",
474 "M11",
475 "M12",
476 }
477 }
478 stand-alone{
479 abbreviated:alias{"/LOCALE/calendar/chinese/monthNames/format/abbreviated"}
480 narrow{
481 "1",
482 "2",
483 "3",
484 "4",
485 "5",
486 "6",
487 "7",
488 "8",
489 "9",
490 "10",
491 "11",
492 "12",
493 }
494 wide:alias{"/LOCALE/calendar/chinese/monthNames/format/wide"}
495 }
496 }
497 monthPatterns{
498 format{
499 abbreviated:alias{"/LOCALE/calendar/chinese/monthPatterns/format/wide"}
500 narrow:alias{"/LOCALE/calendar/chinese/monthPatterns/stand-alone/narrow"}
501 wide{
502 leap{"{0}bis"}
503 }
504 }
505 numeric{
506 all{
507 leap{"{0}bis"}
508 }
509 }
510 stand-alone{
511 abbreviated:alias{"/LOCALE/calendar/chinese/monthPatterns/format/abbreviated"}
512 narrow{
513 leap{"{0}b"}
514 }
515 wide:alias{"/LOCALE/calendar/chinese/monthPatterns/format/wide"}
516 }
517 }
518 quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
519 }
520 coptic{
521 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
522 DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"}
523 appendItems:alias{"/LOCALE/calendar/generic/appendItems"}
524 availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"}
525 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
526 eras{
527 abbreviated{
528 "ERA0",
529 "ERA1",
530 }
531 narrow:alias{"/LOCALE/calendar/coptic/eras/abbreviated"}
532 wide:alias{"/LOCALE/calendar/coptic/eras/abbreviated"}
533 }
534 intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"}
535 monthNames{
536 format{
537 abbreviated:alias{"/LOCALE/calendar/coptic/monthNames/format/wide"}
538 narrow:alias{"/LOCALE/calendar/coptic/monthNames/stand-alone/narrow"}
539 wide{
540 "Tout",
541 "Baba",
542 "Hator",
543 "Kiahk",
544 "Toba",
545 "Amshir",
546 "Baramhat",
547 "Baramouda",
548 "Bashans",
549 "Paona",
550 "Epep",
551 "Mesra",
552 "Nasie",
553 }
554 }
555 stand-alone{
556 abbreviated:alias{"/LOCALE/calendar/coptic/monthNames/format/abbreviated"}
557 narrow{
558 "1",
559 "2",
560 "3",
561 "4",
562 "5",
563 "6",
564 "7",
565 "8",
566 "9",
567 "10",
568 "11",
569 "12",
570 "13",
571 }
572 wide:alias{"/LOCALE/calendar/coptic/monthNames/format/wide"}
573 }
574 }
575 quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
576 }
577 dangi{
578 AmPmMarkers:alias{"/LOCALE/calendar/chinese/AmPmMarkers"}
579 DateTimePatterns:alias{"/LOCALE/calendar/chinese/DateTimePatterns"}
580 appendItems:alias{"/LOCALE/calendar/chinese/appendItems"}
581 availableFormats:alias{"/LOCALE/calendar/chinese/availableFormats"}
582 cyclicNameSets:alias{"/LOCALE/calendar/chinese/cyclicNameSets"}
583 dayNames:alias{"/LOCALE/calendar/chinese/dayNames"}
584 intervalFormats:alias{"/LOCALE/calendar/chinese/intervalFormats"}
585 monthNames:alias{"/LOCALE/calendar/chinese/monthNames"}
586 monthPatterns:alias{"/LOCALE/calendar/chinese/monthPatterns"}
587 quarters:alias{"/LOCALE/calendar/chinese/quarters"}
588 }
589 default{"gregorian"}
590 ethiopic{
591 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
592 DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"}
593 appendItems:alias{"/LOCALE/calendar/generic/appendItems"}
594 availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"}
595 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
596 eras{
597 abbreviated{
598 "ERA0",
599 "ERA1",
600 }
601 narrow:alias{"/LOCALE/calendar/ethiopic/eras/abbreviated"}
602 wide:alias{"/LOCALE/calendar/ethiopic/eras/abbreviated"}
603 }
604 intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"}
605 monthNames{
606 format{
607 abbreviated:alias{"/LOCALE/calendar/ethiopic/monthNames/format/wide"}
608 narrow:alias{"/LOCALE/calendar/ethiopic/monthNames/stand-alone/narrow"}
609 wide{
610 "Meskerem",
611 "Tekemt",
612 "Hedar",
613 "Tahsas",
614 "Ter",
615 "Yekatit",
616 "Megabit",
617 "Miazia",
618 "Genbot",
619 "Sene",
620 "Hamle",
621 "Nehasse",
622 "Pagumen",
623 }
624 }
625 stand-alone{
626 abbreviated:alias{"/LOCALE/calendar/ethiopic/monthNames/format/abbreviated"}
627 narrow{
628 "1",
629 "2",
630 "3",
631 "4",
632 "5",
633 "6",
634 "7",
635 "8",
636 "9",
637 "10",
638 "11",
639 "12",
640 "13",
641 }
642 wide:alias{"/LOCALE/calendar/ethiopic/monthNames/format/wide"}
643 }
644 }
645 quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
646 }
647 ethiopic-amete-alem{
648 AmPmMarkers:alias{"/LOCALE/calendar/ethiopic/AmPmMarkers"}
649 DateTimePatterns:alias{"/LOCALE/calendar/ethiopic/DateTimePatterns"}
650 appendItems:alias{"/LOCALE/calendar/ethiopic/appendItems"}
651 availableFormats:alias{"/LOCALE/calendar/ethiopic/availableFormats"}
652 dayNames:alias{"/LOCALE/calendar/ethiopic/dayNames"}
653 eras{
654 abbreviated{
655 "ERA0",
656 }
657 narrow:alias{"/LOCALE/calendar/ethiopic-amete-alem/eras/abbreviated"}
658 wide:alias{"/LOCALE/calendar/ethiopic-amete-alem/eras/abbreviated"}
659 }
660 intervalFormats:alias{"/LOCALE/calendar/ethiopic/intervalFormats"}
661 monthNames:alias{"/LOCALE/calendar/ethiopic/monthNames"}
662 quarters:alias{"/LOCALE/calendar/ethiopic/quarters"}
663 }
664 generic{
665 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
666 DateTimePatterns{
667 "HH:mm:ss zzzz",
668 "HH:mm:ss z",
669 "HH:mm:ss",
670 "HH:mm",
671 "G y MMMM d, EEEE",
672 "G y MMMM d",
673 "G y MMM d",
674 "GGGGG y-MM-dd",
675 "{1} {0}",
676 "{1} {0}",
677 "{1} {0}",
678 "{1} {0}",
679 "{1} {0}",
680 }
681 appendItems{
682 Day{"{0} ({2}: {1})"}
683 Day-Of-Week{"{0} {1}"}
684 Era{"{1} {0}"}
685 Hour{"{0} ({2}: {1})"}
686 Minute{"{0} ({2}: {1})"}
687 Month{"{0} ({2}: {1})"}
688 Quarter{"{0} ({2}: {1})"}
689 Second{"{0} ({2}: {1})"}
690 Timezone{"{0} {1}"}
691 Week{"{0} ({2}: {1})"}
692 Year{"{1} {0}"}
693 }
694 availableFormats{
695 EHm{"E HH:mm"}
696 EHms{"E HH:mm:ss"}
697 Ed{"d, E"}
698 Ehm{"E h:mm a"}
699 Ehms{"E h:mm:ss a"}
700 Gy{"G y"}
701 GyMMM{"G y MMM"}
702 GyMMMEd{"G y MMM d, E"}
703 GyMMMd{"G y MMM d"}
704 H{"HH"}
705 Hm{"HH:mm"}
706 Hms{"HH:mm:ss"}
707 M{"L"}
708 MEd{"MM-dd, E"}
709 MMM{"LLL"}
710 MMMEd{"MMM d, E"}
711 MMMd{"MMM d"}
712 Md{"MM-dd"}
713 d{"d"}
714 h{"h a"}
715 hm{"h:mm a"}
716 hms{"h:mm:ss a"}
717 ms{"mm:ss"}
718 y{"G y"}
719 yyyy{"G y"}
720 yyyyM{"GGGGG y-MM"}
721 yyyyMEd{"GGGGG y-MM-dd, E"}
722 yyyyMMM{"G y MMM"}
723 yyyyMMMEd{"G y MMM d, E"}
724 yyyyMMMd{"G y MMM d"}
725 yyyyMd{"GGGGG y-MM-dd"}
726 yyyyQQQ{"G y QQQ"}
727 yyyyQQQQ{"G y QQQQ"}
728 }
729 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
730 eras{
731 abbreviated{
732 "ERA0",
733 "ERA1",
734 }
735 narrow:alias{"/LOCALE/calendar/generic/eras/abbreviated"}
736 wide:alias{"/LOCALE/calendar/generic/eras/abbreviated"}
737 }
738 intervalFormats{
739 H{
740 H{"HH–HH"}
741 }
742 Hm{
743 H{"HH:mm–HH:mm"}
744 m{"HH:mm–HH:mm"}
745 }
746 Hmv{
747 H{"HH:mm–HH:mm v"}
748 m{"HH:mm–HH:mm v"}
749 }
750 Hv{
751 H{"HH–HH v"}
752 }
753 M{
754 M{"MM–MM"}
755 }
756 MEd{
757 M{"MM-dd, E – MM-dd, E"}
758 d{"MM-dd, E – MM-dd, E"}
759 }
760 MMM{
761 M{"LLL–LLL"}
762 }
763 MMMEd{
764 M{"MMM d, E – MMM d, E"}
765 d{"MMM d, E – MMM d, E"}
766 }
767 MMMd{
768 M{"MMM d – MMM d"}
769 d{"MMM d–d"}
770 }
771 Md{
772 M{"MM-dd – MM-dd"}
773 d{"MM-dd – MM-dd"}
774 }
775 d{
776 d{"d–d"}
777 }
778 fallback{"{0} – {1}"}
779 h{
780 a{"h a – h a"}
781 h{"h–h a"}
782 }
783 hm{
784 a{"h:mm a – h:mm a"}
785 h{"h:mm–h:mm a"}
786 m{"h:mm–h:mm a"}
787 }
788 hmv{
789 a{"h:mm a – h:mm a v"}
790 h{"h:mm–h:mm a v"}
791 m{"h:mm–h:mm a v"}
792 }
793 hv{
794 a{"h a – h a v"}
795 h{"h–h a v"}
796 }
797 y{
798 y{"G y–y"}
799 }
800 yM{
801 M{"GGGGG y-MM – y-MM"}
802 y{"GGGGG y-MM – y-MM"}
803 }
804 yMEd{
805 M{"GGGGG y-MM-dd, E – y-MM-dd, E"}
806 d{"GGGGG y-MM-dd, E – y-MM-dd, E"}
807 y{"GGGGG y-MM-dd, E – y-MM-dd, E"}
808 }
809 yMMM{
810 M{"G y MMM–MMM"}
811 y{"G y MMM – y MMM"}
812 }
813 yMMMEd{
814 M{"G y MMM d, E – MMM d, E"}
815 d{"G y MMM d, E – MMM d, E"}
816 y{"G y MMM d, E – y MMM d, E"}
817 }
818 yMMMM{
819 M{"G y MMMM–MMMM"}
820 y{"G y MMMM – y MMMM"}
821 }
822 yMMMd{
823 M{"G y MMM d – MMM d"}
824 d{"G y MMM d–d"}
825 y{"G y MMM d – y MMM d"}
826 }
827 yMd{
828 M{"GGGGG y-MM-dd – y-MM-dd"}
829 d{"GGGGG y-MM-dd – y-MM-dd"}
830 y{"GGGGG y-MM-dd – y-MM-dd"}
831 }
832 }
833 monthNames{
834 format{
835 abbreviated:alias{"/LOCALE/calendar/generic/monthNames/format/wide"}
836 narrow:alias{"/LOCALE/calendar/generic/monthNames/stand-alone/narrow"}
837 wide{
838 "M01",
839 "M02",
840 "M03",
841 "M04",
842 "M05",
843 "M06",
844 "M07",
845 "M08",
846 "M09",
847 "M10",
848 "M11",
849 "M12",
850 }
851 }
852 stand-alone{
853 abbreviated:alias{"/LOCALE/calendar/generic/monthNames/format/abbreviated"}
854 narrow{
855 "1",
856 "2",
857 "3",
858 "4",
859 "5",
860 "6",
861 "7",
862 "8",
863 "9",
864 "10",
865 "11",
866 "12",
867 }
868 wide:alias{"/LOCALE/calendar/generic/monthNames/format/wide"}
869 }
870 }
871 quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
872 }
873 gregorian{
874 AmPmMarkers{
875 "AM",
876 "PM",
877 }
878 DateTimePatterns{
879 "HH:mm:ss zzzz",
880 "HH:mm:ss z",
881 "HH:mm:ss",
882 "HH:mm",
883 "y MMMM d, EEEE",
884 "y MMMM d",
885 "y MMM d",
886 "y-MM-dd",
887 "{1} {0}",
888 "{1} {0}",
889 "{1} {0}",
890 "{1} {0}",
891 "{1} {0}",
892 }
893 appendItems{
894 Day{"{0} ({2}: {1})"}
895 Day-Of-Week{"{0} {1}"}
896 Era{"{1} {0}"}
897 Hour{"{0} ({2}: {1})"}
898 Minute{"{0} ({2}: {1})"}
899 Month{"{0} ({2}: {1})"}
900 Quarter{"{0} ({2}: {1})"}
901 Second{"{0} ({2}: {1})"}
902 Timezone{"{0} {1}"}
903 Week{"{0} ({2}: {1})"}
904 Year{"{1} {0}"}
905 }
906 availableFormats{
907 EHm{"E HH:mm"}
908 EHms{"E HH:mm:ss"}
909 Ed{"d, E"}
910 Ehm{"E h:mm a"}
911 Ehms{"E h:mm:ss a"}
912 Gy{"G y"}
913 GyMMM{"G y MMM"}
914 GyMMMEd{"G y MMM d, E"}
915 GyMMMd{"G y MMM d"}
916 H{"HH"}
917 Hm{"HH:mm"}
918 Hms{"HH:mm:ss"}
919 M{"L"}
920 MEd{"MM-dd, E"}
921 MMM{"LLL"}
922 MMMEd{"MMM d, E"}
923 MMMd{"MMM d"}
924 Md{"MM-dd"}
925 d{"d"}
926 h{"h a"}
927 hm{"h:mm a"}
928 hms{"h:mm:ss a"}
929 ms{"mm:ss"}
930 y{"y"}
931 yM{"y-MM"}
932 yMEd{"y-MM-dd, E"}
933 yMMM{"y MMM"}
934 yMMMEd{"y MMM d, E"}
935 yMMMd{"y MMM d"}
936 yMd{"y-MM-dd"}
937 yQQQ{"y QQQ"}
938 yQQQQ{"y QQQQ"}
939 }
940 dayNames{
941 format{
942 abbreviated:alias{"/LOCALE/calendar/gregorian/dayNames/format/wide"}
943 narrow:alias{"/LOCALE/calendar/gregorian/dayNames/stand-alone/narrow"}
944 short:alias{"/LOCALE/calendar/gregorian/dayNames/format/abbreviated"}
945 wide{
946 "Sun",
947 "Mon",
948 "Tue",
949 "Wed",
950 "Thu",
951 "Fri",
952 "Sat",
953 }
954 }
955 stand-alone{
956 abbreviated:alias{"/LOCALE/calendar/gregorian/dayNames/format/abbreviated"}
957 narrow{
958 "S",
959 "M",
960 "T",
961 "W",
962 "T",
963 "F",
964 "S",
965 }
966 short:alias{"/LOCALE/calendar/gregorian/dayNames/format/short"}
967 wide:alias{"/LOCALE/calendar/gregorian/dayNames/format/wide"}
968 }
969 }
970 eras{
971 abbreviated{
972 "BCE",
973 "CE",
974 }
975 narrow:alias{"/LOCALE/calendar/gregorian/eras/abbreviated"}
976 wide:alias{"/LOCALE/calendar/gregorian/eras/abbreviated"}
977 }
978 intervalFormats{
979 H{
980 H{"HH–HH"}
981 }
982 Hm{
983 H{"HH:mm–HH:mm"}
984 m{"HH:mm–HH:mm"}
985 }
986 Hmv{
987 H{"HH:mm–HH:mm v"}
988 m{"HH:mm–HH:mm v"}
989 }
990 Hv{
991 H{"HH–HH v"}
992 }
993 M{
994 M{"MM–MM"}
995 }
996 MEd{
997 M{"MM-dd, E – MM-dd, E"}
998 d{"MM-dd, E – MM-dd, E"}
999 }
1000 MMM{
1001 M{"LLL–LLL"}
1002 }
1003 MMMEd{
1004 M{"MMM d, E – MMM d, E"}
1005 d{"MMM d, E – MMM d, E"}
1006 }
1007 MMMd{
1008 M{"MMM d – MMM d"}
1009 d{"MMM d–d"}
1010 }
1011 Md{
1012 M{"MM-dd – MM-dd"}
1013 d{"MM-dd – MM-dd"}
1014 }
1015 d{
1016 d{"d–d"}
1017 }
1018 fallback{"{0} – {1}"}
1019 h{
1020 a{"h a – h a"}
1021 h{"h–h a"}
1022 }
1023 hm{
1024 a{"h:mm a – h:mm a"}
1025 h{"h:mm–h:mm a"}
1026 m{"h:mm–h:mm a"}
1027 }
1028 hmv{
1029 a{"h:mm a – h:mm a v"}
1030 h{"h:mm–h:mm a v"}
1031 m{"h:mm–h:mm a v"}
1032 }
1033 hv{
1034 a{"h a – h a v"}
1035 h{"h–h a v"}
1036 }
1037 y{
1038 y{"y–y"}
1039 }
1040 yM{
1041 M{"y-MM – y-MM"}
1042 y{"y-MM – y-MM"}
1043 }
1044 yMEd{
1045 M{"y-MM-dd, E – y-MM-dd, E"}
1046 d{"y-MM-dd, E – y-MM-dd, E"}
1047 y{"y-MM-dd, E – y-MM-dd, E"}
1048 }
1049 yMMM{
1050 M{"y MMM–MMM"}
1051 y{"y MMM – y MMM"}
1052 }
1053 yMMMEd{
1054 M{"y MMM d, E – MMM d, E"}
1055 d{"y MMM d, E – MMM d, E"}
1056 y{"y MMM d, E – y MMM d, E"}
1057 }
1058 yMMMM{
1059 M{"y MMMM–MMMM"}
1060 y{"y MMMM – y MMMM"}
1061 }
1062 yMMMd{
1063 M{"y MMM d – MMM d"}
1064 d{"y MMM d–d"}
1065 y{"y MMM d – y MMM d"}
1066 }
1067 yMd{
1068 M{"y-MM-dd – y-MM-dd"}
1069 d{"y-MM-dd – y-MM-dd"}
1070 y{"y-MM-dd – y-MM-dd"}
1071 }
1072 }
1073 monthNames{
1074 format{
1075 abbreviated:alias{"/LOCALE/calendar/gregorian/monthNames/format/wide"}
1076 narrow:alias{"/LOCALE/calendar/gregorian/monthNames/stand-alone/narrow"}
1077 wide{
1078 "M01",
1079 "M02",
1080 "M03",
1081 "M04",
1082 "M05",
1083 "M06",
1084 "M07",
1085 "M08",
1086 "M09",
1087 "M10",
1088 "M11",
1089 "M12",
1090 }
1091 }
1092 stand-alone{
1093 abbreviated:alias{"/LOCALE/calendar/gregorian/monthNames/format/abbreviated"}
1094 narrow{
1095 "1",
1096 "2",
1097 "3",
1098 "4",
1099 "5",
1100 "6",
1101 "7",
1102 "8",
1103 "9",
1104 "10",
1105 "11",
1106 "12",
1107 }
1108 wide:alias{"/LOCALE/calendar/gregorian/monthNames/format/wide"}
1109 }
1110 }
1111 quarters{
1112 format{
1113 abbreviated:alias{"/LOCALE/calendar/gregorian/quarters/format/wide"}
1114 narrow:alias{"/LOCALE/calendar/gregorian/quarters/stand-alone/narrow"}
1115 wide{
1116 "Q1",
1117 "Q2",
1118 "Q3",
1119 "Q4",
1120 }
1121 }
1122 stand-alone{
1123 abbreviated:alias{"/LOCALE/calendar/gregorian/quarters/format/abbreviated"}
1124 narrow{
1125 "1",
1126 "2",
1127 "3",
1128 "4",
1129 }
1130 wide:alias{"/LOCALE/calendar/gregorian/quarters/format/wide"}
1131 }
1132 }
1133 }
1134 hebrew{
1135 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
1136 DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"}
1137 appendItems:alias{"/LOCALE/calendar/generic/appendItems"}
1138 availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"}
1139 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
1140 eras{
1141 abbreviated{
1142 "AM",
1143 }
1144 narrow:alias{"/LOCALE/calendar/hebrew/eras/abbreviated"}
1145 wide:alias{"/LOCALE/calendar/hebrew/eras/abbreviated"}
1146 }
1147 intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"}
1148 monthNames{
1149 format{
1150 abbreviated:alias{"/LOCALE/calendar/hebrew/monthNames/format/wide"}
1151 narrow:alias{"/LOCALE/calendar/hebrew/monthNames/stand-alone/narrow"}
1152 wide{
1153 "Tishri",
1154 "Heshvan",
1155 "Kislev",
1156 "Tevet",
1157 "Shevat",
1158 "Adar I",
1159 "Adar",
1160 "Nisan",
1161 "Iyar",
1162 "Sivan",
1163 "Tamuz",
1164 "Av",
1165 "Elul",
1166 "Adar II",
1167 }
1168 }
1169 stand-alone{
1170 abbreviated:alias{"/LOCALE/calendar/hebrew/monthNames/format/abbreviated"}
1171 narrow{
1172 "1",
1173 "2",
1174 "3",
1175 "4",
1176 "5",
1177 "6",
1178 "7",
1179 "8",
1180 "9",
1181 "10",
1182 "11",
1183 "12",
1184 "13",
1185 "7",
1186 }
1187 wide:alias{"/LOCALE/calendar/hebrew/monthNames/format/wide"}
1188 }
1189 }
1190 quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
1191 }
1192 indian{
1193 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
1194 DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"}
1195 appendItems:alias{"/LOCALE/calendar/generic/appendItems"}
1196 availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"}
1197 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
1198 eras{
1199 abbreviated{
1200 "SAKA",
1201 }
1202 narrow:alias{"/LOCALE/calendar/indian/eras/abbreviated"}
1203 wide:alias{"/LOCALE/calendar/indian/eras/abbreviated"}
1204 }
1205 intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"}
1206 monthNames{
1207 format{
1208 abbreviated:alias{"/LOCALE/calendar/indian/monthNames/format/wide"}
1209 narrow:alias{"/LOCALE/calendar/indian/monthNames/stand-alone/narrow"}
1210 wide{
1211 "Chaitra",
1212 "Vaisakha",
1213 "Jyaistha",
1214 "Asadha",
1215 "Sravana",
1216 "Bhadra",
1217 "Asvina",
1218 "Kartika",
1219 "Agrahayana",
1220 "Pausa",
1221 "Magha",
1222 "Phalguna",
1223 }
1224 }
1225 stand-alone{
1226 abbreviated:alias{"/LOCALE/calendar/indian/monthNames/format/abbreviated"}
1227 narrow{
1228 "1",
1229 "2",
1230 "3",
1231 "4",
1232 "5",
1233 "6",
1234 "7",
1235 "8",
1236 "9",
1237 "10",
1238 "11",
1239 "12",
1240 }
1241 wide:alias{"/LOCALE/calendar/indian/monthNames/format/wide"}
1242 }
1243 }
1244 quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
1245 }
1246 islamic{
1247 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
1248 DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"}
1249 appendItems:alias{"/LOCALE/calendar/generic/appendItems"}
1250 availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"}
1251 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
1252 eras{
1253 abbreviated{
1254 "AH",
1255 }
1256 narrow:alias{"/LOCALE/calendar/islamic/eras/abbreviated"}
1257 wide:alias{"/LOCALE/calendar/islamic/eras/abbreviated"}
1258 }
1259 intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"}
1260 monthNames{
1261 format{
1262 abbreviated{
1263 "Muh.",
1264 "Saf.",
1265 "Rab. I",
1266 "Rab. II",
1267 "Jum. I",
1268 "Jum. II",
1269 "Raj.",
1270 "Sha.",
1271 "Ram.",
1272 "Shaw.",
1273 "Dhuʻl-Q.",
1274 "Dhuʻl-H.",
1275 }
1276 narrow:alias{"/LOCALE/calendar/islamic/monthNames/stand-alone/narrow"}
1277 wide{
1278 "Muharram",
1279 "Safar",
1280 "Rabiʻ I",
1281 "Rabiʻ II",
1282 "Jumada I",
1283 "Jumada II",
1284 "Rajab",
1285 "Shaʻban",
1286 "Ramadan",
1287 "Shawwal",
1288 "Dhuʻl-Qiʻdah",
1289 "Dhuʻl-Hijjah",
1290 }
1291 }
1292 stand-alone{
1293 abbreviated:alias{"/LOCALE/calendar/islamic/monthNames/format/abbreviated"}
1294 narrow{
1295 "1",
1296 "2",
1297 "3",
1298 "4",
1299 "5",
1300 "6",
1301 "7",
1302 "8",
1303 "9",
1304 "10",
1305 "11",
1306 "12",
1307 }
1308 wide:alias{"/LOCALE/calendar/islamic/monthNames/format/wide"}
1309 }
1310 }
1311 quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
1312 }
1313 islamic-civil{
1314 AmPmMarkers:alias{"/LOCALE/calendar/islamic/AmPmMarkers"}
1315 DateTimePatterns:alias{"/LOCALE/calendar/islamic/DateTimePatterns"}
1316 appendItems:alias{"/LOCALE/calendar/islamic/appendItems"}
1317 availableFormats:alias{"/LOCALE/calendar/islamic/availableFormats"}
1318 dayNames:alias{"/LOCALE/calendar/islamic/dayNames"}
1319 eras:alias{"/LOCALE/calendar/islamic/eras"}
1320 intervalFormats:alias{"/LOCALE/calendar/islamic/intervalFormats"}
1321 monthNames:alias{"/LOCALE/calendar/islamic/monthNames"}
1322 quarters:alias{"/LOCALE/calendar/islamic/quarters"}
1323 }
1324 islamic-rgsa{
1325 AmPmMarkers:alias{"/LOCALE/calendar/islamic/AmPmMarkers"}
1326 DateTimePatterns:alias{"/LOCALE/calendar/islamic/DateTimePatterns"}
1327 appendItems:alias{"/LOCALE/calendar/islamic/appendItems"}
1328 availableFormats:alias{"/LOCALE/calendar/islamic/availableFormats"}
1329 dayNames:alias{"/LOCALE/calendar/islamic/dayNames"}
1330 eras:alias{"/LOCALE/calendar/islamic/eras"}
1331 intervalFormats:alias{"/LOCALE/calendar/islamic/intervalFormats"}
1332 monthNames:alias{"/LOCALE/calendar/islamic/monthNames"}
1333 quarters:alias{"/LOCALE/calendar/islamic/quarters"}
1334 }
1335 islamic-tbla{
1336 AmPmMarkers:alias{"/LOCALE/calendar/islamic/AmPmMarkers"}
1337 DateTimePatterns:alias{"/LOCALE/calendar/islamic/DateTimePatterns"}
1338 appendItems:alias{"/LOCALE/calendar/islamic/appendItems"}
1339 availableFormats:alias{"/LOCALE/calendar/islamic/availableFormats"}
1340 dayNames:alias{"/LOCALE/calendar/islamic/dayNames"}
1341 eras:alias{"/LOCALE/calendar/islamic/eras"}
1342 intervalFormats:alias{"/LOCALE/calendar/islamic/intervalFormats"}
1343 monthNames:alias{"/LOCALE/calendar/islamic/monthNames"}
1344 quarters:alias{"/LOCALE/calendar/islamic/quarters"}
1345 }
1346 islamic-umalqura{
1347 AmPmMarkers:alias{"/LOCALE/calendar/islamic/AmPmMarkers"}
1348 DateTimePatterns:alias{"/LOCALE/calendar/islamic/DateTimePatterns"}
1349 appendItems:alias{"/LOCALE/calendar/islamic/appendItems"}
1350 availableFormats:alias{"/LOCALE/calendar/islamic/availableFormats"}
1351 dayNames:alias{"/LOCALE/calendar/islamic/dayNames"}
1352 eras:alias{"/LOCALE/calendar/islamic/eras"}
1353 intervalFormats:alias{"/LOCALE/calendar/islamic/intervalFormats"}
1354 monthNames:alias{"/LOCALE/calendar/islamic/monthNames"}
1355 quarters:alias{"/LOCALE/calendar/islamic/quarters"}
1356 }
1357 japanese{
1358 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
1359 DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"}
1360 appendItems:alias{"/LOCALE/calendar/generic/appendItems"}
1361 availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"}
1362 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
1363 eras{
1364 abbreviated{
1365 "Taika (645-650)",
1366 "Hakuchi (650-671)",
1367 "Hakuhō (672-686)",
1368 "Shuchō (686-701)",
1369 "Taihō (701-704)",
1370 "Keiun (704-708)",
1371 "Wadō (708-715)",
1372 "Reiki (715-717)",
1373 "Yōrō (717-724)",
1374 "Jinki (724-729)",
1375 "Tempyō (729-749)",
1376 "Tempyō-kampō (749-749)",
1377 "Tempyō-shōhō (749-757)",
1378 "Tempyō-hōji (757-765)",
1379 "Temphō-jingo (765-767)",
1380 "Jingo-keiun (767-770)",
1381 "Hōki (770-780)",
1382 "Ten-ō (781-782)",
1383 "Enryaku (782-806)",
1384 "Daidō (806-810)",
1385 "Kōnin (810-824)",
1386 "Tenchō (824-834)",
1387 "Jōwa (834-848)",
1388 "Kajō (848-851)",
1389 "Ninju (851-854)",
1390 "Saiko (854-857)",
1391 "Tennan (857-859)",
1392 "Jōgan (859-877)",
1393 "Genkei (877-885)",
1394 "Ninna (885-889)",
1395 "Kampyō (889-898)",
1396 "Shōtai (898-901)",
1397 "Engi (901-923)",
1398 "Enchō (923-931)",
1399 "Shōhei (931-938)",
1400 "Tengyō (938-947)",
1401 "Tenryaku (947-957)",
1402 "Tentoku (957-961)",
1403 "Ōwa (961-964)",
1404 "Kōhō (964-968)",
1405 "Anna (968-970)",
1406 "Tenroku (970-973)",
1407 "Ten-en (973-976)",
1408 "Jōgen (976-978)",
1409 "Tengen (978-983)",
1410 "Eikan (983-985)",
1411 "Kanna (985-987)",
1412 "Ei-en (987-989)",
1413 "Eiso (989-990)",
1414 "Shōryaku (990-995)",
1415 "Chōtoku (995-999)",
1416 "Chōhō (999-1004)",
1417 "Kankō (1004-1012)",
1418 "Chōwa (1012-1017)",
1419 "Kannin (1017-1021)",
1420 "Jian (1021-1024)",
1421 "Manju (1024-1028)",
1422 "Chōgen (1028-1037)",
1423 "Chōryaku (1037-1040)",
1424 "Chōkyū (1040-1044)",
1425 "Kantoku (1044-1046)",
1426 "Eishō (1046-1053)",
1427 "Tengi (1053-1058)",
1428 "Kōhei (1058-1065)",
1429 "Jiryaku (1065-1069)",
1430 "Enkyū (1069-1074)",
1431 "Shōho (1074-1077)",
1432 "Shōryaku (1077-1081)",
1433 "Eiho (1081-1084)",
1434 "Ōtoku (1084-1087)",
1435 "Kanji (1087-1094)",
1436 "Kaho (1094-1096)",
1437 "Eichō (1096-1097)",
1438 "Shōtoku (1097-1099)",
1439 "Kōwa (1099-1104)",
1440 "Chōji (1104-1106)",
1441 "Kashō (1106-1108)",
1442 "Tennin (1108-1110)",
1443 "Ten-ei (1110-1113)",
1444 "Eikyū (1113-1118)",
1445 "Gen-ei (1118-1120)",
1446 "Hoan (1120-1124)",
1447 "Tenji (1124-1126)",
1448 "Daiji (1126-1131)",
1449 "Tenshō (1131-1132)",
1450 "Chōshō (1132-1135)",
1451 "Hoen (1135-1141)",
1452 "Eiji (1141-1142)",
1453 "Kōji (1142-1144)",
1454 "Tenyō (1144-1145)",
1455 "Kyūan (1145-1151)",
1456 "Ninpei (1151-1154)",
1457 "Kyūju (1154-1156)",
1458 "Hogen (1156-1159)",
1459 "Heiji (1159-1160)",
1460 "Eiryaku (1160-1161)",
1461 "Ōho (1161-1163)",
1462 "Chōkan (1163-1165)",
1463 "Eiman (1165-1166)",
1464 "Nin-an (1166-1169)",
1465 "Kaō (1169-1171)",
1466 "Shōan (1171-1175)",
1467 "Angen (1175-1177)",
1468 "Jishō (1177-1181)",
1469 "Yōwa (1181-1182)",
1470 "Juei (1182-1184)",
1471 "Genryuku (1184-1185)",
1472 "Bunji (1185-1190)",
1473 "Kenkyū (1190-1199)",
1474 "Shōji (1199-1201)",
1475 "Kennin (1201-1204)",
1476 "Genkyū (1204-1206)",
1477 "Ken-ei (1206-1207)",
1478 "Shōgen (1207-1211)",
1479 "Kenryaku (1211-1213)",
1480 "Kenpō (1213-1219)",
1481 "Shōkyū (1219-1222)",
1482 "Jōō (1222-1224)",
1483 "Gennin (1224-1225)",
1484 "Karoku (1225-1227)",
1485 "Antei (1227-1229)",
1486 "Kanki (1229-1232)",
1487 "Jōei (1232-1233)",
1488 "Tempuku (1233-1234)",
1489 "Bunryaku (1234-1235)",
1490 "Katei (1235-1238)",
1491 "Ryakunin (1238-1239)",
1492 "En-ō (1239-1240)",
1493 "Ninji (1240-1243)",
1494 "Kangen (1243-1247)",
1495 "Hōji (1247-1249)",
1496 "Kenchō (1249-1256)",
1497 "Kōgen (1256-1257)",
1498 "Shōka (1257-1259)",
1499 "Shōgen (1259-1260)",
1500 "Bun-ō (1260-1261)",
1501 "Kōchō (1261-1264)",
1502 "Bun-ei (1264-1275)",
1503 "Kenji (1275-1278)",
1504 "Kōan (1278-1288)",
1505 "Shōō (1288-1293)",
1506 "Einin (1293-1299)",
1507 "Shōan (1299-1302)",
1508 "Kengen (1302-1303)",
1509 "Kagen (1303-1306)",
1510 "Tokuji (1306-1308)",
1511 "Enkei (1308-1311)",
1512 "Ōchō (1311-1312)",
1513 "Shōwa (1312-1317)",
1514 "Bunpō (1317-1319)",
1515 "Genō (1319-1321)",
1516 "Genkyō (1321-1324)",
1517 "Shōchū (1324-1326)",
1518 "Kareki (1326-1329)",
1519 "Gentoku (1329-1331)",
1520 "Genkō (1331-1334)",
1521 "Kemmu (1334-1336)",
1522 "Engen (1336-1340)",
1523 "Kōkoku (1340-1346)",
1524 "Shōhei (1346-1370)",
1525 "Kentoku (1370-1372)",
1526 "Bunchū (1372-1375)",
1527 "Tenju (1375-1379)",
1528 "Kōryaku (1379-1381)",
1529 "Kōwa (1381-1384)",
1530 "Genchū (1384-1392)",
1531 "Meitoku (1384-1387)",
1532 "Kakei (1387-1389)",
1533 "Kōō (1389-1390)",
1534 "Meitoku (1390-1394)",
1535 "Ōei (1394-1428)",
1536 "Shōchō (1428-1429)",
1537 "Eikyō (1429-1441)",
1538 "Kakitsu (1441-1444)",
1539 "Bun-an (1444-1449)",
1540 "Hōtoku (1449-1452)",
1541 "Kyōtoku (1452-1455)",
1542 "Kōshō (1455-1457)",
1543 "Chōroku (1457-1460)",
1544 "Kanshō (1460-1466)",
1545 "Bunshō (1466-1467)",
1546 "Ōnin (1467-1469)",
1547 "Bunmei (1469-1487)",
1548 "Chōkyō (1487-1489)",
1549 "Entoku (1489-1492)",
1550 "Meiō (1492-1501)",
1551 "Bunki (1501-1504)",
1552 "Eishō (1504-1521)",
1553 "Taiei (1521-1528)",
1554 "Kyōroku (1528-1532)",
1555 "Tenmon (1532-1555)",
1556 "Kōji (1555-1558)",
1557 "Eiroku (1558-1570)",
1558 "Genki (1570-1573)",
1559 "Tenshō (1573-1592)",
1560 "Bunroku (1592-1596)",
1561 "Keichō (1596-1615)",
1562 "Genwa (1615-1624)",
1563 "Kan-ei (1624-1644)",
1564 "Shōho (1644-1648)",
1565 "Keian (1648-1652)",
1566 "Shōō (1652-1655)",
1567 "Meiryaku (1655-1658)",
1568 "Manji (1658-1661)",
1569 "Kanbun (1661-1673)",
1570 "Enpō (1673-1681)",
1571 "Tenwa (1681-1684)",
1572 "Jōkyō (1684-1688)",
1573 "Genroku (1688-1704)",
1574 "Hōei (1704-1711)",
1575 "Shōtoku (1711-1716)",
1576 "Kyōhō (1716-1736)",
1577 "Genbun (1736-1741)",
1578 "Kanpō (1741-1744)",
1579 "Enkyō (1744-1748)",
1580 "Kan-en (1748-1751)",
1581 "Hōryaku (1751-1764)",
1582 "Meiwa (1764-1772)",
1583 "An-ei (1772-1781)",
1584 "Tenmei (1781-1789)",
1585 "Kansei (1789-1801)",
1586 "Kyōwa (1801-1804)",
1587 "Bunka (1804-1818)",
1588 "Bunsei (1818-1830)",
1589 "Tenpō (1830-1844)",
1590 "Kōka (1844-1848)",
1591 "Kaei (1848-1854)",
1592 "Ansei (1854-1860)",
1593 "Man-en (1860-1861)",
1594 "Bunkyū (1861-1864)",
1595 "Genji (1864-1865)",
1596 "Keiō (1865-1868)",
1597 "Meiji",
1598 "Taishō",
1599 "Shōwa",
1600 "Heisei",
1601 }
1602 narrow{
1603 "Taika (645-650)",
1604 "Hakuchi (650-671)",
1605 "Hakuhō (672-686)",
1606 "Shuchō (686-701)",
1607 "Taihō (701-704)",
1608 "Keiun (704-708)",
1609 "Wadō (708-715)",
1610 "Reiki (715-717)",
1611 "Yōrō (717-724)",
1612 "Jinki (724-729)",
1613 "Tempyō (729-749)",
1614 "Tempyō-kampō (749-749)",
1615 "Tempyō-shōhō (749-757)",
1616 "Tempyō-hōji (757-765)",
1617 "Temphō-jingo (765-767)",
1618 "Jingo-keiun (767-770)",
1619 "Hōki (770-780)",
1620 "Ten-ō (781-782)",
1621 "Enryaku (782-806)",
1622 "Daidō (806-810)",
1623 "Kōnin (810-824)",
1624 "Tenchō (824-834)",
1625 "Jōwa (834-848)",
1626 "Kajō (848-851)",
1627 "Ninju (851-854)",
1628 "Saiko (854-857)",
1629 "Tennan (857-859)",
1630 "Jōgan (859-877)",
1631 "Genkei (877-885)",
1632 "Ninna (885-889)",
1633 "Kampyō (889-898)",
1634 "Shōtai (898-901)",
1635 "Engi (901-923)",
1636 "Enchō (923-931)",
1637 "Shōhei (931-938)",
1638 "Tengyō (938-947)",
1639 "Tenryaku (947-957)",
1640 "Tentoku (957-961)",
1641 "Ōwa (961-964)",
1642 "Kōhō (964-968)",
1643 "Anna (968-970)",
1644 "Tenroku (970-973)",
1645 "Ten-en (973-976)",
1646 "Jōgen (976-978)",
1647 "Tengen (978-983)",
1648 "Eikan (983-985)",
1649 "Kanna (985-987)",
1650 "Ei-en (987-989)",
1651 "Eiso (989-990)",
1652 "Shōryaku (990-995)",
1653 "Chōtoku (995-999)",
1654 "Chōhō (999-1004)",
1655 "Kankō (1004-1012)",
1656 "Chōwa (1012-1017)",
1657 "Kannin (1017-1021)",
1658 "Jian (1021-1024)",
1659 "Manju (1024-1028)",
1660 "Chōgen (1028-1037)",
1661 "Chōryaku (1037-1040)",
1662 "Chōkyū (1040-1044)",
1663 "Kantoku (1044-1046)",
1664 "Eishō (1046-1053)",
1665 "Tengi (1053-1058)",
1666 "Kōhei (1058-1065)",
1667 "Jiryaku (1065-1069)",
1668 "Enkyū (1069-1074)",
1669 "Shōho (1074-1077)",
1670 "Shōryaku (1077-1081)",
1671 "Eiho (1081-1084)",
1672 "Ōtoku (1084-1087)",
1673 "Kanji (1087-1094)",
1674 "Kaho (1094-1096)",
1675 "Eichō (1096-1097)",
1676 "Shōtoku (1097-1099)",
1677 "Kōwa (1099-1104)",
1678 "Chōji (1104-1106)",
1679 "Kashō (1106-1108)",
1680 "Tennin (1108-1110)",
1681 "Ten-ei (1110-1113)",
1682 "Eikyū (1113-1118)",
1683 "Gen-ei (1118-1120)",
1684 "Hoan (1120-1124)",
1685 "Tenji (1124-1126)",
1686 "Daiji (1126-1131)",
1687 "Tenshō (1131-1132)",
1688 "Chōshō (1132-1135)",
1689 "Hoen (1135-1141)",
1690 "Eiji (1141-1142)",
1691 "Kōji (1142-1144)",
1692 "Tenyō (1144-1145)",
1693 "Kyūan (1145-1151)",
1694 "Ninpei (1151-1154)",
1695 "Kyūju (1154-1156)",
1696 "Hogen (1156-1159)",
1697 "Heiji (1159-1160)",
1698 "Eiryaku (1160-1161)",
1699 "Ōho (1161-1163)",
1700 "Chōkan (1163-1165)",
1701 "Eiman (1165-1166)",
1702 "Nin-an (1166-1169)",
1703 "Kaō (1169-1171)",
1704 "Shōan (1171-1175)",
1705 "Angen (1175-1177)",
1706 "Jishō (1177-1181)",
1707 "Yōwa (1181-1182)",
1708 "Juei (1182-1184)",
1709 "Genryuku (1184-1185)",
1710 "Bunji (1185-1190)",
1711 "Kenkyū (1190-1199)",
1712 "Shōji (1199-1201)",
1713 "Kennin (1201-1204)",
1714 "Genkyū (1204-1206)",
1715 "Ken-ei (1206-1207)",
1716 "Shōgen (1207-1211)",
1717 "Kenryaku (1211-1213)",
1718 "Kenpō (1213-1219)",
1719 "Shōkyū (1219-1222)",
1720 "Jōō (1222-1224)",
1721 "Gennin (1224-1225)",
1722 "Karoku (1225-1227)",
1723 "Antei (1227-1229)",
1724 "Kanki (1229-1232)",
1725 "Jōei (1232-1233)",
1726 "Tempuku (1233-1234)",
1727 "Bunryaku (1234-1235)",
1728 "Katei (1235-1238)",
1729 "Ryakunin (1238-1239)",
1730 "En-ō (1239-1240)",
1731 "Ninji (1240-1243)",
1732 "Kangen (1243-1247)",
1733 "Hōji (1247-1249)",
1734 "Kenchō (1249-1256)",
1735 "Kōgen (1256-1257)",
1736 "Shōka (1257-1259)",
1737 "Shōgen (1259-1260)",
1738 "Bun-ō (1260-1261)",
1739 "Kōchō (1261-1264)",
1740 "Bun-ei (1264-1275)",
1741 "Kenji (1275-1278)",
1742 "Kōan (1278-1288)",
1743 "Shōō (1288-1293)",
1744 "Einin (1293-1299)",
1745 "Shōan (1299-1302)",
1746 "Kengen (1302-1303)",
1747 "Kagen (1303-1306)",
1748 "Tokuji (1306-1308)",
1749 "Enkei (1308-1311)",
1750 "Ōchō (1311-1312)",
1751 "Shōwa (1312-1317)",
1752 "Bunpō (1317-1319)",
1753 "Genō (1319-1321)",
1754 "Genkyō (1321-1324)",
1755 "Shōchū (1324-1326)",
1756 "Kareki (1326-1329)",
1757 "Gentoku (1329-1331)",
1758 "Genkō (1331-1334)",
1759 "Kemmu (1334-1336)",
1760 "Engen (1336-1340)",
1761 "Kōkoku (1340-1346)",
1762 "Shōhei (1346-1370)",
1763 "Kentoku (1370-1372)",
1764 "Bunchũ (1372-1375)",
1765 "Tenju (1375-1379)",
1766 "Kōryaku (1379-1381)",
1767 "Kōwa (1381-1384)",
1768 "Genchũ (1384-1392)",
1769 "Meitoku (1384-1387)",
1770 "Kakei (1387-1389)",
1771 "Kōō (1389-1390)",
1772 "Meitoku (1390-1394)",
1773 "Ōei (1394-1428)",
1774 "Shōchō (1428-1429)",
1775 "Eikyō (1429-1441)",
1776 "Kakitsu (1441-1444)",
1777 "Bun-an (1444-1449)",
1778 "Hōtoku (1449-1452)",
1779 "Kyōtoku (1452-1455)",
1780 "Kōshō (1455-1457)",
1781 "Chōroku (1457-1460)",
1782 "Kanshō (1460-1466)",
1783 "Bunshō (1466-1467)",
1784 "Ōnin (1467-1469)",
1785 "Bunmei (1469-1487)",
1786 "Chōkyō (1487-1489)",
1787 "Entoku (1489-1492)",
1788 "Meiō (1492-1501)",
1789 "Bunki (1501-1504)",
1790 "Eishō (1504-1521)",
1791 "Taiei (1521-1528)",
1792 "Kyōroku (1528-1532)",
1793 "Tenmon (1532-1555)",
1794 "Kōji (1555-1558)",
1795 "Eiroku (1558-1570)",
1796 "Genki (1570-1573)",
1797 "Tenshō (1573-1592)",
1798 "Bunroku (1592-1596)",
1799 "Keichō (1596-1615)",
1800 "Genwa (1615-1624)",
1801 "Kan-ei (1624-1644)",
1802 "Shōho (1644-1648)",
1803 "Keian (1648-1652)",
1804 "Shōō (1652-1655)",
1805 "Meiryaku (1655-1658)",
1806 "Manji (1658-1661)",
1807 "Kanbun (1661-1673)",
1808 "Enpō (1673-1681)",
1809 "Tenwa (1681-1684)",
1810 "Jōkyō (1684-1688)",
1811 "Genroku (1688-1704)",
1812 "Hōei (1704-1711)",
1813 "Shōtoku (1711-1716)",
1814 "Kyōhō (1716-1736)",
1815 "Genbun (1736-1741)",
1816 "Kanpō (1741-1744)",
1817 "Enkyō (1744-1748)",
1818 "Kan-en (1748-1751)",
1819 "Hōryaku (1751-1764)",
1820 "Meiwa (1764-1772)",
1821 "An-ei (1772-1781)",
1822 "Tenmei (1781-1789)",
1823 "Kansei (1789-1801)",
1824 "Kyōwa (1801-1804)",
1825 "Bunka (1804-1818)",
1826 "Bunsei (1818-1830)",
1827 "Tenpō (1830-1844)",
1828 "Kōka (1844-1848)",
1829 "Kaei (1848-1854)",
1830 "Ansei (1854-1860)",
1831 "Man-en (1860-1861)",
1832 "Bunkyū (1861-1864)",
1833 "Genji (1864-1865)",
1834 "Keiō (1865-1868)",
1835 "M",
1836 "T",
1837 "S",
1838 "H",
1839 }
1840 wide:alias{"/LOCALE/calendar/japanese/eras/abbreviated"}
1841 }
1842 intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"}
1843 monthNames:alias{"/LOCALE/calendar/gregorian/monthNames"}
1844 quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
1845 }
1846 persian{
1847 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
1848 DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"}
1849 appendItems:alias{"/LOCALE/calendar/generic/appendItems"}
1850 availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"}
1851 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
1852 eras{
1853 abbreviated{
1854 "AP",
1855 }
1856 narrow:alias{"/LOCALE/calendar/persian/eras/abbreviated"}
1857 wide:alias{"/LOCALE/calendar/persian/eras/abbreviated"}
1858 }
1859 intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"}
1860 monthNames{
1861 format{
1862 abbreviated:alias{"/LOCALE/calendar/persian/monthNames/format/wide"}
1863 narrow:alias{"/LOCALE/calendar/persian/monthNames/stand-alone/narrow"}
1864 wide{
1865 "Farvardin",
1866 "Ordibehesht",
1867 "Khordad",
1868 "Tir",
1869 "Mordad",
1870 "Shahrivar",
1871 "Mehr",
1872 "Aban",
1873 "Azar",
1874 "Dey",
1875 "Bahman",
1876 "Esfand",
1877 }
1878 }
1879 stand-alone{
1880 abbreviated:alias{"/LOCALE/calendar/persian/monthNames/format/abbreviated"}
1881 narrow{
1882 "1",
1883 "2",
1884 "3",
1885 "4",
1886 "5",
1887 "6",
1888 "7",
1889 "8",
1890 "9",
1891 "10",
1892 "11",
1893 "12",
1894 }
1895 wide:alias{"/LOCALE/calendar/persian/monthNames/format/wide"}
1896 }
1897 }
1898 quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
1899 }
1900 roc{
1901 AmPmMarkers:alias{"/LOCALE/calendar/gregorian/AmPmMarkers"}
1902 DateTimePatterns:alias{"/LOCALE/calendar/generic/DateTimePatterns"}
1903 appendItems:alias{"/LOCALE/calendar/generic/appendItems"}
1904 availableFormats:alias{"/LOCALE/calendar/generic/availableFormats"}
1905 dayNames:alias{"/LOCALE/calendar/gregorian/dayNames"}
1906 eras{
1907 abbreviated{
1908 "Before R.O.C.",
1909 "R.O.C.",
1910 }
1911 narrow:alias{"/LOCALE/calendar/roc/eras/abbreviated"}
1912 wide:alias{"/LOCALE/calendar/roc/eras/abbreviated"}
1913 }
1914 intervalFormats:alias{"/LOCALE/calendar/generic/intervalFormats"}
1915 monthNames:alias{"/LOCALE/calendar/gregorian/monthNames"}
1916 quarters:alias{"/LOCALE/calendar/gregorian/quarters"}
1917 }
1918 }
1919 delimiters{
1920 alternateQuotationEnd{"’"}
1921 alternateQuotationStart{"‘"}
1922 quotationEnd{"”"}
1923 quotationStart{"“"}
1924 }
1925 durationUnits{
1926 hm{"h:mm"}
1927 hms{"h:mm:ss"}
1928 ms{"m:ss"}
1929 }
1930 fields{
1931 day{
1932 dn{"Day"}
1933 relative{
1934 "-1"{"yesterday"}
1935 "0"{"today"}
1936 "1"{"tomorrow"}
1937 }
1938 relativeTime{
1939 future{
1940 other{"+{0} d"}
1941 }
1942 past{
1943 other{"-{0} d"}
1944 }
1945 }
1946 }
1947 dayperiod{
1948 dn{"Dayperiod"}
1949 }
1950 era{
1951 dn{"Era"}
1952 }
1953 fri{
1954 relative{
1955 "-1"{"last Friday"}
1956 "0"{"this Friday"}
1957 "1"{"next Friday"}
1958 }
1959 }
1960 hour{
1961 dn{"Hour"}
1962 relativeTime{
1963 future{
1964 other{"+{0} h"}
1965 }
1966 past{
1967 other{"-{0} h"}
1968 }
1969 }
1970 }
1971 minute{
1972 dn{"Minute"}
1973 relativeTime{
1974 future{
1975 other{"+{0} min"}
1976 }
1977 past{
1978 other{"-{0} min"}
1979 }
1980 }
1981 }
1982 mon{
1983 relative{
1984 "-1"{"last Monday"}
1985 "0"{"this Monday"}
1986 "1"{"next Monday"}
1987 }
1988 }
1989 month{
1990 dn{"Month"}
1991 relative{
1992 "-1"{"last month"}
1993 "0"{"this month"}
1994 "1"{"next month"}
1995 }
1996 relativeTime{
1997 future{
1998 other{"+{0} m"}
1999 }
2000 past{
2001 other{"-{0} m"}
2002 }
2003 }
2004 }
2005 sat{
2006 relative{
2007 "-1"{"last Saturday"}
2008 "0"{"this Saturday"}
2009 "1"{"next Saturday"}
2010 }
2011 }
2012 second{
2013 dn{"Second"}
2014 relative{
2015 "0"{"now"}
2016 }
2017 relativeTime{
2018 future{
2019 other{"+{0} s"}
2020 }
2021 past{
2022 other{"-{0} s"}
2023 }
2024 }
2025 }
2026 sun{
2027 relative{
2028 "-1"{"last Sunday"}
2029 "0"{"this Sunday"}
2030 "1"{"next Sunday"}
2031 }
2032 }
2033 thu{
2034 relative{
2035 "-1"{"last Thursday"}
2036 "0"{"this Thursday"}
2037 "1"{"next Thursday"}
2038 }
2039 }
2040 tue{
2041 relative{
2042 "-1"{"last Tuesday"}
2043 "0"{"this Tuesday"}
2044 "1"{"next Tuesday"}
2045 }
2046 }
2047 wed{
2048 relative{
2049 "-1"{"last Wednesday"}
2050 "0"{"this Wednesday"}
2051 "1"{"next Wednesday"}
2052 }
2053 }
2054 week{
2055 dn{"Week"}
2056 relative{
2057 "-1"{"last week"}
2058 "0"{"this week"}
2059 "1"{"next week"}
2060 }
2061 relativeTime{
2062 future{
2063 other{"+{0} w"}
2064 }
2065 past{
2066 other{"-{0} w"}
2067 }
2068 }
2069 }
2070 weekday{
2071 dn{"Day of the Week"}
2072 }
2073 year{
2074 dn{"Year"}
2075 relative{
2076 "-1"{"last year"}
2077 "0"{"this year"}
2078 "1"{"next year"}
2079 }
2080 relativeTime{
2081 future{
2082 other{"+{0} y"}
2083 }
2084 past{
2085 other{"-{0} y"}
2086 }
2087 }
2088 }
2089 zone{
2090 dn{"Zone"}
2091 }
2092 }
2093 layout{
2094 characters{"left-to-right"}
2095 lines{"top-to-bottom"}
2096 }
2097 listPattern{
2098 standard{
2099 2{"{0}, {1}"}
2100 end{"{0}, {1}"}
2101 middle{"{0}, {1}"}
2102 start{"{0}, {1}"}
2103 }
2104 unit{
2105 2:alias{"/LOCALE/listPattern/unit-short/2"}
2106 end:alias{"/LOCALE/listPattern/unit-short/end"}
2107 middle:alias{"/LOCALE/listPattern/unit-short/middle"}
2108 start:alias{"/LOCALE/listPattern/unit-short/start"}
2109 }
2110 unit-narrow{
2111 2:alias{"/LOCALE/listPattern/unit-short/2"}
2112 end:alias{"/LOCALE/listPattern/unit-short/end"}
2113 middle:alias{"/LOCALE/listPattern/unit-short/middle"}
2114 start:alias{"/LOCALE/listPattern/unit-short/start"}
2115 }
2116 unit-short{
2117 2:alias{"/LOCALE/listPattern/standard/2"}
2118 end:alias{"/LOCALE/listPattern/standard/end"}
2119 middle:alias{"/LOCALE/listPattern/standard/middle"}
2120 start:alias{"/LOCALE/listPattern/standard/start"}
2121 }
2122 }
2123 measurementSystemNames{
2124 UK{"UK"}
2125 US{"US"}
2126 metric{"Metric"}
2127 }
2128 units:alias{"/LOCALE/unitsShort"}
2129 unitsShort{
2130 acceleration{
2131 g-force{
2132 other{"{0} G"}
2133 }
2134 }
2135 angle{
2136 arc-minute{
2137 other{"{0}′"}
2138 }
2139 arc-second{
2140 other{"{0}″"}
2141 }
2142 degree{
2143 other{"{0}°"}
2144 }
2145 }
2146 area{
2147 acre{
2148 other{"{0} ac"}
2149 }
2150 hectare{
2151 other{"{0} ha"}
2152 }
2153 square-foot{
2154 other{"{0} ft²"}
2155 }
2156 square-kilometer{
2157 other{"{0} km²"}
2158 }
2159 square-meter{
2160 other{"{0} m²"}
2161 }
2162 square-mile{
2163 other{"{0} mi²"}
2164 }
2165 }
2166 compound{
2167 per{"{0}/{1}"}
2168 }
2169 duration{
2170 day{
2171 other{"{0} d"}
2172 }
2173 hour{
2174 other{"{0} h"}
2175 }
2176 millisecond{
2177 other{"{0} ms"}
2178 }
2179 minute{
2180 other{"{0} min"}
2181 }
2182 month{
2183 other{"{0} m"}
2184 }
2185 second{
2186 other{"{0} s"}
2187 }
2188 week{
2189 other{"{0} w"}
2190 }
2191 year{
2192 other{"{0} y"}
2193 }
2194 }
2195 length{
2196 centimeter{
2197 other{"{0} cm"}
2198 }
2199 foot{
2200 other{"{0} ft"}
2201 }
2202 inch{
2203 other{"{0} in"}
2204 }
2205 kilometer{
2206 other{"{0} km"}
2207 }
2208 light-year{
2209 other{"{0} ly"}
2210 }
2211 meter{
2212 other{"{0} m"}
2213 }
2214 mile{
2215 other{"{0} mi"}
2216 }
2217 millimeter{
2218 other{"{0} mm"}
2219 }
2220 picometer{
2221 other{"{0} pm"}
2222 }
2223 yard{
2224 other{"{0} yd"}
2225 }
2226 }
2227 mass{
2228 gram{
2229 other{"{0} g"}
2230 }
2231 kilogram{
2232 other{"{0} kg"}
2233 }
2234 ounce{
2235 other{"{0} oz"}
2236 }
2237 pound{
2238 other{"{0} lb"}
2239 }
2240 }
2241 power{
2242 horsepower{
2243 other{"{0} hp"}
2244 }
2245 kilowatt{
2246 other{"{0} kW"}
2247 }
2248 watt{
2249 other{"{0} W"}
2250 }
2251 }
2252 pressure{
2253 hectopascal{
2254 other{"{0} hPa"}
2255 }
2256 inch-hg{
2257 other{"{0} inHg"}
2258 }
2259 millibar{
2260 other{"{0} mbar"}
2261 }
2262 }
2263 speed{
2264 kilometer-per-hour{
2265 other{"{0} km/h"}
2266 }
2267 meter-per-second{
2268 other{"{0} m/s"}
2269 }
2270 mile-per-hour{
2271 other{"{0} mi/h"}
2272 }
2273 }
2274 temperature{
2275 celsius{
2276 other{"{0}°C"}
2277 }
2278 fahrenheit{
2279 other{"{0}°F"}
2280 }
2281 }
2282 volume{
2283 cubic-kilometer{
2284 other{"{0} km³"}
2285 }
2286 cubic-mile{
2287 other{"{0} mi³"}
2288 }
2289 liter{
2290 other{"{0} l"}
2291 }
2292 }
2293 }
2294 }