]>
Commit | Line | Data |
---|---|---|
729e4ab9 A |
1 | // *************************************************************************** |
2 | // * | |
51004dcb A |
3 | // * Copyright (C) 2013 International Business Machines |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter | |
6 | // * Source File: <path>/common/main/es_419.xml | |
729e4ab9 A |
7 | // * |
8 | // *************************************************************************** | |
9 | es_419{ | |
10 | NumberElements{ | |
11 | latn{ | |
4388f060 A |
12 | patterns{ |
13 | currencyFormat{"¤#,##0.00"} | |
14 | } | |
51004dcb A |
15 | patternsShort{ |
16 | decimalFormat{ | |
17 | 1000{ | |
18 | one{"0"} | |
19 | other{"0"} | |
20 | } | |
21 | 10000{ | |
22 | one{"00k"} | |
23 | other{"00k"} | |
24 | } | |
25 | 100000{ | |
26 | one{"000k"} | |
27 | other{"000k"} | |
28 | } | |
29 | 1000000{ | |
30 | one{"0 M"} | |
31 | other{"0 M"} | |
32 | } | |
33 | 10000000{ | |
34 | one{"00 M"} | |
35 | other{"00 M"} | |
36 | } | |
37 | 100000000{ | |
38 | one{"000 M"} | |
39 | other{"000 M"} | |
40 | } | |
41 | 1000000000{ | |
42 | one{"0k M"} | |
43 | other{"0k M"} | |
44 | } | |
45 | 10000000000{ | |
46 | one{"00k M"} | |
47 | other{"00k M"} | |
48 | } | |
49 | 100000000000{ | |
50 | one{"000k M"} | |
51 | other{"000k M"} | |
52 | } | |
53 | 1000000000000{ | |
54 | one{"0 B"} | |
55 | other{"0 B"} | |
56 | } | |
57 | 10000000000000{ | |
58 | one{"00 B"} | |
59 | other{"00 B"} | |
60 | } | |
61 | 100000000000000{ | |
62 | one{"000 B"} | |
63 | other{"000 B"} | |
64 | } | |
65 | } | |
66 | } | |
729e4ab9 A |
67 | symbols{ |
68 | decimal{"."} | |
69 | group{","} | |
70 | } | |
71 | } | |
72 | } | |
51004dcb | 73 | Version{"2.0.82.45"} |
4388f060 | 74 | calendar{ |
51004dcb A |
75 | generic{ |
76 | availableFormats{ | |
77 | MMMMEd{"E, d 'de' MMMM"} | |
78 | yMEd{"E d/M/y G"} | |
79 | } | |
80 | } | |
4388f060 | 81 | gregorian{ |
51004dcb A |
82 | availableFormats{ |
83 | MMMMEd{"E, d 'de' MMMM"} | |
84 | yMEd{"E d/M/y"} | |
85 | } | |
4388f060 A |
86 | dayNames{ |
87 | stand-alone{ | |
88 | narrow{ | |
89 | "D", | |
90 | "L", | |
91 | "M", | |
92 | "M", | |
93 | "J", | |
94 | "V", | |
95 | "S", | |
96 | } | |
97 | } | |
98 | } | |
4388f060 A |
99 | quarters{ |
100 | format{ | |
101 | narrow{ | |
102 | "1", | |
103 | "2", | |
104 | "3", | |
105 | "4", | |
106 | } | |
107 | } | |
108 | } | |
109 | } | |
110 | } | |
51004dcb A |
111 | fields{ |
112 | month{ | |
113 | relative{ | |
114 | "-1"{"El mes pasado"} | |
115 | "0"{"Este mes"} | |
116 | "1"{"Mes próximo"} | |
117 | } | |
118 | } | |
119 | week{ | |
120 | relative{ | |
121 | "-1"{"Semana pasada"} | |
122 | "0"{"Esta semana"} | |
123 | "1"{"Próxima semana"} | |
124 | } | |
125 | } | |
126 | year{ | |
127 | relative{ | |
128 | "-1"{"Año pasado"} | |
129 | "0"{"Este año"} | |
130 | "1"{"Año próximo"} | |
131 | } | |
132 | } | |
133 | } | |
4388f060 A |
134 | measurementSystemNames{ |
135 | UK{"Reino Unido"} | |
136 | } | |
137 | units{ | |
138 | day-future{ | |
4388f060 A |
139 | one{"En {0} día"} |
140 | other{"En {0} días"} | |
141 | } | |
142 | hour-future{ | |
4388f060 A |
143 | one{"En {0} hora"} |
144 | other{"En {0} horas"} | |
145 | } | |
146 | minute-future{ | |
4388f060 A |
147 | one{"En {0} minuto"} |
148 | other{"En {0} minutos"} | |
149 | } | |
150 | month-future{ | |
4388f060 A |
151 | one{"En {0} mes"} |
152 | other{"En {0} meses"} | |
153 | } | |
154 | second-future{ | |
4388f060 A |
155 | one{"En {0} segundo"} |
156 | other{"En {0} segundos"} | |
157 | } | |
158 | week-future{ | |
4388f060 A |
159 | one{"En {0} semana"} |
160 | other{"En {0} semanas"} | |
161 | } | |
162 | year-future{ | |
4388f060 A |
163 | one{"En {0} año"} |
164 | other{"En {0} años"} | |
165 | } | |
166 | } | |
729e4ab9 | 167 | } |