Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(525)

Side by Side Diff: source/data/unit/nl.txt

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

Powered by Google App Engine
This is Rietveld 408576698