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/gsw.xml
7// *
8// ***************************************************************************
9gsw{
10    Version{"2.1.10.93"}
11    durationUnits{
12        hm{"h:mm"}
13        hms{"h:mm:ss"}
14        ms{"m:ss"}
15    }
16    units{
17        duration{
18            day{
19                one{"{0} Taag"}
20                other{"{0} Tääg"}
21            }
22            hour{
23                one{"{0} Schtund"}
24                other{"{0} Schtunde"}
25            }
26            minute{
27                one{"{0} Minuute"}
28                other{"{0} Minuute"}
29            }
30            month{
31                one{"{0} Monet"}
32                other{"{0} Mönet"}
33            }
34            second{
35                one{"{0} Sekunde"}
36                other{"{0} Sekunde"}
37            }
38            week{
39                one{"{0} Wuche"}
40                other{"{0} Wuche"}
41            }
42            year{
43                one{"{0} Jahr"}
44                other{"{0} Jahr"}
45            }
46        }
47    }
48    unitsNarrow{
49        area{
50            acre{
51                one{"{0} ac"}
52                other{"{0} ac"}
53            }
54            square-foot{
55                one{"{0} ft²"}
56                other{"{0} ft²"}
57            }
58            square-mile{
59                one{"{0} mi²"}
60                other{"{0} mi²"}
61            }
62        }
63        length{
64            mile{
65                one{"{0} mi"}
66                other{"{0} mi"}
67            }
68            yard{
69                one{"{0} yd"}
70                other{"{0} yd"}
71            }
72        }
73        pressure{
74            inch-hg{
75                one{"{0} inHg"}
76                other{"{0} inHg"}
77            }
78        }
79        speed{
80            mile-per-hour{
81                one{"{0} mi/h"}
82                other{"{0} mi/h"}
83            }
84        }
85        volume{
86            cubic-mile{
87                one{"{0} mi³"}
88                other{"{0} mi³"}
89            }
90        }
91    }
92    unitsShort{
93        area{
94            acre{
95                one{"{0} ac"}
96                other{"{0} ac"}
97            }
98            square-foot{
99                one{"{0} ft²"}
100                other{"{0} ft²"}
101            }
102            square-mile{
103                one{"{0} mi²"}
104                other{"{0} mi²"}
105            }
106        }
107        length{
108            mile{
109                one{"{0} mi"}
110                other{"{0} mi"}
111            }
112            yard{
113                one{"{0} yd"}
114                other{"{0} yd"}
115            }
116        }
117        pressure{
118            inch-hg{
119                one{"{0} inHg"}
120                other{"{0} inHg"}
121            }
122        }
123        speed{
124            mile-per-hour{
125                one{"{0} mi/h"}
126                other{"{0} mi/h"}
127            }
128        }
129        volume{
130            cubic-mile{
131                one{"{0} mi³"}
132                other{"{0} mi³"}
133            }
134        }
135    }
136}
137