1// © 2016 and later: Unicode, Inc. and others. 2// License & terms of use: http://www.unicode.org/copyright.html#License 3fr{ 4 Version{"36.1"} 5 durationUnits{ 6 hm{"h:mm"} 7 hms{"h:mm:ss"} 8 ms{"m:ss"} 9 } 10 units{ 11 acceleration{ 12 g-force{ 13 dnam{"accélération de pesanteur terrestre"} 14 one{"{0} fois l’accélération de pesanteur terrestre"} 15 other{"{0} fois l’accélération de pesanteur terrestre"} 16 } 17 meter-per-second-squared{ 18 dnam{"mètres par seconde carrée"} 19 one{"{0} mètre par seconde carrée"} 20 other{"{0} mètres par seconde carrée"} 21 } 22 } 23 angle{ 24 arc-minute{ 25 dnam{"minutes d’arc"} 26 one{"{0} minute d’arc"} 27 other{"{0} minutes d’arc"} 28 } 29 arc-second{ 30 dnam{"secondes d’arc"} 31 one{"{0} seconde d’arc"} 32 other{"{0} secondes d’arc"} 33 } 34 degree{ 35 dnam{"degrés"} 36 one{"{0} degré"} 37 other{"{0} degrés"} 38 } 39 radian{ 40 dnam{"radians"} 41 one{"{0} radian"} 42 other{"{0} radians"} 43 } 44 revolution{ 45 dnam{"tour"} 46 one{"{0} tour"} 47 other{"{0} tours"} 48 } 49 } 50 area{ 51 acre{ 52 dnam{"acres anglo-saxonnes"} 53 one{"{0} acre anglo-saxonne"} 54 other{"{0} acres anglo-saxonnes"} 55 } 56 dunam{ 57 dnam{"dounams"} 58 one{"{0} dounam"} 59 other{"{0} dounams"} 60 } 61 hectare{ 62 dnam{"hectares"} 63 one{"{0} hectare"} 64 other{"{0} hectares"} 65 } 66 square-centimeter{ 67 dnam{"centimètres carrés"} 68 one{"{0} centimètre carré"} 69 other{"{0} centimètres carrés"} 70 per{"{0} par centimètre carré"} 71 } 72 square-foot{ 73 dnam{"pieds carrés"} 74 one{"{0} pied carré"} 75 other{"{0} pieds carrés"} 76 } 77 square-inch{ 78 dnam{"pouces carrés"} 79 one{"{0} pouce carré"} 80 other{"{0} pouces carrés"} 81 per{"{0} par pouce carré"} 82 } 83 square-kilometer{ 84 dnam{"kilomètres carrés"} 85 one{"{0} kilomètre carré"} 86 other{"{0} kilomètres carrés"} 87 per{"{0}/km²"} 88 } 89 square-meter{ 90 dnam{"mètres carrés"} 91 one{"{0} mètre carré"} 92 other{"{0} mètres carrés"} 93 per{"{0} par mètre carré"} 94 } 95 square-mile{ 96 dnam{"milles carrés"} 97 one{"{0} mille carré"} 98 other{"{0} milles carrés"} 99 per{"{0}/mi²"} 100 } 101 square-yard{ 102 dnam{"yards carrés"} 103 one{"{0} yard carré"} 104 other{"{0} yards carrés"} 105 } 106 } 107 compound{ 108 per{"{0} par {1}"} 109 } 110 concentr{ 111 karat{ 112 dnam{"carats"} 113 one{"{0} carat"} 114 other{"{0} carats"} 115 } 116 milligram-per-deciliter{ 117 dnam{"milligrammes par décilitre"} 118 one{"{0} milligramme par décilitre"} 119 other{"{0} milligrammes par décilitre"} 120 } 121 millimole-per-liter{ 122 dnam{"millimoles par litre"} 123 one{"{0} millimole par litre"} 124 other{"{0} millimoles par litre"} 125 } 126 mole{ 127 dnam{"moles"} 128 one{"{0} mole"} 129 other{"{0} moles"} 130 } 131 part-per-million{ 132 dnam{"parts par million"} 133 one{"{0} part par million"} 134 other{"{0} parts par million"} 135 } 136 percent{ 137 dnam{"pour cent"} 138 one{"{0} pour cent"} 139 other{"{0} pour cent"} 140 } 141 permille{ 142 dnam{"pour mille"} 143 one{"{0} pour mille"} 144 other{"{0} pour mille"} 145 } 146 permyriad{ 147 dnam{"pour dix mille"} 148 one{"{0} pour dix mille"} 149 other{"{0} pour dix mille"} 150 } 151 } 152 consumption{ 153 liter-per-100kilometers{ 154 dnam{"litres aux 100 km"} 155 one{"{0} litre aux 100 km"} 156 other{"{0} litres aux 100 km"} 157 } 158 liter-per-kilometer{ 159 dnam{"litres au kilomètre"} 160 one{"{0} litre au kilomètre"} 161 other{"{0} litres au kilomètre"} 162 } 163 mile-per-gallon{ 164 dnam{"miles par gallon"} 165 one{"{0} mile par gallon"} 166 other{"{0} miles par gallon"} 167 } 168 mile-per-gallon-imperial{ 169 dnam{"miles par gallon impérial"} 170 one{"{0} mile par gallon impérial"} 171 other{"{0} miles par gallon impérial"} 172 } 173 } 174 coordinate{ 175 dnam{"direction"} 176 east{"{0} est"} 177 north{"{0} nord"} 178 south{"{0} sud"} 179 west{"{0} ouest"} 180 } 181 digital{ 182 bit{ 183 dnam{"bits"} 184 one{"{0} bit"} 185 other{"{0} bits"} 186 } 187 byte{ 188 dnam{"octets"} 189 one{"{0} octet"} 190 other{"{0} octets"} 191 } 192 gigabit{ 193 dnam{"gigabits"} 194 one{"{0} gigabit"} 195 other{"{0} gigabits"} 196 } 197 gigabyte{ 198 dnam{"gigaoctets"} 199 one{"{0} gigaoctet"} 200 other{"{0} gigaoctets"} 201 } 202 kilobit{ 203 dnam{"kilobits"} 204 one{"{0} kilobit"} 205 other{"{0} kilobits"} 206 } 207 kilobyte{ 208 dnam{"kilooctets"} 209 one{"{0} kilooctet"} 210 other{"{0} kilooctets"} 211 } 212 megabit{ 213 dnam{"mégabits"} 214 one{"{0} mégabit"} 215 other{"{0} mégabits"} 216 } 217 megabyte{ 218 dnam{"mégaoctets"} 219 one{"{0} mégaoctet"} 220 other{"{0} mégaoctets"} 221 } 222 petabyte{ 223 dnam{"pétaoctets"} 224 one{"{0} pétaoctet"} 225 other{"{0} pétaoctets"} 226 } 227 terabit{ 228 dnam{"térabits"} 229 one{"{0} térabit"} 230 other{"{0} térabits"} 231 } 232 terabyte{ 233 dnam{"téraoctets"} 234 one{"{0} téraoctet"} 235 other{"{0} téraoctets"} 236 } 237 } 238 duration{ 239 century{ 240 dnam{"siècles"} 241 one{"{0} siècle"} 242 other{"{0} siècles"} 243 } 244 day{ 245 dnam{"jours"} 246 one{"{0} jour"} 247 other{"{0} jours"} 248 per{"{0} par jour"} 249 } 250 decade{ 251 dnam{"décennies"} 252 one{"{0} décennie"} 253 other{"{0} décennies"} 254 } 255 hour{ 256 dnam{"heures"} 257 one{"{0} heure"} 258 other{"{0} heures"} 259 per{"{0} par heure"} 260 } 261 microsecond{ 262 dnam{"microsecondes"} 263 one{"{0} microseconde"} 264 other{"{0} microsecondes"} 265 } 266 millisecond{ 267 dnam{"millisecondes"} 268 one{"{0} milliseconde"} 269 other{"{0} millisecondes"} 270 } 271 minute{ 272 dnam{"minutes"} 273 one{"{0} minute"} 274 other{"{0} minutes"} 275 per{"{0} par minute"} 276 } 277 month{ 278 dnam{"mois"} 279 one{"{0} mois"} 280 other{"{0} mois"} 281 per{"{0} par mois"} 282 } 283 nanosecond{ 284 dnam{"nanosecondes"} 285 one{"{0} nanoseconde"} 286 other{"{0} nanosecondes"} 287 } 288 second{ 289 dnam{"secondes"} 290 one{"{0} seconde"} 291 other{"{0} secondes"} 292 per{"{0} par seconde"} 293 } 294 week{ 295 dnam{"semaines"} 296 one{"{0} semaine"} 297 other{"{0} semaines"} 298 per{"{0} par semaine"} 299 } 300 year{ 301 dnam{"ans"} 302 one{"{0} an"} 303 other{"{0} ans"} 304 per{"{0} par an"} 305 } 306 } 307 electric{ 308 ampere{ 309 dnam{"ampères"} 310 one{"{0} ampère"} 311 other{"{0} ampères"} 312 } 313 milliampere{ 314 dnam{"milliampères"} 315 one{"{0} milliampère"} 316 other{"{0} milliampères"} 317 } 318 ohm{ 319 dnam{"ohms"} 320 one{"{0} ohm"} 321 other{"{0} ohms"} 322 } 323 volt{ 324 dnam{"volts"} 325 one{"{0} volt"} 326 other{"{0} volts"} 327 } 328 } 329 energy{ 330 british-thermal-unit{ 331 dnam{"British Thermal Units"} 332 one{"{0} British Thermal Unit"} 333 other{"{0} British Thermal Units"} 334 } 335 calorie{ 336 dnam{"calories"} 337 one{"{0} calorie"} 338 other{"{0} calories"} 339 } 340 electronvolt{ 341 dnam{"électronvolts"} 342 one{"{0} électronvolt"} 343 other{"{0} électronvolts"} 344 } 345 foodcalorie{ 346 dnam{"kilocalories"} 347 one{"{0} kilocalorie"} 348 other{"{0} kilocalories"} 349 } 350 joule{ 351 dnam{"joules"} 352 one{"{0} joule"} 353 other{"{0} joules"} 354 } 355 kilocalorie{ 356 dnam{"kilocalories"} 357 one{"{0} kilocalorie"} 358 other{"{0} kilocalories"} 359 } 360 kilojoule{ 361 dnam{"kilojoules"} 362 one{"{0} kilojoule"} 363 other{"{0} kilojoules"} 364 } 365 kilowatt-hour{ 366 dnam{"kilowattheures"} 367 one{"{0} kilowattheure"} 368 other{"{0} kilowattheures"} 369 } 370 therm-us{ 371 dnam{"therms US"} 372 one{"{0} therm US"} 373 other{"{0} therms US"} 374 } 375 } 376 force{ 377 newton{ 378 dnam{"newtons"} 379 one{"{0} newton"} 380 other{"{0} newtons"} 381 } 382 pound-force{ 383 dnam{"livres-force"} 384 one{"{0} livre-force"} 385 other{"{0} livres-force"} 386 } 387 } 388 frequency{ 389 gigahertz{ 390 dnam{"gigahertz"} 391 one{"{0} gigahertz"} 392 other{"{0} gigahertz"} 393 } 394 hertz{ 395 dnam{"hertz"} 396 one{"{0} hertz"} 397 other{"{0} hertz"} 398 } 399 kilohertz{ 400 dnam{"kilohertz"} 401 one{"{0} kilohertz"} 402 other{"{0} kilohertz"} 403 } 404 megahertz{ 405 dnam{"mégahertz"} 406 one{"{0} mégahertz"} 407 other{"{0} mégahertz"} 408 } 409 } 410 graphics{ 411 dot-per-centimeter{ 412 dnam{"points par centimètre"} 413 one{"{0} point par centimètre"} 414 other{"{0} points par centimètre"} 415 } 416 dot-per-inch{ 417 dnam{"points par pouce"} 418 one{"{0} point par pouce"} 419 other{"{0} points par pouce"} 420 } 421 em{ 422 dnam{"cadratin"} 423 one{"{0} cadratin"} 424 other{"{0} cadratins"} 425 } 426 megapixel{ 427 dnam{"mégapixels"} 428 one{"{0} mégapixel"} 429 other{"{0} mégapixels"} 430 } 431 pixel{ 432 dnam{"pixels"} 433 one{"{0} pixel"} 434 other{"{0} pixels"} 435 } 436 pixel-per-centimeter{ 437 dnam{"pixels par centimètre"} 438 one{"{0} pixel par centimètre"} 439 other{"{0} pixels par centimètre"} 440 } 441 pixel-per-inch{ 442 dnam{"pixels par pouce"} 443 one{"{0} pixel par pouce"} 444 other{"{0} pixels par pouce"} 445 } 446 } 447 length{ 448 astronomical-unit{ 449 dnam{"unités astronomiques"} 450 one{"{0} unité astronomique"} 451 other{"{0} unités astronomiques"} 452 } 453 centimeter{ 454 dnam{"centimètres"} 455 one{"{0} centimètre"} 456 other{"{0} centimètres"} 457 per{"{0} par centimètre"} 458 } 459 decimeter{ 460 dnam{"décimètres"} 461 one{"{0} décimètre"} 462 other{"{0} décimètres"} 463 } 464 fathom{ 465 dnam{"brasses"} 466 one{"{0} brasse"} 467 other{"{0} brasses"} 468 } 469 foot{ 470 dnam{"pieds"} 471 one{"{0} pied"} 472 other{"{0} pieds"} 473 per{"{0} par pied"} 474 } 475 furlong{ 476 dnam{"furlongs"} 477 one{"{0} furlong"} 478 other{"{0} furlongs"} 479 } 480 inch{ 481 dnam{"pouces"} 482 one{"{0} pouce"} 483 other{"{0} pouces"} 484 per{"{0} par pouce"} 485 } 486 kilometer{ 487 dnam{"kilomètres"} 488 one{"{0} kilomètre"} 489 other{"{0} kilomètres"} 490 per{"{0} par kilomètre"} 491 } 492 light-year{ 493 dnam{"années-lumière"} 494 one{"{0} année-lumière"} 495 other{"{0} années-lumière"} 496 } 497 meter{ 498 dnam{"mètres"} 499 one{"{0} mètre"} 500 other{"{0} mètres"} 501 per{"{0} par mètre"} 502 } 503 micrometer{ 504 dnam{"micromètres"} 505 one{"{0} micromètre"} 506 other{"{0} micromètres"} 507 } 508 mile{ 509 dnam{"miles"} 510 one{"{0} mile"} 511 other{"{0} miles"} 512 } 513 mile-scandinavian{ 514 dnam{"milles scandinaves"} 515 one{"{0} mille scandinave"} 516 other{"{0} milles scandinaves"} 517 } 518 millimeter{ 519 dnam{"millimètres"} 520 one{"{0} millimètre"} 521 other{"{0} millimètres"} 522 } 523 nanometer{ 524 dnam{"nanomètres"} 525 one{"{0} nanomètre"} 526 other{"{0} nanomètres"} 527 } 528 nautical-mile{ 529 dnam{"milles marins"} 530 one{"{0} mille marin"} 531 other{"{0} milles marins"} 532 } 533 parsec{ 534 dnam{"parsecs"} 535 one{"{0} parsec"} 536 other{"{0} parsecs"} 537 } 538 picometer{ 539 dnam{"picomètres"} 540 one{"{0} picomètre"} 541 other{"{0} picomètres"} 542 } 543 point{ 544 dnam{"points"} 545 one{"{0} point"} 546 other{"{0} points"} 547 } 548 solar-radius{ 549 dnam{"rayons solaires"} 550 one{"{0} rayon solaire"} 551 other{"{0} rayons solaires"} 552 } 553 yard{ 554 dnam{"yards"} 555 one{"{0} yard"} 556 other{"{0} yards"} 557 } 558 } 559 light{ 560 lux{ 561 dnam{"lux"} 562 one{"{0} lux"} 563 other{"{0} lux"} 564 } 565 solar-luminosity{ 566 dnam{"luminosités solaires"} 567 one{"{0} luminosité solaire"} 568 other{"{0} luminosités solaires"} 569 } 570 } 571 mass{ 572 carat{ 573 dnam{"carats"} 574 one{"{0} carat"} 575 other{"{0} carats"} 576 } 577 dalton{ 578 dnam{"daltons"} 579 one{"{0} dalton"} 580 other{"{0} daltons"} 581 } 582 earth-mass{ 583 dnam{"masses terrestres"} 584 one{"{0} masse terrestre"} 585 other{"{0} masses terrestres"} 586 } 587 gram{ 588 dnam{"grammes"} 589 one{"{0} gramme"} 590 other{"{0} grammes"} 591 per{"{0} par gramme"} 592 } 593 kilogram{ 594 dnam{"kilogrammes"} 595 one{"{0} kilogramme"} 596 other{"{0} kilogrammes"} 597 per{"{0} par kg"} 598 } 599 metric-ton{ 600 dnam{"tonnes"} 601 one{"{0} tonne"} 602 other{"{0} tonnes"} 603 } 604 microgram{ 605 dnam{"microgrammes"} 606 one{"{0} microgramme"} 607 other{"{0} microgrammes"} 608 } 609 milligram{ 610 dnam{"milligrammes"} 611 one{"{0} milligramme"} 612 other{"{0} milligrammes"} 613 } 614 ounce{ 615 dnam{"onces"} 616 one{"{0} once"} 617 other{"{0} onces"} 618 per{"{0} par once"} 619 } 620 ounce-troy{ 621 dnam{"onces troy"} 622 one{"{0} once troy"} 623 other{"{0} onces troy"} 624 } 625 pound{ 626 dnam{"livres"} 627 one{"{0} livre"} 628 other{"{0} livres"} 629 per{"{0} par livre"} 630 } 631 solar-mass{ 632 dnam{"masses solaires"} 633 one{"{0} masse solaire"} 634 other{"{0} masses solaires"} 635 } 636 stone{ 637 dnam{"stones"} 638 one{"{0} stone"} 639 other{"{0} stones"} 640 } 641 ton{ 642 dnam{"tonnes courtes"} 643 one{"{0} tonne courte"} 644 other{"{0} tonnes courtes"} 645 } 646 } 647 power{ 648 gigawatt{ 649 dnam{"gigawatts"} 650 one{"{0} gigawatt"} 651 other{"{0} gigawatts"} 652 } 653 horsepower{ 654 dnam{"chevaux-vapeur"} 655 one{"{0} cheval-vapeur"} 656 other{"{0} chevaux-vapeur"} 657 } 658 kilowatt{ 659 dnam{"kilowatts"} 660 one{"{0} kilowatt"} 661 other{"{0} kilowatts"} 662 } 663 megawatt{ 664 dnam{"mégawatts"} 665 one{"{0} mégawatt"} 666 other{"{0} mégawatts"} 667 } 668 milliwatt{ 669 dnam{"milliwatts"} 670 one{"{0} milliwatt"} 671 other{"{0} milliwatts"} 672 } 673 watt{ 674 dnam{"watts"} 675 one{"{0} watt"} 676 other{"{0} watts"} 677 } 678 } 679 pressure{ 680 atmosphere{ 681 dnam{"atmosphères"} 682 one{"{0} atmosphère"} 683 other{"{0} atmosphères"} 684 } 685 bar{ 686 dnam{"bars"} 687 one{"{0} bar"} 688 other{"{0} bars"} 689 } 690 hectopascal{ 691 dnam{"hectopascals"} 692 one{"{0} hectopascal"} 693 other{"{0} hectopascals"} 694 } 695 inch-hg{ 696 dnam{"pouces de mercure"} 697 one{"{0} pouce de mercure"} 698 other{"{0} pouces de mercure"} 699 } 700 kilopascal{ 701 dnam{"kilopascals"} 702 one{"{0} kilopascal"} 703 other{"{0} kilopascals"} 704 } 705 megapascal{ 706 dnam{"mégapascals"} 707 one{"{0} mégapascal"} 708 other{"{0} mégapascals"} 709 } 710 millibar{ 711 dnam{"millibars"} 712 one{"{0} millibar"} 713 other{"{0} millibars"} 714 } 715 millimeter-of-mercury{ 716 dnam{"millimètres de mercure"} 717 one{"{0} millimètre de mercure"} 718 other{"{0} millimètres de mercure"} 719 } 720 pascal{ 721 dnam{"pascals"} 722 one{"{0} pascal"} 723 other{"{0} pascals"} 724 } 725 pound-per-square-inch{ 726 dnam{"livres par pouce carré"} 727 one{"{0} livre par pouce carré"} 728 other{"{0} livres par pouce carré"} 729 } 730 } 731 speed{ 732 kilometer-per-hour{ 733 dnam{"kilomètres par heure"} 734 one{"{0} kilomètre par heure"} 735 other{"{0} kilomètres par heure"} 736 } 737 knot{ 738 dnam{"nœuds"} 739 one{"{0} nœud"} 740 other{"{0} nœuds"} 741 } 742 meter-per-second{ 743 dnam{"mètres par seconde"} 744 one{"{0} mètre par seconde"} 745 other{"{0} mètres par seconde"} 746 } 747 mile-per-hour{ 748 dnam{"miles par heure"} 749 one{"{0} mile par heure"} 750 other{"{0} miles par heure"} 751 } 752 } 753 temperature{ 754 celsius{ 755 dnam{"degrés Celsius"} 756 one{"{0} degré Celsius"} 757 other{"{0} degrés Celsius"} 758 } 759 fahrenheit{ 760 dnam{"degrés Fahrenheit"} 761 one{"{0} degré Fahrenheit"} 762 other{"{0} degrés Fahrenheit"} 763 } 764 generic{ 765 dnam{"degrés"} 766 one{"{0} degré"} 767 other{"{0} degrés"} 768 } 769 kelvin{ 770 dnam{"kelvins"} 771 one{"{0} kelvin"} 772 other{"{0} kelvins"} 773 } 774 } 775 torque{ 776 newton-meter{ 777 dnam{"newtons-mètres"} 778 one{"{0} newton-mètre"} 779 other{"{0} newtons-mètres"} 780 } 781 pound-foot{ 782 dnam{"livres-pieds"} 783 one{"{0} livre-pied"} 784 other{"{0} livres-pieds"} 785 } 786 } 787 volume{ 788 acre-foot{ 789 dnam{"acres-pieds"} 790 one{"{0} acre-pied"} 791 other{"{0} acres-pieds"} 792 } 793 barrel{ 794 dnam{"barils"} 795 one{"{0} baril"} 796 other{"{0} barils"} 797 } 798 centiliter{ 799 dnam{"centilitres"} 800 one{"{0} centilitre"} 801 other{"{0} centilitres"} 802 } 803 cubic-centimeter{ 804 dnam{"centimètres cubes"} 805 one{"{0} centimètre cube"} 806 other{"{0} centimètres cubes"} 807 per{"{0} par centimètre cube"} 808 } 809 cubic-foot{ 810 dnam{"pieds cubes"} 811 one{"{0} pied cube"} 812 other{"{0} pieds cubes"} 813 } 814 cubic-inch{ 815 dnam{"pouces cubes"} 816 one{"{0} pouce cube"} 817 other{"{0} pouces cubes"} 818 } 819 cubic-kilometer{ 820 dnam{"kilomètres cubes"} 821 one{"{0} kilomètre cube"} 822 other{"{0} kilomètres cubes"} 823 } 824 cubic-meter{ 825 dnam{"mètres cubes"} 826 one{"{0} mètre cube"} 827 other{"{0} mètres cubes"} 828 per{"{0} par mètre cube"} 829 } 830 cubic-mile{ 831 dnam{"milles cubes"} 832 one{"{0} mille cube"} 833 other{"{0} milles cubes"} 834 } 835 cubic-yard{ 836 dnam{"yards cubes"} 837 one{"{0} yard cube"} 838 other{"{0} yards cubes"} 839 } 840 cup{ 841 dnam{"tasses"} 842 one{"{0} tasse"} 843 other{"{0} tasses"} 844 } 845 cup-metric{ 846 dnam{"tasses métriques"} 847 one{"{0} tasse métrique"} 848 other{"{0} tasses métriques"} 849 } 850 deciliter{ 851 dnam{"décilitres"} 852 one{"{0} décilitre"} 853 other{"{0} décilitres"} 854 } 855 fluid-ounce{ 856 dnam{"onces liquides"} 857 one{"{0} once liquide"} 858 other{"{0} onces liquides"} 859 } 860 fluid-ounce-imperial{ 861 dnam{"onces liquides impériales"} 862 one{"{0} once liquide impériale"} 863 other{"{0} onces liquides impériales"} 864 } 865 gallon{ 866 dnam{"gallons"} 867 one{"{0} gallon"} 868 other{"{0} gallons"} 869 per{"{0} par gallon"} 870 } 871 gallon-imperial{ 872 dnam{"gallons impériaux"} 873 one{"{0} gallon impérial"} 874 other{"{0} gallons impériaux"} 875 per{"{0} par gallon impérial"} 876 } 877 hectoliter{ 878 dnam{"hectolitres"} 879 one{"{0} hectolitre"} 880 other{"{0} hectolitres"} 881 } 882 liter{ 883 dnam{"litres"} 884 one{"{0} litre"} 885 other{"{0} litres"} 886 per{"{0} par litre"} 887 } 888 megaliter{ 889 dnam{"mégalitres"} 890 one{"{0} mégalitre"} 891 other{"{0} mégalitres"} 892 } 893 milliliter{ 894 dnam{"millilitres"} 895 one{"{0} millilitre"} 896 other{"{0} millilitres"} 897 } 898 pint{ 899 dnam{"pintes"} 900 one{"{0} pinte"} 901 other{"{0} pintes"} 902 } 903 pint-metric{ 904 dnam{"pintes métriques"} 905 one{"{0} pinte métrique"} 906 other{"{0} pintes métriques"} 907 } 908 quart{ 909 dnam{"quarts"} 910 one{"{0} quart"} 911 other{"{0} quarts"} 912 } 913 tablespoon{ 914 dnam{"cuillères à soupe"} 915 one{"{0} cuillère à soupe"} 916 other{"{0} cuillères à soupe"} 917 } 918 teaspoon{ 919 dnam{"cuillères à café"} 920 one{"{0} cuillère à café"} 921 other{"{0} cuillères à café"} 922 } 923 } 924 } 925 unitsNarrow{ 926 acceleration{ 927 g-force{ 928 dnam{"G"} 929 one{"{0}G"} 930 other{"{0}G"} 931 } 932 meter-per-second-squared{ 933 dnam{"m/s²"} 934 } 935 } 936 angle{ 937 arc-minute{ 938 one{"{0}′"} 939 other{"{0}′"} 940 } 941 arc-second{ 942 one{"{0}″"} 943 other{"{0}″"} 944 } 945 degree{ 946 dnam{"°"} 947 one{"{0}°"} 948 other{"{0}°"} 949 } 950 radian{ 951 dnam{"rad"} 952 one{"{0} rad"} 953 other{"{0} rad"} 954 } 955 } 956 area{ 957 acre{ 958 one{"{0}ac"} 959 other{"{0}ac"} 960 } 961 hectare{ 962 one{"{0}ha"} 963 other{"{0}ha"} 964 } 965 square-foot{ 966 dnam{"pi²"} 967 one{"{0}pi²"} 968 other{"{0}pi²"} 969 } 970 square-kilometer{ 971 one{"{0}km²"} 972 other{"{0}km²"} 973 } 974 square-meter{ 975 one{"{0}m²"} 976 other{"{0}m²"} 977 } 978 square-mile{ 979 one{"{0}mi²"} 980 other{"{0}mi²"} 981 } 982 } 983 compound{ 984 per{"{0}/{1}"} 985 times{"{0}{1}"} 986 } 987 concentr{ 988 percent{ 989 dnam{"%"} 990 one{"{0} %"} 991 other{"{0} %"} 992 } 993 } 994 consumption{ 995 liter-per-100kilometers{ 996 dnam{"l/100km"} 997 one{"{0}l/100km"} 998 other{"{0}l/100km"} 999 } 1000 liter-per-kilometer{ 1001 dnam{"L/km"} 1002 } 1003 mile-per-gallon{ 1004 dnam{"mi/gal"} 1005 } 1006 } 1007 coordinate{ 1008 dnam{"direction"} 1009 east{"{0}E"} 1010 north{"{0}N"} 1011 south{"{0}S"} 1012 west{"{0}O"} 1013 } 1014 duration{ 1015 century{ 1016 dnam{"s."} 1017 one{"{0} s."} 1018 other{"{0} s."} 1019 } 1020 day{ 1021 dnam{"j"} 1022 one{"{0}j"} 1023 other{"{0}j"} 1024 per{"{0}/j"} 1025 } 1026 hour{ 1027 dnam{"h"} 1028 one{"{0}h"} 1029 other{"{0}h"} 1030 per{"{0}/h"} 1031 } 1032 microsecond{ 1033 dnam{"μs"} 1034 } 1035 millisecond{ 1036 dnam{"ms"} 1037 one{"{0}ms"} 1038 other{"{0}ms"} 1039 } 1040 minute{ 1041 dnam{"min"} 1042 one{"{0}min"} 1043 other{"{0}min"} 1044 per{"{0}/min"} 1045 } 1046 month{ 1047 dnam{"m."} 1048 one{"{0}m."} 1049 other{"{0}m."} 1050 per{"{0}/m."} 1051 } 1052 nanosecond{ 1053 dnam{"ns"} 1054 } 1055 second{ 1056 dnam{"s"} 1057 one{"{0}s"} 1058 other{"{0}s"} 1059 per{"{0}/s"} 1060 } 1061 week{ 1062 dnam{"sem."} 1063 one{"{0}sem."} 1064 other{"{0}sem."} 1065 per{"{0}/sem."} 1066 } 1067 year{ 1068 dnam{"a"} 1069 one{"{0}a"} 1070 other{"{0}a"} 1071 per{"{0}/a"} 1072 } 1073 } 1074 length{ 1075 astronomical-unit{ 1076 dnam{"ua"} 1077 one{"{0}ua"} 1078 other{"{0}ua"} 1079 } 1080 centimeter{ 1081 dnam{"cm"} 1082 one{"{0}cm"} 1083 other{"{0}cm"} 1084 per{"{0}/cm"} 1085 } 1086 decimeter{ 1087 dnam{"dm"} 1088 } 1089 fathom{ 1090 dnam{"fm"} 1091 one{"{0} fth"} 1092 other{"{0} fth"} 1093 } 1094 foot{ 1095 dnam{"pi"} 1096 one{"{0}′"} 1097 other{"{0}′"} 1098 per{"{0}/pi"} 1099 } 1100 furlong{ 1101 dnam{"fur"} 1102 one{"{0} fur"} 1103 other{"{0} fur"} 1104 } 1105 inch{ 1106 dnam{"po"} 1107 one{"{0}″"} 1108 other{"{0}″"} 1109 per{"{0}/po"} 1110 } 1111 kilometer{ 1112 dnam{"km"} 1113 one{"{0}km"} 1114 other{"{0}km"} 1115 per{"{0}/km"} 1116 } 1117 light-year{ 1118 dnam{"al"} 1119 one{"{0}a.l."} 1120 other{"{0}a.l."} 1121 } 1122 meter{ 1123 dnam{"m"} 1124 one{"{0}m"} 1125 other{"{0}m"} 1126 per{"{0}/m"} 1127 } 1128 micrometer{ 1129 dnam{"µm"} 1130 } 1131 mile{ 1132 dnam{"mi"} 1133 one{"{0}mi"} 1134 other{"{0}mi"} 1135 } 1136 mile-scandinavian{ 1137 dnam{"smi"} 1138 } 1139 millimeter{ 1140 dnam{"mm"} 1141 one{"{0}mm"} 1142 other{"{0}mm"} 1143 } 1144 nanometer{ 1145 dnam{"nm"} 1146 } 1147 nautical-mile{ 1148 dnam{"nmi"} 1149 } 1150 parsec{ 1151 dnam{"pc"} 1152 } 1153 picometer{ 1154 dnam{"pm"} 1155 one{"{0}pm"} 1156 other{"{0}pm"} 1157 } 1158 yard{ 1159 dnam{"yd"} 1160 one{"{0}yd"} 1161 other{"{0}yd"} 1162 } 1163 } 1164 light{ 1165 lux{ 1166 dnam{"lx"} 1167 } 1168 } 1169 mass{ 1170 gram{ 1171 dnam{"g"} 1172 one{"{0}g"} 1173 other{"{0}g"} 1174 per{"{0}/g"} 1175 } 1176 kilogram{ 1177 dnam{"kg"} 1178 one{"{0}kg"} 1179 other{"{0}kg"} 1180 per{"{0}/kg"} 1181 } 1182 metric-ton{ 1183 dnam{"t"} 1184 } 1185 microgram{ 1186 dnam{"µg"} 1187 } 1188 milligram{ 1189 dnam{"mg"} 1190 } 1191 ounce{ 1192 dnam{"oz"} 1193 one{"{0}oz"} 1194 other{"{0}oz"} 1195 per{"{0}/oz"} 1196 } 1197 pound{ 1198 dnam{"lb"} 1199 one{"{0}lb"} 1200 other{"{0}lb"} 1201 per{"{0}/lb"} 1202 } 1203 stone{ 1204 dnam{"st"} 1205 one{"{0} st"} 1206 other{"{0} st"} 1207 } 1208 ton{ 1209 dnam{"sh tn"} 1210 one{"{0} sh tn"} 1211 other{"{0} sh tn"} 1212 } 1213 } 1214 power{ 1215 horsepower{ 1216 one{"{0}ch"} 1217 other{"{0}ch"} 1218 } 1219 kilowatt{ 1220 one{"{0}kW"} 1221 other{"{0}kW"} 1222 } 1223 watt{ 1224 one{"{0}W"} 1225 other{"{0}W"} 1226 } 1227 } 1228 pressure{ 1229 hectopascal{ 1230 dnam{"hPa"} 1231 one{"{0}hPa"} 1232 other{"{0}hPa"} 1233 } 1234 inch-hg{ 1235 dnam{"″Hg"} 1236 one{"{0}″ Hg"} 1237 other{"{0}″ Hg"} 1238 } 1239 millibar{ 1240 dnam{"mbar"} 1241 one{"{0}mbar"} 1242 other{"{0}mbar"} 1243 } 1244 millimeter-of-mercury{ 1245 dnam{"mmHg"} 1246 one{"{0} mmHg"} 1247 other{"{0} mmHg"} 1248 } 1249 pound-per-square-inch{ 1250 dnam{"lb/po²"} 1251 one{"{0} lb/po²"} 1252 other{"{0} lb/po²"} 1253 } 1254 } 1255 speed{ 1256 kilometer-per-hour{ 1257 dnam{"km/h"} 1258 one{"{0}km/h"} 1259 other{"{0}km/h"} 1260 } 1261 knot{ 1262 dnam{"nd"} 1263 one{"{0} nd"} 1264 other{"{0} nd"} 1265 } 1266 meter-per-second{ 1267 dnam{"m/s"} 1268 one{"{0}m/s"} 1269 other{"{0}m/s"} 1270 } 1271 mile-per-hour{ 1272 dnam{"mi/h"} 1273 one{"{0}mi/h"} 1274 other{"{0}mi/h"} 1275 } 1276 } 1277 temperature{ 1278 celsius{ 1279 dnam{"°C"} 1280 one{"{0}°C"} 1281 other{"{0}°C"} 1282 } 1283 fahrenheit{ 1284 dnam{"°F"} 1285 } 1286 generic{ 1287 dnam{"°"} 1288 one{"{0}°"} 1289 other{"{0}°"} 1290 } 1291 kelvin{ 1292 dnam{"K"} 1293 } 1294 } 1295 volume{ 1296 centiliter{ 1297 dnam{"cl"} 1298 one{"{0}cl"} 1299 other{"{0}cl"} 1300 } 1301 cubic-centimeter{ 1302 dnam{"cm³"} 1303 one{"{0}cm³"} 1304 other{"{0}cm³"} 1305 } 1306 cubic-foot{ 1307 dnam{"pi³"} 1308 one{"{0}pi³"} 1309 other{"{0}pi³"} 1310 } 1311 cubic-inch{ 1312 dnam{"po³"} 1313 one{"{0}po³"} 1314 other{"{0}po³"} 1315 } 1316 cubic-kilometer{ 1317 dnam{"km³"} 1318 one{"{0}km³"} 1319 other{"{0}km³"} 1320 } 1321 cubic-meter{ 1322 dnam{"m³"} 1323 one{"{0}m³"} 1324 other{"{0}m³"} 1325 } 1326 cubic-mile{ 1327 dnam{"mi³"} 1328 one{"{0}mi³"} 1329 other{"{0}mi³"} 1330 } 1331 cubic-yard{ 1332 dnam{"yd³"} 1333 one{"{0}yd³"} 1334 other{"{0}yd³"} 1335 } 1336 deciliter{ 1337 dnam{"dl"} 1338 one{"{0}dl"} 1339 other{"{0}dl"} 1340 } 1341 fluid-ounce{ 1342 dnam{"fl oz"} 1343 one{"{0}fl oz"} 1344 other{"{0}fl oz"} 1345 } 1346 gallon{ 1347 dnam{"gal"} 1348 one{"{0}gal"} 1349 other{"{0}gal"} 1350 } 1351 hectoliter{ 1352 dnam{"hl"} 1353 one{"{0}hl"} 1354 other{"{0}hl"} 1355 } 1356 liter{ 1357 dnam{"l"} 1358 one{"{0}l"} 1359 other{"{0}l"} 1360 } 1361 megaliter{ 1362 dnam{"Ml"} 1363 one{"{0}Ml"} 1364 other{"{0}Ml"} 1365 } 1366 milliliter{ 1367 dnam{"ml"} 1368 one{"{0}ml"} 1369 other{"{0}ml"} 1370 } 1371 } 1372 } 1373 unitsShort{ 1374 acceleration{ 1375 g-force{ 1376 dnam{"force g"} 1377 one{"{0} force g"} 1378 other{"{0} force g"} 1379 } 1380 meter-per-second-squared{ 1381 dnam{"m/s²"} 1382 one{"{0} m/s²"} 1383 other{"{0} m/s²"} 1384 } 1385 } 1386 angle{ 1387 arc-minute{ 1388 dnam{"′"} 1389 one{"{0}′"} 1390 other{"{0}′"} 1391 } 1392 arc-second{ 1393 dnam{"″"} 1394 one{"{0}″"} 1395 other{"{0}″"} 1396 } 1397 degree{ 1398 dnam{"°"} 1399 one{"{0}°"} 1400 other{"{0}°"} 1401 } 1402 radian{ 1403 dnam{"rad"} 1404 one{"{0} rad"} 1405 other{"{0} rad"} 1406 } 1407 revolution{ 1408 dnam{"tr"} 1409 one{"{0} tr"} 1410 other{"{0} tr"} 1411 } 1412 } 1413 area{ 1414 acre{ 1415 dnam{"ac"} 1416 one{"{0} ac"} 1417 other{"{0} ac"} 1418 } 1419 dunam{ 1420 dnam{"dounam"} 1421 one{"{0} dounam"} 1422 other{"{0} dounam"} 1423 } 1424 hectare{ 1425 dnam{"ha"} 1426 one{"{0} ha"} 1427 other{"{0} ha"} 1428 } 1429 square-centimeter{ 1430 dnam{"cm²"} 1431 one{"{0} cm²"} 1432 other{"{0} cm²"} 1433 per{"{0}/cm²"} 1434 } 1435 square-foot{ 1436 dnam{"pi²"} 1437 one{"{0} pi²"} 1438 other{"{0} pi²"} 1439 } 1440 square-inch{ 1441 dnam{"po²"} 1442 one{"{0} po²"} 1443 other{"{0} po²"} 1444 per{"{0}/po²"} 1445 } 1446 square-kilometer{ 1447 dnam{"km²"} 1448 one{"{0} km²"} 1449 other{"{0} km²"} 1450 per{"{0}/km²"} 1451 } 1452 square-meter{ 1453 dnam{"m²"} 1454 one{"{0} m²"} 1455 other{"{0} m²"} 1456 per{"{0}/m²"} 1457 } 1458 square-mile{ 1459 dnam{"mi²"} 1460 one{"{0} mi²"} 1461 other{"{0} mi²"} 1462 per{"{0}/mi²"} 1463 } 1464 square-yard{ 1465 dnam{"yd²"} 1466 one{"{0} yd²"} 1467 other{"{0} yd²"} 1468 } 1469 } 1470 compound{ 1471 per{"{0}/{1}"} 1472 times{"{0}{1}"} 1473 } 1474 concentr{ 1475 karat{ 1476 dnam{"ct"} 1477 one{"{0} ct"} 1478 other{"{0} ct"} 1479 } 1480 milligram-per-deciliter{ 1481 dnam{"mg/dl"} 1482 one{"{0} mg/dl"} 1483 other{"{0} mg/dl"} 1484 } 1485 millimole-per-liter{ 1486 dnam{"mmol/l"} 1487 one{"{0} mmol/l"} 1488 other{"{0} mmol/l"} 1489 } 1490 mole{ 1491 one{"{0} mol"} 1492 other{"{0} mol"} 1493 } 1494 part-per-million{ 1495 dnam{"ppm"} 1496 one{"{0} ppm"} 1497 other{"{0} ppm"} 1498 } 1499 percent{ 1500 dnam{"%"} 1501 one{"{0} %"} 1502 other{"{0} %"} 1503 } 1504 permille{ 1505 dnam{"‰"} 1506 one{"{0} ‰"} 1507 other{"{0} ‰"} 1508 } 1509 permyriad{ 1510 one{"{0} ‱"} 1511 other{"{0} ‱"} 1512 } 1513 } 1514 consumption{ 1515 liter-per-100kilometers{ 1516 dnam{"l/100 km"} 1517 one{"{0} l/100 km"} 1518 other{"{0} l/100 km"} 1519 } 1520 liter-per-kilometer{ 1521 dnam{"l/km"} 1522 one{"{0} l/km"} 1523 other{"{0} l/km"} 1524 } 1525 mile-per-gallon{ 1526 dnam{"mi/gal"} 1527 one{"{0} mi/gal"} 1528 other{"{0} mi/gal"} 1529 } 1530 mile-per-gallon-imperial{ 1531 dnam{"mi/gal imp."} 1532 one{"{0} mi/gal imp."} 1533 other{"{0} mi/gal imp."} 1534 } 1535 } 1536 coordinate{ 1537 dnam{"direction"} 1538 east{"{0} E"} 1539 north{"{0} N"} 1540 south{"{0} S"} 1541 west{"{0} O"} 1542 } 1543 digital{ 1544 bit{ 1545 dnam{"bit"} 1546 one{"{0} bit"} 1547 other{"{0} bit"} 1548 } 1549 byte{ 1550 dnam{"octet"} 1551 one{"{0} o"} 1552 other{"{0} o"} 1553 } 1554 gigabit{ 1555 dnam{"Gbit"} 1556 one{"{0} Gbit"} 1557 other{"{0} Gbit"} 1558 } 1559 gigabyte{ 1560 dnam{"Go"} 1561 one{"{0} Go"} 1562 other{"{0} Go"} 1563 } 1564 kilobit{ 1565 dnam{"kbit"} 1566 one{"{0} kbit"} 1567 other{"{0} kbit"} 1568 } 1569 kilobyte{ 1570 dnam{"ko"} 1571 one{"{0} ko"} 1572 other{"{0} ko"} 1573 } 1574 megabit{ 1575 dnam{"Mbit"} 1576 one{"{0} Mbit"} 1577 other{"{0} Mbit"} 1578 } 1579 megabyte{ 1580 dnam{"Mo"} 1581 one{"{0} Mo"} 1582 other{"{0} Mo"} 1583 } 1584 petabyte{ 1585 dnam{"Po"} 1586 one{"{0} Po"} 1587 other{"{0} Po"} 1588 } 1589 terabit{ 1590 dnam{"Tbit"} 1591 one{"{0} Tbit"} 1592 other{"{0} Tb"} 1593 } 1594 terabyte{ 1595 dnam{"To"} 1596 one{"{0} To"} 1597 other{"{0} To"} 1598 } 1599 } 1600 duration{ 1601 century{ 1602 dnam{"siècles"} 1603 one{"{0} siècle"} 1604 other{"{0} siècles"} 1605 } 1606 day{ 1607 dnam{"j"} 1608 one{"{0} j"} 1609 other{"{0} j"} 1610 per{"{0}/j"} 1611 } 1612 decade{ 1613 dnam{"décennies"} 1614 one{"{0} décennie"} 1615 other{"{0} décennies"} 1616 } 1617 hour{ 1618 dnam{"h"} 1619 one{"{0} h"} 1620 other{"{0} h"} 1621 per{"{0}/h"} 1622 } 1623 microsecond{ 1624 dnam{"μs"} 1625 one{"{0} μs"} 1626 other{"{0} μs"} 1627 } 1628 millisecond{ 1629 dnam{"ms"} 1630 one{"{0} ms"} 1631 other{"{0} ms"} 1632 } 1633 minute{ 1634 dnam{"min"} 1635 one{"{0} min"} 1636 other{"{0} min"} 1637 per{"{0}/min"} 1638 } 1639 month{ 1640 dnam{"m."} 1641 one{"{0} m."} 1642 other{"{0} m."} 1643 per{"{0}/m."} 1644 } 1645 nanosecond{ 1646 dnam{"ns"} 1647 one{"{0} ns"} 1648 other{"{0} ns"} 1649 } 1650 second{ 1651 dnam{"s"} 1652 one{"{0} s"} 1653 other{"{0} s"} 1654 per{"{0}/s"} 1655 } 1656 week{ 1657 dnam{"sem."} 1658 one{"{0} sem."} 1659 other{"{0} sem."} 1660 per{"{0}/sem."} 1661 } 1662 year{ 1663 dnam{"ans"} 1664 one{"{0} an"} 1665 other{"{0} ans"} 1666 per{"{0}/an"} 1667 } 1668 } 1669 electric{ 1670 ampere{ 1671 dnam{"A"} 1672 one{"{0} A"} 1673 other{"{0} A"} 1674 } 1675 milliampere{ 1676 dnam{"mA"} 1677 one{"{0} mA"} 1678 other{"{0} mA"} 1679 } 1680 ohm{ 1681 dnam{"Ω"} 1682 one{"{0} Ω"} 1683 other{"{0} Ω"} 1684 } 1685 volt{ 1686 dnam{"V"} 1687 one{"{0} V"} 1688 other{"{0} V"} 1689 } 1690 } 1691 energy{ 1692 british-thermal-unit{ 1693 dnam{"BTU"} 1694 one{"{0} Btu"} 1695 other{"{0} Btu"} 1696 } 1697 calorie{ 1698 dnam{"cal"} 1699 one{"{0} cal"} 1700 other{"{0} cal"} 1701 } 1702 electronvolt{ 1703 one{"{0} eV"} 1704 other{"{0} eV"} 1705 } 1706 foodcalorie{ 1707 dnam{"kcal"} 1708 one{"{0} kcal"} 1709 other{"{0} kcal"} 1710 } 1711 joule{ 1712 dnam{"J"} 1713 one{"{0} J"} 1714 other{"{0} J"} 1715 } 1716 kilocalorie{ 1717 dnam{"kcal"} 1718 one{"{0} kcal"} 1719 other{"{0} kcal"} 1720 } 1721 kilojoule{ 1722 dnam{"kJ"} 1723 one{"{0} kJ"} 1724 other{"{0} kJ"} 1725 } 1726 kilowatt-hour{ 1727 dnam{"kWh"} 1728 one{"{0} kWh"} 1729 other{"{0} kWh"} 1730 } 1731 therm-us{ 1732 dnam{"therm US"} 1733 one{"{0} therm US"} 1734 other{"{0} therms US"} 1735 } 1736 } 1737 force{ 1738 newton{ 1739 one{"{0} N"} 1740 other{"{0} N"} 1741 } 1742 pound-force{ 1743 one{"{0} lbf"} 1744 other{"{0} lbf"} 1745 } 1746 } 1747 frequency{ 1748 gigahertz{ 1749 dnam{"GHz"} 1750 one{"{0} GHz"} 1751 other{"{0} GHz"} 1752 } 1753 hertz{ 1754 dnam{"Hz"} 1755 one{"{0} Hz"} 1756 other{"{0} Hz"} 1757 } 1758 kilohertz{ 1759 dnam{"kHz"} 1760 one{"{0} kHz"} 1761 other{"{0} kHz"} 1762 } 1763 megahertz{ 1764 dnam{"MHz"} 1765 one{"{0} MHz"} 1766 other{"{0} MHz"} 1767 } 1768 } 1769 graphics{ 1770 dot-per-centimeter{ 1771 dnam{"pt/cm"} 1772 one{"{0} pt/cm"} 1773 other{"{0} pt/cm"} 1774 } 1775 dot-per-inch{ 1776 dnam{"pt/po"} 1777 one{"{0} pt/po"} 1778 other{"{0} pt/po"} 1779 } 1780 em{ 1781 dnam{"em"} 1782 one{"{0} em"} 1783 other{"{0} em"} 1784 } 1785 megapixel{ 1786 dnam{"Mpx"} 1787 one{"{0} Mpx"} 1788 other{"{0} Mpx"} 1789 } 1790 pixel{ 1791 dnam{"px"} 1792 one{"{0} px"} 1793 other{"{0} px"} 1794 } 1795 pixel-per-centimeter{ 1796 dnam{"px/cm"} 1797 one{"{0} px/cm"} 1798 other{"{0} px/cm"} 1799 } 1800 pixel-per-inch{ 1801 dnam{"px/po"} 1802 one{"{0} px/po"} 1803 other{"{0} px/po"} 1804 } 1805 } 1806 length{ 1807 astronomical-unit{ 1808 dnam{"ua"} 1809 one{"{0} ua"} 1810 other{"{0} ua"} 1811 } 1812 centimeter{ 1813 dnam{"cm"} 1814 one{"{0} cm"} 1815 other{"{0} cm"} 1816 per{"{0}/cm"} 1817 } 1818 decimeter{ 1819 dnam{"dm"} 1820 one{"{0} dm"} 1821 other{"{0} dm"} 1822 } 1823 fathom{ 1824 dnam{"fm"} 1825 one{"{0} fth"} 1826 other{"{0} fth"} 1827 } 1828 foot{ 1829 dnam{"pi"} 1830 one{"{0} pi"} 1831 other{"{0} pi"} 1832 per{"{0}/pi"} 1833 } 1834 furlong{ 1835 dnam{"fur"} 1836 one{"{0} fur"} 1837 other{"{0} fur"} 1838 } 1839 inch{ 1840 dnam{"po"} 1841 one{"{0} po"} 1842 other{"{0} po"} 1843 per{"{0}/po"} 1844 } 1845 kilometer{ 1846 dnam{"km"} 1847 one{"{0} km"} 1848 other{"{0} km"} 1849 per{"{0}/km"} 1850 } 1851 light-year{ 1852 dnam{"al"} 1853 one{"{0} al"} 1854 other{"{0} al"} 1855 } 1856 meter{ 1857 dnam{"m"} 1858 one{"{0} m"} 1859 other{"{0} m"} 1860 per{"{0}/m"} 1861 } 1862 micrometer{ 1863 dnam{"µm"} 1864 one{"{0} µm"} 1865 other{"{0} µm"} 1866 } 1867 mile{ 1868 dnam{"mi"} 1869 one{"{0} mi"} 1870 other{"{0} mi"} 1871 } 1872 mile-scandinavian{ 1873 dnam{"smi"} 1874 one{"{0} smi"} 1875 other{"{0} smi"} 1876 } 1877 millimeter{ 1878 dnam{"mm"} 1879 one{"{0} mm"} 1880 other{"{0} mm"} 1881 } 1882 nanometer{ 1883 dnam{"nm"} 1884 one{"{0} nm"} 1885 other{"{0} nm"} 1886 } 1887 nautical-mile{ 1888 dnam{"nmi"} 1889 one{"{0} nmi"} 1890 other{"{0} nmi"} 1891 } 1892 parsec{ 1893 dnam{"pc"} 1894 one{"{0} pc"} 1895 other{"{0} pc"} 1896 } 1897 picometer{ 1898 dnam{"pm"} 1899 one{"{0} pm"} 1900 other{"{0} pm"} 1901 } 1902 point{ 1903 dnam{"points"} 1904 one{"{0} pt"} 1905 other{"{0} pt"} 1906 } 1907 solar-radius{ 1908 dnam{"R☉"} 1909 one{"{0} R☉"} 1910 other{"{0} R☉"} 1911 } 1912 yard{ 1913 dnam{"yd"} 1914 one{"{0} yd"} 1915 other{"{0} yd"} 1916 } 1917 } 1918 light{ 1919 lux{ 1920 dnam{"lx"} 1921 one{"{0} lx"} 1922 other{"{0} lx"} 1923 } 1924 solar-luminosity{ 1925 dnam{"L☉"} 1926 one{"{0} L☉"} 1927 other{"{0} L☉"} 1928 } 1929 } 1930 mass{ 1931 carat{ 1932 dnam{"ct"} 1933 one{"{0} ct"} 1934 other{"{0} ct"} 1935 } 1936 dalton{ 1937 one{"{0} Da"} 1938 other{"{0} Da"} 1939 } 1940 earth-mass{ 1941 dnam{"M⊕"} 1942 one{"{0} M⊕"} 1943 other{"{0} M⊕"} 1944 } 1945 gram{ 1946 dnam{"g"} 1947 one{"{0} g"} 1948 other{"{0} g"} 1949 per{"{0}/g"} 1950 } 1951 kilogram{ 1952 dnam{"kg"} 1953 one{"{0} kg"} 1954 other{"{0} kg"} 1955 per{"{0}/kg"} 1956 } 1957 metric-ton{ 1958 dnam{"t"} 1959 one{"{0} t"} 1960 other{"{0} t"} 1961 } 1962 microgram{ 1963 dnam{"µg"} 1964 one{"{0} µg"} 1965 other{"{0} µg"} 1966 } 1967 milligram{ 1968 dnam{"mg"} 1969 one{"{0} mg"} 1970 other{"{0} mg"} 1971 } 1972 ounce{ 1973 dnam{"oz"} 1974 one{"{0} oz"} 1975 other{"{0} oz"} 1976 per{"{0}/oz"} 1977 } 1978 ounce-troy{ 1979 dnam{"oz t"} 1980 one{"{0} oz t"} 1981 other{"{0} oz t"} 1982 } 1983 pound{ 1984 dnam{"lb"} 1985 one{"{0} lb"} 1986 other{"{0} lb"} 1987 per{"{0}/lb"} 1988 } 1989 solar-mass{ 1990 dnam{"M☉"} 1991 one{"{0} M☉"} 1992 other{"{0} M☉"} 1993 } 1994 stone{ 1995 dnam{"st"} 1996 one{"{0} st"} 1997 other{"{0} st"} 1998 } 1999 ton{ 2000 dnam{"sh tn"} 2001 one{"{0} sh tn"} 2002 other{"{0} sh tn"} 2003 } 2004 } 2005 power{ 2006 gigawatt{ 2007 dnam{"GW"} 2008 one{"{0} GW"} 2009 other{"{0} GW"} 2010 } 2011 horsepower{ 2012 dnam{"ch"} 2013 one{"{0} ch"} 2014 other{"{0} ch"} 2015 } 2016 kilowatt{ 2017 dnam{"kW"} 2018 one{"{0} kW"} 2019 other{"{0} kW"} 2020 } 2021 megawatt{ 2022 dnam{"MW"} 2023 one{"{0} MW"} 2024 other{"{0} MW"} 2025 } 2026 milliwatt{ 2027 dnam{"mW"} 2028 one{"{0} mW"} 2029 other{"{0} mW"} 2030 } 2031 watt{ 2032 dnam{"W"} 2033 one{"{0} W"} 2034 other{"{0} W"} 2035 } 2036 } 2037 pressure{ 2038 atmosphere{ 2039 dnam{"atm"} 2040 one{"{0} atm"} 2041 other{"{0} atm"} 2042 } 2043 bar{ 2044 one{"{0} bar"} 2045 other{"{0} bars"} 2046 } 2047 hectopascal{ 2048 dnam{"hPa"} 2049 one{"{0} hPa"} 2050 other{"{0} hPa"} 2051 } 2052 inch-hg{ 2053 dnam{"inHg"} 2054 one{"{0} inHg"} 2055 other{"{0} inHg"} 2056 } 2057 kilopascal{ 2058 one{"{0} kPa"} 2059 other{"{0} kPa"} 2060 } 2061 megapascal{ 2062 one{"{0} MPa"} 2063 other{"{0} MPa"} 2064 } 2065 millibar{ 2066 dnam{"mbar"} 2067 one{"{0} mbar"} 2068 other{"{0} mbar"} 2069 } 2070 millimeter-of-mercury{ 2071 dnam{"mmHg"} 2072 one{"{0} mmHg"} 2073 other{"{0} mmHg"} 2074 } 2075 pascal{ 2076 one{"{0} Pa"} 2077 other{"{0} Pa"} 2078 } 2079 pound-per-square-inch{ 2080 dnam{"lb/po²"} 2081 one{"{0} lb/po²"} 2082 other{"{0} lb/po²"} 2083 } 2084 } 2085 speed{ 2086 kilometer-per-hour{ 2087 dnam{"km/h"} 2088 one{"{0} km/h"} 2089 other{"{0} km/h"} 2090 } 2091 knot{ 2092 dnam{"nd"} 2093 one{"{0} nd"} 2094 other{"{0} nd"} 2095 } 2096 meter-per-second{ 2097 dnam{"m/s"} 2098 one{"{0} m/s"} 2099 other{"{0} m/s"} 2100 } 2101 mile-per-hour{ 2102 dnam{"mi/h"} 2103 one{"{0} mi/h"} 2104 other{"{0} mi/h"} 2105 } 2106 } 2107 temperature{ 2108 celsius{ 2109 dnam{"°C"} 2110 one{"{0} °C"} 2111 other{"{0} °C"} 2112 } 2113 fahrenheit{ 2114 dnam{"°F"} 2115 one{"{0} °F"} 2116 other{"{0} °F"} 2117 } 2118 generic{ 2119 dnam{"°"} 2120 one{"{0}°"} 2121 other{"{0}°"} 2122 } 2123 kelvin{ 2124 dnam{"K"} 2125 one{"{0} K"} 2126 other{"{0} K"} 2127 } 2128 } 2129 torque{ 2130 newton-meter{ 2131 one{"{0} N⋅m"} 2132 other{"{0} N⋅m"} 2133 } 2134 pound-foot{ 2135 dnam{"lbf⋅ft"} 2136 one{"{0} lbf⋅ft"} 2137 other{"{0} lbf⋅ft"} 2138 } 2139 } 2140 volume{ 2141 acre-foot{ 2142 dnam{"ac pi"} 2143 one{"{0} ac pi"} 2144 other{"{0} ac pi"} 2145 } 2146 barrel{ 2147 one{"{0} bbl"} 2148 other{"{0} bbl"} 2149 } 2150 centiliter{ 2151 dnam{"cl"} 2152 one{"{0} cl"} 2153 other{"{0} cl"} 2154 } 2155 cubic-centimeter{ 2156 dnam{"cm³"} 2157 one{"{0} cm³"} 2158 other{"{0} cm³"} 2159 per{"{0}/cm³"} 2160 } 2161 cubic-foot{ 2162 dnam{"pi³"} 2163 one{"{0} pi³"} 2164 other{"{0} pi³"} 2165 } 2166 cubic-inch{ 2167 dnam{"po³"} 2168 one{"{0} po³"} 2169 other{"{0} po³"} 2170 } 2171 cubic-kilometer{ 2172 dnam{"km³"} 2173 one{"{0} km³"} 2174 other{"{0} km³"} 2175 } 2176 cubic-meter{ 2177 dnam{"m³"} 2178 one{"{0} m³"} 2179 other{"{0} m³"} 2180 per{"{0}/m³"} 2181 } 2182 cubic-mile{ 2183 dnam{"mi³"} 2184 one{"{0} mi³"} 2185 other{"{0} mi³"} 2186 } 2187 cubic-yard{ 2188 dnam{"yd³"} 2189 one{"{0} yd³"} 2190 other{"{0} yd³"} 2191 } 2192 cup{ 2193 dnam{"tasses"} 2194 one{"{0} tasse"} 2195 other{"{0} tasses"} 2196 } 2197 cup-metric{ 2198 dnam{"tm"} 2199 one{"{0} tm"} 2200 other{"{0} tm"} 2201 } 2202 deciliter{ 2203 dnam{"dl"} 2204 one{"{0} dl"} 2205 other{"{0} dl"} 2206 } 2207 fluid-ounce{ 2208 dnam{"fl oz"} 2209 one{"{0} fl oz"} 2210 other{"{0} fl oz"} 2211 } 2212 fluid-ounce-imperial{ 2213 dnam{"fl oz imp."} 2214 one{"{0} fl oz imp."} 2215 other{"{0} fl oz imp."} 2216 } 2217 gallon{ 2218 dnam{"gal"} 2219 one{"{0} gal"} 2220 other{"{0} gal"} 2221 per{"{0}/gal"} 2222 } 2223 gallon-imperial{ 2224 dnam{"gal imp."} 2225 one{"{0} gal imp."} 2226 other{"{0} gal imp."} 2227 per{"{0} gal imp."} 2228 } 2229 hectoliter{ 2230 dnam{"hl"} 2231 one{"{0} hl"} 2232 other{"{0} hl"} 2233 } 2234 liter{ 2235 dnam{"l"} 2236 one{"{0} l"} 2237 other{"{0} l"} 2238 per{"{0}/l"} 2239 } 2240 megaliter{ 2241 dnam{"Ml"} 2242 one{"{0} Ml"} 2243 other{"{0} Ml"} 2244 } 2245 milliliter{ 2246 dnam{"ml"} 2247 one{"{0} ml"} 2248 other{"{0} ml"} 2249 } 2250 pint{ 2251 dnam{"pte"} 2252 one{"{0} pte"} 2253 other{"{0} pte"} 2254 } 2255 pint-metric{ 2256 dnam{"mpt"} 2257 one{"{0} mpt"} 2258 other{"{0} mpt"} 2259 } 2260 quart{ 2261 dnam{"qt"} 2262 one{"{0} qt"} 2263 other{"{0} qt"} 2264 } 2265 tablespoon{ 2266 dnam{"c. à s."} 2267 one{"{0} c. à s."} 2268 other{"{0} c. à s."} 2269 } 2270 teaspoon{ 2271 dnam{"c. à c."} 2272 one{"{0} c. à c."} 2273 other{"{0} c. à c."} 2274 } 2275 } 2276 } 2277} 2278