Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: source/data/curr/es_419.txt

Issue 845603002: Update ICU to 54.1 step 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: remove unusued directories Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « source/data/curr/es.txt ('k') | source/data/curr/es_AR.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 // ***************************************************************************
2 // *
3 // * Copyright (C) 2014 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
7 // *
8 // ***************************************************************************
9 es_419{
10 Currencies{
11 AMD{
12 "AMD",
13 "dram",
14 }
15 AWG{
16 "AWG",
17 "florín arubeño",
18 }
19 BBD{
20 "BBD",
21 "dólar barbadense",
22 }
23 BSD{
24 "BSD",
25 "dólar bahameño",
26 }
27 BZD{
28 "BZD",
29 "dólar beliceño",
30 }
31 CAD{
32 "CAD",
33 "dólar canadiense",
34 }
35 ERN{
36 "ERN",
37 "nakfa",
38 }
39 EUR{
40 "EUR",
41 "euro",
42 }
43 HKD{
44 "HKD",
45 "dólar hongkonés",
46 }
47 ILS{
48 "ILS",
49 "nuevo sheqel israelí",
50 }
51 JMD{
52 "JMD",
53 "dólar jamaicano",
54 }
55 KZT{
56 "KZT",
57 "tenge kazako",
58 }
59 LKR{
60 "LKR",
61 "rupia esrilanquesa",
62 }
63 MOP{
64 "MOP",
65 "pataca",
66 }
67 THB{
68 "THB",
69 "bat",
70 }
71 USD{
72 "USD",
73 "dólar estadounidense",
74 }
75 VND{
76 "VND",
77 "dong",
78 }
79 XXX{
80 "XXX",
81 "moneda desconocida",
82 }
83 ZMW{
84 "ZMK",
85 "kuacha zambiano",
86 }
87 }
88 Currencies%narrow{
89 EUR{"€"}
90 }
91 CurrencyPlurals{
92 AWG{
93 one{"florín arubeño"}
94 other{"florines arubeños"}
95 }
96 BBD{
97 one{"dólar barbadense"}
98 other{"dólares barbadenses"}
99 }
100 BHD{
101 one{"dinar bareiní"}
102 other{"dinares bareiníes"}
103 }
104 BSD{
105 one{"dólar bahameño"}
106 other{"dólares bahameños"}
107 }
108 BZD{
109 one{"dólar beliceño"}
110 other{"dólares beliceños"}
111 }
112 HKD{
113 one{"dólar hongkonés"}
114 other{"dólares hongkoneses"}
115 }
116 ILS{
117 one{"nuevo sheqel israelí"}
118 other{"nuevos sheqels israelíes"}
119 }
120 JMD{
121 one{"dólar jamaicano"}
122 other{"dólares jamaicanos"}
123 }
124 KZT{
125 one{"tenge kazako"}
126 other{"tenges kazakos"}
127 }
128 LKR{
129 one{"rupia esrilanquesa"}
130 other{"rupias esrilanquesas"}
131 }
132 MOP{
133 one{"pataca"}
134 other{"patacas"}
135 }
136 MWK{
137 one{"kuacha malauí"}
138 other{"kuachas malauíes"}
139 }
140 XXX{
141 one{"(unidad de moneda desconocida)"}
142 other{"(moneda desconocida)"}
143 }
144 }
145 Version{"2.1.8.19"}
146 }
OLDNEW
« no previous file with comments | « source/data/curr/es.txt ('k') | source/data/curr/es_AR.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698