intl/icu/source/data/locales/root.txt

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

Correct previous dual key logic pending first delivery installment.

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

mercurial