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