]>
Commit | Line | Data |
---|---|---|
b331163b A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 2015 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/en_CA.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | en_CA{ | |
10 | %%Parent{"en_001"} | |
11 | unitsNarrow{ | |
12 | volume{ | |
13 | centiliter{ | |
14 | dnam{"cL"} | |
15 | one{"{0}cL"} | |
16 | other{"{0}cL"} | |
17 | } | |
18 | deciliter{ | |
19 | dnam{"dL"} | |
20 | one{"{0}dL"} | |
21 | other{"{0}dL"} | |
22 | } | |
23 | hectoliter{ | |
24 | dnam{"hL"} | |
25 | one{"{0}hL"} | |
26 | other{"{0}hL"} | |
27 | } | |
28 | liter{ | |
29 | dnam{"litre"} | |
30 | one{"{0}L"} | |
31 | other{"{0}L"} | |
32 | } | |
33 | megaliter{ | |
34 | dnam{"ML"} | |
35 | one{"{0}ML"} | |
36 | other{"{0}ML"} | |
37 | } | |
38 | milliliter{ | |
39 | dnam{"mL"} | |
40 | one{"{0}mL"} | |
41 | other{"{0}mL"} | |
42 | } | |
43 | } | |
44 | } | |
45 | unitsShort{ | |
46 | volume{ | |
47 | centiliter{ | |
48 | dnam{"cL"} | |
49 | one{"{0} cL"} | |
50 | other{"{0} cL"} | |
51 | } | |
52 | deciliter{ | |
53 | dnam{"dL"} | |
54 | one{"{0} dL"} | |
55 | other{"{0} dL"} | |
56 | } | |
57 | hectoliter{ | |
58 | dnam{"hL"} | |
59 | one{"{0} hL"} | |
60 | other{"{0} hL"} | |
61 | } | |
62 | liter{ | |
63 | dnam{"litres"} | |
64 | one{"{0} L"} | |
65 | other{"{0} L"} | |
66 | } | |
67 | megaliter{ | |
68 | dnam{"ML"} | |
69 | one{"{0} ML"} | |
70 | other{"{0} ML"} | |
71 | } | |
72 | milliliter{ | |
73 | dnam{"mL"} | |
74 | one{"{0} mL"} | |
75 | other{"{0} mL"} | |
76 | } | |
77 | } | |
78 | } | |
79 | Version{"2.1.14.16"} | |
80 | } |