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/fil.xml
7// *
8// ***************************************************************************
9fil{
10    Version{"2.1.12.94"}
11    durationUnits{
12        hm{"h:mm"}
13        hms{"h:mm:ss"}
14        ms{"m:ss"}
15    }
16    units{
17        acceleration{
18            g-force{
19                dnam{"g-force"}
20                one{"{0} g-force"}
21                other{"{0} g-force"}
22            }
23            meter-per-second-squared{
24                dnam{"metro kada segundo kwadrado"}
25                one{"{0} metro kada segundo kwadrado"}
26                other{"{0} metro kada segundo kwadrado"}
27            }
28        }
29        angle{
30            arc-minute{
31                dnam{"arcminutes"}
32                one{"{0} minute"}
33                other{"{0} minutes"}
34            }
35            arc-second{
36                dnam{"arcseconds"}
37                one{"{0} second"}
38                other{"{0} seconds"}
39            }
40            degree{
41                dnam{"degrees"}
42                one{"{0} degree"}
43                other{"{0} degrees"}
44            }
45            radian{
46                dnam{"radians"}
47                one{"{0} radian"}
48                other{"{0} radians"}
49            }
50        }
51        area{
52            acre{
53                dnam{"acres"}
54                one{"{0} acre"}
55                other{"{0} acres"}
56            }
57            hectare{
58                dnam{"hektarya"}
59                one{"{0} ektarya"}
60                other{"{0} ektarya"}
61            }
62            square-centimeter{
63                dnam{"sentimetro kwadrado"}
64                one{"{0} sentimetro kwadrado"}
65                other{"{0} sentimetro kwadrado"}
66            }
67            square-foot{
68                dnam{"talampakan parisukat"}
69                one{"{0} talampakan parisukat"}
70                other{"{0} talampakan parisukat"}
71            }
72            square-inch{
73                dnam{"pulgada kwadrado"}
74                one{"{0} pulgada kwadrado"}
75                other{"{0} pulgada kwadrado"}
76            }
77            square-kilometer{
78                dnam{"kilometro kwadrado"}
79                one{"{0} kilometro kwadrado"}
80                other{"{0} square kilometer"}
81            }
82            square-meter{
83                dnam{"metro kwadrado"}
84                one{"{0} metro kwadrado"}
85                other{"{0} square meter"}
86            }
87            square-mile{
88                dnam{"milya kwadrado"}
89                one{"{0} milya parisukat"}
90                other{"{0} milya parisukat"}
91            }
92            square-yard{
93                dnam{"yarda parisukat"}
94                one{"{0} yarda parisukat"}
95                other{"{0} yarda parisukat"}
96            }
97        }
98        compound{
99            per{"{0} bawat {1}"}
100        }
101        consumption{
102            liter-per-kilometer{
103                dnam{"litro kada kilometro"}
104                one{"{0} litro kada kilometro"}
105                other{"{0} litro kada kilometro"}
106            }
107            mile-per-gallon{
108                dnam{"milya kada galon"}
109                one{"{0} milya kada galon"}
110                other{"{0} milya kada galon"}
111            }
112        }
113        digital{
114            bit{
115                dnam{"bits"}
116                one{"{0} bit"}
117                other{"{0} bits"}
118            }
119            byte{
120                dnam{"bytes"}
121                one{"{0} byte"}
122                other{"{0} byte"}
123            }
124            gigabit{
125                dnam{"gigabits"}
126                one{"{0} gigabit"}
127                other{"{0} gigabits"}
128            }
129            gigabyte{
130                dnam{"gigabytes"}
131                one{"{0} gigabyte"}
132                other{"{0} gigabytes"}
133            }
134            kilobit{
135                dnam{"kilobits"}
136                one{"{0} kilobit"}
137                other{"{0} kilobits"}
138            }
139            kilobyte{
140                dnam{"kilobytes"}
141                one{"{0} kilobyte"}
142                other{"{0} kilobytes"}
143            }
144            megabit{
145                dnam{"megabits"}
146                one{"{0} megabit"}
147                other{"{0} megabits"}
148            }
149            megabyte{
150                dnam{"megabytes"}
151                one{"{0} megabyte"}
152                other{"{0} megabytes"}
153            }
154            terabit{
155                dnam{"terabits"}
156                one{"{0} terabit"}
157                other{"{0} terabits"}
158            }
159            terabyte{
160                dnam{"terabytes"}
161                one{"{0} terabyte"}
162                other{"{0} terabytes"}
163            }
164        }
165        duration{
166            day{
167                dnam{"araw"}
168                one{"{0} araw"}
169                other{"{0} araw"}
170            }
171            hour{
172                dnam{"oras"}
173                one{"{0} oras"}
174                other{"{0} oras"}
175                per{"{0} kada oras"}
176            }
177            microsecond{
178                dnam{"mikrosegundo"}
179                one{"{0} mikrosegundo"}
180                other{"{0} mikrosegundo"}
181            }
182            millisecond{
183                dnam{"milisegundo"}
184                one{"{0} milisegundo"}
185                other{"{0} milisegundo"}
186            }
187            minute{
188                dnam{"minuto"}
189                one{"{0} minuto"}
190                other{"{0} minuto"}
191            }
192            month{
193                dnam{"buwan"}
194                one{"{0} buwan"}
195                other{"{0} buwan"}
196            }
197            nanosecond{
198                dnam{"nanosegundo"}
199                one{"{0} nanosegundo"}
200                other{"{0} nanosegundo"}
201            }
202            second{
203                dnam{"segundo"}
204                one{"{0} segundo"}
205                other{"{0} segundo"}
206                per{"{0} kada segundo"}
207            }
208            week{
209                dnam{"linggo"}
210                one{"{0} linggo"}
211                other{"{0} linggo"}
212            }
213            year{
214                dnam{"taon"}
215                one{"{0} taon"}
216                other{"{0} taon"}
217            }
218        }
219        electric{
220            ampere{
221                dnam{"amperes"}
222                one{"{0} ampere"}
223                other{"{0} amperes"}
224            }
225            milliampere{
226                dnam{"milliamperes"}
227                one{"{0} milliampere"}
228                other{"{0} milliamperes"}
229            }
230            ohm{
231                dnam{"ohms"}
232                one{"{0} ohm"}
233                other{"{0} ohms"}
234            }
235            volt{
236                dnam{"volts"}
237                one{"{0} volt"}
238                other{"{0} volts"}
239            }
240        }
241        energy{
242            calorie{
243                dnam{"calories"}
244                one{"{0} calorie"}
245                other{"{0} calories"}
246            }
247            foodcalorie{
248                dnam{"Calories"}
249                one{"{0} Calorie"}
250                other{"{0} Calories"}
251            }
252            joule{
253                dnam{"joules"}
254                one{"{0} joule"}
255                other{"{0} joules"}
256            }
257            kilocalorie{
258                dnam{"kilocalories"}
259                one{"{0} kilocalorie"}
260                other{"{0} kilocalories"}
261            }
262            kilojoule{
263                dnam{"kilojoules"}
264                one{"{0} kilojoule"}
265                other{"{0} kilojoules"}
266            }
267            kilowatt-hour{
268                dnam{"kilowatt-hours"}
269                one{"{0} kilowatt hour"}
270                other{"{0} kilowatt-hours"}
271            }
272        }
273        frequency{
274            gigahertz{
275                dnam{"gigahertz"}
276                one{"{0} gigahertz"}
277                other{"{0} gigahertz"}
278            }
279            hertz{
280                dnam{"hertz"}
281                one{"{0} hertz"}
282                other{"{0} hertz"}
283            }
284            kilohertz{
285                dnam{"kilohertz"}
286                one{"{0} kilohertz"}
287                other{"{0} kilohertz"}
288            }
289            megahertz{
290                dnam{"megahertz"}
291                one{"{0} megahertz"}
292                other{"{0} megahertz"}
293            }
294        }
295        length{
296            astronomical-unit{
297                dnam{"astronomical units"}
298                one{"{0} astronomical unit"}
299                other{"{0} astronomical units"}
300            }
301            centimeter{
302                dnam{"sentimetro"}
303                one{"{0} sentimetro"}
304                other{"{0} sentimetro"}
305            }
306            decimeter{
307                dnam{"decimetro"}
308                one{"{0} decimetro"}
309                other{"{0} decimetro"}
310            }
311            foot{
312                dnam{"talampakan"}
313                one{"{0} talampakan"}
314                other{"{0} talampakan"}
315            }
316            inch{
317                dnam{"pulgada"}
318                one{"{0} pulgada"}
319                other{"{0} pulgada"}
320            }
321            kilometer{
322                dnam{"kilometro"}
323                one{"{0} kilometro"}
324                other{"{0} kilometro"}
325            }
326            light-year{
327                dnam{"light year"}
328                one{"{0} light year"}
329                other{"{0} light year"}
330            }
331            meter{
332                dnam{"metro"}
333                one{"{0} metro"}
334                other{"{0} metro"}
335            }
336            micrometer{
337                dnam{"micrometro"}
338                one{"{0} micrometro"}
339                other{"{0} micrometro"}
340            }
341            mile{
342                dnam{"milya"}
343                one{"{0} milya"}
344                other{"{0} milya"}
345            }
346            millimeter{
347                dnam{"milimetro"}
348                one{"{0} milimetro"}
349                other{"{0} milimetro"}
350            }
351            nanometer{
352                dnam{"nanometro"}
353                one{"{0} nanometro"}
354                other{"{0} nanometro"}
355            }
356            nautical-mile{
357                dnam{"nautical miles"}
358                one{"{0} nautical mile"}
359                other{"{0} nautical miles"}
360            }
361            parsec{
362                dnam{"parsecs"}
363                one{"{0} parsec"}
364                other{"{0} parsecs"}
365            }
366            picometer{
367                dnam{"picometer"}
368                one{"{0} picometer"}
369                other{"{0} picometer"}
370            }
371            yard{
372                dnam{"yarda"}
373                one{"{0} yarda"}
374                other{"{0} yarda"}
375            }
376        }
377        light{
378            lux{
379                dnam{"lux"}
380                one{"{0} lux"}
381                other{"{0} lux"}
382            }
383        }
384        mass{
385            carat{
386                dnam{"karat"}
387                one{"{0} karat"}
388                other{"{0} karat"}
389            }
390            gram{
391                dnam{"gramo"}
392                one{"{0} gramo"}
393                other{"{0} gramo"}
394            }
395            kilogram{
396                dnam{"kilo"}
397                one{"{0} kilo"}
398                other{"{0} kilo"}
399            }
400            metric-ton{
401                dnam{"metrikong tonelada"}
402                one{"{0} metrikong tonelada"}
403                other{"{0} metrikong tonelada"}
404            }
405            microgram{
406                dnam{"micrograms"}
407                one{"{0} microgram"}
408                other{"{0} micrograms"}
409            }
410            milligram{
411                dnam{"milligrams"}
412                one{"{0} milligram"}
413                other{"{0} milligrams"}
414            }
415            ounce{
416                dnam{"ounce"}
417                one{"{0} ounce"}
418                other{"{0} ounce"}
419            }
420            ounce-troy{
421                dnam{"troy ounces"}
422                one{"{0} troy ounce"}
423                other{"{0} troy ounces"}
424            }
425            pound{
426                dnam{"pound"}
427                one{"{0} pound"}
428                other{"{0} pound"}
429            }
430            ton{
431                dnam{"tonelada"}
432                one{"{0} tonelada"}
433                other{"{0} tonelada"}
434            }
435        }
436        power{
437            gigawatt{
438                dnam{"gigawatts"}
439                one{"{0} gigawatt"}
440                other{"{0} gigawatts"}
441            }
442            horsepower{
443                dnam{"horsepower"}
444                one{"{0} horsepower"}
445                other{"{0} horsepower"}
446            }
447            kilowatt{
448                dnam{"kilowatts"}
449                one{"{0} kilowatt"}
450                other{"{0} kilowatts"}
451            }
452            megawatt{
453                dnam{"megawatts"}
454                one{"{0} megawatt"}
455                other{"{0} megawatts"}
456            }
457            milliwatt{
458                dnam{"milliwatts"}
459                one{"{0} milliwatt"}
460                other{"{0} milliwatts"}
461            }
462            watt{
463                dnam{"watts"}
464                one{"{0} watt"}
465                other{"{0} watts"}
466            }
467        }
468        pressure{
469            hectopascal{
470                dnam{"hectopascal"}
471                one{"{0} hectopascal"}
472                other{"{0} hectopascal"}
473            }
474            inch-hg{
475                dnam{"inch of mercury"}
476                one{"{0} pulgada ng asoge"}
477                other{"{0} inch of mercury"}
478            }
479            millibar{
480                dnam{"millibar"}
481                one{"{0} millibar"}
482                other{"{0} millibar"}
483            }
484            millimeter-of-mercury{
485                dnam{"milimetro ng asoge"}
486                one{"{0} milimetro ng asoge"}
487                other{"{0} milimetro ng asoge"}
488            }
489            pound-per-square-inch{
490                dnam{"libra kada isang pulgadang parisukat"}
491                one{"{0} libra bawa't isang pulgadang parisukat"}
492                other{"{0} libra bawa't isang pulgadang parisukat"}
493            }
494        }
495        proportion{
496            karat{
497                dnam{"karat"}
498                one{"{0} karat"}
499                other{"{0} karat"}
500            }
501        }
502        speed{
503            kilometer-per-hour{
504                dnam{"kilometro kada oras"}
505                one{"{0} kilometro kada oras"}
506                other{"{0} kilometro kada oras"}
507            }
508            meter-per-second{
509                dnam{"metro kada segundo"}
510                one{"{0} metro kada segundo"}
511                other{"{0} metro kada segundo"}
512            }
513            mile-per-hour{
514                dnam{"milya kada oras"}
515                one{"{0} milya kada oras"}
516                other{"{0} milya kada oras"}
517            }
518        }
519        temperature{
520            celsius{
521                dnam{"degrees Celsius"}
522                one{"{0} degree Celsius"}
523                other{"{0} degrees Celsius"}
524            }
525            fahrenheit{
526                dnam{"degrees Fahrenheit"}
527                one{"{0} degree Fahrenheit"}
528                other{"{0} degrees Fahrenheit"}
529            }
530            kelvin{
531                dnam{"degrees kelvin"}
532                one{"{0} degree kelvin"}
533                other{"{0} degrees kelvin"}
534            }
535        }
536        volume{
537            acre-foot{
538                dnam{"acre-feet"}
539                one{"{0} acre-foot"}
540                other{"{0} acre-feet"}
541            }
542            centiliter{
543                dnam{"sentilitro"}
544                one{"{0} sentilitro"}
545                other{"{0} sentilitro"}
546            }
547            cubic-centimeter{
548                dnam{"kubiko sentimetro"}
549                one{"{0} kubiko sentimetro"}
550                other{"{0} kubiko sentimetro"}
551            }
552            cubic-foot{
553                dnam{"kubiko talampakan"}
554                one{"{0} kubiko talampakan"}
555                other{"{0} kubiko talampakan"}
556            }
557            cubic-inch{
558                dnam{"kubiko pulgada"}
559                one{"{0} kubiko pulgada"}
560                other{"{0} kubiko pulgada"}
561            }
562            cubic-kilometer{
563                dnam{"kubiko kilometro"}
564                one{"{0} kubiko kilometro"}
565                other{"{0} kubiko kilometro"}
566            }
567            cubic-meter{
568                dnam{"kubiko metro"}
569                one{"{0} kubiko metro"}
570                other{"{0} kubiko metro"}
571            }
572            cubic-mile{
573                dnam{"kubiko milya"}
574                one{"{0} kubiko milya"}
575                other{"{0} kubiko milya"}
576            }
577            cubic-yard{
578                dnam{"kubiko yarda"}
579                one{"{0} kubiko yarda"}
580                other{"{0} kubiko yarda"}
581            }
582            cup{
583                dnam{"tasa"}
584                one{"{0} tasa"}
585                other{"{0} tasa"}
586            }
587            deciliter{
588                dnam{"decilitro"}
589                one{"{0} decilitro"}
590                other{"{0} decilitro"}
591            }
592            fluid-ounce{
593                dnam{"fluid ounces"}
594                one{"{0} fluid ounce"}
595                other{"{0} fluid ounces"}
596            }
597            gallon{
598                dnam{"galon"}
599                one{"{0} galon"}
600                other{"{0} galon"}
601            }
602            hectoliter{
603                dnam{"hektolitro"}
604                one{"{0} hektolitro"}
605                other{"{0} hektolitro"}
606            }
607            liter{
608                dnam{"litro"}
609                one{"{0} litro"}
610                other{"{0} litro"}
611            }
612            megaliter{
613                dnam{"megalitro"}
614                one{"{0} megalitro"}
615                other{"{0} megalitro"}
616            }
617            milliliter{
618                dnam{"mililitro"}
619                one{"{0} mililitro"}
620                other{"{0} mililitro"}
621            }
622            pint{
623                dnam{"pints"}
624                one{"{0} pint"}
625                other{"{0} pints"}
626            }
627            quart{
628                dnam{"quarts"}
629                one{"{0} quart"}
630                other{"{0} quarts"}
631            }
632            tablespoon{
633                dnam{"kutsara"}
634                one{"{0} kutsara"}
635                other{"{0} kutsara"}
636            }
637            teaspoon{
638                dnam{"kutsarita"}
639                one{"{0} kutsarita"}
640                other{"{0} kutsarita"}
641            }
642        }
643    }
644    unitsNarrow{
645        acceleration{
646            g-force{
647                one{"{0}G"}
648                other{"{0}G"}
649            }
650        }
651        angle{
652            arc-minute{
653                one{"{0}′"}
654                other{"{0}′"}
655            }
656            arc-second{
657                one{"{0}″"}
658                other{"{0}″"}
659            }
660            degree{
661                one{"{0}°"}
662                other{"{0}°"}
663            }
664        }
665        area{
666            acre{
667                one{"{0}ac"}
668                other{"{0}ac"}
669            }
670            hectare{
671                one{"{0}ha"}
672                other{"{0}ha"}
673            }
674            square-foot{
675                one{"{0}ft²"}
676                other{"{0}ft²"}
677            }
678            square-kilometer{
679                one{"{0}km²"}
680                other{"{0}km²"}
681            }
682            square-meter{
683                one{"{0} m²"}
684                other{"{0} m²"}
685            }
686            square-mile{
687                one{"{0}mi²"}
688                other{"{0}mi²"}
689            }
690        }
691        compound{
692            per{"{0}/{1}"}
693        }
694        duration{
695            day{
696                dnam{"araw"}
697                one{"{0} araw"}
698                other{"{0}d"}
699            }
700            hour{
701                dnam{"oras"}
702                one{"{0}h"}
703                other{"{0}h"}
704            }
705            millisecond{
706                dnam{"mseg"}
707                one{"{0}ms"}
708                other{"{0}ms"}
709            }
710            minute{
711                dnam{"min."}
712                one{"{0}m"}
713                other{"{0}m"}
714            }
715            month{
716                dnam{"buwan"}
717                one{"{0}m"}
718                other{"{0}m"}
719            }
720            second{
721                dnam{"seg."}
722                one{"{0}s"}
723                other{"{0}s"}
724            }
725            week{
726                dnam{"wk"}
727                one{"{0}w"}
728                other{"{0}w"}
729            }
730            year{
731                dnam{"yr"}
732                one{"{0}y"}
733                other{"{0}y"}
734            }
735        }
736        length{
737            centimeter{
738                dnam{"cm"}
739                one{"{0}cm"}
740                other{"{0}cm"}
741            }
742            foot{
743                one{"{0}′"}
744                other{"{0}′"}
745            }
746            inch{
747                one{"{0}″"}
748                other{"{0}″"}
749            }
750            kilometer{
751                dnam{"km"}
752                one{"{0}km"}
753                other{"{0}km"}
754            }
755            light-year{
756                one{"{0}ly"}
757                other{"{0}ly"}
758            }
759            meter{
760                dnam{"metro"}
761                one{"{0}m"}
762                other{"{0}m"}
763            }
764            mile{
765                one{"{0}mi"}
766                other{"{0}mi"}
767            }
768            millimeter{
769                dnam{"mm"}
770                one{"{0}mm"}
771                other{"{0}mm"}
772            }
773            picometer{
774                one{"{0}pm"}
775                other{"{0}pm"}
776            }
777            yard{
778                one{"{0}yd"}
779                other{"{0}yd"}
780            }
781        }
782        mass{
783            gram{
784                dnam{"gramo"}
785                one{"{0}g"}
786                other{"{0}g"}
787            }
788            kilogram{
789                dnam{"kg"}
790                one{"{0}kg"}
791                other{"{0}kg"}
792            }
793            ounce{
794                one{"{0}oz"}
795                other{"{0}oz"}
796            }
797            pound{
798                one{"{0}#"}
799                other{"{0}#"}
800            }
801        }
802        power{
803            horsepower{
804                one{"{0}hp"}
805                other{"{0}hp"}
806            }
807            kilowatt{
808                one{"{0}kW"}
809                other{"{0}kW"}
810            }
811            watt{
812                one{"{0}W"}
813                other{"{0}W"}
814            }
815        }
816        pressure{
817            hectopascal{
818                one{"{0}hPa"}
819                other{"{0}hPa"}
820            }
821            inch-hg{
822                one{"{0}\u0022 Hg"}
823                other{"{0}\u0022 Hg"}
824            }
825            millibar{
826                one{"{0}mb"}
827                other{"{0}mb"}
828            }
829        }
830        speed{
831            kilometer-per-hour{
832                dnam{"km/hr"}
833                one{"{0}kph"}
834                other{"{0}kph"}
835            }
836            meter-per-second{
837                one{"{0}m/s"}
838                other{"{0}m/s"}
839            }
840            mile-per-hour{
841                one{"{0}mph"}
842                other{"{0}mph"}
843            }
844        }
845        temperature{
846            celsius{
847                dnam{"⁰C"}
848                one{"{0}°"}
849                other{"{0}°"}
850            }
851            fahrenheit{
852                one{"{0}°F"}
853                other{"{0}°F"}
854            }
855        }
856        volume{
857            cubic-kilometer{
858                one{"{0}km³"}
859                other{"{0}km³"}
860            }
861            cubic-mile{
862                one{"{0}mi³"}
863                other{"{0}mi³"}
864            }
865            liter{
866                dnam{"litro"}
867                one{"{0}l"}
868                other{"{0}l"}
869            }
870        }
871    }
872    unitsShort{
873        acceleration{
874            g-force{
875                dnam{"g-force"}
876                one{"{0} G"}
877                other{"{0} G"}
878            }
879            meter-per-second-squared{
880                dnam{"metro/segundo²"}
881                one{"{0} m/s²"}
882                other{"{0} m/s²"}
883            }
884        }
885        angle{
886            arc-minute{
887                dnam{"arcmins"}
888                one{"{0} min"}
889                other{"{0} arcmins"}
890            }
891            arc-second{
892                dnam{"arcsecs"}
893                one{"{0} sec"}
894                other{"{0} secs"}
895            }
896            degree{
897                dnam{"degrees"}
898                one{"{0} deg"}
899                other{"{0} deg"}
900            }
901            radian{
902                dnam{"radians"}
903                one{"{0} rad"}
904                other{"{0} rad"}
905            }
906        }
907        area{
908            acre{
909                dnam{"acres"}
910                one{"{0} ac"}
911                other{"{0} ac"}
912            }
913            hectare{
914                dnam{"hektarya"}
915                one{"{0} ha"}
916                other{"{0} ha"}
917            }
918            square-centimeter{
919                dnam{"cm²"}
920                one{"{0} cm²"}
921                other{"{0} cm²"}
922            }
923            square-foot{
924                dnam{"sq feet"}
925                one{"{0} sq ft"}
926                other{"{0} sq ft"}
927            }
928            square-inch{
929                dnam{"pulgada²"}
930                one{"{0} in²"}
931                other{"{0} in²"}
932            }
933            square-kilometer{
934                dnam{"km²"}
935                one{"{0} km²"}
936                other{"{0} km²"}
937            }
938            square-meter{
939                dnam{"meter²"}
940                one{"{0} m²"}
941                other{"{0} m²"}
942            }
943            square-mile{
944                dnam{"sq mile"}
945                one{"{0} sq mi"}
946                other{"{0} sq mi"}
947            }
948            square-yard{
949                dnam{"yarda²"}
950                one{"{0} yd²"}
951                other{"{0} yd²"}
952            }
953        }
954        compound{
955            per{"{0}/{1}"}
956        }
957        consumption{
958            liter-per-kilometer{
959                dnam{"litro/km"}
960                one{"{0} L/km"}
961                other{"{0} L/km"}
962            }
963            mile-per-gallon{
964                dnam{"milya kada galon"}
965                one{"{0} mpg"}
966                other{"{0} mpg"}
967            }
968        }
969        digital{
970            bit{
971                dnam{"bit"}
972                one{"{0} bit"}
973                other{"{0} bit"}
974            }
975            byte{
976                dnam{"byte"}
977                one{"{0} byte"}
978                other{"{0} byte"}
979            }
980            gigabit{
981                dnam{"Gbit"}
982                one{"{0} Gb"}
983                other{"{0} Gb"}
984            }
985            gigabyte{
986                dnam{"GByte"}
987                one{"{0} GB"}
988                other{"{0} GB"}
989            }
990            kilobit{
991                dnam{"kbit"}
992                one{"{0} kb"}
993                other{"{0} kb"}
994            }
995            kilobyte{
996                dnam{"kByte"}
997                one{"{0} kB"}
998                other{"{0} kB"}
999            }
1000            megabit{
1001                dnam{"Mbit"}
1002                one{"{0} Mb"}
1003                other{"{0} Mb"}
1004            }
1005            megabyte{
1006                dnam{"MByte"}
1007                one{"{0} MB"}
1008                other{"{0} MB"}
1009            }
1010            terabit{
1011                dnam{"Tbit"}
1012                one{"{0} Tb"}
1013                other{"{0} Tb"}
1014            }
1015            terabyte{
1016                dnam{"TByte"}
1017                one{"{0} TB"}
1018                other{"{0} TB"}
1019            }
1020        }
1021        duration{
1022            day{
1023                dnam{"araw"}
1024                one{"{0} araw"}
1025                other{"{0} araw"}
1026            }
1027            hour{
1028                dnam{"oras"}
1029                one{"{0} hr"}
1030                other{"{0} hrs"}
1031                per{"{0}/h"}
1032            }
1033            microsecond{
1034                dnam{"μseg"}
1035                one{"{0} μs"}
1036                other{"{0} μs"}
1037            }
1038            millisecond{
1039                dnam{"miliseg"}
1040                one{"{0} ms"}
1041                other{"{0} ms"}
1042            }
1043            minute{
1044                dnam{"min."}
1045                one{"{0} min."}
1046                other{"{0} min."}
1047            }
1048            month{
1049                dnam{"buwan"}
1050                one{"{0} mth"}
1051                other{"{0} mths"}
1052            }
1053            nanosecond{
1054                dnam{"nanoseg"}
1055                one{"{0} ns"}
1056                other{"{0} ns"}
1057            }
1058            second{
1059                dnam{"seg."}
1060                one{"{0} seg."}
1061                other{"{0} seg."}
1062                per{"{0}/s"}
1063            }
1064            week{
1065                dnam{"linggo"}
1066                one{"{0} wk"}
1067                other{"{0} wks"}
1068            }
1069            year{
1070                dnam{"taon"}
1071                one{"{0} yr"}
1072                other{"{0} yrs"}
1073            }
1074        }
1075        electric{
1076            ampere{
1077                dnam{"amp"}
1078                one{"{0} A"}
1079                other{"{0} A"}
1080            }
1081            milliampere{
1082                dnam{"milliamps"}
1083                one{"{0} mA"}
1084                other{"{0} mA"}
1085            }
1086            ohm{
1087                dnam{"ohms"}
1088                one{"{0} Ω"}
1089                other{"{0} Ω"}
1090            }
1091            volt{
1092                dnam{"volts"}
1093                one{"{0} V"}
1094                other{"{0} V"}
1095            }
1096        }
1097        energy{
1098            calorie{
1099                dnam{"cal"}
1100                one{"{0} cal"}
1101                other{"{0} cal"}
1102            }
1103            foodcalorie{
1104                dnam{"Cal"}
1105                one{"{0} Cal"}
1106                other{"{0} Cal"}
1107            }
1108            joule{
1109                dnam{"joules"}
1110                one{"{0} J"}
1111                other{"{0} J"}
1112            }
1113            kilocalorie{
1114                dnam{"kcal"}
1115                one{"{0} kcal"}
1116                other{"{0} kcal"}
1117            }
1118            kilojoule{
1119                dnam{"kilojoule"}
1120                one{"{0} kJ"}
1121                other{"{0} kJ"}
1122            }
1123            kilowatt-hour{
1124                dnam{"kW-hour"}
1125                one{"{0} kWh"}
1126                other{"{0} kWh"}
1127            }
1128        }
1129        frequency{
1130            gigahertz{
1131                dnam{"GHz"}
1132                one{"{0} GHz"}
1133                other{"{0} GHz"}
1134            }
1135            hertz{
1136                dnam{"Hz"}
1137                one{"{0} Hz"}
1138                other{"{0} Hz"}
1139            }
1140            kilohertz{
1141                dnam{"kHz"}
1142                one{"{0} kHz"}
1143                other{"{0} kHz"}
1144            }
1145            megahertz{
1146                dnam{"MHz"}
1147                one{"{0} MHz"}
1148                other{"{0} MHz"}
1149            }
1150        }
1151        length{
1152            astronomical-unit{
1153                dnam{"au"}
1154                one{"{0} au"}
1155                other{"{0} au"}
1156            }
1157            centimeter{
1158                dnam{"cm"}
1159                one{"{0} cm"}
1160                other{"{0} cm"}
1161            }
1162            decimeter{
1163                dnam{"dm"}
1164                one{"{0} dm"}
1165                other{"{0} dm"}
1166            }
1167            foot{
1168                dnam{"talampakan"}
1169                one{"{0} ft"}
1170                other{"{0} ft"}
1171            }
1172            inch{
1173                dnam{"pulgada"}
1174                one{"{0} in"}
1175                other{"{0} in"}
1176            }
1177            kilometer{
1178                dnam{"km"}
1179                one{"{0} km"}
1180                other{"{0} km"}
1181            }
1182            light-year{
1183                dnam{"light yr"}
1184                one{"{0} ly"}
1185                other{"{0} ly"}
1186            }
1187            meter{
1188                dnam{"metro"}
1189                one{"{0} m"}
1190                other{"{0} m"}
1191            }
1192            micrometer{
1193                dnam{"µmetro"}
1194                one{"{0} µm"}
1195                other{"{0} µm"}
1196            }
1197            mile{
1198                dnam{"milya"}
1199                one{"{0} mi"}
1200                other{"{0} mi"}
1201            }
1202            millimeter{
1203                dnam{"mm"}
1204                one{"{0} mm"}
1205                other{"{0} mm"}
1206            }
1207            nanometer{
1208                dnam{"nm"}
1209                one{"{0} nm"}
1210                other{"{0} nm"}
1211            }
1212            nautical-mile{
1213                dnam{"nmi"}
1214                one{"{0} nmi"}
1215                other{"{0} nmi"}
1216            }
1217            parsec{
1218                dnam{"parsecs"}
1219                one{"{0} pc"}
1220                other{"{0} pc"}
1221            }
1222            picometer{
1223                dnam{"pm"}
1224                one{"{0} pm"}
1225                other{"{0} pm"}
1226            }
1227            yard{
1228                dnam{"yarda"}
1229                one{"{0} yd"}
1230                other{"{0} yd"}
1231            }
1232        }
1233        light{
1234            lux{
1235                dnam{"lux"}
1236                one{"{0} lx"}
1237                other{"{0} lx"}
1238            }
1239        }
1240        mass{
1241            carat{
1242                dnam{"karat"}
1243                one{"{0} KD"}
1244                other{"{0} KD"}
1245            }
1246            gram{
1247                dnam{"gramo"}
1248                one{"{0} g"}
1249                other{"{0} g"}
1250            }
1251            kilogram{
1252                dnam{"kg"}
1253                one{"{0} kg"}
1254                other{"{0} kg"}
1255            }
1256            metric-ton{
1257                dnam{"t"}
1258                one{"{0} t"}
1259                other{"{0} t"}
1260            }
1261            microgram{
1262                dnam{"µg"}
1263                one{"{0} µg"}
1264                other{"{0} µg"}
1265            }
1266            milligram{
1267                dnam{"mg"}
1268                one{"{0} mg"}
1269                other{"{0} mg"}
1270            }
1271            ounce{
1272                dnam{"oz"}
1273                one{"{0} oz"}
1274                other{"{0} oz"}
1275            }
1276            ounce-troy{
1277                dnam{"oz troy"}
1278                one{"{0} oz t"}
1279                other{"{0} oz t"}
1280            }
1281            pound{
1282                dnam{"pound"}
1283                one{"{0} lb"}
1284                other{"{0} lb"}
1285            }
1286            ton{
1287                dnam{"tonelada"}
1288                one{"{0} tn"}
1289                other{"{0} tn"}
1290            }
1291        }
1292        power{
1293            gigawatt{
1294                dnam{"GW"}
1295                one{"{0} GW"}
1296                other{"{0} GW"}
1297            }
1298            horsepower{
1299                dnam{"hp"}
1300                one{"{0} hp"}
1301                other{"{0} hp"}
1302            }
1303            kilowatt{
1304                dnam{"kW"}
1305                one{"{0} kW"}
1306                other{"{0} kW"}
1307            }
1308            megawatt{
1309                dnam{"MW"}
1310                one{"{0} MW"}
1311                other{"{0} MW"}
1312            }
1313            milliwatt{
1314                dnam{"mW"}
1315                one{"{0} mW"}
1316                other{"{0} mW"}
1317            }
1318            watt{
1319                dnam{"watts"}
1320                one{"{0} W"}
1321                other{"{0} W"}
1322            }
1323        }
1324        pressure{
1325            hectopascal{
1326                dnam{"hPa"}
1327                one{"{0} hPa"}
1328                other{"{0} hPa"}
1329            }
1330            inch-hg{
1331                dnam{"in Hg"}
1332                one{"{0} inHg"}
1333                other{"{0} inHg"}
1334            }
1335            millibar{
1336                dnam{"mbar"}
1337                one{"{0} mb"}
1338                other{"{0} mb"}
1339            }
1340            millimeter-of-mercury{
1341                dnam{"milimetro ng asoge"}
1342                one{"{0} mm Hg"}
1343                other{"{0} mm Hg"}
1344            }
1345            pound-per-square-inch{
1346                dnam{"psi"}
1347                one{"{0} psi"}
1348                other{"{0} psi"}
1349            }
1350        }
1351        proportion{
1352            karat{
1353                dnam{"karat"}
1354                one{"{0} kt"}
1355                other{"{0} kt"}
1356            }
1357        }
1358        speed{
1359            kilometer-per-hour{
1360                dnam{"km/hr"}
1361                one{"{0} kph"}
1362                other{"{0} kph"}
1363            }
1364            meter-per-second{
1365                dnam{"meter/sec"}
1366                one{"{0} m/s"}
1367                other{"{0} m/s"}
1368            }
1369            mile-per-hour{
1370                dnam{"milya/oras"}
1371                one{"{0} mph"}
1372                other{"{0} mph"}
1373            }
1374        }
1375        temperature{
1376            celsius{
1377                dnam{"deg. C"}
1378                one{"{0}°C"}
1379                other{"{0}°C"}
1380            }
1381            fahrenheit{
1382                dnam{"deg. F"}
1383                one{"{0}°F"}
1384                other{"{0}°F"}
1385            }
1386            kelvin{
1387                dnam{"deg. K"}
1388                one{"{0}°K"}
1389                other{"{0}°K"}
1390            }
1391        }
1392        volume{
1393            acre-foot{
1394                dnam{"acre ft"}
1395                one{"{0} ac ft"}
1396                other{"{0} ac ft"}
1397            }
1398            centiliter{
1399                dnam{"cL"}
1400                one{"{0} cL"}
1401                other{"{0} cL"}
1402            }
1403            cubic-centimeter{
1404                dnam{"cm³"}
1405                one{"{0} cm³"}
1406                other{"{0} cm³"}
1407            }
1408            cubic-foot{
1409                dnam{"talampakan³"}
1410                one{"{0} ft³"}
1411                other{"{0} ft³"}
1412            }
1413            cubic-inch{
1414                dnam{"pulgada³"}
1415                one{"{0} in³"}
1416                other{"{0} in³"}
1417            }
1418            cubic-kilometer{
1419                dnam{"km³"}
1420                one{"{0} km³"}
1421                other{"{0} km³"}
1422            }
1423            cubic-meter{
1424                dnam{"m³"}
1425                one{"{0} m³"}
1426                other{"{0} m³"}
1427            }
1428            cubic-mile{
1429                dnam{"mi³"}
1430                one{"{0} mi³"}
1431                other{"{0} mi³"}
1432            }
1433            cubic-yard{
1434                dnam{"yarda³"}
1435                one{"{0} yd³"}
1436                other{"{0} yd³"}
1437            }
1438            cup{
1439                dnam{"tasa"}
1440                one{"{0} c"}
1441                other{"{0} c"}
1442            }
1443            deciliter{
1444                dnam{"dL"}
1445                one{"{0} dL"}
1446                other{"{0} dL"}
1447            }
1448            fluid-ounce{
1449                dnam{"fl oz"}
1450                one{"{0} fl oz"}
1451                other{"{0} fl oz"}
1452            }
1453            gallon{
1454                dnam{"gal"}
1455                one{"{0} gal"}
1456                other{"{0} gal"}
1457            }
1458            hectoliter{
1459                dnam{"hL"}
1460                one{"{0} hL"}
1461                other{"{0} hL"}
1462            }
1463            liter{
1464                dnam{"litro"}
1465                one{"{0} l"}
1466                other{"{0} l"}
1467            }
1468            megaliter{
1469                dnam{"ML"}
1470                one{"{0} ML"}
1471                other{"{0} ML"}
1472            }
1473            milliliter{
1474                dnam{"mL"}
1475                one{"{0} mL"}
1476                other{"{0} mL"}
1477            }
1478            pint{
1479                dnam{"pints"}
1480                one{"{0} pt"}
1481                other{"{0} pt"}
1482            }
1483            quart{
1484                dnam{"qts"}
1485                one{"{0} qt"}
1486                other{"{0} qt"}
1487            }
1488            tablespoon{
1489                dnam{"tbsp"}
1490                one{"{0} tbsp"}
1491                other{"{0} tbsp"}
1492            }
1493            teaspoon{
1494                dnam{"tsp"}
1495                one{"{0} tsp"}
1496                other{"{0} tsp"}
1497            }
1498        }
1499    }
1500}
1501