1// *************************************************************************** 2// * 3// * Copyright (C) 2015 International Business Machines 4// * Corporation and others. All Rights Reserved. 5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 6// * Source File: <path>/common/main/nl.xml 7// * 8// *************************************************************************** 9nl{ 10 Version{"2.1.12.94"} 11 durationUnits{ 12 hm{"h:mm"} 13 hms{"h:mm:ss"} 14 ms{"m:ss"} 15 } 16 units{ 17 acceleration{ 18 g-force{ 19 dnam{"G-krachten"} 20 one{"{0} G-kracht"} 21 other{"{0} G-krachten"} 22 } 23 meter-per-second-squared{ 24 dnam{"m/s²"} 25 one{"{0} m/s²"} 26 other{"{0} m/s²"} 27 } 28 } 29 angle{ 30 arc-minute{ 31 dnam{"boogminuten"} 32 one{"{0} boogminuut"} 33 other{"{0} boogminuten"} 34 } 35 arc-second{ 36 dnam{"boogseconden"} 37 one{"{0} boogseconde"} 38 other{"{0} boogseconden"} 39 } 40 degree{ 41 dnam{"booggraden"} 42 one{"{0} booggraad"} 43 other{"{0} booggraden"} 44 } 45 radian{ 46 dnam{"radiaal"} 47 one{"{0} radiaal"} 48 other{"{0} radialen"} 49 } 50 } 51 area{ 52 acre{ 53 dnam{"acre"} 54 one{"{0} acre"} 55 other{"{0} acres"} 56 } 57 hectare{ 58 dnam{"hectare"} 59 one{"{0} hectare"} 60 other{"{0} hectare"} 61 } 62 square-centimeter{ 63 dnam{"vierkante centimeter"} 64 one{"{0} vierkante centimeter"} 65 other{"{0} vierkante centimeter"} 66 } 67 square-foot{ 68 dnam{"vierkante voet"} 69 one{"{0} vierkante voet"} 70 other{"{0} vierkante voet"} 71 } 72 square-inch{ 73 dnam{"vierkante inch"} 74 one{"{0} vierkante inch"} 75 other{"{0} vierkante inch"} 76 } 77 square-kilometer{ 78 dnam{"vierkante kilometer"} 79 one{"{0} vierkante kilometer"} 80 other{"{0} vierkante kilometer"} 81 } 82 square-meter{ 83 dnam{"vierkante meter"} 84 one{"{0} vierkante meter"} 85 other{"{0} vierkante meter"} 86 } 87 square-mile{ 88 dnam{"vierkante mijl"} 89 one{"{0} vierkante mijl"} 90 other{"{0} vierkante mijl"} 91 } 92 square-yard{ 93 dnam{"vierkante yard"} 94 one{"{0} vierkante yard"} 95 other{"{0} vierkante yard"} 96 } 97 } 98 compound{ 99 per{"{0} per {1}"} 100 } 101 consumption{ 102 liter-per-kilometer{ 103 dnam{"liter per kilometer"} 104 one{"{0} liter per kilometer"} 105 other{"{0} liter per kilometer"} 106 } 107 mile-per-gallon{ 108 dnam{"mijl per gallon"} 109 one{"{0} mijl per gallon"} 110 other{"{0} mijl per gallon"} 111 } 112 } 113 digital{ 114 bit{ 115 dnam{"bit"} 116 one{"{0} bit"} 117 other{"{0} bits"} 118 } 119 byte{ 120 dnam{"byte"} 121 one{"{0} byte"} 122 other{"{0} byte"} 123 } 124 gigabit{ 125 dnam{"gigabit"} 126 one{"{0} gigabit"} 127 other{"{0} gigabits"} 128 } 129 gigabyte{ 130 dnam{"gigabyte"} 131 one{"{0} gigabyte"} 132 other{"{0} gigabyte"} 133 } 134 kilobit{ 135 dnam{"kilobit"} 136 one{"{0} kilobit"} 137 other{"{0} kilobits"} 138 } 139 kilobyte{ 140 dnam{"kilobyte"} 141 one{"{0} kilobyte"} 142 other{"{0} kilobyte"} 143 } 144 megabit{ 145 dnam{"megabit"} 146 one{"{0} megabit"} 147 other{"{0} megabits"} 148 } 149 megabyte{ 150 dnam{"megabyte"} 151 one{"{0} megabyte"} 152 other{"{0} megabyte"} 153 } 154 terabit{ 155 dnam{"terabit"} 156 one{"{0} terabit"} 157 other{"{0} terabits"} 158 } 159 terabyte{ 160 dnam{"terabyte"} 161 one{"{0} terabyte"} 162 other{"{0} terabyte"} 163 } 164 } 165 duration{ 166 day{ 167 dnam{"dagen"} 168 one{"{0} dag"} 169 other{"{0} dagen"} 170 } 171 hour{ 172 dnam{"uur"} 173 one{"{0} uur"} 174 other{"{0} uur"} 175 per{"{0} per uur"} 176 } 177 microsecond{ 178 dnam{"microseconde"} 179 one{"{0} microseconde"} 180 other{"{0} microseconden"} 181 } 182 millisecond{ 183 dnam{"milliseconde"} 184 one{"{0} milliseconde"} 185 other{"{0} milliseconden"} 186 } 187 minute{ 188 dnam{"minuten"} 189 one{"{0} minuut"} 190 other{"{0} minuten"} 191 } 192 month{ 193 dnam{"maanden"} 194 one{"{0} maand"} 195 other{"{0} maanden"} 196 } 197 nanosecond{ 198 dnam{"nanoseconde"} 199 one{"{0} nanoseconde"} 200 other{"{0} nanoseconden"} 201 } 202 second{ 203 dnam{"seconden"} 204 one{"{0} seconde"} 205 other{"{0} seconden"} 206 per{"{0} per seconde"} 207 } 208 week{ 209 dnam{"weken"} 210 one{"{0} week"} 211 other{"{0} weken"} 212 } 213 year{ 214 dnam{"jaar"} 215 one{"{0} jaar"} 216 other{"{0} jaar"} 217 } 218 } 219 electric{ 220 ampere{ 221 dnam{"ampère"} 222 one{"{0} ampère"} 223 other{"{0} ampère"} 224 } 225 milliampere{ 226 dnam{"milliampère"} 227 one{"{0} milliampère"} 228 other{"{0} milliampère"} 229 } 230 ohm{ 231 dnam{"ohm"} 232 one{"{0} ohm"} 233 other{"{0} ohm"} 234 } 235 volt{ 236 dnam{"volt"} 237 one{"{0} volt"} 238 other{"{0} volt"} 239 } 240 } 241 energy{ 242 calorie{ 243 dnam{"calorie"} 244 one{"{0} calorie"} 245 other{"{0} calorieën"} 246 } 247 foodcalorie{ 248 dnam{"kilocalorie"} 249 one{"{0} kilocalorie"} 250 other{"{0} kilocalorieën"} 251 } 252 joule{ 253 dnam{"joule"} 254 one{"{0} joule"} 255 other{"{0} joules"} 256 } 257 kilocalorie{ 258 dnam{"kilocalorie"} 259 one{"{0} kilocalorie"} 260 other{"{0} kilocalorieën"} 261 } 262 kilojoule{ 263 dnam{"kilojoule"} 264 one{"{0} kilojoule"} 265 other{"{0} kilojoules"} 266 } 267 kilowatt-hour{ 268 dnam{"kilowattuur"} 269 one{"{0} kilowattuur"} 270 other{"{0} kilowattuur"} 271 } 272 } 273 frequency{ 274 gigahertz{ 275 dnam{"gigahertz"} 276 one{"{0} gigahertz"} 277 other{"{0} gigahertz"} 278 } 279 hertz{ 280 dnam{"hertz"} 281 one{"{0} hertz"} 282 other{"{0} hertz"} 283 } 284 kilohertz{ 285 dnam{"kilohertz"} 286 one{"{0} kilohertz"} 287 other{"{0} kilohertz"} 288 } 289 megahertz{ 290 dnam{"megahertz"} 291 one{"{0} megahertz"} 292 other{"{0} megahertz"} 293 } 294 } 295 length{ 296 astronomical-unit{ 297 dnam{"astronomische eenheid"} 298 one{"{0} astronomische eenheid"} 299 other{"{0} astronomische eenheden"} 300 } 301 centimeter{ 302 dnam{"centimeter"} 303 one{"{0} centimeter"} 304 other{"{0} centimeter"} 305 } 306 decimeter{ 307 dnam{"decimeter"} 308 one{"{0} decimeter"} 309 other{"{0} decimeter"} 310 } 311 fathom{ 312 dnam{"vadem"} 313 one{"{0} vadem"} 314 other{"{0} vadems"} 315 } 316 foot{ 317 dnam{"voet"} 318 one{"{0} voet"} 319 other{"{0} voet"} 320 } 321 furlong{ 322 dnam{"furlong"} 323 one{"{0} furlong"} 324 other{"{0} furlong"} 325 } 326 inch{ 327 dnam{"inches"} 328 one{"{0} inch"} 329 other{"{0} inches"} 330 } 331 kilometer{ 332 dnam{"kilometer"} 333 one{"{0} kilometer"} 334 other{"{0} kilometer"} 335 } 336 light-year{ 337 dnam{"lichtjaar"} 338 one{"{0} lichtjaar"} 339 other{"{0} lichtjaar"} 340 } 341 meter{ 342 dnam{"meter"} 343 one{"{0} meter"} 344 other{"{0} meter"} 345 } 346 micrometer{ 347 dnam{"micrometer"} 348 one{"{0} micrometer"} 349 other{"{0} micrometer"} 350 } 351 mile{ 352 dnam{"mijl"} 353 one{"{0} mijl"} 354 other{"{0} mijl"} 355 } 356 millimeter{ 357 dnam{"millimeter"} 358 one{"{0} millimeter"} 359 other{"{0} millimeter"} 360 } 361 nanometer{ 362 dnam{"nanometer"} 363 one{"{0} nanometer"} 364 other{"{0} nanometer"} 365 } 366 nautical-mile{ 367 dnam{"zeemijl"} 368 one{"{0} zeemijl"} 369 other{"{0} zeemijl"} 370 } 371 parsec{ 372 dnam{"parsec"} 373 one{"{0} parsec"} 374 other{"{0} parsecs"} 375 } 376 picometer{ 377 dnam{"picometer"} 378 one{"{0} picometer"} 379 other{"{0} picometer"} 380 } 381 yard{ 382 dnam{"yards"} 383 one{"{0} yard"} 384 other{"{0} yards"} 385 } 386 } 387 light{ 388 lux{ 389 dnam{"lux"} 390 one{"{0} lux"} 391 other{"{0} lux"} 392 } 393 } 394 mass{ 395 carat{ 396 dnam{"karaat"} 397 one{"{0} karaat"} 398 other{"{0} karaat"} 399 } 400 gram{ 401 dnam{"gram"} 402 one{"{0} gram"} 403 other{"{0} gram"} 404 } 405 kilogram{ 406 dnam{"kilogram"} 407 one{"{0} kilogram"} 408 other{"{0} kilogram"} 409 } 410 metric-ton{ 411 dnam{"tonne"} 412 one{"{0} tonne"} 413 other{"{0} tonnes"} 414 } 415 microgram{ 416 dnam{"microgram"} 417 one{"{0} microgram"} 418 other{"{0} microgram"} 419 } 420 milligram{ 421 dnam{"milligram"} 422 one{"{0} milligram"} 423 other{"{0} milligram"} 424 } 425 ounce{ 426 dnam{"ons"} 427 one{"{0} ons"} 428 other{"{0} ons"} 429 } 430 ounce-troy{ 431 dnam{"troy ounce"} 432 one{"{0} troy ounce"} 433 other{"{0} troy ounce"} 434 } 435 pound{ 436 dnam{"pond"} 437 one{"{0} pond"} 438 other{"{0} pond"} 439 } 440 stone{ 441 dnam{"stone"} 442 one{"{0} stone"} 443 other{"{0} stone"} 444 } 445 ton{ 446 dnam{"ton"} 447 one{"{0} ton"} 448 other{"{0} ton"} 449 } 450 } 451 power{ 452 gigawatt{ 453 dnam{"gigawatt"} 454 one{"{0} gigawatt"} 455 other{"{0} gigawatt"} 456 } 457 horsepower{ 458 dnam{"paardenkrachten"} 459 one{"{0} paardenkracht"} 460 other{"{0} paardenkrachten"} 461 } 462 kilowatt{ 463 dnam{"kilowatt"} 464 one{"{0} kilowatt"} 465 other{"{0} kilowatt"} 466 } 467 megawatt{ 468 dnam{"megawatt"} 469 one{"{0} megawatt"} 470 other{"{0} megawatt"} 471 } 472 milliwatt{ 473 dnam{"milliwatt"} 474 one{"{0} milliwatt"} 475 other{"{0} milliwatt"} 476 } 477 watt{ 478 dnam{"watt"} 479 one{"{0} watt"} 480 other{"{0} watt"} 481 } 482 } 483 pressure{ 484 hectopascal{ 485 dnam{"hectopascal"} 486 one{"{0} hectopascal"} 487 other{"{0} hectopascal"} 488 } 489 inch-hg{ 490 dnam{"inch-kwikdruk"} 491 one{"{0} inch-kwikdruk"} 492 other{"{0} inch-kwikdruk"} 493 } 494 millibar{ 495 dnam{"millibar"} 496 one{"{0} millibar"} 497 other{"{0} millibar"} 498 } 499 millimeter-of-mercury{ 500 dnam{"millimeter-kwikdruk"} 501 one{"{0} millimeter-kwikdruk"} 502 other{"{0} millimeter-kwikdruk"} 503 } 504 pound-per-square-inch{ 505 dnam{"psi"} 506 one{"{0} psi"} 507 other{"{0} psi"} 508 } 509 } 510 proportion{ 511 karat{ 512 dnam{"karaat"} 513 one{"{0} karaat"} 514 other{"{0} karaat"} 515 } 516 } 517 speed{ 518 kilometer-per-hour{ 519 dnam{"kilometer per uur"} 520 one{"{0} kilometer per uur"} 521 other{"{0} kilometer per uur"} 522 } 523 meter-per-second{ 524 dnam{"meter per seconde"} 525 one{"{0} meter per seconde"} 526 other{"{0} meter per seconde"} 527 } 528 mile-per-hour{ 529 dnam{"mijl per uur"} 530 one{"{0} mijl per uur"} 531 other{"{0} mijl per uur"} 532 } 533 } 534 temperature{ 535 celsius{ 536 dnam{"graden Celsius"} 537 one{"{0} graad Celsius"} 538 other{"{0} graden Celsius"} 539 } 540 fahrenheit{ 541 dnam{"graden Fahrenheit"} 542 one{"{0} graad Fahrenheit"} 543 other{"{0} graden Fahrenheit"} 544 } 545 kelvin{ 546 dnam{"kelvin"} 547 one{"{0} kelvin"} 548 other{"{0} kelvin"} 549 } 550 } 551 volume{ 552 acre-foot{ 553 dnam{"liter per vierkante meter"} 554 one{"{0} liter per vierkante meter"} 555 other{"{0} liter per vierkante meter"} 556 } 557 bushel{ 558 dnam{"bushel"} 559 one{"{0} bushel"} 560 other{"{0} bushels"} 561 } 562 centiliter{ 563 dnam{"centiliter"} 564 one{"{0} centiliter"} 565 other{"{0} centiliter"} 566 } 567 cubic-centimeter{ 568 dnam{"kubieke centimeter"} 569 one{"{0} kubieke centimeter"} 570 other{"{0} kubieke centimeter"} 571 } 572 cubic-foot{ 573 dnam{"kubieke voet"} 574 one{"{0} kubieke voet"} 575 other{"{0} kubieke voet"} 576 } 577 cubic-inch{ 578 dnam{"kubieke inch"} 579 one{"{0} kubieke inch"} 580 other{"{0} kubieke inch"} 581 } 582 cubic-kilometer{ 583 dnam{"kubieke kilometer"} 584 one{"{0} kubieke kilometer"} 585 other{"{0} kubieke kilometer"} 586 } 587 cubic-meter{ 588 dnam{"kubieke meter"} 589 one{"{0} kubieke meter"} 590 other{"{0} kubieke meter"} 591 } 592 cubic-mile{ 593 dnam{"kubieke mijl"} 594 one{"{0} kubieke mijl"} 595 other{"{0} kubieke mijl"} 596 } 597 cubic-yard{ 598 dnam{"kubieke yard"} 599 one{"{0} kubieke yard"} 600 other{"{0} kubieke yard"} 601 } 602 cup{ 603 dnam{"kopje"} 604 one{"{0} kopje"} 605 other{"{0} kopjes"} 606 } 607 deciliter{ 608 dnam{"deciliter"} 609 one{"{0} deciliter"} 610 other{"{0} deciliter"} 611 } 612 fluid-ounce{ 613 dnam{"fluid ounce"} 614 one{"{0} fluid ounce"} 615 other{"{0} fluid ounce"} 616 } 617 gallon{ 618 dnam{"gallon"} 619 one{"{0} gallon"} 620 other{"{0} gallon"} 621 } 622 hectoliter{ 623 dnam{"hectoliter"} 624 one{"{0} hectoliter"} 625 other{"{0} hectoliter"} 626 } 627 liter{ 628 dnam{"liter"} 629 one{"{0} liter"} 630 other{"{0} liter"} 631 } 632 megaliter{ 633 dnam{"megaliter"} 634 one{"{0} megaliter"} 635 other{"{0} megaliter"} 636 } 637 milliliter{ 638 dnam{"milliliter"} 639 one{"{0} milliliter"} 640 other{"{0} milliliter"} 641 } 642 pint{ 643 dnam{"pint"} 644 one{"{0} pint"} 645 other{"{0} pints"} 646 } 647 quart{ 648 dnam{"quart"} 649 one{"{0} quart"} 650 other{"{0} quarts"} 651 } 652 tablespoon{ 653 dnam{"eetlepel"} 654 one{"{0} eetlepel"} 655 other{"{0} eetlepels"} 656 } 657 teaspoon{ 658 dnam{"theelepel"} 659 one{"{0} theelepel"} 660 other{"{0} theelepels"} 661 } 662 } 663 } 664 unitsNarrow{ 665 acceleration{ 666 g-force{ 667 one{"{0} G"} 668 other{"{0} G"} 669 } 670 meter-per-second-squared{ 671 one{"{0} m/s²"} 672 other{"{0} m/s²"} 673 } 674 } 675 angle{ 676 arc-minute{ 677 one{"{0}′"} 678 other{"{0}′"} 679 } 680 arc-second{ 681 one{"{0}″"} 682 other{"{0}″"} 683 } 684 degree{ 685 one{"{0}°"} 686 other{"{0}°"} 687 } 688 radian{ 689 one{"{0} rad"} 690 other{"{0} rad"} 691 } 692 } 693 area{ 694 acre{ 695 one{"{0} acre"} 696 other{"{0} acres"} 697 } 698 hectare{ 699 one{"{0} ha"} 700 other{"{0} ha"} 701 } 702 square-centimeter{ 703 one{"{0} cm²"} 704 other{"{0} cm²"} 705 } 706 square-foot{ 707 one{"{0} ft²"} 708 other{"{0} ft²"} 709 } 710 square-inch{ 711 one{"{0} in²"} 712 other{"{0} in²"} 713 } 714 square-kilometer{ 715 one{"{0} km²"} 716 other{"{0} km²"} 717 } 718 square-meter{ 719 one{"{0} m²"} 720 other{"{0} m²"} 721 } 722 square-mile{ 723 one{"{0} mi²"} 724 other{"{0} mi²"} 725 } 726 square-yard{ 727 one{"{0} yd²"} 728 other{"{0} yd²"} 729 } 730 } 731 compound{ 732 per{"{0}/{1}"} 733 } 734 consumption{ 735 liter-per-kilometer{ 736 one{"{0} l/km"} 737 other{"{0} l/km"} 738 } 739 mile-per-gallon{ 740 one{"{0} mpg"} 741 other{"{0} mpg"} 742 } 743 } 744 digital{ 745 bit{ 746 one{"{0} bit"} 747 other{"{0} bits"} 748 } 749 byte{ 750 one{"{0} byte"} 751 other{"{0} byte"} 752 } 753 gigabit{ 754 one{"{0} Gb"} 755 other{"{0} Gb"} 756 } 757 gigabyte{ 758 one{"{0} GB"} 759 other{"{0} GB"} 760 } 761 kilobit{ 762 one{"{0} kb"} 763 other{"{0} kb"} 764 } 765 kilobyte{ 766 one{"{0} kB"} 767 other{"{0} kB"} 768 } 769 megabit{ 770 one{"{0} Mb"} 771 other{"{0} Mb"} 772 } 773 megabyte{ 774 one{"{0} MB"} 775 other{"{0} MB"} 776 } 777 terabit{ 778 one{"{0} Tb"} 779 other{"{0} Tb"} 780 } 781 terabyte{ 782 one{"{0} TB"} 783 other{"{0} TB"} 784 } 785 } 786 duration{ 787 day{ 788 dnam{"d"} 789 one{"{0} d"} 790 other{"{0} d"} 791 } 792 hour{ 793 dnam{"u"} 794 one{"{0} u"} 795 other{"{0} u"} 796 } 797 microsecond{ 798 one{"{0} μs"} 799 other{"{0} μs"} 800 } 801 millisecond{ 802 dnam{"ms"} 803 one{"{0} ms"} 804 other{"{0} ms"} 805 } 806 minute{ 807 dnam{"m"} 808 one{"{0} m"} 809 other{"{0} m"} 810 } 811 month{ 812 dnam{"m"} 813 one{"{0} m"} 814 other{"{0} m"} 815 } 816 nanosecond{ 817 one{"{0} ns"} 818 other{"{0} ns"} 819 } 820 second{ 821 dnam{"s"} 822 one{"{0} s"} 823 other{"{0} s"} 824 } 825 week{ 826 dnam{"w"} 827 one{"{0} w"} 828 other{"{0} w"} 829 } 830 year{ 831 dnam{"jr"} 832 one{"{0} jr"} 833 other{"{0} jr"} 834 } 835 } 836 electric{ 837 ampere{ 838 one{"{0} A"} 839 other{"{0} A"} 840 } 841 milliampere{ 842 one{"{0} mA"} 843 other{"{0} mA"} 844 } 845 ohm{ 846 one{"{0} Ω"} 847 other{"{0} Ω"} 848 } 849 volt{ 850 one{"{0} V"} 851 other{"{0} V"} 852 } 853 } 854 energy{ 855 calorie{ 856 one{"{0} cal"} 857 other{"{0} cal"} 858 } 859 foodcalorie{ 860 one{"{0} kcal"} 861 other{"{0} kcal"} 862 } 863 joule{ 864 one{"{0} J"} 865 other{"{0} J"} 866 } 867 kilocalorie{ 868 one{"{0} kcal"} 869 other{"{0} kcal"} 870 } 871 kilojoule{ 872 one{"{0} kJ"} 873 other{"{0} kJ"} 874 } 875 kilowatt-hour{ 876 one{"{0} kWh"} 877 other{"{0} kWh"} 878 } 879 } 880 frequency{ 881 gigahertz{ 882 one{"{0} GHz"} 883 other{"{0} GHz"} 884 } 885 hertz{ 886 one{"{0} Hz"} 887 other{"{0} Hz"} 888 } 889 kilohertz{ 890 one{"{0} kHz"} 891 other{"{0} kHz"} 892 } 893 megahertz{ 894 one{"{0} MHz"} 895 other{"{0} MHz"} 896 } 897 } 898 length{ 899 astronomical-unit{ 900 one{"{0} AE"} 901 other{"{0} AE"} 902 } 903 centimeter{ 904 dnam{"cm"} 905 one{"{0} cm"} 906 other{"{0} cm"} 907 } 908 decimeter{ 909 one{"{0} dm"} 910 other{"{0} dm"} 911 } 912 fathom{ 913 dnam{"fm"} 914 one{"{0} fm"} 915 other{"{0} fm"} 916 } 917 foot{ 918 one{"{0} ft"} 919 other{"{0} ft"} 920 } 921 furlong{ 922 dnam{"fur"} 923 one{"{0} fur"} 924 other{"{0} fur"} 925 } 926 inch{ 927 one{"{0}\u0022"} 928 other{"{0}\u0022"} 929 } 930 kilometer{ 931 dnam{"km"} 932 one{"{0} km"} 933 other{"{0} km"} 934 } 935 light-year{ 936 one{"{0} lj"} 937 other{"{0} lj"} 938 } 939 meter{ 940 dnam{"m"} 941 one{"{0} m"} 942 other{"{0} m"} 943 } 944 micrometer{ 945 one{"{0} µm"} 946 other{"{0} µm"} 947 } 948 mile{ 949 one{"{0} mi"} 950 other{"{0} mi"} 951 } 952 millimeter{ 953 dnam{"mm"} 954 one{"{0} mm"} 955 other{"{0} mm"} 956 } 957 nanometer{ 958 one{"{0} nm"} 959 other{"{0} nm"} 960 } 961 nautical-mile{ 962 one{"{0} nmi"} 963 other{"{0} nmi"} 964 } 965 parsec{ 966 one{"{0} pc"} 967 other{"{0} pc"} 968 } 969 picometer{ 970 one{"{0} pm"} 971 other{"{0} pm"} 972 } 973 yard{ 974 one{"{0} yd"} 975 other{"{0} yd"} 976 } 977 } 978 light{ 979 lux{ 980 one{"{0} lx"} 981 other{"{0} lx"} 982 } 983 } 984 mass{ 985 carat{ 986 one{"{0} CD"} 987 other{"{0} CD"} 988 } 989 gram{ 990 dnam{"g"} 991 one{"{0} g"} 992 other{"{0} g"} 993 } 994 kilogram{ 995 dnam{"kg"} 996 one{"{0} kg"} 997 other{"{0} kg"} 998 } 999 metric-ton{ 1000 one{"{0} t"} 1001 other{"{0} t"} 1002 } 1003 microgram{ 1004 one{"{0} µg"} 1005 other{"{0} µg"} 1006 } 1007 milligram{ 1008 one{"{0} mg"} 1009 other{"{0} mg"} 1010 } 1011 ounce{ 1012 one{"{0} oz"} 1013 other{"{0} oz"} 1014 } 1015 ounce-troy{ 1016 one{"{0} oz t"} 1017 other{"{0} oz t"} 1018 } 1019 pound{ 1020 one{"{0} lb"} 1021 other{"{0} lb"} 1022 } 1023 stone{ 1024 dnam{"st"} 1025 one{"{0} st"} 1026 other{"{0} st"} 1027 } 1028 ton{ 1029 one{"{0} ton"} 1030 other{"{0} ton"} 1031 } 1032 } 1033 power{ 1034 gigawatt{ 1035 one{"{0} GW"} 1036 other{"{0} GW"} 1037 } 1038 horsepower{ 1039 one{"{0} pk"} 1040 other{"{0} pk"} 1041 } 1042 kilowatt{ 1043 one{"{0} kW"} 1044 other{"{0} kW"} 1045 } 1046 megawatt{ 1047 one{"{0} MW"} 1048 other{"{0} MW"} 1049 } 1050 milliwatt{ 1051 one{"{0} mW"} 1052 other{"{0} mW"} 1053 } 1054 watt{ 1055 one{"{0} W"} 1056 other{"{0} W"} 1057 } 1058 } 1059 pressure{ 1060 hectopascal{ 1061 one{"{0} hPa"} 1062 other{"{0} hPa"} 1063 } 1064 inch-hg{ 1065 one{"{0} inHg"} 1066 other{"{0} inHg"} 1067 } 1068 millibar{ 1069 one{"{0} mbar"} 1070 other{"{0} mbar"} 1071 } 1072 millimeter-of-mercury{ 1073 one{"{0} mmHg"} 1074 other{"{0} mmHg"} 1075 } 1076 pound-per-square-inch{ 1077 one{"{0} psi"} 1078 other{"{0} psi"} 1079 } 1080 } 1081 proportion{ 1082 karat{ 1083 one{"{0} K"} 1084 other{"{0} K"} 1085 } 1086 } 1087 speed{ 1088 kilometer-per-hour{ 1089 dnam{"km/h"} 1090 one{"{0} km/h"} 1091 other{"{0} km/h"} 1092 } 1093 meter-per-second{ 1094 one{"{0} m/s"} 1095 other{"{0} m/s"} 1096 } 1097 mile-per-hour{ 1098 one{"{0} mi/h"} 1099 other{"{0} mi/h"} 1100 } 1101 } 1102 temperature{ 1103 celsius{ 1104 dnam{"°"} 1105 one{"{0}°"} 1106 other{"{0}°"} 1107 } 1108 fahrenheit{ 1109 one{"{0}°F"} 1110 other{"{0}°F"} 1111 } 1112 kelvin{ 1113 one{"{0} K"} 1114 other{"{0} K"} 1115 } 1116 } 1117 volume{ 1118 acre-foot{ 1119 one{"{0} l/m²"} 1120 other{"{0} l/m²"} 1121 } 1122 bushel{ 1123 dnam{"bu"} 1124 one{"{0} bu"} 1125 other{"{0} bu"} 1126 } 1127 centiliter{ 1128 one{"{0} cl"} 1129 other{"{0} cl"} 1130 } 1131 cubic-centimeter{ 1132 one{"{0} cm³"} 1133 other{"{0} cm³"} 1134 } 1135 cubic-foot{ 1136 one{"{0} ft³"} 1137 other{"{0} ft³"} 1138 } 1139 cubic-inch{ 1140 one{"{0} in³"} 1141 other{"{0} in³"} 1142 } 1143 cubic-kilometer{ 1144 one{"{0} km³"} 1145 other{"{0} km³"} 1146 } 1147 cubic-meter{ 1148 one{"{0} m³"} 1149 other{"{0} m³"} 1150 } 1151 cubic-mile{ 1152 one{"{0} mi³"} 1153 other{"{0} mi³"} 1154 } 1155 cubic-yard{ 1156 one{"{0} yd³"} 1157 other{"{0} yd³"} 1158 } 1159 cup{ 1160 one{"{0} c"} 1161 other{"{0} c"} 1162 } 1163 deciliter{ 1164 one{"{0} dl"} 1165 other{"{0} dl"} 1166 } 1167 fluid-ounce{ 1168 one{"{0} fl oz"} 1169 other{"{0} fl oz"} 1170 } 1171 gallon{ 1172 one{"{0} gal"} 1173 other{"{0} gal"} 1174 } 1175 hectoliter{ 1176 one{"{0} hl"} 1177 other{"{0} hl"} 1178 } 1179 liter{ 1180 dnam{"l"} 1181 one{"{0} l"} 1182 other{"{0} l"} 1183 } 1184 megaliter{ 1185 one{"{0} ML"} 1186 other{"{0} ML"} 1187 } 1188 milliliter{ 1189 one{"{0} ml"} 1190 other{"{0} ml"} 1191 } 1192 pint{ 1193 one{"{0} pt"} 1194 other{"{0} pt"} 1195 } 1196 quart{ 1197 one{"{0} qt"} 1198 other{"{0} qt"} 1199 } 1200 tablespoon{ 1201 one{"{0} tbsp"} 1202 other{"{0} tbsp"} 1203 } 1204 teaspoon{ 1205 one{"{0} tsp"} 1206 other{"{0} tsp"} 1207 } 1208 } 1209 } 1210 unitsShort{ 1211 acceleration{ 1212 g-force{ 1213 dnam{"G"} 1214 one{"{0} G"} 1215 other{"{0} G"} 1216 } 1217 meter-per-second-squared{ 1218 dnam{"m/s²"} 1219 one{"{0} m/s²"} 1220 other{"{0} m/s²"} 1221 } 1222 } 1223 angle{ 1224 arc-minute{ 1225 dnam{"′"} 1226 one{"{0}′"} 1227 other{"{0}′"} 1228 } 1229 arc-second{ 1230 dnam{"″"} 1231 one{"{0}″"} 1232 other{"{0}″"} 1233 } 1234 degree{ 1235 dnam{"°"} 1236 one{"{0}°"} 1237 other{"{0}°"} 1238 } 1239 radian{ 1240 dnam{"rad"} 1241 one{"{0} rad"} 1242 other{"{0} rad"} 1243 } 1244 } 1245 area{ 1246 acre{ 1247 dnam{"acre"} 1248 one{"{0} acre"} 1249 other{"{0} acres"} 1250 } 1251 hectare{ 1252 dnam{"ha"} 1253 one{"{0} ha"} 1254 other{"{0} ha"} 1255 } 1256 square-centimeter{ 1257 dnam{"cm²"} 1258 one{"{0} cm²"} 1259 other{"{0} cm²"} 1260 } 1261 square-foot{ 1262 dnam{"ft²"} 1263 one{"{0} ft²"} 1264 other{"{0} ft²"} 1265 } 1266 square-inch{ 1267 dnam{"in²"} 1268 one{"{0} in²"} 1269 other{"{0} in²"} 1270 } 1271 square-kilometer{ 1272 dnam{"km²"} 1273 one{"{0} km²"} 1274 other{"{0} km²"} 1275 } 1276 square-meter{ 1277 dnam{"m²"} 1278 one{"{0} m²"} 1279 other{"{0} m²"} 1280 } 1281 square-mile{ 1282 dnam{"mi²"} 1283 one{"{0} mi²"} 1284 other{"{0} mi²"} 1285 } 1286 square-yard{ 1287 dnam{"yd²"} 1288 one{"{0} yd²"} 1289 other{"{0} yd²"} 1290 } 1291 } 1292 compound{ 1293 per{"{0}/{1}"} 1294 } 1295 consumption{ 1296 liter-per-kilometer{ 1297 dnam{"l/km"} 1298 one{"{0} l/km"} 1299 other{"{0} l/km"} 1300 } 1301 mile-per-gallon{ 1302 dnam{"mpg"} 1303 one{"{0} mpg"} 1304 other{"{0} mpg"} 1305 } 1306 } 1307 digital{ 1308 bit{ 1309 dnam{"bit"} 1310 one{"{0} bit"} 1311 other{"{0} bits"} 1312 } 1313 byte{ 1314 dnam{"byte"} 1315 one{"{0} byte"} 1316 other{"{0} byte"} 1317 } 1318 gigabit{ 1319 dnam{"Gb"} 1320 one{"{0} Gb"} 1321 other{"{0} Gb"} 1322 } 1323 gigabyte{ 1324 dnam{"GB"} 1325 one{"{0} GB"} 1326 other{"{0} GB"} 1327 } 1328 kilobit{ 1329 dnam{"kb"} 1330 one{"{0} kb"} 1331 other{"{0} kb"} 1332 } 1333 kilobyte{ 1334 dnam{"kB"} 1335 one{"{0} kB"} 1336 other{"{0} kB"} 1337 } 1338 megabit{ 1339 dnam{"Mb"} 1340 one{"{0} Mb"} 1341 other{"{0} Mb"} 1342 } 1343 megabyte{ 1344 dnam{"MB"} 1345 one{"{0} MB"} 1346 other{"{0} MB"} 1347 } 1348 terabit{ 1349 dnam{"Tb"} 1350 one{"{0} Tb"} 1351 other{"{0} Tb"} 1352 } 1353 terabyte{ 1354 dnam{"TB"} 1355 one{"{0} TB"} 1356 other{"{0} TB"} 1357 } 1358 } 1359 duration{ 1360 day{ 1361 dnam{"dagen"} 1362 one{"{0} dag"} 1363 other{"{0} dagen"} 1364 } 1365 hour{ 1366 dnam{"uur"} 1367 one{"{0} uur"} 1368 other{"{0} uur"} 1369 per{"{0}/uur"} 1370 } 1371 microsecond{ 1372 dnam{"μs"} 1373 one{"{0} μs"} 1374 other{"{0} μs"} 1375 } 1376 millisecond{ 1377 dnam{"ms"} 1378 one{"{0} ms"} 1379 other{"{0} ms"} 1380 } 1381 minute{ 1382 dnam{"min"} 1383 one{"{0} min"} 1384 other{"{0} min"} 1385 } 1386 month{ 1387 dnam{"mnd"} 1388 one{"{0} mnd"} 1389 other{"{0} mnd"} 1390 } 1391 nanosecond{ 1392 dnam{"ns"} 1393 one{"{0} ns"} 1394 other{"{0} ns"} 1395 } 1396 second{ 1397 dnam{"sec"} 1398 one{"{0} sec"} 1399 other{"{0} sec"} 1400 per{"{0} sec"} 1401 } 1402 week{ 1403 dnam{"wk"} 1404 one{"{0} wk"} 1405 other{"{0} wkn"} 1406 } 1407 year{ 1408 dnam{"jr"} 1409 one{"{0} jr"} 1410 other{"{0} jr"} 1411 } 1412 } 1413 electric{ 1414 ampere{ 1415 dnam{"A"} 1416 one{"{0} A"} 1417 other{"{0} A"} 1418 } 1419 milliampere{ 1420 dnam{"mA"} 1421 one{"{0} mA"} 1422 other{"{0} mA"} 1423 } 1424 ohm{ 1425 dnam{"Ω"} 1426 one{"{0} Ω"} 1427 other{"{0} Ω"} 1428 } 1429 volt{ 1430 dnam{"V"} 1431 one{"{0} V"} 1432 other{"{0} V"} 1433 } 1434 } 1435 energy{ 1436 calorie{ 1437 dnam{"cal"} 1438 one{"{0} cal"} 1439 other{"{0} cal"} 1440 } 1441 foodcalorie{ 1442 dnam{"kcal"} 1443 one{"{0} kcal"} 1444 other{"{0} kcal"} 1445 } 1446 joule{ 1447 dnam{"J"} 1448 one{"{0} J"} 1449 other{"{0} J"} 1450 } 1451 kilocalorie{ 1452 dnam{"kcal"} 1453 one{"{0} kcal"} 1454 other{"{0} kcal"} 1455 } 1456 kilojoule{ 1457 dnam{"kJ"} 1458 one{"{0} kJ"} 1459 other{"{0} kJ"} 1460 } 1461 kilowatt-hour{ 1462 dnam{"kWh"} 1463 one{"{0} kWh"} 1464 other{"{0} kWh"} 1465 } 1466 } 1467 frequency{ 1468 gigahertz{ 1469 dnam{"GHz"} 1470 one{"{0} GHz"} 1471 other{"{0} GHz"} 1472 } 1473 hertz{ 1474 dnam{"Hz"} 1475 one{"{0} Hz"} 1476 other{"{0} Hz"} 1477 } 1478 kilohertz{ 1479 dnam{"kHz"} 1480 one{"{0} kHz"} 1481 other{"{0} kHz"} 1482 } 1483 megahertz{ 1484 dnam{"MHz"} 1485 one{"{0} MHz"} 1486 other{"{0} MHz"} 1487 } 1488 } 1489 length{ 1490 astronomical-unit{ 1491 dnam{"AE"} 1492 one{"{0} AE"} 1493 other{"{0} AE"} 1494 } 1495 centimeter{ 1496 dnam{"cm"} 1497 one{"{0} cm"} 1498 other{"{0} cm"} 1499 } 1500 decimeter{ 1501 dnam{"dm"} 1502 one{"{0} dm"} 1503 other{"{0} dm"} 1504 } 1505 fathom{ 1506 dnam{"fm"} 1507 one{"{0} fm"} 1508 other{"{0} fm"} 1509 } 1510 foot{ 1511 dnam{"ft"} 1512 one{"{0} ft"} 1513 other{"{0} ft"} 1514 } 1515 furlong{ 1516 dnam{"fur"} 1517 one{"{0} fur"} 1518 other{"{0} fur"} 1519 } 1520 inch{ 1521 dnam{"inches"} 1522 one{"{0} in"} 1523 other{"{0} in"} 1524 } 1525 kilometer{ 1526 dnam{"km"} 1527 one{"{0} km"} 1528 other{"{0} km"} 1529 } 1530 light-year{ 1531 dnam{"lj"} 1532 one{"{0} lj"} 1533 other{"{0} lj"} 1534 } 1535 meter{ 1536 dnam{"m"} 1537 one{"{0} m"} 1538 other{"{0} m"} 1539 } 1540 micrometer{ 1541 dnam{"µm"} 1542 one{"{0} µm"} 1543 other{"{0} µm"} 1544 } 1545 mile{ 1546 dnam{"mi"} 1547 one{"{0} mi"} 1548 other{"{0} mi"} 1549 } 1550 millimeter{ 1551 dnam{"mm"} 1552 one{"{0} mm"} 1553 other{"{0} mm"} 1554 } 1555 nanometer{ 1556 dnam{"nm"} 1557 one{"{0} nm"} 1558 other{"{0} nm"} 1559 } 1560 nautical-mile{ 1561 dnam{"nmi"} 1562 one{"{0} nmi"} 1563 other{"{0} nmi"} 1564 } 1565 parsec{ 1566 dnam{"pc"} 1567 one{"{0} pc"} 1568 other{"{0} pc"} 1569 } 1570 picometer{ 1571 dnam{"pm"} 1572 one{"{0} pm"} 1573 other{"{0} pm"} 1574 } 1575 yard{ 1576 dnam{"yards"} 1577 one{"{0} yd"} 1578 other{"{0} yd"} 1579 } 1580 } 1581 light{ 1582 lux{ 1583 dnam{"lx"} 1584 one{"{0} lx"} 1585 other{"{0} lx"} 1586 } 1587 } 1588 mass{ 1589 carat{ 1590 dnam{"CD"} 1591 one{"{0} CD"} 1592 other{"{0} CD"} 1593 } 1594 gram{ 1595 dnam{"g"} 1596 one{"{0} g"} 1597 other{"{0} g"} 1598 } 1599 kilogram{ 1600 dnam{"kg"} 1601 one{"{0} kg"} 1602 other{"{0} kg"} 1603 } 1604 metric-ton{ 1605 dnam{"t"} 1606 one{"{0} t"} 1607 other{"{0} t"} 1608 } 1609 microgram{ 1610 dnam{"µg"} 1611 one{"{0} µg"} 1612 other{"{0} µg"} 1613 } 1614 milligram{ 1615 dnam{"mg"} 1616 one{"{0} mg"} 1617 other{"{0} mg"} 1618 } 1619 ounce{ 1620 dnam{"oz"} 1621 one{"{0} oz"} 1622 other{"{0} oz"} 1623 } 1624 ounce-troy{ 1625 dnam{"oz t"} 1626 one{"{0} oz t"} 1627 other{"{0} oz t"} 1628 } 1629 pound{ 1630 dnam{"lb"} 1631 one{"{0} lb"} 1632 other{"{0} lb"} 1633 } 1634 stone{ 1635 dnam{"st"} 1636 one{"{0} st"} 1637 other{"{0} st"} 1638 } 1639 ton{ 1640 dnam{"ton"} 1641 one{"{0} ton"} 1642 other{"{0} ton"} 1643 } 1644 } 1645 power{ 1646 gigawatt{ 1647 dnam{"GW"} 1648 one{"{0} GW"} 1649 other{"{0} GW"} 1650 } 1651 horsepower{ 1652 dnam{"pk"} 1653 one{"{0} pk"} 1654 other{"{0} pk"} 1655 } 1656 kilowatt{ 1657 dnam{"kW"} 1658 one{"{0} kW"} 1659 other{"{0} kW"} 1660 } 1661 megawatt{ 1662 dnam{"MW"} 1663 one{"{0} MW"} 1664 other{"{0} MW"} 1665 } 1666 milliwatt{ 1667 dnam{"mW"} 1668 one{"{0} mW"} 1669 other{"{0} mW"} 1670 } 1671 watt{ 1672 dnam{"W"} 1673 one{"{0} W"} 1674 other{"{0} W"} 1675 } 1676 } 1677 pressure{ 1678 hectopascal{ 1679 dnam{"hPa"} 1680 one{"{0} hPa"} 1681 other{"{0} hPa"} 1682 } 1683 inch-hg{ 1684 dnam{"inHg"} 1685 one{"{0} inHg"} 1686 other{"{0} inHg"} 1687 } 1688 millibar{ 1689 dnam{"mbar"} 1690 one{"{0} mbar"} 1691 other{"{0} mbar"} 1692 } 1693 millimeter-of-mercury{ 1694 dnam{"mmHg"} 1695 one{"{0} mmHg"} 1696 other{"{0} mmHg"} 1697 } 1698 pound-per-square-inch{ 1699 dnam{"psi"} 1700 one{"{0} psi"} 1701 other{"{0} psi"} 1702 } 1703 } 1704 proportion{ 1705 karat{ 1706 dnam{"CD"} 1707 one{"{0} CD"} 1708 other{"{0} CD"} 1709 } 1710 } 1711 speed{ 1712 kilometer-per-hour{ 1713 dnam{"km/h"} 1714 one{"{0} km/h"} 1715 other{"{0} km/h"} 1716 } 1717 meter-per-second{ 1718 dnam{"m/s"} 1719 one{"{0} m/s"} 1720 other{"{0} m/s"} 1721 } 1722 mile-per-hour{ 1723 dnam{"mi/h"} 1724 one{"{0} mi/h"} 1725 other{"{0} mi/h"} 1726 } 1727 } 1728 temperature{ 1729 celsius{ 1730 dnam{"°C"} 1731 one{"{0}°C"} 1732 other{"{0}°C"} 1733 } 1734 fahrenheit{ 1735 dnam{"°F"} 1736 one{"{0}°F"} 1737 other{"{0}°F"} 1738 } 1739 kelvin{ 1740 dnam{"K"} 1741 one{"{0} K"} 1742 other{"{0} K"} 1743 } 1744 } 1745 volume{ 1746 acre-foot{ 1747 dnam{"l/m²"} 1748 one{"{0} l/m²"} 1749 other{"{0} l/m²"} 1750 } 1751 bushel{ 1752 dnam{"bu"} 1753 one{"{0} bu"} 1754 other{"{0} bu"} 1755 } 1756 centiliter{ 1757 dnam{"cl"} 1758 one{"{0} cl"} 1759 other{"{0} cl"} 1760 } 1761 cubic-centimeter{ 1762 dnam{"cm³"} 1763 one{"{0} cm³"} 1764 other{"{0} cm³"} 1765 } 1766 cubic-foot{ 1767 dnam{"ft³"} 1768 one{"{0} ft³"} 1769 other{"{0} ft³"} 1770 } 1771 cubic-inch{ 1772 dnam{"in³"} 1773 one{"{0} in³"} 1774 other{"{0} in³"} 1775 } 1776 cubic-kilometer{ 1777 dnam{"km³"} 1778 one{"{0} km³"} 1779 other{"{0} km³"} 1780 } 1781 cubic-meter{ 1782 dnam{"m³"} 1783 one{"{0} m³"} 1784 other{"{0} m³"} 1785 } 1786 cubic-mile{ 1787 dnam{"mi³"} 1788 one{"{0} mi³"} 1789 other{"{0} mi³"} 1790 } 1791 cubic-yard{ 1792 dnam{"yd³"} 1793 one{"{0} yd³"} 1794 other{"{0} yd³"} 1795 } 1796 cup{ 1797 dnam{"c"} 1798 one{"{0} c"} 1799 other{"{0} c"} 1800 } 1801 deciliter{ 1802 dnam{"dl"} 1803 one{"{0} dl"} 1804 other{"{0} dl"} 1805 } 1806 fluid-ounce{ 1807 dnam{"fl oz"} 1808 one{"{0} fl oz"} 1809 other{"{0} fl oz"} 1810 } 1811 gallon{ 1812 dnam{"gal"} 1813 one{"{0} gal"} 1814 other{"{0} gal"} 1815 } 1816 hectoliter{ 1817 dnam{"hl"} 1818 one{"{0} hl"} 1819 other{"{0} hl"} 1820 } 1821 liter{ 1822 dnam{"l"} 1823 one{"{0} l"} 1824 other{"{0} l"} 1825 } 1826 megaliter{ 1827 dnam{"ML"} 1828 one{"{0} ML"} 1829 other{"{0} ML"} 1830 } 1831 milliliter{ 1832 dnam{"ml"} 1833 one{"{0} ml"} 1834 other{"{0} ml"} 1835 } 1836 pint{ 1837 dnam{"pt"} 1838 one{"{0} pt"} 1839 other{"{0} pt"} 1840 } 1841 quart{ 1842 dnam{"qt"} 1843 one{"{0} qt"} 1844 other{"{0} qt"} 1845 } 1846 tablespoon{ 1847 dnam{"tbsp"} 1848 one{"{0} tbsp"} 1849 other{"{0} tbsp"} 1850 } 1851 teaspoon{ 1852 dnam{"tsp"} 1853 one{"{0} tsp"} 1854 other{"{0} tsp"} 1855 } 1856 } 1857 } 1858} 1859