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