]>
Commit | Line | Data |
---|---|---|
b331163b A |
1 | // *************************************************************************** |
2 | // * | |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
b331163b A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/root.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | /** | |
10 | * ICU <specials> source: <path>/common/main/root.xml | |
11 | */ | |
12 | root{ | |
2ca993e8 | 13 | Version{"2.1.22.93"} |
b331163b A |
14 | durationUnits{ |
15 | hm{"h:mm"} | |
16 | hms{"h:mm:ss"} | |
17 | ms{"m:ss"} | |
18 | } | |
19 | units:alias{"/LOCALE/unitsShort"} | |
20 | unitsNarrow:alias{"/LOCALE/unitsShort"} | |
21 | unitsShort{ | |
22 | acceleration{ | |
23 | g-force{ | |
24 | dnam{"g-force"} | |
25 | other{"{0} G"} | |
26 | } | |
27 | meter-per-second-squared{ | |
28 | dnam{"m/s²"} | |
29 | other{"{0} m/s²"} | |
30 | } | |
31 | } | |
32 | angle{ | |
33 | arc-minute{ | |
34 | dnam{"arcmin"} | |
35 | other{"{0}′"} | |
36 | } | |
37 | arc-second{ | |
38 | dnam{"arcsec"} | |
39 | other{"{0}″"} | |
40 | } | |
41 | degree{ | |
42 | dnam{"deg"} | |
43 | other{"{0}°"} | |
44 | } | |
45 | radian{ | |
46 | dnam{"rad"} | |
47 | other{"{0} rad"} | |
48 | } | |
2ca993e8 A |
49 | revolution{ |
50 | dnam{"rev"} | |
51 | other{"{0} rev"} | |
52 | } | |
b331163b A |
53 | } |
54 | area{ | |
55 | acre{ | |
56 | dnam{"acre"} | |
57 | other{"{0} ac"} | |
58 | } | |
59 | hectare{ | |
60 | dnam{"hectare"} | |
61 | other{"{0} ha"} | |
62 | } | |
63 | square-centimeter{ | |
64 | dnam{"cm²"} | |
65 | other{"{0} cm²"} | |
2ca993e8 | 66 | per{"{0}/cm²"} |
b331163b A |
67 | } |
68 | square-foot{ | |
69 | dnam{"ft²"} | |
70 | other{"{0} ft²"} | |
71 | } | |
72 | square-inch{ | |
73 | dnam{"in²"} | |
74 | other{"{0} in²"} | |
2ca993e8 | 75 | per{"{0}/in²"} |
b331163b A |
76 | } |
77 | square-kilometer{ | |
78 | dnam{"km²"} | |
79 | other{"{0} km²"} | |
80 | } | |
81 | square-meter{ | |
82 | dnam{"m²"} | |
83 | other{"{0} m²"} | |
2ca993e8 | 84 | per{"{0}/m²"} |
b331163b A |
85 | } |
86 | square-mile{ | |
87 | dnam{"mi²"} | |
88 | other{"{0} mi²"} | |
89 | } | |
90 | square-yard{ | |
91 | dnam{"yd²"} | |
92 | other{"{0} yd²"} | |
93 | } | |
94 | } | |
95 | compound{ | |
96 | per{"{0}/{1}"} | |
97 | } | |
2ca993e8 A |
98 | concentr{ |
99 | karat{ | |
100 | dnam{"kt"} | |
101 | other{"{0} kt"} | |
102 | } | |
103 | milligram-per-deciliter{ | |
104 | dnam{"mg/dL"} | |
105 | other{"{0} mg/dL"} | |
106 | } | |
107 | millimole-per-liter{ | |
108 | dnam{"mmol/L"} | |
109 | other{"{0} mmol/L"} | |
110 | } | |
111 | part-per-million{ | |
112 | dnam{"ppm"} | |
113 | other{"{0} ppm"} | |
114 | } | |
115 | } | |
b331163b | 116 | consumption{ |
2ca993e8 A |
117 | liter-per-100kilometers{ |
118 | dnam{"L/100km"} | |
119 | other{"{0} L/100km"} | |
120 | } | |
b331163b A |
121 | liter-per-kilometer{ |
122 | dnam{"L/km"} | |
123 | other{"{0} L/km"} | |
124 | } | |
125 | mile-per-gallon{ | |
2ca993e8 A |
126 | dnam{"mpg US"} |
127 | other{"{0} mpg US"} | |
128 | } | |
129 | mile-per-gallon-imperial{ | |
130 | dnam{"mpg Imp."} | |
131 | other{"{0} mpg Imp."} | |
b331163b A |
132 | } |
133 | } | |
2ca993e8 A |
134 | coordinate{ |
135 | east{"{0}E"} | |
136 | north{"{0}N"} | |
137 | south{"{0}S"} | |
138 | west{"{0}W"} | |
139 | } | |
b331163b A |
140 | digital{ |
141 | bit{ | |
142 | dnam{"bit"} | |
143 | other{"{0} bit"} | |
144 | } | |
145 | byte{ | |
146 | dnam{"byte"} | |
147 | other{"{0} byte"} | |
148 | } | |
149 | gigabit{ | |
150 | dnam{"Gb"} | |
151 | other{"{0} Gb"} | |
152 | } | |
153 | gigabyte{ | |
154 | dnam{"GB"} | |
155 | other{"{0} GB"} | |
156 | } | |
157 | kilobit{ | |
158 | dnam{"kb"} | |
159 | other{"{0} kb"} | |
160 | } | |
161 | kilobyte{ | |
162 | dnam{"kB"} | |
163 | other{"{0} kB"} | |
164 | } | |
165 | megabit{ | |
166 | dnam{"Mb"} | |
167 | other{"{0} Mb"} | |
168 | } | |
169 | megabyte{ | |
170 | dnam{"MB"} | |
171 | other{"{0} MB"} | |
172 | } | |
173 | terabit{ | |
174 | dnam{"Tb"} | |
175 | other{"{0} Tb"} | |
176 | } | |
177 | terabyte{ | |
178 | dnam{"TB"} | |
179 | other{"{0} TB"} | |
180 | } | |
181 | } | |
182 | duration{ | |
2ca993e8 A |
183 | century{ |
184 | dnam{"c"} | |
185 | other{"{0} c"} | |
186 | } | |
b331163b A |
187 | day{ |
188 | dnam{"day"} | |
189 | other{"{0} d"} | |
2ca993e8 | 190 | per{"{0}/d"} |
b331163b A |
191 | } |
192 | hour{ | |
193 | dnam{"hr"} | |
194 | other{"{0} h"} | |
195 | per{"{0}/h"} | |
196 | } | |
197 | microsecond{ | |
198 | dnam{"μs"} | |
199 | other{"{0} μs"} | |
200 | } | |
201 | millisecond{ | |
202 | dnam{"ms"} | |
203 | other{"{0} ms"} | |
204 | } | |
205 | minute{ | |
206 | dnam{"min"} | |
207 | other{"{0} min"} | |
2ca993e8 | 208 | per{"{0}/min"} |
b331163b A |
209 | } |
210 | month{ | |
211 | dnam{"mon"} | |
212 | other{"{0} m"} | |
2ca993e8 | 213 | per{"{0}/m"} |
b331163b A |
214 | } |
215 | nanosecond{ | |
216 | dnam{"ns"} | |
217 | other{"{0} ns"} | |
218 | } | |
219 | second{ | |
220 | dnam{"sec"} | |
221 | other{"{0} s"} | |
222 | per{"{0}/s"} | |
223 | } | |
224 | week{ | |
225 | dnam{"wk"} | |
226 | other{"{0} w"} | |
2ca993e8 | 227 | per{"{0}/w"} |
b331163b A |
228 | } |
229 | year{ | |
230 | dnam{"yr"} | |
231 | other{"{0} y"} | |
2ca993e8 | 232 | per{"{0}/y"} |
b331163b A |
233 | } |
234 | } | |
235 | electric{ | |
236 | ampere{ | |
237 | dnam{"amp"} | |
238 | other{"{0} A"} | |
239 | } | |
240 | milliampere{ | |
241 | dnam{"mA"} | |
242 | other{"{0} mA"} | |
243 | } | |
244 | ohm{ | |
245 | dnam{"ohm"} | |
246 | other{"{0} Ω"} | |
247 | } | |
248 | volt{ | |
249 | dnam{"volt"} | |
250 | other{"{0} V"} | |
251 | } | |
252 | } | |
253 | energy{ | |
254 | calorie{ | |
255 | dnam{"cal"} | |
256 | other{"{0} cal"} | |
257 | } | |
258 | foodcalorie{ | |
259 | dnam{"Cal"} | |
260 | other{"{0} Cal"} | |
261 | } | |
262 | joule{ | |
263 | dnam{"joule"} | |
264 | other{"{0} J"} | |
265 | } | |
266 | kilocalorie{ | |
267 | dnam{"kcal"} | |
268 | other{"{0} kcal"} | |
269 | } | |
270 | kilojoule{ | |
271 | dnam{"kJ"} | |
272 | other{"{0} kJ"} | |
273 | } | |
274 | kilowatt-hour{ | |
275 | dnam{"kWh"} | |
276 | other{"{0} kWh"} | |
277 | } | |
278 | } | |
279 | frequency{ | |
280 | gigahertz{ | |
281 | dnam{"GHz"} | |
282 | other{"{0} GHz"} | |
283 | } | |
284 | hertz{ | |
285 | dnam{"Hz"} | |
286 | other{"{0} Hz"} | |
287 | } | |
288 | kilohertz{ | |
289 | dnam{"kHz"} | |
290 | other{"{0} kHz"} | |
291 | } | |
292 | megahertz{ | |
293 | dnam{"MHz"} | |
294 | other{"{0} MHz"} | |
295 | } | |
296 | } | |
297 | length{ | |
298 | astronomical-unit{ | |
299 | dnam{"au"} | |
300 | other{"{0} au"} | |
301 | } | |
302 | centimeter{ | |
303 | dnam{"cm"} | |
304 | other{"{0} cm"} | |
2ca993e8 | 305 | per{"{0}/cm"} |
b331163b A |
306 | } |
307 | decimeter{ | |
308 | dnam{"dm"} | |
309 | other{"{0} dm"} | |
310 | } | |
311 | fathom{ | |
312 | dnam{"fm"} | |
313 | other{"{0} fm"} | |
314 | } | |
315 | foot{ | |
316 | dnam{"ft"} | |
317 | other{"{0} ft"} | |
2ca993e8 | 318 | per{"{0}/ft"} |
b331163b A |
319 | } |
320 | furlong{ | |
321 | dnam{"fur"} | |
322 | other{"{0} fur"} | |
323 | } | |
324 | inch{ | |
325 | dnam{"in"} | |
326 | other{"{0} in"} | |
2ca993e8 | 327 | per{"{0}/in"} |
b331163b A |
328 | } |
329 | kilometer{ | |
330 | dnam{"km"} | |
331 | other{"{0} km"} | |
2ca993e8 | 332 | per{"{0}/km"} |
b331163b A |
333 | } |
334 | light-year{ | |
335 | dnam{"ly"} | |
336 | other{"{0} ly"} | |
337 | } | |
338 | meter{ | |
339 | dnam{"meter"} | |
340 | other{"{0} m"} | |
2ca993e8 | 341 | per{"{0}/m"} |
b331163b A |
342 | } |
343 | micrometer{ | |
344 | dnam{"µm"} | |
345 | other{"{0} µm"} | |
346 | } | |
347 | mile{ | |
348 | dnam{"mi"} | |
349 | other{"{0} mi"} | |
350 | } | |
2ca993e8 A |
351 | mile-scandinavian{ |
352 | dnam{"smi"} | |
353 | other{"{0} smi"} | |
354 | } | |
b331163b A |
355 | millimeter{ |
356 | dnam{"mm"} | |
357 | other{"{0} mm"} | |
358 | } | |
359 | nanometer{ | |
360 | dnam{"nm"} | |
361 | other{"{0} nm"} | |
362 | } | |
363 | nautical-mile{ | |
364 | dnam{"nmi"} | |
365 | other{"{0} nmi"} | |
366 | } | |
367 | parsec{ | |
368 | dnam{"pc"} | |
369 | other{"{0} pc"} | |
370 | } | |
371 | picometer{ | |
372 | dnam{"pm"} | |
373 | other{"{0} pm"} | |
374 | } | |
375 | yard{ | |
376 | dnam{"yd"} | |
377 | other{"{0} yd"} | |
378 | } | |
379 | } | |
380 | light{ | |
381 | lux{ | |
382 | dnam{"lx"} | |
383 | other{"{0} lx"} | |
384 | } | |
385 | } | |
386 | mass{ | |
387 | carat{ | |
388 | dnam{"CD"} | |
389 | other{"{0} CD"} | |
390 | } | |
391 | gram{ | |
392 | dnam{"gram"} | |
393 | other{"{0} g"} | |
2ca993e8 | 394 | per{"{0}/g"} |
b331163b A |
395 | } |
396 | kilogram{ | |
397 | dnam{"kg"} | |
398 | other{"{0} kg"} | |
2ca993e8 | 399 | per{"{0}/kg"} |
b331163b A |
400 | } |
401 | metric-ton{ | |
402 | dnam{"t"} | |
403 | other{"{0} t"} | |
404 | } | |
405 | microgram{ | |
406 | dnam{"µg"} | |
407 | other{"{0} µg"} | |
408 | } | |
409 | milligram{ | |
410 | dnam{"mg"} | |
411 | other{"{0} mg"} | |
412 | } | |
413 | ounce{ | |
414 | dnam{"oz"} | |
415 | other{"{0} oz"} | |
2ca993e8 | 416 | per{"{0}/oz"} |
b331163b A |
417 | } |
418 | ounce-troy{ | |
419 | dnam{"oz t"} | |
420 | other{"{0} oz t"} | |
421 | } | |
422 | pound{ | |
423 | dnam{"lb"} | |
424 | other{"{0} lb"} | |
2ca993e8 | 425 | per{"{0}/lb"} |
b331163b A |
426 | } |
427 | stone{ | |
428 | dnam{"st"} | |
429 | other{"{0} st"} | |
430 | } | |
431 | ton{ | |
432 | dnam{"tn"} | |
433 | other{"{0} tn"} | |
434 | } | |
435 | } | |
436 | power{ | |
437 | gigawatt{ | |
438 | dnam{"GW"} | |
439 | other{"{0} GW"} | |
440 | } | |
441 | horsepower{ | |
442 | dnam{"hp"} | |
443 | other{"{0} hp"} | |
444 | } | |
445 | kilowatt{ | |
446 | dnam{"kW"} | |
447 | other{"{0} kW"} | |
448 | } | |
449 | megawatt{ | |
450 | dnam{"MW"} | |
451 | other{"{0} MW"} | |
452 | } | |
453 | milliwatt{ | |
454 | dnam{"mW"} | |
455 | other{"{0} mW"} | |
456 | } | |
457 | watt{ | |
458 | dnam{"watt"} | |
459 | other{"{0} W"} | |
460 | } | |
461 | } | |
462 | pressure{ | |
463 | hectopascal{ | |
464 | dnam{"hPa"} | |
465 | other{"{0} hPa"} | |
466 | } | |
467 | inch-hg{ | |
468 | dnam{"inHg"} | |
469 | other{"{0} inHg"} | |
470 | } | |
471 | millibar{ | |
472 | dnam{"mbar"} | |
473 | other{"{0} mbar"} | |
474 | } | |
475 | millimeter-of-mercury{ | |
476 | dnam{"mm Hg"} | |
477 | other{"{0} mm Hg"} | |
478 | } | |
479 | pound-per-square-inch{ | |
480 | dnam{"psi"} | |
481 | other{"{0} psi"} | |
482 | } | |
483 | } | |
b331163b A |
484 | speed{ |
485 | kilometer-per-hour{ | |
486 | dnam{"km/h"} | |
487 | other{"{0} km/h"} | |
488 | } | |
2ca993e8 A |
489 | knot{ |
490 | dnam{"kn"} | |
491 | other{"{0} kn"} | |
492 | } | |
b331163b A |
493 | meter-per-second{ |
494 | dnam{"m/s"} | |
495 | other{"{0} m/s"} | |
496 | } | |
497 | mile-per-hour{ | |
498 | dnam{"mi/h"} | |
499 | other{"{0} mi/h"} | |
500 | } | |
501 | } | |
502 | temperature{ | |
503 | celsius{ | |
504 | dnam{"°C"} | |
505 | other{"{0}°C"} | |
506 | } | |
507 | fahrenheit{ | |
508 | dnam{"°F"} | |
509 | other{"{0}°F"} | |
510 | } | |
511 | generic{ | |
512 | dnam{"°"} | |
513 | other{"{0}°"} | |
514 | } | |
515 | kelvin{ | |
516 | dnam{"K"} | |
517 | other{"{0} K"} | |
518 | } | |
519 | } | |
520 | volume{ | |
521 | acre-foot{ | |
522 | dnam{"ac ft"} | |
523 | other{"{0} ac ft"} | |
524 | } | |
525 | bushel{ | |
526 | dnam{"bu"} | |
527 | other{"{0} bu"} | |
528 | } | |
529 | centiliter{ | |
530 | dnam{"cL"} | |
531 | other{"{0} cL"} | |
532 | } | |
533 | cubic-centimeter{ | |
534 | dnam{"cm³"} | |
535 | other{"{0} cm³"} | |
2ca993e8 | 536 | per{"{0}/cm³"} |
b331163b A |
537 | } |
538 | cubic-foot{ | |
539 | dnam{"ft³"} | |
540 | other{"{0} ft³"} | |
541 | } | |
542 | cubic-inch{ | |
543 | dnam{"in³"} | |
544 | other{"{0} in³"} | |
545 | } | |
546 | cubic-kilometer{ | |
547 | dnam{"km³"} | |
548 | other{"{0} km³"} | |
549 | } | |
550 | cubic-meter{ | |
551 | dnam{"m³"} | |
552 | other{"{0} m³"} | |
2ca993e8 | 553 | per{"{0}/m³"} |
b331163b A |
554 | } |
555 | cubic-mile{ | |
556 | dnam{"mi³"} | |
557 | other{"{0} mi³"} | |
558 | } | |
559 | cubic-yard{ | |
560 | dnam{"yd³"} | |
561 | other{"{0} yd³"} | |
562 | } | |
563 | cup{ | |
564 | dnam{"cup"} | |
565 | other{"{0} c"} | |
566 | } | |
2ca993e8 A |
567 | cup-metric{ |
568 | dnam{"mcup"} | |
569 | other{"{0} mc"} | |
570 | } | |
b331163b A |
571 | deciliter{ |
572 | dnam{"dL"} | |
573 | other{"{0} dL"} | |
574 | } | |
575 | fluid-ounce{ | |
576 | dnam{"fl oz"} | |
577 | other{"{0} fl oz"} | |
578 | } | |
579 | gallon{ | |
2ca993e8 A |
580 | dnam{"US gal"} |
581 | other{"{0} gal US"} | |
582 | per{"{0}/gal US"} | |
583 | } | |
584 | gallon-imperial{ | |
585 | dnam{"Imp. gal"} | |
586 | other{"{0} gal Imp."} | |
587 | per{"{0}/gal Imp."} | |
b331163b A |
588 | } |
589 | hectoliter{ | |
590 | dnam{"hL"} | |
591 | other{"{0} hL"} | |
592 | } | |
593 | liter{ | |
594 | dnam{"liter"} | |
595 | other{"{0} l"} | |
2ca993e8 | 596 | per{"{0}/l"} |
b331163b A |
597 | } |
598 | megaliter{ | |
599 | dnam{"ML"} | |
600 | other{"{0} ML"} | |
601 | } | |
602 | milliliter{ | |
603 | dnam{"mL"} | |
604 | other{"{0} mL"} | |
605 | } | |
606 | pint{ | |
607 | dnam{"pt"} | |
608 | other{"{0} pt"} | |
609 | } | |
2ca993e8 A |
610 | pint-metric{ |
611 | dnam{"mpt"} | |
612 | other{"{0} mpt"} | |
613 | } | |
b331163b A |
614 | quart{ |
615 | dnam{"qt"} | |
616 | other{"{0} qt"} | |
617 | } | |
618 | tablespoon{ | |
619 | dnam{"tbsp"} | |
620 | other{"{0} tbsp"} | |
621 | } | |
622 | teaspoon{ | |
623 | dnam{"tsp"} | |
624 | other{"{0} tsp"} | |
625 | } | |
626 | } | |
627 | } | |
628 | } |