intl/icu/source/data/locales/nl.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/nl.xml
michael@0 7 // *
michael@0 8 // ***************************************************************************
michael@0 9 /**
michael@0 10 * ICU <specials> source: <path>/common/main/nl.xml
michael@0 11 */
michael@0 12 nl{
michael@0 13 AuxExemplarCharacters{"[à â å ã æ ç è ê î ñ ô ø œ ù û ÿ]"}
michael@0 14 Ellipsis{
michael@0 15 final{"{0}…"}
michael@0 16 initial{"…{0}"}
michael@0 17 medial{"{0}…{1}"}
michael@0 18 word-final{"{0} …"}
michael@0 19 word-initial{"… {0}"}
michael@0 20 word-medial{"{0} … {1}"}
michael@0 21 }
michael@0 22 ExemplarCharacters{
michael@0 23 "[a á ä b c d e é ë f g h i í ï {ij} {íj\u0301} j k l m n o ó ö p q r s t u ú"
michael@0 24 " ü v w x y z]"
michael@0 25 }
michael@0 26 ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"}
michael@0 27 ExemplarCharactersPunctuation{
michael@0 28 "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ "
michael@0 29 "″]"
michael@0 30 }
michael@0 31 LocaleScript{
michael@0 32 "Latn",
michael@0 33 }
michael@0 34 MoreInformation{"?"}
michael@0 35 NumberElements{
michael@0 36 latn{
michael@0 37 miscPatterns{
michael@0 38 atLeast{"{0}+"}
michael@0 39 range{"{0}-{1}"}
michael@0 40 }
michael@0 41 patterns{
michael@0 42 accountingFormat{"¤ #,##0.00;(¤ #,##0.00)"}
michael@0 43 currencyFormat{"¤ #,##0.00;¤ #,##0.00-"}
michael@0 44 decimalFormat{"#,##0.###"}
michael@0 45 percentFormat{"#,##0%"}
michael@0 46 scientificFormat{"#E0"}
michael@0 47 }
michael@0 48 patternsLong{
michael@0 49 decimalFormat{
michael@0 50 1000{
michael@0 51 one{"0 duizend"}
michael@0 52 other{"0 duizend"}
michael@0 53 }
michael@0 54 10000{
michael@0 55 one{"00 duizend"}
michael@0 56 other{"00 duizend"}
michael@0 57 }
michael@0 58 100000{
michael@0 59 one{"000 duizend"}
michael@0 60 other{"000 duizend"}
michael@0 61 }
michael@0 62 1000000{
michael@0 63 one{"0 miljoen"}
michael@0 64 other{"0 miljoen"}
michael@0 65 }
michael@0 66 10000000{
michael@0 67 one{"00 miljoen"}
michael@0 68 other{"00 miljoen"}
michael@0 69 }
michael@0 70 100000000{
michael@0 71 one{"000 miljoen"}
michael@0 72 other{"000 miljoen"}
michael@0 73 }
michael@0 74 1000000000{
michael@0 75 one{"0 miljard"}
michael@0 76 other{"0 miljard"}
michael@0 77 }
michael@0 78 10000000000{
michael@0 79 one{"00 miljard"}
michael@0 80 other{"00 miljard"}
michael@0 81 }
michael@0 82 100000000000{
michael@0 83 one{"000 miljard"}
michael@0 84 other{"000 miljard"}
michael@0 85 }
michael@0 86 1000000000000{
michael@0 87 one{"0 biljoen"}
michael@0 88 other{"0 biljoen"}
michael@0 89 }
michael@0 90 10000000000000{
michael@0 91 one{"00 biljoen"}
michael@0 92 other{"00 biljoen"}
michael@0 93 }
michael@0 94 100000000000000{
michael@0 95 one{"000 biljoen"}
michael@0 96 other{"000 biljoen"}
michael@0 97 }
michael@0 98 }
michael@0 99 }
michael@0 100 patternsShort{
michael@0 101 decimalFormat{
michael@0 102 1000{
michael@0 103 one{"0K"}
michael@0 104 other{"0K"}
michael@0 105 }
michael@0 106 10000{
michael@0 107 one{"00K"}
michael@0 108 other{"00K"}
michael@0 109 }
michael@0 110 100000{
michael@0 111 one{"000K"}
michael@0 112 other{"000K"}
michael@0 113 }
michael@0 114 1000000{
michael@0 115 one{"0 mln'.'"}
michael@0 116 other{"0 mln'.'"}
michael@0 117 }
michael@0 118 10000000{
michael@0 119 one{"00 mln'.'"}
michael@0 120 other{"00 mln'.'"}
michael@0 121 }
michael@0 122 100000000{
michael@0 123 one{"000 mln'.'"}
michael@0 124 other{"000 mln'.'"}
michael@0 125 }
michael@0 126 1000000000{
michael@0 127 one{"0 mld'.'"}
michael@0 128 other{"0 mld'.'"}
michael@0 129 }
michael@0 130 10000000000{
michael@0 131 one{"00 mld'.'"}
michael@0 132 other{"00 mld'.'"}
michael@0 133 }
michael@0 134 100000000000{
michael@0 135 one{"000 mld'.'"}
michael@0 136 other{"000 mld'.'"}
michael@0 137 }
michael@0 138 1000000000000{
michael@0 139 one{"0 bln'.'"}
michael@0 140 other{"0 bln'.'"}
michael@0 141 }
michael@0 142 10000000000000{
michael@0 143 one{"00 bln'.'"}
michael@0 144 other{"00 bln'.'"}
michael@0 145 }
michael@0 146 100000000000000{
michael@0 147 one{"000 bln'.'"}
michael@0 148 other{"000 bln'.'"}
michael@0 149 }
michael@0 150 }
michael@0 151 }
michael@0 152 symbols{
michael@0 153 decimal{","}
michael@0 154 exponential{"E"}
michael@0 155 group{"."}
michael@0 156 infinity{"∞"}
michael@0 157 list{";"}
michael@0 158 minusSign{"-"}
michael@0 159 nan{"NaN"}
michael@0 160 perMille{"‰"}
michael@0 161 percentSign{"%"}
michael@0 162 plusSign{"+"}
michael@0 163 superscriptingExponent{"×"}
michael@0 164 }
michael@0 165 }
michael@0 166 }
michael@0 167 Version{"2.0.93.8"}
michael@0 168 calendar{
michael@0 169 buddhist{
michael@0 170 DateTimePatterns{
michael@0 171 "HH:mm:ss zzzz",
michael@0 172 "HH:mm:ss z",
michael@0 173 "HH:mm:ss",
michael@0 174 "HH:mm",
michael@0 175 "EEEE d MMMM y G",
michael@0 176 "d MMMM y G",
michael@0 177 "d MMM y G",
michael@0 178 "dd-MM-yy GGGGG",
michael@0 179 "{1} {0}",
michael@0 180 "{1} {0}",
michael@0 181 "{1} {0}",
michael@0 182 "{1} {0}",
michael@0 183 "{1} {0}",
michael@0 184 }
michael@0 185 availableFormats{
michael@0 186 Ed{"E d"}
michael@0 187 Gy{"y G"}
michael@0 188 GyMMM{"MMM y G"}
michael@0 189 GyMMMEd{"E d MMM y G"}
michael@0 190 GyMMMd{"d MMM y G"}
michael@0 191 M{"L"}
michael@0 192 MEd{"E d-M"}
michael@0 193 MMM{"LLL"}
michael@0 194 MMMEd{"E d MMM"}
michael@0 195 MMMMd{"d MMMM"}
michael@0 196 MMMd{"d MMM"}
michael@0 197 Md{"d-M"}
michael@0 198 d{"d"}
michael@0 199 y{"y G"}
michael@0 200 yyyy{"y G"}
michael@0 201 yyyyM{"M-y GGGGG"}
michael@0 202 yyyyMEd{"E d-M-y GGGGG"}
michael@0 203 yyyyMMM{"MMM y G"}
michael@0 204 yyyyMMMEd{"E d MMM y G"}
michael@0 205 yyyyMMMM{"MMMM y G"}
michael@0 206 yyyyMMMd{"d MMM y G"}
michael@0 207 yyyyMd{"d-M-y GGGGG"}
michael@0 208 yyyyQQQ{"QQQ y G"}
michael@0 209 yyyyQQQQ{"QQQQ y G"}
michael@0 210 }
michael@0 211 eras{
michael@0 212 abbreviated{
michael@0 213 "BE",
michael@0 214 }
michael@0 215 }
michael@0 216 }
michael@0 217 chinese{
michael@0 218 DateTimePatterns{
michael@0 219 "HH:mm:ss zzzz",
michael@0 220 "HH:mm:ss z",
michael@0 221 "HH:mm:ss",
michael@0 222 "HH:mm",
michael@0 223 "EEEE d MMMM U",
michael@0 224 "d MMMM U",
michael@0 225 "d MMM U",
michael@0 226 "dd-MM-yy",
michael@0 227 "{1} {0}",
michael@0 228 "{1} {0}",
michael@0 229 "{1} {0}",
michael@0 230 "{1} {0}",
michael@0 231 "{1} {0}",
michael@0 232 }
michael@0 233 availableFormats{
michael@0 234 Ed{"E d"}
michael@0 235 Gy{"U"}
michael@0 236 GyMMM{"MMM U"}
michael@0 237 GyMMMEd{"E d MMM U"}
michael@0 238 GyMMMd{"d MMM U"}
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{"E d-M"}
michael@0 244 MMM{"LLL"}
michael@0 245 MMMEd{"E d MMM"}
michael@0 246 MMMMd{"d MMMM"}
michael@0 247 MMMd{"d MMM"}
michael@0 248 Md{"d-M"}
michael@0 249 d{"d"}
michael@0 250 h{"h a"}
michael@0 251 hm{"h:mm a"}
michael@0 252 hms{"h:mm:ss a"}
michael@0 253 ms{"mm:ss"}
michael@0 254 y{"U"}
michael@0 255 yyyy{"U"}
michael@0 256 yyyyM{"M-y"}
michael@0 257 yyyyMEd{"E d-M-y"}
michael@0 258 yyyyMMM{"MMM U"}
michael@0 259 yyyyMMMEd{"E d MMM U"}
michael@0 260 yyyyMMMM{"MMMM U"}
michael@0 261 yyyyMMMd{"d MMM U"}
michael@0 262 yyyyMd{"d-M-y"}
michael@0 263 yyyyQQQ{"QQQ U"}
michael@0 264 yyyyQQQQ{"QQQQ U"}
michael@0 265 }
michael@0 266 cyclicNameSets{
michael@0 267 dayParts{
michael@0 268 format{
michael@0 269 abbreviated{
michael@0 270 "zi",
michael@0 271 "chou",
michael@0 272 "yin",
michael@0 273 "mao",
michael@0 274 "chen",
michael@0 275 "si",
michael@0 276 "wu",
michael@0 277 "wei",
michael@0 278 "shen",
michael@0 279 "you",
michael@0 280 "xu",
michael@0 281 "hai",
michael@0 282 }
michael@0 283 }
michael@0 284 }
michael@0 285 years{
michael@0 286 format{
michael@0 287 abbreviated{
michael@0 288 "jia-zi",
michael@0 289 "yi-chou",
michael@0 290 "bing-yin",
michael@0 291 "ding-mao",
michael@0 292 "wu-chen",
michael@0 293 "ji-si",
michael@0 294 "geng-wu",
michael@0 295 "xin-wei",
michael@0 296 "ren-shen",
michael@0 297 "gui-you",
michael@0 298 "jia-xu",
michael@0 299 "yi-hai",
michael@0 300 "bing-zi",
michael@0 301 "ding-chou",
michael@0 302 "wu-yin",
michael@0 303 "ji-mao",
michael@0 304 "geng-chen",
michael@0 305 "xin-si",
michael@0 306 "ren-wu",
michael@0 307 "gui-wei",
michael@0 308 "jia-shen",
michael@0 309 "yi-you",
michael@0 310 "bing-xu",
michael@0 311 "ding-hai",
michael@0 312 "wu-zi",
michael@0 313 "ji-chou",
michael@0 314 "geng-yin",
michael@0 315 "xin-mao",
michael@0 316 "ren-chen",
michael@0 317 "gui-si",
michael@0 318 "jia-wu",
michael@0 319 "yi-wei",
michael@0 320 "bing-shen",
michael@0 321 "ding-you",
michael@0 322 "wu-xu",
michael@0 323 "ji-hai",
michael@0 324 "geng-zi",
michael@0 325 "xin-chou",
michael@0 326 "ren-yin",
michael@0 327 "gui-mao",
michael@0 328 "jia-chen",
michael@0 329 "yi-si",
michael@0 330 "bing-wu",
michael@0 331 "ding-wei",
michael@0 332 "wu-shen",
michael@0 333 "ji-you",
michael@0 334 "geng-xu",
michael@0 335 "xin-hai",
michael@0 336 "ren-zi",
michael@0 337 "gui-chou",
michael@0 338 "jia-yin",
michael@0 339 "yi-mao",
michael@0 340 "bing-chen",
michael@0 341 "ding-si",
michael@0 342 "wu-wu",
michael@0 343 "ji-wei",
michael@0 344 "geng-shen",
michael@0 345 "xin-you",
michael@0 346 "ren-xu",
michael@0 347 "gui-hai",
michael@0 348 }
michael@0 349 }
michael@0 350 }
michael@0 351 zodiacs{
michael@0 352 format{
michael@0 353 abbreviated{
michael@0 354 "Rat",
michael@0 355 "Os",
michael@0 356 "Tijger",
michael@0 357 "Konijn",
michael@0 358 "Draak",
michael@0 359 "Slang",
michael@0 360 "Paard",
michael@0 361 "Geit",
michael@0 362 "Aap",
michael@0 363 "Haan",
michael@0 364 "Hond",
michael@0 365 "Varken",
michael@0 366 }
michael@0 367 }
michael@0 368 }
michael@0 369 }
michael@0 370 monthNames{
michael@0 371 format{
michael@0 372 narrow{
michael@0 373 "1",
michael@0 374 "2",
michael@0 375 "3",
michael@0 376 "4",
michael@0 377 "5",
michael@0 378 "6",
michael@0 379 "7",
michael@0 380 "8",
michael@0 381 "9",
michael@0 382 "10",
michael@0 383 "11",
michael@0 384 "12",
michael@0 385 }
michael@0 386 }
michael@0 387 stand-alone{
michael@0 388 narrow{
michael@0 389 "1",
michael@0 390 "2",
michael@0 391 "3",
michael@0 392 "4",
michael@0 393 "5",
michael@0 394 "6",
michael@0 395 "7",
michael@0 396 "8",
michael@0 397 "9",
michael@0 398 "10",
michael@0 399 "11",
michael@0 400 "12",
michael@0 401 }
michael@0 402 }
michael@0 403 }
michael@0 404 }
michael@0 405 coptic{
michael@0 406 monthNames{
michael@0 407 format{
michael@0 408 abbreviated{
michael@0 409 "Tut",
michael@0 410 "Babah",
michael@0 411 "Hatur",
michael@0 412 "Kiyahk",
michael@0 413 "Tubah",
michael@0 414 "Amshir",
michael@0 415 "Baramhat",
michael@0 416 "Baramundah",
michael@0 417 "Bashans",
michael@0 418 "Ba'unah",
michael@0 419 "Abib",
michael@0 420 "Misra",
michael@0 421 "Nasi",
michael@0 422 }
michael@0 423 narrow{
michael@0 424 "1",
michael@0 425 "2",
michael@0 426 "3",
michael@0 427 "4",
michael@0 428 "5",
michael@0 429 "6",
michael@0 430 "7",
michael@0 431 "8",
michael@0 432 "9",
michael@0 433 "10",
michael@0 434 "11",
michael@0 435 "12",
michael@0 436 "13",
michael@0 437 }
michael@0 438 wide{
michael@0 439 "Tut",
michael@0 440 "Babah",
michael@0 441 "Hatur",
michael@0 442 "Kiyahk",
michael@0 443 "Tubah",
michael@0 444 "Amshir",
michael@0 445 "Baramhat",
michael@0 446 "Baramundah",
michael@0 447 "Bashans",
michael@0 448 "Ba'unah",
michael@0 449 "Abib",
michael@0 450 "Misra",
michael@0 451 "Nasi",
michael@0 452 }
michael@0 453 }
michael@0 454 stand-alone{
michael@0 455 abbreviated{
michael@0 456 "Tut",
michael@0 457 "Babah",
michael@0 458 "Hatur",
michael@0 459 "Kiyahk",
michael@0 460 "Tubah",
michael@0 461 "Amshir",
michael@0 462 "Baramhat",
michael@0 463 "Baramundah",
michael@0 464 "Bashans",
michael@0 465 "Ba'unah",
michael@0 466 "Abib",
michael@0 467 "Misra",
michael@0 468 "Nasi",
michael@0 469 }
michael@0 470 narrow{
michael@0 471 "1",
michael@0 472 "2",
michael@0 473 "3",
michael@0 474 "4",
michael@0 475 "5",
michael@0 476 "6",
michael@0 477 "7",
michael@0 478 "8",
michael@0 479 "9",
michael@0 480 "10",
michael@0 481 "11",
michael@0 482 "12",
michael@0 483 "13",
michael@0 484 }
michael@0 485 wide{
michael@0 486 "Tut",
michael@0 487 "Babah",
michael@0 488 "Hatur",
michael@0 489 "Kiyahk",
michael@0 490 "Tubah",
michael@0 491 "Amshir",
michael@0 492 "Baramhat",
michael@0 493 "Baramundah",
michael@0 494 "Bashans",
michael@0 495 "Ba'unah",
michael@0 496 "Abib",
michael@0 497 "Misra",
michael@0 498 "Nasi",
michael@0 499 }
michael@0 500 }
michael@0 501 }
michael@0 502 }
michael@0 503 dangi{
michael@0 504 DateTimePatterns{
michael@0 505 "HH:mm:ss zzzz",
michael@0 506 "HH:mm:ss z",
michael@0 507 "HH:mm:ss",
michael@0 508 "HH:mm",
michael@0 509 "EEEE d MMMM U",
michael@0 510 "d MMMM U",
michael@0 511 "d MMM U",
michael@0 512 "dd-MM-yy",
michael@0 513 "{1} {0}",
michael@0 514 "{1} {0}",
michael@0 515 "{1} {0}",
michael@0 516 "{1} {0}",
michael@0 517 "{1} {0}",
michael@0 518 }
michael@0 519 cyclicNameSets{
michael@0 520 dayParts{
michael@0 521 format{
michael@0 522 abbreviated{
michael@0 523 "zi",
michael@0 524 "chou",
michael@0 525 "yin",
michael@0 526 "mao",
michael@0 527 "chen",
michael@0 528 "si",
michael@0 529 "wu",
michael@0 530 "wei",
michael@0 531 "shen",
michael@0 532 "you",
michael@0 533 "xu",
michael@0 534 "hai",
michael@0 535 }
michael@0 536 }
michael@0 537 }
michael@0 538 years{
michael@0 539 format{
michael@0 540 abbreviated{
michael@0 541 "jia-zi",
michael@0 542 "yi-chou",
michael@0 543 "bing-yin",
michael@0 544 "ding-mao",
michael@0 545 "wu-chen",
michael@0 546 "ji-si",
michael@0 547 "geng-wu",
michael@0 548 "xin-wei",
michael@0 549 "ren-shen",
michael@0 550 "gui-you",
michael@0 551 "jia-xu",
michael@0 552 "yi-hai",
michael@0 553 "bing-zi",
michael@0 554 "ding-chou",
michael@0 555 "wu-yin",
michael@0 556 "ji-mao",
michael@0 557 "geng-chen",
michael@0 558 "xin-si",
michael@0 559 "ren-wu",
michael@0 560 "gui-wei",
michael@0 561 "jia-shen",
michael@0 562 "yi-you",
michael@0 563 "bing-xu",
michael@0 564 "ding-hai",
michael@0 565 "wu-zi",
michael@0 566 "ji-chou",
michael@0 567 "geng-yin",
michael@0 568 "xin-mao",
michael@0 569 "ren-chen",
michael@0 570 "gui-si",
michael@0 571 "jia-wu",
michael@0 572 "yi-wei",
michael@0 573 "bing-shen",
michael@0 574 "ding-you",
michael@0 575 "wu-xu",
michael@0 576 "ji-hai",
michael@0 577 "geng-zi",
michael@0 578 "xin-chou",
michael@0 579 "ren-yin",
michael@0 580 "gui-mao",
michael@0 581 "jia-chen",
michael@0 582 "yi-si",
michael@0 583 "bing-wu",
michael@0 584 "ding-wei",
michael@0 585 "wu-shen",
michael@0 586 "ji-you",
michael@0 587 "geng-xu",
michael@0 588 "xin-hai",
michael@0 589 "ren-zi",
michael@0 590 "gui-chou",
michael@0 591 "jia-yin",
michael@0 592 "yi-mao",
michael@0 593 "bing-chen",
michael@0 594 "ding-si",
michael@0 595 "wu-wu",
michael@0 596 "ji-wei",
michael@0 597 "geng-shen",
michael@0 598 "xin-you",
michael@0 599 "ren-xu",
michael@0 600 "gui-hai",
michael@0 601 }
michael@0 602 }
michael@0 603 }
michael@0 604 zodiacs{
michael@0 605 format{
michael@0 606 abbreviated{
michael@0 607 "Rat",
michael@0 608 "Os",
michael@0 609 "Tijger",
michael@0 610 "Konijn",
michael@0 611 "Draak",
michael@0 612 "Slang",
michael@0 613 "Paard",
michael@0 614 "Geit",
michael@0 615 "Aap",
michael@0 616 "Haan",
michael@0 617 "Hond",
michael@0 618 "Varken",
michael@0 619 }
michael@0 620 }
michael@0 621 }
michael@0 622 }
michael@0 623 monthNames{
michael@0 624 format{
michael@0 625 narrow{
michael@0 626 "1",
michael@0 627 "2",
michael@0 628 "3",
michael@0 629 "4",
michael@0 630 "5",
michael@0 631 "6",
michael@0 632 "7",
michael@0 633 "8",
michael@0 634 "9",
michael@0 635 "10",
michael@0 636 "11",
michael@0 637 "12",
michael@0 638 }
michael@0 639 }
michael@0 640 stand-alone{
michael@0 641 narrow{
michael@0 642 "1",
michael@0 643 "2",
michael@0 644 "3",
michael@0 645 "4",
michael@0 646 "5",
michael@0 647 "6",
michael@0 648 "7",
michael@0 649 "8",
michael@0 650 "9",
michael@0 651 "10",
michael@0 652 "11",
michael@0 653 "12",
michael@0 654 }
michael@0 655 }
michael@0 656 }
michael@0 657 }
michael@0 658 ethiopic{
michael@0 659 monthNames{
michael@0 660 format{
michael@0 661 abbreviated{
michael@0 662 "Mäskäräm",
michael@0 663 "Teqemt",
michael@0 664 "Hedar",
michael@0 665 "Tahsas",
michael@0 666 "T'er",
michael@0 667 "Yäkatit",
michael@0 668 "Mägabit",
michael@0 669 "Miyazya",
michael@0 670 "Genbot",
michael@0 671 "Säne",
michael@0 672 "Hamle",
michael@0 673 "Nähase",
michael@0 674 "Pagumän",
michael@0 675 }
michael@0 676 narrow{
michael@0 677 "1",
michael@0 678 "2",
michael@0 679 "3",
michael@0 680 "4",
michael@0 681 "5",
michael@0 682 "6",
michael@0 683 "7",
michael@0 684 "8",
michael@0 685 "9",
michael@0 686 "10",
michael@0 687 "11",
michael@0 688 "12",
michael@0 689 "13",
michael@0 690 }
michael@0 691 wide{
michael@0 692 "Mäskäräm",
michael@0 693 "Teqemt",
michael@0 694 "Hedar",
michael@0 695 "Tahsas",
michael@0 696 "T'er",
michael@0 697 "Yäkatit",
michael@0 698 "Mägabit",
michael@0 699 "Miyazya",
michael@0 700 "Genbot",
michael@0 701 "Säne",
michael@0 702 "Hamle",
michael@0 703 "Nähase",
michael@0 704 "Pagumän",
michael@0 705 }
michael@0 706 }
michael@0 707 stand-alone{
michael@0 708 abbreviated{
michael@0 709 "Mäskäräm",
michael@0 710 "Teqemt",
michael@0 711 "Hedar",
michael@0 712 "Tahsas",
michael@0 713 "T'er",
michael@0 714 "Yäkatit",
michael@0 715 "Mägabit",
michael@0 716 "Miyazya",
michael@0 717 "Genbot",
michael@0 718 "Säne",
michael@0 719 "Hamle",
michael@0 720 "Nähase",
michael@0 721 "Pagumän",
michael@0 722 }
michael@0 723 narrow{
michael@0 724 "1",
michael@0 725 "2",
michael@0 726 "3",
michael@0 727 "4",
michael@0 728 "5",
michael@0 729 "6",
michael@0 730 "7",
michael@0 731 "8",
michael@0 732 "9",
michael@0 733 "10",
michael@0 734 "11",
michael@0 735 "12",
michael@0 736 "13",
michael@0 737 }
michael@0 738 wide{
michael@0 739 "Mäskäräm",
michael@0 740 "Teqemt",
michael@0 741 "Hedar",
michael@0 742 "Tahsas",
michael@0 743 "T'er",
michael@0 744 "Yäkatit",
michael@0 745 "Mägabit",
michael@0 746 "Miyazya",
michael@0 747 "Genbot",
michael@0 748 "Säne",
michael@0 749 "Hamle",
michael@0 750 "Nähase",
michael@0 751 "Pagumän",
michael@0 752 }
michael@0 753 }
michael@0 754 }
michael@0 755 }
michael@0 756 generic{
michael@0 757 DateTimePatterns{
michael@0 758 "HH:mm:ss zzzz",
michael@0 759 "HH:mm:ss z",
michael@0 760 "HH:mm:ss",
michael@0 761 "HH:mm",
michael@0 762 "EEEE d MMMM y G",
michael@0 763 "d MMMM y G",
michael@0 764 "d MMM y G",
michael@0 765 "dd-MM-yy GGGGG",
michael@0 766 "{1} {0}",
michael@0 767 "{1} {0}",
michael@0 768 "{1} {0}",
michael@0 769 "{1} {0}",
michael@0 770 "{1} {0}",
michael@0 771 }
michael@0 772 availableFormats{
michael@0 773 Ed{"E d"}
michael@0 774 Gy{"y G"}
michael@0 775 GyMMM{"MMM y G"}
michael@0 776 GyMMMEd{"E d MMM y G"}
michael@0 777 GyMMMd{"d MMM y G"}
michael@0 778 H{"HH"}
michael@0 779 Hm{"HH:mm"}
michael@0 780 Hms{"HH:mm:ss"}
michael@0 781 M{"L"}
michael@0 782 MEd{"E d-M"}
michael@0 783 MMM{"LLL"}
michael@0 784 MMMEd{"E d MMM"}
michael@0 785 MMMMd{"d MMMM"}
michael@0 786 MMMd{"d MMM"}
michael@0 787 Md{"d-M"}
michael@0 788 d{"d"}
michael@0 789 h{"h a"}
michael@0 790 hm{"h:mm a"}
michael@0 791 hms{"h:mm:ss a"}
michael@0 792 ms{"mm:ss"}
michael@0 793 y{"y G"}
michael@0 794 yyyy{"y G"}
michael@0 795 yyyyM{"M-y GGGGG"}
michael@0 796 yyyyMEd{"E d-M-y GGGGG"}
michael@0 797 yyyyMMM{"MMM y G"}
michael@0 798 yyyyMMMEd{"E d MMM y G"}
michael@0 799 yyyyMMMM{"MMMM y G"}
michael@0 800 yyyyMMMd{"d MMM y G"}
michael@0 801 yyyyMd{"d-M-y GGGGG"}
michael@0 802 yyyyQQQ{"QQQ y G"}
michael@0 803 yyyyQQQQ{"QQQQ y G"}
michael@0 804 }
michael@0 805 intervalFormats{
michael@0 806 H{
michael@0 807 H{"HH-HH"}
michael@0 808 }
michael@0 809 Hm{
michael@0 810 H{"HH:mm-HH:mm"}
michael@0 811 m{"HH:mm-HH:mm"}
michael@0 812 }
michael@0 813 Hmv{
michael@0 814 H{"HH:mm-HH:mm v"}
michael@0 815 m{"HH:mm-HH:mm v"}
michael@0 816 }
michael@0 817 Hv{
michael@0 818 H{"HH-HH v"}
michael@0 819 }
michael@0 820 M{
michael@0 821 M{"M-M"}
michael@0 822 }
michael@0 823 MEd{
michael@0 824 M{"E dd-MM - E dd-MM"}
michael@0 825 d{"E dd-MM - E dd-MM"}
michael@0 826 }
michael@0 827 MMM{
michael@0 828 M{"MMM-MMM"}
michael@0 829 }
michael@0 830 MMMEd{
michael@0 831 M{"E d MMM - E d MMM"}
michael@0 832 d{"E d - E d MMM"}
michael@0 833 }
michael@0 834 MMMM{
michael@0 835 M{"MMMM–MMMM"}
michael@0 836 }
michael@0 837 MMMd{
michael@0 838 M{"d MMM - d MMM"}
michael@0 839 d{"d-d MMM"}
michael@0 840 }
michael@0 841 Md{
michael@0 842 M{"dd-MM - dd-MM"}
michael@0 843 d{"dd-MM - dd-MM"}
michael@0 844 }
michael@0 845 d{
michael@0 846 d{"d-d"}
michael@0 847 }
michael@0 848 fallback{"{0} - {1}"}
michael@0 849 h{
michael@0 850 a{"h a - h a"}
michael@0 851 h{"h-h a"}
michael@0 852 }
michael@0 853 hm{
michael@0 854 a{"h:mm a - h:mm a"}
michael@0 855 h{"h:mm-h:mm a"}
michael@0 856 m{"h:mm-h:mm a"}
michael@0 857 }
michael@0 858 hmv{
michael@0 859 a{"h:mm a - h:mm a v"}
michael@0 860 h{"h:mm-h:mm a v"}
michael@0 861 m{"h:mm-h:mm a v"}
michael@0 862 }
michael@0 863 hv{
michael@0 864 a{"h a - h a v"}
michael@0 865 h{"h-h a v"}
michael@0 866 }
michael@0 867 y{
michael@0 868 y{"y-y G"}
michael@0 869 }
michael@0 870 yM{
michael@0 871 M{"MM-y - MM-y G"}
michael@0 872 y{"MM-y - MM-y G"}
michael@0 873 }
michael@0 874 yMEd{
michael@0 875 M{"E dd-MM-y - E dd-MM-y G"}
michael@0 876 d{"E dd-MM-y - E dd-MM-y G"}
michael@0 877 y{"E dd-MM-y - E dd-MM-y G"}
michael@0 878 }
michael@0 879 yMMM{
michael@0 880 M{"MMM-MMM y G"}
michael@0 881 y{"MMM y - MMM y G"}
michael@0 882 }
michael@0 883 yMMMEd{
michael@0 884 M{"E d MMM - E d MMM y G"}
michael@0 885 d{"E d - E d MMM y G"}
michael@0 886 y{"E d MMM y - E d MMM y G"}
michael@0 887 }
michael@0 888 yMMMM{
michael@0 889 M{"MMMM-MMMM y G"}
michael@0 890 y{"MMMM y - MMMM y G"}
michael@0 891 }
michael@0 892 yMMMd{
michael@0 893 M{"d MMM - d MMM y G"}
michael@0 894 d{"d-d MMM y G"}
michael@0 895 y{"d MMM y - d MMM y G"}
michael@0 896 }
michael@0 897 yMd{
michael@0 898 M{"dd-MM-y - dd-MM-y G"}
michael@0 899 d{"dd-MM-y - dd-MM-y G"}
michael@0 900 y{"dd-MM-y - dd-MM-y G"}
michael@0 901 }
michael@0 902 }
michael@0 903 }
michael@0 904 gregorian{
michael@0 905 AmPmMarkers{
michael@0 906 "AM",
michael@0 907 "PM",
michael@0 908 }
michael@0 909 AmPmMarkersNarrow{
michael@0 910 "AM",
michael@0 911 "PM",
michael@0 912 }
michael@0 913 DateTimePatterns{
michael@0 914 "HH:mm:ss zzzz",
michael@0 915 "HH:mm:ss z",
michael@0 916 "HH:mm:ss",
michael@0 917 "HH:mm",
michael@0 918 "EEEE d MMMM y",
michael@0 919 "d MMMM y",
michael@0 920 "d MMM y",
michael@0 921 "dd-MM-yy",
michael@0 922 "{1} {0}",
michael@0 923 "{1} {0}",
michael@0 924 "{1} {0}",
michael@0 925 "{1} {0}",
michael@0 926 "{1} {0}",
michael@0 927 }
michael@0 928 appendItems{
michael@0 929 Timezone{"{0} {1}"}
michael@0 930 }
michael@0 931 availableFormats{
michael@0 932 EHm{"E HH:mm"}
michael@0 933 EHms{"E HH:mm:ss"}
michael@0 934 Ed{"E d"}
michael@0 935 Ehm{"E h:mm a"}
michael@0 936 Ehms{"E h:mm:ss a"}
michael@0 937 Gy{"y G"}
michael@0 938 GyMMM{"MMM y G"}
michael@0 939 GyMMMEd{"E d MMM y G"}
michael@0 940 GyMMMd{"d MMM y G"}
michael@0 941 H{"HH"}
michael@0 942 Hm{"HH:mm"}
michael@0 943 Hms{"HH:mm:ss"}
michael@0 944 M{"L"}
michael@0 945 MEd{"E d-M"}
michael@0 946 MMM{"LLL"}
michael@0 947 MMMEd{"E d MMM"}
michael@0 948 MMMMd{"d MMMM"}
michael@0 949 MMMd{"d MMM"}
michael@0 950 Md{"d-M"}
michael@0 951 d{"d"}
michael@0 952 h{"h a"}
michael@0 953 hm{"h:mm a"}
michael@0 954 hms{"h:mm:ss a"}
michael@0 955 ms{"mm:ss"}
michael@0 956 y{"y"}
michael@0 957 yM{"M-y"}
michael@0 958 yMEd{"E d-M-y"}
michael@0 959 yMMM{"MMM y"}
michael@0 960 yMMMEd{"E d MMM y"}
michael@0 961 yMMMM{"MMMM y"}
michael@0 962 yMMMd{"d MMM y"}
michael@0 963 yMd{"d-M-y"}
michael@0 964 yQQQ{"QQQ y"}
michael@0 965 yQQQQ{"QQQQ y"}
michael@0 966 }
michael@0 967 dayNames{
michael@0 968 format{
michael@0 969 abbreviated{
michael@0 970 "zo",
michael@0 971 "ma",
michael@0 972 "di",
michael@0 973 "wo",
michael@0 974 "do",
michael@0 975 "vr",
michael@0 976 "za",
michael@0 977 }
michael@0 978 narrow{
michael@0 979 "Z",
michael@0 980 "M",
michael@0 981 "D",
michael@0 982 "W",
michael@0 983 "D",
michael@0 984 "V",
michael@0 985 "Z",
michael@0 986 }
michael@0 987 short{
michael@0 988 "zo",
michael@0 989 "ma",
michael@0 990 "di",
michael@0 991 "wo",
michael@0 992 "do",
michael@0 993 "vr",
michael@0 994 "za",
michael@0 995 }
michael@0 996 wide{
michael@0 997 "zondag",
michael@0 998 "maandag",
michael@0 999 "dinsdag",
michael@0 1000 "woensdag",
michael@0 1001 "donderdag",
michael@0 1002 "vrijdag",
michael@0 1003 "zaterdag",
michael@0 1004 }
michael@0 1005 }
michael@0 1006 stand-alone{
michael@0 1007 abbreviated{
michael@0 1008 "zo",
michael@0 1009 "ma",
michael@0 1010 "di",
michael@0 1011 "wo",
michael@0 1012 "do",
michael@0 1013 "vr",
michael@0 1014 "za",
michael@0 1015 }
michael@0 1016 narrow{
michael@0 1017 "Z",
michael@0 1018 "M",
michael@0 1019 "D",
michael@0 1020 "W",
michael@0 1021 "D",
michael@0 1022 "V",
michael@0 1023 "Z",
michael@0 1024 }
michael@0 1025 short{
michael@0 1026 "zo",
michael@0 1027 "ma",
michael@0 1028 "di",
michael@0 1029 "wo",
michael@0 1030 "do",
michael@0 1031 "vr",
michael@0 1032 "za",
michael@0 1033 }
michael@0 1034 wide{
michael@0 1035 "zondag",
michael@0 1036 "maandag",
michael@0 1037 "dinsdag",
michael@0 1038 "woensdag",
michael@0 1039 "donderdag",
michael@0 1040 "vrijdag",
michael@0 1041 "zaterdag",
michael@0 1042 }
michael@0 1043 }
michael@0 1044 }
michael@0 1045 eras{
michael@0 1046 abbreviated{
michael@0 1047 "v.Chr.",
michael@0 1048 "n.Chr.",
michael@0 1049 }
michael@0 1050 narrow{
michael@0 1051 "v.C.",
michael@0 1052 "n.C.",
michael@0 1053 }
michael@0 1054 wide{
michael@0 1055 "Voor Christus",
michael@0 1056 "na Christus",
michael@0 1057 }
michael@0 1058 }
michael@0 1059 intervalFormats{
michael@0 1060 H{
michael@0 1061 H{"HH-HH"}
michael@0 1062 }
michael@0 1063 Hm{
michael@0 1064 H{"HH:mm-HH:mm"}
michael@0 1065 m{"HH:mm-HH:mm"}
michael@0 1066 }
michael@0 1067 Hmv{
michael@0 1068 H{"HH:mm-HH:mm v"}
michael@0 1069 m{"HH:mm-HH:mm v"}
michael@0 1070 }
michael@0 1071 Hv{
michael@0 1072 H{"HH-HH v"}
michael@0 1073 }
michael@0 1074 M{
michael@0 1075 M{"M-M"}
michael@0 1076 }
michael@0 1077 MEd{
michael@0 1078 M{"E dd-MM - E dd-MM"}
michael@0 1079 d{"E dd-MM - E dd-MM"}
michael@0 1080 }
michael@0 1081 MMM{
michael@0 1082 M{"MMM-MMM"}
michael@0 1083 }
michael@0 1084 MMMEd{
michael@0 1085 M{"E d MMM - E d MMM"}
michael@0 1086 d{"E d - E d MMM"}
michael@0 1087 }
michael@0 1088 MMMM{
michael@0 1089 M{"MMMM–MMMM"}
michael@0 1090 }
michael@0 1091 MMMd{
michael@0 1092 M{"d MMM - d MMM"}
michael@0 1093 d{"d-d MMM"}
michael@0 1094 }
michael@0 1095 Md{
michael@0 1096 M{"dd-MM - dd-MM"}
michael@0 1097 d{"dd-MM - dd-MM"}
michael@0 1098 }
michael@0 1099 d{
michael@0 1100 d{"d-d"}
michael@0 1101 }
michael@0 1102 fallback{"{0} - {1}"}
michael@0 1103 h{
michael@0 1104 a{"h a - h a"}
michael@0 1105 h{"h-h a"}
michael@0 1106 }
michael@0 1107 hm{
michael@0 1108 a{"h:mm a - h:mm a"}
michael@0 1109 h{"h:mm-h:mm a"}
michael@0 1110 m{"h:mm-h:mm a"}
michael@0 1111 }
michael@0 1112 hmv{
michael@0 1113 a{"h:mm a - h:mm a v"}
michael@0 1114 h{"h:mm-h:mm a v"}
michael@0 1115 m{"h:mm-h:mm a v"}
michael@0 1116 }
michael@0 1117 hv{
michael@0 1118 a{"h a - h a v"}
michael@0 1119 h{"h-h a v"}
michael@0 1120 }
michael@0 1121 y{
michael@0 1122 y{"y-y"}
michael@0 1123 }
michael@0 1124 yM{
michael@0 1125 M{"MM-y - MM-y"}
michael@0 1126 y{"MM-y - MM-y"}
michael@0 1127 }
michael@0 1128 yMEd{
michael@0 1129 M{"E dd-MM-y - E dd-MM-y"}
michael@0 1130 d{"E dd-MM-y - E dd-MM-y"}
michael@0 1131 y{"E dd-MM-y - E dd-MM-y"}
michael@0 1132 }
michael@0 1133 yMMM{
michael@0 1134 M{"MMM-MMM y"}
michael@0 1135 y{"MMM y - MMM y"}
michael@0 1136 }
michael@0 1137 yMMMEd{
michael@0 1138 M{"E d MMM - E d MMM y"}
michael@0 1139 d{"E d - E d MMM y"}
michael@0 1140 y{"E d MMM y - E d MMM y"}
michael@0 1141 }
michael@0 1142 yMMMM{
michael@0 1143 M{"MMMM-MMMM y"}
michael@0 1144 y{"MMMM y - MMMM y"}
michael@0 1145 }
michael@0 1146 yMMMd{
michael@0 1147 M{"d MMM - d MMM y"}
michael@0 1148 d{"d-d MMM y"}
michael@0 1149 y{"d MMM y - d MMM y"}
michael@0 1150 }
michael@0 1151 yMd{
michael@0 1152 M{"dd-MM-y - dd-MM-y"}
michael@0 1153 d{"dd-MM-y - dd-MM-y"}
michael@0 1154 y{"dd-MM-y - dd-MM-y"}
michael@0 1155 }
michael@0 1156 }
michael@0 1157 monthNames{
michael@0 1158 format{
michael@0 1159 abbreviated{
michael@0 1160 "jan.",
michael@0 1161 "feb.",
michael@0 1162 "mrt.",
michael@0 1163 "apr.",
michael@0 1164 "mei",
michael@0 1165 "jun.",
michael@0 1166 "jul.",
michael@0 1167 "aug.",
michael@0 1168 "sep.",
michael@0 1169 "okt.",
michael@0 1170 "nov.",
michael@0 1171 "dec.",
michael@0 1172 }
michael@0 1173 narrow{
michael@0 1174 "J",
michael@0 1175 "F",
michael@0 1176 "M",
michael@0 1177 "A",
michael@0 1178 "M",
michael@0 1179 "J",
michael@0 1180 "J",
michael@0 1181 "A",
michael@0 1182 "S",
michael@0 1183 "O",
michael@0 1184 "N",
michael@0 1185 "D",
michael@0 1186 }
michael@0 1187 wide{
michael@0 1188 "januari",
michael@0 1189 "februari",
michael@0 1190 "maart",
michael@0 1191 "april",
michael@0 1192 "mei",
michael@0 1193 "juni",
michael@0 1194 "juli",
michael@0 1195 "augustus",
michael@0 1196 "september",
michael@0 1197 "oktober",
michael@0 1198 "november",
michael@0 1199 "december",
michael@0 1200 }
michael@0 1201 }
michael@0 1202 stand-alone{
michael@0 1203 abbreviated{
michael@0 1204 "jan",
michael@0 1205 "feb",
michael@0 1206 "mrt",
michael@0 1207 "apr",
michael@0 1208 "mei",
michael@0 1209 "jun",
michael@0 1210 "jul",
michael@0 1211 "aug",
michael@0 1212 "sep",
michael@0 1213 "okt",
michael@0 1214 "nov",
michael@0 1215 "dec",
michael@0 1216 }
michael@0 1217 narrow{
michael@0 1218 "J",
michael@0 1219 "F",
michael@0 1220 "M",
michael@0 1221 "A",
michael@0 1222 "M",
michael@0 1223 "J",
michael@0 1224 "J",
michael@0 1225 "A",
michael@0 1226 "S",
michael@0 1227 "O",
michael@0 1228 "N",
michael@0 1229 "D",
michael@0 1230 }
michael@0 1231 wide{
michael@0 1232 "januari",
michael@0 1233 "februari",
michael@0 1234 "maart",
michael@0 1235 "april",
michael@0 1236 "mei",
michael@0 1237 "juni",
michael@0 1238 "juli",
michael@0 1239 "augustus",
michael@0 1240 "september",
michael@0 1241 "oktober",
michael@0 1242 "november",
michael@0 1243 "december",
michael@0 1244 }
michael@0 1245 }
michael@0 1246 }
michael@0 1247 quarters{
michael@0 1248 format{
michael@0 1249 abbreviated{
michael@0 1250 "K1",
michael@0 1251 "K2",
michael@0 1252 "K3",
michael@0 1253 "K4",
michael@0 1254 }
michael@0 1255 narrow{
michael@0 1256 "1",
michael@0 1257 "2",
michael@0 1258 "3",
michael@0 1259 "4",
michael@0 1260 }
michael@0 1261 wide{
michael@0 1262 "1e kwartaal",
michael@0 1263 "2e kwartaal",
michael@0 1264 "3e kwartaal",
michael@0 1265 "4e kwartaal",
michael@0 1266 }
michael@0 1267 }
michael@0 1268 stand-alone{
michael@0 1269 abbreviated{
michael@0 1270 "K1",
michael@0 1271 "K2",
michael@0 1272 "K3",
michael@0 1273 "K4",
michael@0 1274 }
michael@0 1275 narrow{
michael@0 1276 "1",
michael@0 1277 "2",
michael@0 1278 "3",
michael@0 1279 "4",
michael@0 1280 }
michael@0 1281 wide{
michael@0 1282 "1e kwartaal",
michael@0 1283 "2e kwartaal",
michael@0 1284 "3e kwartaal",
michael@0 1285 "4e kwartaal",
michael@0 1286 }
michael@0 1287 }
michael@0 1288 }
michael@0 1289 }
michael@0 1290 hebrew{
michael@0 1291 DateTimePatterns{
michael@0 1292 "HH:mm:ss zzzz",
michael@0 1293 "HH:mm:ss z",
michael@0 1294 "HH:mm:ss",
michael@0 1295 "HH:mm",
michael@0 1296 "EEEE d MMMM y G",
michael@0 1297 "d MMMM y G",
michael@0 1298 "d MMM y G",
michael@0 1299 "dd-MM-yy GGGGG",
michael@0 1300 "{1} {0}",
michael@0 1301 "{1} {0}",
michael@0 1302 "{1} {0}",
michael@0 1303 "{1} {0}",
michael@0 1304 "{1} {0}",
michael@0 1305 }
michael@0 1306 eras{
michael@0 1307 abbreviated{
michael@0 1308 "AM",
michael@0 1309 }
michael@0 1310 }
michael@0 1311 monthNames{
michael@0 1312 format{
michael@0 1313 abbreviated{
michael@0 1314 "Tisjrie",
michael@0 1315 "Chesjwan",
michael@0 1316 "Kislev",
michael@0 1317 "Tevet",
michael@0 1318 "Sjevat",
michael@0 1319 "Adar A",
michael@0 1320 "Adar",
michael@0 1321 "Nisan",
michael@0 1322 "Ijar",
michael@0 1323 "Sivan",
michael@0 1324 "Tammoez",
michael@0 1325 "Av",
michael@0 1326 "Elloel",
michael@0 1327 "Adar B",
michael@0 1328 }
michael@0 1329 wide{
michael@0 1330 "Tisjrie",
michael@0 1331 "Chesjwan",
michael@0 1332 "Kislev",
michael@0 1333 "Tevet",
michael@0 1334 "Sjevat",
michael@0 1335 "Adar A",
michael@0 1336 "Adar",
michael@0 1337 "Nisan",
michael@0 1338 "Ijar",
michael@0 1339 "Sivan",
michael@0 1340 "Tammoez",
michael@0 1341 "Av",
michael@0 1342 "Elloel",
michael@0 1343 "Adar B",
michael@0 1344 }
michael@0 1345 }
michael@0 1346 stand-alone{
michael@0 1347 abbreviated{
michael@0 1348 "Tisjrie",
michael@0 1349 "Chesjwan",
michael@0 1350 "Kislev",
michael@0 1351 "Tevet",
michael@0 1352 "Sjevat",
michael@0 1353 "Adar A",
michael@0 1354 "Adar",
michael@0 1355 "Nisan",
michael@0 1356 "Ijar",
michael@0 1357 "Sivan",
michael@0 1358 "Tammoez",
michael@0 1359 "Av",
michael@0 1360 "Elloel",
michael@0 1361 "Adar B",
michael@0 1362 }
michael@0 1363 wide{
michael@0 1364 "Tisjrie",
michael@0 1365 "Chesjwan",
michael@0 1366 "Kislev",
michael@0 1367 "Tevet",
michael@0 1368 "Sjevat",
michael@0 1369 "Adar A",
michael@0 1370 "Adar",
michael@0 1371 "Nisan",
michael@0 1372 "Ijar",
michael@0 1373 "Sivan",
michael@0 1374 "Tammoez",
michael@0 1375 "Av",
michael@0 1376 "Elloel",
michael@0 1377 "Adar B",
michael@0 1378 }
michael@0 1379 }
michael@0 1380 }
michael@0 1381 }
michael@0 1382 indian{
michael@0 1383 eras{
michael@0 1384 abbreviated{
michael@0 1385 "SAKA",
michael@0 1386 }
michael@0 1387 }
michael@0 1388 monthNames{
michael@0 1389 format{
michael@0 1390 abbreviated{
michael@0 1391 "Chaitra",
michael@0 1392 "Vaishakha",
michael@0 1393 "Jyeshtha",
michael@0 1394 "Aashaadha",
michael@0 1395 "Shraavana",
michael@0 1396 "Bhaadrapada",
michael@0 1397 "Ashvina",
michael@0 1398 "Kaartika",
michael@0 1399 "Agrahayana",
michael@0 1400 "Pausha",
michael@0 1401 "Maagha",
michael@0 1402 "Phaalguna",
michael@0 1403 }
michael@0 1404 narrow{
michael@0 1405 "1",
michael@0 1406 "2",
michael@0 1407 "3",
michael@0 1408 "4",
michael@0 1409 "5",
michael@0 1410 "6",
michael@0 1411 "7",
michael@0 1412 "8",
michael@0 1413 "9",
michael@0 1414 "10",
michael@0 1415 "11",
michael@0 1416 "12",
michael@0 1417 }
michael@0 1418 wide{
michael@0 1419 "Chaitra",
michael@0 1420 "Vaishakha",
michael@0 1421 "Jyeshtha",
michael@0 1422 "Aashaadha",
michael@0 1423 "Shraavana",
michael@0 1424 "Bhaadrapada",
michael@0 1425 "Ashvina",
michael@0 1426 "Kaartika",
michael@0 1427 "Agrahayana",
michael@0 1428 "Pausha",
michael@0 1429 "Maagha",
michael@0 1430 "Phaalguna",
michael@0 1431 }
michael@0 1432 }
michael@0 1433 stand-alone{
michael@0 1434 abbreviated{
michael@0 1435 "Chaitra",
michael@0 1436 "Vaishakha",
michael@0 1437 "Jyeshtha",
michael@0 1438 "Aashaadha",
michael@0 1439 "Shraavana",
michael@0 1440 "Bhaadrapada",
michael@0 1441 "Ashvina",
michael@0 1442 "Kaartika",
michael@0 1443 "Agrahayana",
michael@0 1444 "Pausha",
michael@0 1445 "Maagha",
michael@0 1446 "Phaalguna",
michael@0 1447 }
michael@0 1448 narrow{
michael@0 1449 "1",
michael@0 1450 "2",
michael@0 1451 "3",
michael@0 1452 "4",
michael@0 1453 "5",
michael@0 1454 "6",
michael@0 1455 "7",
michael@0 1456 "8",
michael@0 1457 "9",
michael@0 1458 "10",
michael@0 1459 "11",
michael@0 1460 "12",
michael@0 1461 }
michael@0 1462 wide{
michael@0 1463 "Chaitra",
michael@0 1464 "Vaishakha",
michael@0 1465 "Jyeshtha",
michael@0 1466 "Aashaadha",
michael@0 1467 "Shraavana",
michael@0 1468 "Bhaadrapada",
michael@0 1469 "Ashvina",
michael@0 1470 "Kaartika",
michael@0 1471 "Agrahayana",
michael@0 1472 "Pausha",
michael@0 1473 "Maagha",
michael@0 1474 "Phaalguna",
michael@0 1475 }
michael@0 1476 }
michael@0 1477 }
michael@0 1478 }
michael@0 1479 islamic{
michael@0 1480 DateTimePatterns{
michael@0 1481 "HH:mm:ss zzzz",
michael@0 1482 "HH:mm:ss z",
michael@0 1483 "HH:mm:ss",
michael@0 1484 "HH:mm",
michael@0 1485 "EEEE d MMMM y G",
michael@0 1486 "d MMMM y G",
michael@0 1487 "d MMM y G",
michael@0 1488 "dd-MM-yy GGGGG",
michael@0 1489 "{1} {0}",
michael@0 1490 "{1} {0}",
michael@0 1491 "{1} {0}",
michael@0 1492 "{1} {0}",
michael@0 1493 "{1} {0}",
michael@0 1494 }
michael@0 1495 availableFormats{
michael@0 1496 Ed{"E d"}
michael@0 1497 Gy{"y G"}
michael@0 1498 GyMMM{"MMM y G"}
michael@0 1499 GyMMMEd{"E d MMM y G"}
michael@0 1500 GyMMMd{"d MMM y G"}
michael@0 1501 M{"L"}
michael@0 1502 MEd{"E d-M"}
michael@0 1503 MMM{"LLL"}
michael@0 1504 MMMEd{"E d MMM"}
michael@0 1505 MMMMd{"d MMMM"}
michael@0 1506 MMMd{"d MMM"}
michael@0 1507 Md{"d-M"}
michael@0 1508 d{"d"}
michael@0 1509 y{"y G"}
michael@0 1510 yyyy{"y G"}
michael@0 1511 yyyyM{"M-y GGGGG"}
michael@0 1512 yyyyMEd{"E d-M-y GGGGG"}
michael@0 1513 yyyyMMM{"MMM y G"}
michael@0 1514 yyyyMMMEd{"E d MMM y G"}
michael@0 1515 yyyyMMMM{"MMMM y G"}
michael@0 1516 yyyyMMMd{"d MMM y G"}
michael@0 1517 yyyyMd{"d-M-y GGGGG"}
michael@0 1518 yyyyQQQ{"QQQ y G"}
michael@0 1519 yyyyQQQQ{"QQQQ y G"}
michael@0 1520 }
michael@0 1521 eras{
michael@0 1522 abbreviated{
michael@0 1523 "Saʻna Hizjria",
michael@0 1524 }
michael@0 1525 }
michael@0 1526 monthNames{
michael@0 1527 format{
michael@0 1528 abbreviated{
michael@0 1529 "Moeh.",
michael@0 1530 "Saf.",
michael@0 1531 "Rab. I",
michael@0 1532 "Rab. II",
michael@0 1533 "Joem. I",
michael@0 1534 "Joem. II",
michael@0 1535 "Raj.",
michael@0 1536 "Sja.",
michael@0 1537 "Ram.",
michael@0 1538 "Sjaw.",
michael@0 1539 "Doe al k.",
michael@0 1540 "Doe al h.",
michael@0 1541 }
michael@0 1542 narrow{
michael@0 1543 "1",
michael@0 1544 "2",
michael@0 1545 "3",
michael@0 1546 "4",
michael@0 1547 "5",
michael@0 1548 "6",
michael@0 1549 "7",
michael@0 1550 "8",
michael@0 1551 "9",
michael@0 1552 "10",
michael@0 1553 "11",
michael@0 1554 "12",
michael@0 1555 }
michael@0 1556 wide{
michael@0 1557 "Moeharram",
michael@0 1558 "Safar",
michael@0 1559 "Rabiʻa al awal",
michael@0 1560 "Rabiʻa al thani",
michael@0 1561 "Joemadʻal awal",
michael@0 1562 "Joemadʻal thani",
michael@0 1563 "Rajab",
michael@0 1564 "Sjaʻaban",
michael@0 1565 "Ramadan",
michael@0 1566 "Sjawal",
michael@0 1567 "Doe al kaʻaba",
michael@0 1568 "Doe al hizja",
michael@0 1569 }
michael@0 1570 }
michael@0 1571 stand-alone{
michael@0 1572 abbreviated{
michael@0 1573 "Moeh.",
michael@0 1574 "Saf.",
michael@0 1575 "Rab. I",
michael@0 1576 "Rab. II",
michael@0 1577 "Joem. I",
michael@0 1578 "Joem. II",
michael@0 1579 "Raj.",
michael@0 1580 "Sja.",
michael@0 1581 "Ram.",
michael@0 1582 "Sjaw.",
michael@0 1583 "Doe al k.",
michael@0 1584 "Doe al h.",
michael@0 1585 }
michael@0 1586 narrow{
michael@0 1587 "1",
michael@0 1588 "2",
michael@0 1589 "3",
michael@0 1590 "4",
michael@0 1591 "5",
michael@0 1592 "6",
michael@0 1593 "7",
michael@0 1594 "8",
michael@0 1595 "9",
michael@0 1596 "10",
michael@0 1597 "11",
michael@0 1598 "12",
michael@0 1599 }
michael@0 1600 wide{
michael@0 1601 "Moeharram",
michael@0 1602 "Safar",
michael@0 1603 "Rabiʻa al awal",
michael@0 1604 "Rabiʻa al thani",
michael@0 1605 "Joemadʻal awal",
michael@0 1606 "Joemadʻal thani",
michael@0 1607 "Rajab",
michael@0 1608 "Sjaʻaban",
michael@0 1609 "Ramadan",
michael@0 1610 "Sjawal",
michael@0 1611 "Doe al kaʻaba",
michael@0 1612 "Doe al hizja",
michael@0 1613 }
michael@0 1614 }
michael@0 1615 }
michael@0 1616 }
michael@0 1617 japanese{
michael@0 1618 DateTimePatterns{
michael@0 1619 "HH:mm:ss zzzz",
michael@0 1620 "HH:mm:ss z",
michael@0 1621 "HH:mm:ss",
michael@0 1622 "HH:mm",
michael@0 1623 "EEEE d MMMM y G",
michael@0 1624 "d MMMM y G",
michael@0 1625 "d MMM y G",
michael@0 1626 "dd-MM-yy GGGGG",
michael@0 1627 "{1} {0}",
michael@0 1628 "{1} {0}",
michael@0 1629 "{1} {0}",
michael@0 1630 "{1} {0}",
michael@0 1631 "{1} {0}",
michael@0 1632 }
michael@0 1633 availableFormats{
michael@0 1634 Ed{"E d"}
michael@0 1635 Gy{"y G"}
michael@0 1636 GyMMM{"MMM y G"}
michael@0 1637 GyMMMEd{"E d MMM y G"}
michael@0 1638 GyMMMd{"d MMM y G"}
michael@0 1639 M{"L"}
michael@0 1640 MEd{"E d-M"}
michael@0 1641 MMM{"LLL"}
michael@0 1642 MMMEd{"E d MMM"}
michael@0 1643 MMMMd{"d MMMM"}
michael@0 1644 MMMd{"d MMM"}
michael@0 1645 Md{"d-M"}
michael@0 1646 d{"d"}
michael@0 1647 y{"y G"}
michael@0 1648 yyyy{"y G"}
michael@0 1649 yyyyM{"M-y GGGGG"}
michael@0 1650 yyyyMEd{"E d-M-y GGGGG"}
michael@0 1651 yyyyMMM{"MMM y G"}
michael@0 1652 yyyyMMMEd{"E d MMM y G"}
michael@0 1653 yyyyMMMM{"MMMM y G"}
michael@0 1654 yyyyMMMd{"d MMM y G"}
michael@0 1655 yyyyMd{"d-M-y GGGGG"}
michael@0 1656 yyyyQQQ{"QQQ y G"}
michael@0 1657 yyyyQQQQ{"QQQQ y G"}
michael@0 1658 }
michael@0 1659 eras{
michael@0 1660 abbreviated{
michael@0 1661 "Taika (645-650)",
michael@0 1662 "Hakuchi (650-671)",
michael@0 1663 "Hakuhō (672-686)",
michael@0 1664 "Shuchō (686-701)",
michael@0 1665 "Taihō (701-704)",
michael@0 1666 "Keiun (704-708)",
michael@0 1667 "Wadō (708-715)",
michael@0 1668 "Reiki (715-717)",
michael@0 1669 "Yōrō (717-724)",
michael@0 1670 "Jinki (724-729)",
michael@0 1671 "Tempyō (729-749)",
michael@0 1672 "Tempyō-kampō (749-749)",
michael@0 1673 "Tempyō-shōhō (749-757)",
michael@0 1674 "Tempyō-hōji (757-765)",
michael@0 1675 "Temphō-jingo (765-767)",
michael@0 1676 "Jingo-keiun (767-770)",
michael@0 1677 "Hōki (770-780)",
michael@0 1678 "Ten-ō (781-782)",
michael@0 1679 "Enryaku (782-806)",
michael@0 1680 "Daidō (806-810)",
michael@0 1681 "Kōnin (810-824)",
michael@0 1682 "Tenchō (824-834)",
michael@0 1683 "Jōwa (834-848)",
michael@0 1684 "Kajō (848-851)",
michael@0 1685 "Ninju (851-854)",
michael@0 1686 "Saiko (854-857)",
michael@0 1687 "Tennan (857-859)",
michael@0 1688 "Jōgan (859-877)",
michael@0 1689 "Genkei (877-885)",
michael@0 1690 "Ninna (885-889)",
michael@0 1691 "Kampyō (889-898)",
michael@0 1692 "Shōtai (898-901)",
michael@0 1693 "Engi (901-923)",
michael@0 1694 "Enchō (923-931)",
michael@0 1695 "Shōhei (931-938)",
michael@0 1696 "Tengyō (938-947)",
michael@0 1697 "Tenryaku (947-957)",
michael@0 1698 "Tentoku (957-961)",
michael@0 1699 "Ōwa (961-964)",
michael@0 1700 "Kōhō (964-968)",
michael@0 1701 "Anna (968-970)",
michael@0 1702 "Tenroku (970-973)",
michael@0 1703 "Ten-en (973-976)",
michael@0 1704 "Jōgen (976-978)",
michael@0 1705 "Tengen (978-983)",
michael@0 1706 "Eikan (983-985)",
michael@0 1707 "Kanna (985-987)",
michael@0 1708 "Ei-en (987-989)",
michael@0 1709 "Eiso (989-990)",
michael@0 1710 "Shōryaku (990-995)",
michael@0 1711 "Chōtoku (995-999)",
michael@0 1712 "Chōhō (999-1004)",
michael@0 1713 "Kankō (1004-1012)",
michael@0 1714 "Chōwa (1012-1017)",
michael@0 1715 "Kannin (1017-1021)",
michael@0 1716 "Jian (1021-1024)",
michael@0 1717 "Manju (1024-1028)",
michael@0 1718 "Chōgen (1028-1037)",
michael@0 1719 "Chōryaku (1037-1040)",
michael@0 1720 "Chōkyū (1040-1044)",
michael@0 1721 "Kantoku (1044-1046)",
michael@0 1722 "Eishō (1046-1053)",
michael@0 1723 "Tengi (1053-1058)",
michael@0 1724 "Kōhei (1058-1065)",
michael@0 1725 "Jiryaku (1065-1069)",
michael@0 1726 "Enkyū (1069-1074)",
michael@0 1727 "Shōho (1074-1077)",
michael@0 1728 "Shōryaku (1077-1081)",
michael@0 1729 "Eiho (1081-1084)",
michael@0 1730 "Ōtoku (1084-1087)",
michael@0 1731 "Kanji (1087-1094)",
michael@0 1732 "Kaho (1094-1096)",
michael@0 1733 "Eichō (1096-1097)",
michael@0 1734 "Shōtoku (1097-1099)",
michael@0 1735 "Kōwa (1099-1104)",
michael@0 1736 "Chōji (1104-1106)",
michael@0 1737 "Kashō (1106-1108)",
michael@0 1738 "Tennin (1108-1110)",
michael@0 1739 "Ten-ei (1110-1113)",
michael@0 1740 "Eikyū (1113-1118)",
michael@0 1741 "Gen-ei (1118-1120)",
michael@0 1742 "Hoan (1120-1124)",
michael@0 1743 "Tenji (1124-1126)",
michael@0 1744 "Daiji (1126-1131)",
michael@0 1745 "Tenshō (1131-1132)",
michael@0 1746 "Chōshō (1132-1135)",
michael@0 1747 "Hoen (1135-1141)",
michael@0 1748 "Eiji (1141-1142)",
michael@0 1749 "Kōji (1142-1144)",
michael@0 1750 "Tenyō (1144-1145)",
michael@0 1751 "Kyūan (1145-1151)",
michael@0 1752 "Ninpei (1151-1154)",
michael@0 1753 "Kyūju (1154-1156)",
michael@0 1754 "Hogen (1156-1159)",
michael@0 1755 "Heiji (1159-1160)",
michael@0 1756 "Eiryaku (1160-1161)",
michael@0 1757 "Ōho (1161-1163)",
michael@0 1758 "Chōkan (1163-1165)",
michael@0 1759 "Eiman (1165-1166)",
michael@0 1760 "Nin-an (1166-1169)",
michael@0 1761 "Kaō (1169-1171)",
michael@0 1762 "Shōan (1171-1175)",
michael@0 1763 "Angen (1175-1177)",
michael@0 1764 "Jishō (1177-1181)",
michael@0 1765 "Yōwa (1181-1182)",
michael@0 1766 "Juei (1182-1184)",
michael@0 1767 "Genryuku (1184-1185)",
michael@0 1768 "Bunji (1185-1190)",
michael@0 1769 "Kenkyū (1190-1199)",
michael@0 1770 "Shōji (1199-1201)",
michael@0 1771 "Kennin (1201-1204)",
michael@0 1772 "Genkyū (1204-1206)",
michael@0 1773 "Ken-ei (1206-1207)",
michael@0 1774 "Shōgen (1207-1211)",
michael@0 1775 "Kenryaku (1211-1213)",
michael@0 1776 "Kenpō (1213-1219)",
michael@0 1777 "Shōkyū (1219-1222)",
michael@0 1778 "Jōō (1222-1224)",
michael@0 1779 "Gennin (1224-1225)",
michael@0 1780 "Karoku (1225-1227)",
michael@0 1781 "Antei (1227-1229)",
michael@0 1782 "Kanki (1229-1232)",
michael@0 1783 "Jōei (1232-1233)",
michael@0 1784 "Tempuku (1233-1234)",
michael@0 1785 "Bunryaku (1234-1235)",
michael@0 1786 "Katei (1235-1238)",
michael@0 1787 "Ryakunin (1238-1239)",
michael@0 1788 "En-ō (1239-1240)",
michael@0 1789 "Ninji (1240-1243)",
michael@0 1790 "Kangen (1243-1247)",
michael@0 1791 "Hōji (1247-1249)",
michael@0 1792 "Kenchō (1249-1256)",
michael@0 1793 "Kōgen (1256-1257)",
michael@0 1794 "Shōka (1257-1259)",
michael@0 1795 "Shōgen (1259-1260)",
michael@0 1796 "Bun-ō (1260-1261)",
michael@0 1797 "Kōchō (1261-1264)",
michael@0 1798 "Bun-ei (1264-1275)",
michael@0 1799 "Kenji (1275-1278)",
michael@0 1800 "Kōan (1278-1288)",
michael@0 1801 "Shōō (1288-1293)",
michael@0 1802 "Einin (1293-1299)",
michael@0 1803 "Shōan (1299-1302)",
michael@0 1804 "Kengen (1302-1303)",
michael@0 1805 "Kagen (1303-1306)",
michael@0 1806 "Tokuji (1306-1308)",
michael@0 1807 "Enkei (1308-1311)",
michael@0 1808 "Ōchō (1311-1312)",
michael@0 1809 "Shōwa (1312-1317)",
michael@0 1810 "Bunpō (1317-1319)",
michael@0 1811 "Genō (1319-1321)",
michael@0 1812 "Genkyō (1321-1324)",
michael@0 1813 "Shōchū (1324-1326)",
michael@0 1814 "Kareki (1326-1329)",
michael@0 1815 "Gentoku (1329-1331)",
michael@0 1816 "Genkō (1331-1334)",
michael@0 1817 "Kemmu (1334-1336)",
michael@0 1818 "Engen (1336-1340)",
michael@0 1819 "Kōkoku (1340-1346)",
michael@0 1820 "Shōhei (1346-1370)",
michael@0 1821 "Kentoku (1370-1372)",
michael@0 1822 "Bunchū (1372-1375)",
michael@0 1823 "Tenju (1375-1379)",
michael@0 1824 "Kōryaku (1379-1381)",
michael@0 1825 "Kōwa (1381-1384)",
michael@0 1826 "Genchū (1384-1392)",
michael@0 1827 "Meitoku (1384-1387)",
michael@0 1828 "Kakei (1387-1389)",
michael@0 1829 "Kōō (1389-1390)",
michael@0 1830 "Meitoku (1390-1394)",
michael@0 1831 "Ōei (1394-1428)",
michael@0 1832 "Shōchō (1428-1429)",
michael@0 1833 "Eikyō (1429-1441)",
michael@0 1834 "Kakitsu (1441-1444)",
michael@0 1835 "Bun-an (1444-1449)",
michael@0 1836 "Hōtoku (1449-1452)",
michael@0 1837 "Kyōtoku (1452-1455)",
michael@0 1838 "Kōshō (1455-1457)",
michael@0 1839 "Chōroku (1457-1460)",
michael@0 1840 "Kanshō (1460-1466)",
michael@0 1841 "Bunshō (1466-1467)",
michael@0 1842 "Ōnin (1467-1469)",
michael@0 1843 "Bunmei (1469-1487)",
michael@0 1844 "Chōkyō (1487-1489)",
michael@0 1845 "Entoku (1489-1492)",
michael@0 1846 "Meiō (1492-1501)",
michael@0 1847 "Bunki (1501-1504)",
michael@0 1848 "Eishō (1504-1521)",
michael@0 1849 "Taiei (1521-1528)",
michael@0 1850 "Kyōroku (1528-1532)",
michael@0 1851 "Tenmon (1532-1555)",
michael@0 1852 "Kōji (1555-1558)",
michael@0 1853 "Eiroku (1558-1570)",
michael@0 1854 "Genki (1570-1573)",
michael@0 1855 "Tenshō (1573-1592)",
michael@0 1856 "Bunroku (1592-1596)",
michael@0 1857 "Keichō (1596-1615)",
michael@0 1858 "Genwa (1615-1624)",
michael@0 1859 "Kan-ei (1624-1644)",
michael@0 1860 "Shōho (1644-1648)",
michael@0 1861 "Keian (1648-1652)",
michael@0 1862 "Shōō (1652-1655)",
michael@0 1863 "Meiryaku (1655-1658)",
michael@0 1864 "Manji (1658-1661)",
michael@0 1865 "Kanbun (1661-1673)",
michael@0 1866 "Enpō (1673-1681)",
michael@0 1867 "Tenwa (1681-1684)",
michael@0 1868 "Jōkyō (1684-1688)",
michael@0 1869 "Genroku (1688-1704)",
michael@0 1870 "Hōei (1704-1711)",
michael@0 1871 "Shōtoku (1711-1716)",
michael@0 1872 "Kyōhō (1716-1736)",
michael@0 1873 "Genbun (1736-1741)",
michael@0 1874 "Kanpō (1741-1744)",
michael@0 1875 "Enkyō (1744-1748)",
michael@0 1876 "Kan-en (1748-1751)",
michael@0 1877 "Hōryaku (1751-1764)",
michael@0 1878 "Meiwa (1764-1772)",
michael@0 1879 "An-ei (1772-1781)",
michael@0 1880 "Tenmei (1781-1789)",
michael@0 1881 "Kansei (1789-1801)",
michael@0 1882 "Kyōwa (1801-1804)",
michael@0 1883 "Bunka (1804-1818)",
michael@0 1884 "Bunsei (1818-1830)",
michael@0 1885 "Tenpō (1830-1844)",
michael@0 1886 "Kōka (1844-1848)",
michael@0 1887 "Kaei (1848-1854)",
michael@0 1888 "Ansei (1854-1860)",
michael@0 1889 "Man-en (1860-1861)",
michael@0 1890 "Bunkyū (1861-1864)",
michael@0 1891 "Genji (1864-1865)",
michael@0 1892 "Keiō (1865-1868)",
michael@0 1893 "Meiji",
michael@0 1894 "Taishō",
michael@0 1895 "Shōwa",
michael@0 1896 "Heisei",
michael@0 1897 }
michael@0 1898 }
michael@0 1899 }
michael@0 1900 persian{
michael@0 1901 eras{
michael@0 1902 abbreviated{
michael@0 1903 "AP",
michael@0 1904 }
michael@0 1905 }
michael@0 1906 monthNames{
michael@0 1907 format{
michael@0 1908 abbreviated{
michael@0 1909 "Farvardin",
michael@0 1910 "Ordibehesht",
michael@0 1911 "Khordad",
michael@0 1912 "Tir",
michael@0 1913 "Mordad",
michael@0 1914 "Shahrivar",
michael@0 1915 "Mehr",
michael@0 1916 "Aban",
michael@0 1917 "Azar",
michael@0 1918 "Dey",
michael@0 1919 "Bahman",
michael@0 1920 "Esfand",
michael@0 1921 }
michael@0 1922 narrow{
michael@0 1923 "1",
michael@0 1924 "2",
michael@0 1925 "3",
michael@0 1926 "4",
michael@0 1927 "5",
michael@0 1928 "6",
michael@0 1929 "7",
michael@0 1930 "8",
michael@0 1931 "9",
michael@0 1932 "10",
michael@0 1933 "11",
michael@0 1934 "12",
michael@0 1935 }
michael@0 1936 wide{
michael@0 1937 "Farvardin",
michael@0 1938 "Ordibehesht",
michael@0 1939 "Khordad",
michael@0 1940 "Tir",
michael@0 1941 "Mordad",
michael@0 1942 "Shahrivar",
michael@0 1943 "Mehr",
michael@0 1944 "Aban",
michael@0 1945 "Azar",
michael@0 1946 "Dey",
michael@0 1947 "Bahman",
michael@0 1948 "Esfand",
michael@0 1949 }
michael@0 1950 }
michael@0 1951 stand-alone{
michael@0 1952 abbreviated{
michael@0 1953 "Farvardin",
michael@0 1954 "Ordibehesht",
michael@0 1955 "Khordad",
michael@0 1956 "Tir",
michael@0 1957 "Mordad",
michael@0 1958 "Shahrivar",
michael@0 1959 "Mehr",
michael@0 1960 "Aban",
michael@0 1961 "Azar",
michael@0 1962 "Dey",
michael@0 1963 "Bahman",
michael@0 1964 "Esfand",
michael@0 1965 }
michael@0 1966 narrow{
michael@0 1967 "1",
michael@0 1968 "2",
michael@0 1969 "3",
michael@0 1970 "4",
michael@0 1971 "5",
michael@0 1972 "6",
michael@0 1973 "7",
michael@0 1974 "8",
michael@0 1975 "9",
michael@0 1976 "10",
michael@0 1977 "11",
michael@0 1978 "12",
michael@0 1979 }
michael@0 1980 wide{
michael@0 1981 "Farvardin",
michael@0 1982 "Ordibehesht",
michael@0 1983 "Khordad",
michael@0 1984 "Tir",
michael@0 1985 "Mordad",
michael@0 1986 "Shahrivar",
michael@0 1987 "Mehr",
michael@0 1988 "Aban",
michael@0 1989 "Azar",
michael@0 1990 "Dey",
michael@0 1991 "Bahman",
michael@0 1992 "Esfand",
michael@0 1993 }
michael@0 1994 }
michael@0 1995 }
michael@0 1996 }
michael@0 1997 roc{
michael@0 1998 DateTimePatterns{
michael@0 1999 "HH:mm:ss zzzz",
michael@0 2000 "HH:mm:ss z",
michael@0 2001 "HH:mm:ss",
michael@0 2002 "HH:mm",
michael@0 2003 "EEEE d MMMM y G",
michael@0 2004 "d MMMM y G",
michael@0 2005 "d MMM y G",
michael@0 2006 "dd-MM-yy GGGGG",
michael@0 2007 "{1} {0}",
michael@0 2008 "{1} {0}",
michael@0 2009 "{1} {0}",
michael@0 2010 "{1} {0}",
michael@0 2011 "{1} {0}",
michael@0 2012 }
michael@0 2013 availableFormats{
michael@0 2014 Ed{"E d"}
michael@0 2015 Gy{"y G"}
michael@0 2016 GyMMM{"MMM y G"}
michael@0 2017 GyMMMEd{"E d MMM y G"}
michael@0 2018 GyMMMd{"d MMM y G"}
michael@0 2019 M{"L"}
michael@0 2020 MEd{"E d-M"}
michael@0 2021 MMM{"LLL"}
michael@0 2022 MMMEd{"E d MMM"}
michael@0 2023 MMMMd{"d MMMM"}
michael@0 2024 MMMd{"d MMM"}
michael@0 2025 Md{"d-M"}
michael@0 2026 d{"d"}
michael@0 2027 y{"y G"}
michael@0 2028 yyyy{"y G"}
michael@0 2029 yyyyM{"M-y GGGGG"}
michael@0 2030 yyyyMEd{"E d-M-y GGGGG"}
michael@0 2031 yyyyMMM{"MMM y G"}
michael@0 2032 yyyyMMMEd{"E d MMM y G"}
michael@0 2033 yyyyMMMM{"MMMM y G"}
michael@0 2034 yyyyMMMd{"d MMM y G"}
michael@0 2035 yyyyMd{"d-M-y GGGGG"}
michael@0 2036 yyyyQQQ{"QQQ y G"}
michael@0 2037 yyyyQQQQ{"QQQQ y G"}
michael@0 2038 }
michael@0 2039 eras{
michael@0 2040 abbreviated{
michael@0 2041 "Before R.O.C.",
michael@0 2042 "Minguo",
michael@0 2043 }
michael@0 2044 }
michael@0 2045 }
michael@0 2046 }
michael@0 2047 contextTransforms{
michael@0 2048 day-format-except-narrow:intvector{
michael@0 2049 1,
michael@0 2050 1,
michael@0 2051 }
michael@0 2052 day-standalone-except-narrow:intvector{
michael@0 2053 1,
michael@0 2054 1,
michael@0 2055 }
michael@0 2056 month-format-except-narrow:intvector{
michael@0 2057 1,
michael@0 2058 1,
michael@0 2059 }
michael@0 2060 month-standalone-except-narrow:intvector{
michael@0 2061 1,
michael@0 2062 1,
michael@0 2063 }
michael@0 2064 }
michael@0 2065 delimiters{
michael@0 2066 alternateQuotationEnd{"’"}
michael@0 2067 alternateQuotationStart{"‘"}
michael@0 2068 quotationEnd{"”"}
michael@0 2069 quotationStart{"“"}
michael@0 2070 }
michael@0 2071 durationUnits{
michael@0 2072 hm{"h:mm"}
michael@0 2073 hms{"h:mm:ss"}
michael@0 2074 ms{"m:ss"}
michael@0 2075 }
michael@0 2076 fields{
michael@0 2077 day{
michael@0 2078 dn{"Dag"}
michael@0 2079 relative{
michael@0 2080 "-1"{"gisteren"}
michael@0 2081 "-2"{"eergisteren"}
michael@0 2082 "0"{"vandaag"}
michael@0 2083 "1"{"morgen"}
michael@0 2084 "2"{"overmorgen"}
michael@0 2085 }
michael@0 2086 relativeTime{
michael@0 2087 future{
michael@0 2088 one{"Over {0} dag"}
michael@0 2089 other{"Over {0} dagen"}
michael@0 2090 }
michael@0 2091 past{
michael@0 2092 one{"{0} dag geleden"}
michael@0 2093 other{"{0} dagen geleden"}
michael@0 2094 }
michael@0 2095 }
michael@0 2096 }
michael@0 2097 dayperiod{
michael@0 2098 dn{"AM/PM"}
michael@0 2099 }
michael@0 2100 era{
michael@0 2101 dn{"Tijdperk"}
michael@0 2102 }
michael@0 2103 fri{
michael@0 2104 relative{
michael@0 2105 "-1"{"afgelopen vrijdag"}
michael@0 2106 "0"{"deze vrijdag"}
michael@0 2107 "1"{"volgende week vrijdag"}
michael@0 2108 }
michael@0 2109 }
michael@0 2110 hour{
michael@0 2111 dn{"Uur"}
michael@0 2112 relativeTime{
michael@0 2113 future{
michael@0 2114 one{"Over {0} uur"}
michael@0 2115 other{"Over {0} uur"}
michael@0 2116 }
michael@0 2117 past{
michael@0 2118 one{"{0} uur geleden"}
michael@0 2119 other{"{0} uur geleden"}
michael@0 2120 }
michael@0 2121 }
michael@0 2122 }
michael@0 2123 minute{
michael@0 2124 dn{"Minuut"}
michael@0 2125 relativeTime{
michael@0 2126 future{
michael@0 2127 one{"Over {0} minuut"}
michael@0 2128 other{"Over {0} minuten"}
michael@0 2129 }
michael@0 2130 past{
michael@0 2131 one{"{0} minuut geleden"}
michael@0 2132 other{"{0} minuten geleden"}
michael@0 2133 }
michael@0 2134 }
michael@0 2135 }
michael@0 2136 mon{
michael@0 2137 relative{
michael@0 2138 "-1"{"afgelopen maandag"}
michael@0 2139 "0"{"deze maandag"}
michael@0 2140 "1"{"volgende week maandag"}
michael@0 2141 }
michael@0 2142 }
michael@0 2143 month{
michael@0 2144 dn{"Maand"}
michael@0 2145 relative{
michael@0 2146 "-1"{"vorige maand"}
michael@0 2147 "0"{"deze maand"}
michael@0 2148 "1"{"volgende maand"}
michael@0 2149 }
michael@0 2150 relativeTime{
michael@0 2151 future{
michael@0 2152 one{"Over {0} maand"}
michael@0 2153 other{"Over {0} maanden"}
michael@0 2154 }
michael@0 2155 past{
michael@0 2156 one{"{0} maand geleden"}
michael@0 2157 other{"{0} maanden geleden"}
michael@0 2158 }
michael@0 2159 }
michael@0 2160 }
michael@0 2161 sat{
michael@0 2162 relative{
michael@0 2163 "-1"{"afgelopen zaterdag"}
michael@0 2164 "0"{"deze zaterdag"}
michael@0 2165 "1"{"volgende week zaterdag"}
michael@0 2166 }
michael@0 2167 }
michael@0 2168 second{
michael@0 2169 dn{"Seconde"}
michael@0 2170 relative{
michael@0 2171 "0"{"nu"}
michael@0 2172 }
michael@0 2173 relativeTime{
michael@0 2174 future{
michael@0 2175 one{"Over {0} seconde"}
michael@0 2176 other{"Over {0} seconden"}
michael@0 2177 }
michael@0 2178 past{
michael@0 2179 one{"{0} seconde geleden"}
michael@0 2180 other{"{0} seconden geleden"}
michael@0 2181 }
michael@0 2182 }
michael@0 2183 }
michael@0 2184 sun{
michael@0 2185 relative{
michael@0 2186 "-1"{"afgelopen zondag"}
michael@0 2187 "0"{"deze zondag"}
michael@0 2188 "1"{"volgende week zondag"}
michael@0 2189 }
michael@0 2190 }
michael@0 2191 thu{
michael@0 2192 relative{
michael@0 2193 "-1"{"afgelopen donderdag"}
michael@0 2194 "0"{"deze donderdag"}
michael@0 2195 "1"{"volgende week donderdag"}
michael@0 2196 }
michael@0 2197 }
michael@0 2198 tue{
michael@0 2199 relative{
michael@0 2200 "-1"{"afgelopen dinsdag"}
michael@0 2201 "0"{"deze dinsdag"}
michael@0 2202 "1"{"volgende week dinsdag"}
michael@0 2203 }
michael@0 2204 }
michael@0 2205 wed{
michael@0 2206 relative{
michael@0 2207 "-1"{"afgelopen woensdag"}
michael@0 2208 "0"{"deze woensdag"}
michael@0 2209 "1"{"volgende week woensdag"}
michael@0 2210 }
michael@0 2211 }
michael@0 2212 week{
michael@0 2213 dn{"Week"}
michael@0 2214 relative{
michael@0 2215 "-1"{"vorige week"}
michael@0 2216 "0"{"deze week"}
michael@0 2217 "1"{"volgende week"}
michael@0 2218 }
michael@0 2219 relativeTime{
michael@0 2220 future{
michael@0 2221 one{"Over {0} week"}
michael@0 2222 other{"Over {0} weken"}
michael@0 2223 }
michael@0 2224 past{
michael@0 2225 one{"{0} week geleden"}
michael@0 2226 other{"{0} weken geleden"}
michael@0 2227 }
michael@0 2228 }
michael@0 2229 }
michael@0 2230 weekday{
michael@0 2231 dn{"Dag van de week"}
michael@0 2232 }
michael@0 2233 year{
michael@0 2234 dn{"Jaar"}
michael@0 2235 relative{
michael@0 2236 "-1"{"vorig jaar"}
michael@0 2237 "0"{"dit jaar"}
michael@0 2238 "1"{"volgend jaar"}
michael@0 2239 }
michael@0 2240 relativeTime{
michael@0 2241 future{
michael@0 2242 one{"Over {0} jaar"}
michael@0 2243 other{"Over {0} jaar"}
michael@0 2244 }
michael@0 2245 past{
michael@0 2246 one{"{0} jaar geleden"}
michael@0 2247 other{"{0} jaar geleden"}
michael@0 2248 }
michael@0 2249 }
michael@0 2250 }
michael@0 2251 zone{
michael@0 2252 dn{"Zone"}
michael@0 2253 }
michael@0 2254 }
michael@0 2255 listPattern{
michael@0 2256 standard{
michael@0 2257 2{"{0} en {1}"}
michael@0 2258 end{"{0} en {1}"}
michael@0 2259 middle{"{0}, {1}"}
michael@0 2260 start{"{0}, {1}"}
michael@0 2261 }
michael@0 2262 unit{
michael@0 2263 2{"{0} en {1}"}
michael@0 2264 end{"{0}, {1}"}
michael@0 2265 middle{"{0}, {1}"}
michael@0 2266 start{"{0}, {1}"}
michael@0 2267 }
michael@0 2268 unit-narrow{
michael@0 2269 2{"{0}, {1}"}
michael@0 2270 end{"{0}, {1}"}
michael@0 2271 middle{"{0}, {1}"}
michael@0 2272 start{"{0}, {1}"}
michael@0 2273 }
michael@0 2274 unit-short{
michael@0 2275 2{"{0}, {1}"}
michael@0 2276 end{"{0}, {1}"}
michael@0 2277 middle{"{0}, {1}"}
michael@0 2278 start{"{0}, {1}"}
michael@0 2279 }
michael@0 2280 }
michael@0 2281 measurementSystemNames{
michael@0 2282 UK{"Brits"}
michael@0 2283 US{"Amerikaans"}
michael@0 2284 metric{"Metriek"}
michael@0 2285 }
michael@0 2286 transformNames{
michael@0 2287 BGN{"BGN"}
michael@0 2288 Numeric{"Numeriek"}
michael@0 2289 Tone{"Toon"}
michael@0 2290 UNGEGN{"UNGEGN"}
michael@0 2291 x-Accents{"Accenten"}
michael@0 2292 x-Fullwidth{"Volledige breedte"}
michael@0 2293 x-Halfwidth{"Halve breedte"}
michael@0 2294 x-Jamo{"Jamo"}
michael@0 2295 x-Pinyin{"Pinyin"}
michael@0 2296 x-Publishing{"Publicatie"}
michael@0 2297 }
michael@0 2298 units{
michael@0 2299 acceleration{
michael@0 2300 g-force{
michael@0 2301 one{"{0} G-kracht"}
michael@0 2302 other{"{0} G-krachten"}
michael@0 2303 }
michael@0 2304 }
michael@0 2305 angle{
michael@0 2306 arc-minute{
michael@0 2307 one{"{0} boogminuut"}
michael@0 2308 other{"{0} boogminuten"}
michael@0 2309 }
michael@0 2310 arc-second{
michael@0 2311 one{"{0} boogseconde"}
michael@0 2312 other{"{0} boogseconden"}
michael@0 2313 }
michael@0 2314 degree{
michael@0 2315 one{"{0} booggraad"}
michael@0 2316 other{"{0} booggraden"}
michael@0 2317 }
michael@0 2318 }
michael@0 2319 area{
michael@0 2320 acre{
michael@0 2321 one{"{0} acre"}
michael@0 2322 other{"{0} acres"}
michael@0 2323 }
michael@0 2324 hectare{
michael@0 2325 one{"{0} hectare"}
michael@0 2326 other{"{0} hectare"}
michael@0 2327 }
michael@0 2328 square-foot{
michael@0 2329 one{"{0} vierkante voet"}
michael@0 2330 other{"{0} vierkante voet"}
michael@0 2331 }
michael@0 2332 square-kilometer{
michael@0 2333 one{"{0} vierkante kilometer"}
michael@0 2334 other{"{0} vierkante kilometer"}
michael@0 2335 }
michael@0 2336 square-meter{
michael@0 2337 one{"{0} vierkante meter"}
michael@0 2338 other{"{0} vierkante meter"}
michael@0 2339 }
michael@0 2340 square-mile{
michael@0 2341 one{"{0} vierkante mijl"}
michael@0 2342 other{"{0} vierkante mijl"}
michael@0 2343 }
michael@0 2344 }
michael@0 2345 compound{
michael@0 2346 per{"{0} per {1}"}
michael@0 2347 }
michael@0 2348 duration{
michael@0 2349 day{
michael@0 2350 one{"{0} dag"}
michael@0 2351 other{"{0} dagen"}
michael@0 2352 }
michael@0 2353 hour{
michael@0 2354 one{"{0} uur"}
michael@0 2355 other{"{0} uur"}
michael@0 2356 }
michael@0 2357 millisecond{
michael@0 2358 one{"{0} milliseconde"}
michael@0 2359 other{"{0} milliseconden"}
michael@0 2360 }
michael@0 2361 minute{
michael@0 2362 one{"{0} minuut"}
michael@0 2363 other{"{0} minuten"}
michael@0 2364 }
michael@0 2365 month{
michael@0 2366 one{"{0} maand"}
michael@0 2367 other{"{0} maanden"}
michael@0 2368 }
michael@0 2369 second{
michael@0 2370 one{"{0} seconde"}
michael@0 2371 other{"{0} seconden"}
michael@0 2372 }
michael@0 2373 week{
michael@0 2374 one{"{0} week"}
michael@0 2375 other{"{0} weken"}
michael@0 2376 }
michael@0 2377 year{
michael@0 2378 one{"{0} jaar"}
michael@0 2379 other{"{0} jaar"}
michael@0 2380 }
michael@0 2381 }
michael@0 2382 length{
michael@0 2383 centimeter{
michael@0 2384 one{"{0} centimeter"}
michael@0 2385 other{"{0} centimeter"}
michael@0 2386 }
michael@0 2387 foot{
michael@0 2388 one{"{0} voet"}
michael@0 2389 other{"{0} voet"}
michael@0 2390 }
michael@0 2391 inch{
michael@0 2392 one{"{0} inch"}
michael@0 2393 other{"{0} inches"}
michael@0 2394 }
michael@0 2395 kilometer{
michael@0 2396 one{"{0} kilometer"}
michael@0 2397 other{"{0} kilometer"}
michael@0 2398 }
michael@0 2399 light-year{
michael@0 2400 one{"{0} lichtjaar"}
michael@0 2401 other{"{0} lichtjaar"}
michael@0 2402 }
michael@0 2403 meter{
michael@0 2404 one{"{0} meter"}
michael@0 2405 other{"{0} meter"}
michael@0 2406 }
michael@0 2407 mile{
michael@0 2408 one{"{0} mijl"}
michael@0 2409 other{"{0} mijl"}
michael@0 2410 }
michael@0 2411 millimeter{
michael@0 2412 one{"{0} millimeter"}
michael@0 2413 other{"{0} millimeter"}
michael@0 2414 }
michael@0 2415 picometer{
michael@0 2416 one{"{0} picometer"}
michael@0 2417 other{"{0} picometer"}
michael@0 2418 }
michael@0 2419 yard{
michael@0 2420 one{"{0} yard"}
michael@0 2421 other{"{0} yards"}
michael@0 2422 }
michael@0 2423 }
michael@0 2424 mass{
michael@0 2425 gram{
michael@0 2426 one{"{0} gram"}
michael@0 2427 other{"{0} gram"}
michael@0 2428 }
michael@0 2429 kilogram{
michael@0 2430 one{"{0} kilogram"}
michael@0 2431 other{"{0} kilogram"}
michael@0 2432 }
michael@0 2433 ounce{
michael@0 2434 one{"{0} oz"}
michael@0 2435 other{"{0} oz"}
michael@0 2436 }
michael@0 2437 pound{
michael@0 2438 one{"{0} lb"}
michael@0 2439 other{"{0} lb"}
michael@0 2440 }
michael@0 2441 }
michael@0 2442 power{
michael@0 2443 horsepower{
michael@0 2444 one{"{0} paardenkracht"}
michael@0 2445 other{"{0} paardenkrachten"}
michael@0 2446 }
michael@0 2447 kilowatt{
michael@0 2448 one{"{0} kilowatt"}
michael@0 2449 other{"{0} kilowatt"}
michael@0 2450 }
michael@0 2451 watt{
michael@0 2452 one{"{0} watt"}
michael@0 2453 other{"{0} watt"}
michael@0 2454 }
michael@0 2455 }
michael@0 2456 pressure{
michael@0 2457 hectopascal{
michael@0 2458 one{"{0} hectopascal"}
michael@0 2459 other{"{0} hectopascal"}
michael@0 2460 }
michael@0 2461 inch-hg{
michael@0 2462 one{"{0} inHg"}
michael@0 2463 other{"{0} inHg"}
michael@0 2464 }
michael@0 2465 millibar{
michael@0 2466 one{"{0} millibar"}
michael@0 2467 other{"{0} millibar"}
michael@0 2468 }
michael@0 2469 }
michael@0 2470 speed{
michael@0 2471 kilometer-per-hour{
michael@0 2472 one{"{0} kilometer per uur"}
michael@0 2473 other{"{0} kilometer per uur"}
michael@0 2474 }
michael@0 2475 meter-per-second{
michael@0 2476 one{"{0} meter per seconde"}
michael@0 2477 other{"{0} meter per seconde"}
michael@0 2478 }
michael@0 2479 mile-per-hour{
michael@0 2480 one{"{0} mijl per uur"}
michael@0 2481 other{"{0} mijl per uur"}
michael@0 2482 }
michael@0 2483 }
michael@0 2484 temperature{
michael@0 2485 celsius{
michael@0 2486 one{"{0} graad Celsius"}
michael@0 2487 other{"{0} graden Celsius"}
michael@0 2488 }
michael@0 2489 fahrenheit{
michael@0 2490 one{"{0} graad Fahrenheit"}
michael@0 2491 other{"{0} graden Fahrenheit"}
michael@0 2492 }
michael@0 2493 }
michael@0 2494 volume{
michael@0 2495 cubic-kilometer{
michael@0 2496 one{"{0} kubieke kilometer"}
michael@0 2497 other{"{0} kubieke kilometer"}
michael@0 2498 }
michael@0 2499 cubic-mile{
michael@0 2500 one{"{0} kubieke mijl"}
michael@0 2501 other{"{0} kubieke mijl"}
michael@0 2502 }
michael@0 2503 liter{
michael@0 2504 one{"{0} liter"}
michael@0 2505 other{"{0} liter"}
michael@0 2506 }
michael@0 2507 }
michael@0 2508 }
michael@0 2509 unitsNarrow{
michael@0 2510 acceleration{
michael@0 2511 g-force{
michael@0 2512 one{"{0} G"}
michael@0 2513 other{"{0} G"}
michael@0 2514 }
michael@0 2515 }
michael@0 2516 angle{
michael@0 2517 arc-minute{
michael@0 2518 one{"{0}′"}
michael@0 2519 other{"{0}′"}
michael@0 2520 }
michael@0 2521 arc-second{
michael@0 2522 one{"{0}″"}
michael@0 2523 other{"{0}″"}
michael@0 2524 }
michael@0 2525 degree{
michael@0 2526 one{"{0}°"}
michael@0 2527 other{"{0}°"}
michael@0 2528 }
michael@0 2529 }
michael@0 2530 area{
michael@0 2531 acre{
michael@0 2532 one{"{0} acre"}
michael@0 2533 other{"{0} acres"}
michael@0 2534 }
michael@0 2535 hectare{
michael@0 2536 one{"{0} ha"}
michael@0 2537 other{"{0} ha"}
michael@0 2538 }
michael@0 2539 square-foot{
michael@0 2540 one{"{0} ft²"}
michael@0 2541 other{"{0} ft²"}
michael@0 2542 }
michael@0 2543 square-kilometer{
michael@0 2544 one{"{0} km²"}
michael@0 2545 other{"{0} km²"}
michael@0 2546 }
michael@0 2547 square-meter{
michael@0 2548 one{"{0} m²"}
michael@0 2549 other{"{0} m²"}
michael@0 2550 }
michael@0 2551 square-mile{
michael@0 2552 one{"{0} mi²"}
michael@0 2553 other{"{0} mi²"}
michael@0 2554 }
michael@0 2555 }
michael@0 2556 compound{
michael@0 2557 per{"{0}/{1}"}
michael@0 2558 }
michael@0 2559 duration{
michael@0 2560 day{
michael@0 2561 one{"{0} d"}
michael@0 2562 other{"{0} d"}
michael@0 2563 }
michael@0 2564 hour{
michael@0 2565 one{"{0} u"}
michael@0 2566 other{"{0} u"}
michael@0 2567 }
michael@0 2568 millisecond{
michael@0 2569 one{"{0} ms"}
michael@0 2570 other{"{0} ms"}
michael@0 2571 }
michael@0 2572 minute{
michael@0 2573 one{"{0} m"}
michael@0 2574 other{"{0} m"}
michael@0 2575 }
michael@0 2576 month{
michael@0 2577 one{"{0} m"}
michael@0 2578 other{"{0} m"}
michael@0 2579 }
michael@0 2580 second{
michael@0 2581 one{"{0} s"}
michael@0 2582 other{"{0} s"}
michael@0 2583 }
michael@0 2584 week{
michael@0 2585 one{"{0} w"}
michael@0 2586 other{"{0} w"}
michael@0 2587 }
michael@0 2588 year{
michael@0 2589 one{"{0} jr"}
michael@0 2590 other{"{0} jr"}
michael@0 2591 }
michael@0 2592 }
michael@0 2593 length{
michael@0 2594 centimeter{
michael@0 2595 one{"{0} cm"}
michael@0 2596 other{"{0} cm"}
michael@0 2597 }
michael@0 2598 foot{
michael@0 2599 one{"{0} ft"}
michael@0 2600 other{"{0} ft"}
michael@0 2601 }
michael@0 2602 inch{
michael@0 2603 one{"{0}\u0022"}
michael@0 2604 other{"{0}\u0022"}
michael@0 2605 }
michael@0 2606 kilometer{
michael@0 2607 one{"{0} km"}
michael@0 2608 other{"{0} km"}
michael@0 2609 }
michael@0 2610 light-year{
michael@0 2611 one{"{0} lj"}
michael@0 2612 other{"{0} lj"}
michael@0 2613 }
michael@0 2614 meter{
michael@0 2615 one{"{0} m"}
michael@0 2616 other{"{0} m"}
michael@0 2617 }
michael@0 2618 mile{
michael@0 2619 one{"{0} mi"}
michael@0 2620 other{"{0} mi"}
michael@0 2621 }
michael@0 2622 millimeter{
michael@0 2623 one{"{0} mm"}
michael@0 2624 other{"{0} mm"}
michael@0 2625 }
michael@0 2626 picometer{
michael@0 2627 one{"{0} pm"}
michael@0 2628 other{"{0} pm"}
michael@0 2629 }
michael@0 2630 yard{
michael@0 2631 one{"{0} yd"}
michael@0 2632 other{"{0} yd"}
michael@0 2633 }
michael@0 2634 }
michael@0 2635 mass{
michael@0 2636 gram{
michael@0 2637 one{"{0} g"}
michael@0 2638 other{"{0} g"}
michael@0 2639 }
michael@0 2640 kilogram{
michael@0 2641 one{"{0} kg"}
michael@0 2642 other{"{0} kg"}
michael@0 2643 }
michael@0 2644 ounce{
michael@0 2645 one{"{0} oz"}
michael@0 2646 other{"{0} oz"}
michael@0 2647 }
michael@0 2648 pound{
michael@0 2649 one{"{0} lb"}
michael@0 2650 other{"{0} lb"}
michael@0 2651 }
michael@0 2652 }
michael@0 2653 power{
michael@0 2654 horsepower{
michael@0 2655 one{"{0} pk"}
michael@0 2656 other{"{0} pk"}
michael@0 2657 }
michael@0 2658 kilowatt{
michael@0 2659 one{"{0} kW"}
michael@0 2660 other{"{0} kW"}
michael@0 2661 }
michael@0 2662 watt{
michael@0 2663 one{"{0} W"}
michael@0 2664 other{"{0} W"}
michael@0 2665 }
michael@0 2666 }
michael@0 2667 pressure{
michael@0 2668 hectopascal{
michael@0 2669 one{"{0} hPa"}
michael@0 2670 other{"{0} hPa"}
michael@0 2671 }
michael@0 2672 inch-hg{
michael@0 2673 one{"{0} inHg"}
michael@0 2674 other{"{0} inHg"}
michael@0 2675 }
michael@0 2676 millibar{
michael@0 2677 one{"{0} mbar"}
michael@0 2678 other{"{0} mbar"}
michael@0 2679 }
michael@0 2680 }
michael@0 2681 speed{
michael@0 2682 kilometer-per-hour{
michael@0 2683 one{"{0} km/h"}
michael@0 2684 other{"{0} km/h"}
michael@0 2685 }
michael@0 2686 meter-per-second{
michael@0 2687 one{"{0} m/s"}
michael@0 2688 other{"{0} m/s"}
michael@0 2689 }
michael@0 2690 mile-per-hour{
michael@0 2691 one{"{0} mi/h"}
michael@0 2692 other{"{0} mi/h"}
michael@0 2693 }
michael@0 2694 }
michael@0 2695 temperature{
michael@0 2696 celsius{
michael@0 2697 one{"{0}°"}
michael@0 2698 other{"{0}°"}
michael@0 2699 }
michael@0 2700 fahrenheit{
michael@0 2701 one{"{0}°F"}
michael@0 2702 other{"{0}°F"}
michael@0 2703 }
michael@0 2704 }
michael@0 2705 volume{
michael@0 2706 cubic-kilometer{
michael@0 2707 one{"{0} km³"}
michael@0 2708 other{"{0} km³"}
michael@0 2709 }
michael@0 2710 cubic-mile{
michael@0 2711 one{"{0} mi³"}
michael@0 2712 other{"{0} mi³"}
michael@0 2713 }
michael@0 2714 liter{
michael@0 2715 one{"{0} l"}
michael@0 2716 other{"{0} l"}
michael@0 2717 }
michael@0 2718 }
michael@0 2719 }
michael@0 2720 unitsShort{
michael@0 2721 acceleration{
michael@0 2722 g-force{
michael@0 2723 one{"{0} G"}
michael@0 2724 other{"{0} G"}
michael@0 2725 }
michael@0 2726 }
michael@0 2727 angle{
michael@0 2728 arc-minute{
michael@0 2729 one{"{0}′"}
michael@0 2730 other{"{0}′"}
michael@0 2731 }
michael@0 2732 arc-second{
michael@0 2733 one{"{0}″"}
michael@0 2734 other{"{0}″"}
michael@0 2735 }
michael@0 2736 degree{
michael@0 2737 one{"{0}°"}
michael@0 2738 other{"{0}°"}
michael@0 2739 }
michael@0 2740 }
michael@0 2741 area{
michael@0 2742 acre{
michael@0 2743 one{"{0} acre"}
michael@0 2744 other{"{0} acres"}
michael@0 2745 }
michael@0 2746 hectare{
michael@0 2747 one{"{0} ha"}
michael@0 2748 other{"{0} ha"}
michael@0 2749 }
michael@0 2750 square-foot{
michael@0 2751 one{"{0} ft²"}
michael@0 2752 other{"{0} ft²"}
michael@0 2753 }
michael@0 2754 square-kilometer{
michael@0 2755 one{"{0} km²"}
michael@0 2756 other{"{0} km²"}
michael@0 2757 }
michael@0 2758 square-meter{
michael@0 2759 one{"{0} m²"}
michael@0 2760 other{"{0} m²"}
michael@0 2761 }
michael@0 2762 square-mile{
michael@0 2763 one{"{0} mi²"}
michael@0 2764 other{"{0} mi²"}
michael@0 2765 }
michael@0 2766 }
michael@0 2767 compound{
michael@0 2768 per{"{0}/{1}"}
michael@0 2769 }
michael@0 2770 duration{
michael@0 2771 day{
michael@0 2772 one{"{0} dag"}
michael@0 2773 other{"{0} dagen"}
michael@0 2774 }
michael@0 2775 hour{
michael@0 2776 one{"{0} uur"}
michael@0 2777 other{"{0} uur"}
michael@0 2778 }
michael@0 2779 millisecond{
michael@0 2780 one{"{0} ms"}
michael@0 2781 other{"{0} ms"}
michael@0 2782 }
michael@0 2783 minute{
michael@0 2784 one{"{0} min"}
michael@0 2785 other{"{0} min"}
michael@0 2786 }
michael@0 2787 month{
michael@0 2788 one{"{0} mnd"}
michael@0 2789 other{"{0} mnd"}
michael@0 2790 }
michael@0 2791 second{
michael@0 2792 one{"{0} sec."}
michael@0 2793 other{"{0} sec."}
michael@0 2794 }
michael@0 2795 week{
michael@0 2796 one{"{0} wk"}
michael@0 2797 other{"{0} wkn"}
michael@0 2798 }
michael@0 2799 year{
michael@0 2800 one{"{0} jr"}
michael@0 2801 other{"{0} jr"}
michael@0 2802 }
michael@0 2803 }
michael@0 2804 length{
michael@0 2805 centimeter{
michael@0 2806 one{"{0} cm"}
michael@0 2807 other{"{0} cm"}
michael@0 2808 }
michael@0 2809 foot{
michael@0 2810 one{"{0} ft"}
michael@0 2811 other{"{0} ft"}
michael@0 2812 }
michael@0 2813 inch{
michael@0 2814 one{"{0} in"}
michael@0 2815 other{"{0} in"}
michael@0 2816 }
michael@0 2817 kilometer{
michael@0 2818 one{"{0} km"}
michael@0 2819 other{"{0} km"}
michael@0 2820 }
michael@0 2821 light-year{
michael@0 2822 one{"{0} lj"}
michael@0 2823 other{"{0} lj"}
michael@0 2824 }
michael@0 2825 meter{
michael@0 2826 one{"{0} m"}
michael@0 2827 other{"{0} m"}
michael@0 2828 }
michael@0 2829 mile{
michael@0 2830 one{"{0} mi"}
michael@0 2831 other{"{0} mi"}
michael@0 2832 }
michael@0 2833 millimeter{
michael@0 2834 one{"{0} mm"}
michael@0 2835 other{"{0} mm"}
michael@0 2836 }
michael@0 2837 picometer{
michael@0 2838 one{"{0} pm"}
michael@0 2839 other{"{0} pm"}
michael@0 2840 }
michael@0 2841 yard{
michael@0 2842 one{"{0} yd"}
michael@0 2843 other{"{0} yd"}
michael@0 2844 }
michael@0 2845 }
michael@0 2846 mass{
michael@0 2847 gram{
michael@0 2848 one{"{0} g"}
michael@0 2849 other{"{0} g"}
michael@0 2850 }
michael@0 2851 kilogram{
michael@0 2852 one{"{0} kg"}
michael@0 2853 other{"{0} kg"}
michael@0 2854 }
michael@0 2855 ounce{
michael@0 2856 one{"{0} oz"}
michael@0 2857 other{"{0} oz"}
michael@0 2858 }
michael@0 2859 pound{
michael@0 2860 one{"{0} lb"}
michael@0 2861 other{"{0} lb"}
michael@0 2862 }
michael@0 2863 }
michael@0 2864 power{
michael@0 2865 horsepower{
michael@0 2866 one{"{0} pk"}
michael@0 2867 other{"{0} pk"}
michael@0 2868 }
michael@0 2869 kilowatt{
michael@0 2870 one{"{0} kW"}
michael@0 2871 other{"{0} kW"}
michael@0 2872 }
michael@0 2873 watt{
michael@0 2874 one{"{0} W"}
michael@0 2875 other{"{0} W"}
michael@0 2876 }
michael@0 2877 }
michael@0 2878 pressure{
michael@0 2879 hectopascal{
michael@0 2880 one{"{0} hPa"}
michael@0 2881 other{"{0} hPa"}
michael@0 2882 }
michael@0 2883 inch-hg{
michael@0 2884 one{"{0} inHg"}
michael@0 2885 other{"{0} inHg"}
michael@0 2886 }
michael@0 2887 millibar{
michael@0 2888 one{"{0} mbar"}
michael@0 2889 other{"{0} mbar"}
michael@0 2890 }
michael@0 2891 }
michael@0 2892 speed{
michael@0 2893 kilometer-per-hour{
michael@0 2894 one{"{0} km/h"}
michael@0 2895 other{"{0} km/h"}
michael@0 2896 }
michael@0 2897 meter-per-second{
michael@0 2898 one{"{0} m/s"}
michael@0 2899 other{"{0} m/s"}
michael@0 2900 }
michael@0 2901 mile-per-hour{
michael@0 2902 one{"{0} mi/h"}
michael@0 2903 other{"{0} mi/h"}
michael@0 2904 }
michael@0 2905 }
michael@0 2906 temperature{
michael@0 2907 celsius{
michael@0 2908 one{"{0}°C"}
michael@0 2909 other{"{0}°C"}
michael@0 2910 }
michael@0 2911 fahrenheit{
michael@0 2912 one{"{0}°F"}
michael@0 2913 other{"{0}°F"}
michael@0 2914 }
michael@0 2915 }
michael@0 2916 volume{
michael@0 2917 cubic-kilometer{
michael@0 2918 one{"{0} km³"}
michael@0 2919 other{"{0} km³"}
michael@0 2920 }
michael@0 2921 cubic-mile{
michael@0 2922 one{"{0} mi³"}
michael@0 2923 other{"{0} mi³"}
michael@0 2924 }
michael@0 2925 liter{
michael@0 2926 one{"{0} l"}
michael@0 2927 other{"{0} l"}
michael@0 2928 }
michael@0 2929 }
michael@0 2930 }
michael@0 2931 }

mercurial