]>
Commit | Line | Data |
---|---|---|
729e4ab9 A |
1 | // *************************************************************************** |
2 | // * | |
2ca993e8 | 3 | // * Copyright (C) 2016 International Business Machines |
57a6839d A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
b331163b | 6 | // * Source File: <path>/common/main/es_DO.xml |
729e4ab9 A |
7 | // * |
8 | // *************************************************************************** | |
4388f060 A |
9 | es_DO{ |
10 | %%Parent{"es_419"} | |
2ca993e8 A |
11 | Version{"2.1.22.17"} |
12 | units{ | |
13 | electric{ | |
14 | ampere{ | |
15 | dnam{"amperios"} | |
16 | one{"{0} amperio"} | |
17 | other{"{0} amperios"} | |
18 | } | |
19 | milliampere{ | |
20 | dnam{"miliamperios"} | |
21 | one{"{0} miliamperio"} | |
22 | other{"{0} miliamperios"} | |
23 | } | |
24 | ohm{ | |
25 | one{"{0} ohmio"} | |
26 | other{"{0} ohmios"} | |
27 | } | |
28 | volt{ | |
29 | one{"{0} voltio"} | |
30 | other{"{0} voltios"} | |
31 | } | |
32 | } | |
33 | } | |
34 | unitsNarrow{ | |
35 | duration{ | |
36 | day{ | |
37 | one{"{0}d."} | |
38 | other{"{0}d."} | |
39 | } | |
40 | month{ | |
41 | one{"{0}m."} | |
42 | other{"{0}m."} | |
43 | } | |
44 | } | |
45 | } | |
46 | unitsShort{ | |
47 | duration{ | |
48 | day{ | |
49 | dnam{"d."} | |
50 | } | |
51 | second{ | |
52 | dnam{"seg."} | |
53 | one{"{0} seg."} | |
54 | other{"{0} seg."} | |
55 | } | |
56 | } | |
57 | electric{ | |
58 | volt{ | |
59 | dnam{"voltios"} | |
60 | } | |
61 | } | |
62 | power{ | |
63 | watt{ | |
64 | dnam{"vatios"} | |
65 | } | |
66 | } | |
67 | } | |
729e4ab9 | 68 | } |