Chromium Code Reviews

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

Issue 877193003: ICU update to 54.1 step 7 (Closed) Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: add one more msvc's warning fix Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff |
« no previous file with comments | « source/data/curr/fr.txt ('k') | source/data/curr/fr_SY.txt » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // *************************************************************************** 1 // ***************************************************************************
2 // * 2 // *
3 // * Copyright (C) 2014 International Business Machines 3 // * Copyright (C) 2014 International Business Machines
4 // * Corporation and others. All Rights Reserved. 4 // * Corporation and others. All Rights Reserved.
5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6 // * Source File: <path>/common/main/fr_CA.xml 6 // * Source File: <path>/common/main/fr_CA.xml
7 // * 7 // *
8 // *************************************************************************** 8 // ***************************************************************************
9 fr_CA{ 9 fr_CA{
10 Currencies{ 10 Currencies{
(...skipping 22 matching lines...)
33 "peso chilien", 33 "peso chilien",
34 } 34 }
35 CNY{ 35 CNY{
36 "CN¥", 36 "CN¥",
37 "yuan renminbi chinois", 37 "yuan renminbi chinois",
38 } 38 }
39 COP{ 39 COP{
40 "COP", 40 "COP",
41 "peso colombien", 41 "peso colombien",
42 } 42 }
43 FKP{
44 "FKP",
45 "livre des Îles Malouines",
46 }
47 GBP{ 43 GBP{
48 "£", 44 "£",
49 "livre sterling", 45 "livre sterling",
50 } 46 }
51 HKD{ 47 HKD{
52 "$ HK", 48 "$ HK",
53 "dollar de Hong Kong", 49 "dollar de Hong Kong",
54 } 50 }
55 ILS{ 51 ILS{
56 "ILS", 52 "ILS",
(...skipping 32 matching lines...)
89 "dollar néo-zélandais", 85 "dollar néo-zélandais",
90 } 86 }
91 PGK{ 87 PGK{
92 "PGK", 88 "PGK",
93 "kina papou-néo-guinéen", 89 "kina papou-néo-guinéen",
94 } 90 }
95 QAR{ 91 QAR{
96 "QAR", 92 "QAR",
97 "riyal du Qatar", 93 "riyal du Qatar",
98 } 94 }
99 SBD{
100 "SBD",
101 "dollar des îles Salomon",
102 }
103 SGD{ 95 SGD{
104 "$ SG", 96 "$ SG",
105 "dollar de Singapour", 97 "dollar de Singapour",
106 } 98 }
107 THB{ 99 THB{
108 "THB", 100 "THB",
109 "baht thaïlandais", 101 "baht thaïlandais",
110 } 102 }
111 TTD{ 103 TTD{
112 "TTD", 104 "TTD",
(...skipping 12 matching lines...)
125 "dông vietnamien", 117 "dông vietnamien",
126 } 118 }
127 XAF{ 119 XAF{
128 "XAF", 120 "XAF",
129 "franc CFA (BEAC)", 121 "franc CFA (BEAC)",
130 } 122 }
131 XOF{ 123 XOF{
132 "XOF", 124 "XOF",
133 "franc CFA (BCEAO)", 125 "franc CFA (BCEAO)",
134 } 126 }
135 XPF{
136 "XPF",
137 "franc CFP",
138 }
139 } 127 }
140 CurrencyPlurals{ 128 CurrencyPlurals{
141 AZN{ 129 AZN{
142 one{"manat azerbaïdjanais"} 130 one{"manat azerbaïdjanais"}
143 other{"manats azerbaïdjanais"} 131 other{"manats azerbaïdjanais"}
144 } 132 }
145 FKP{
146 one{"livre des Îles Malouines"}
147 other{"livres des Îles Malouines"}
148 }
149 GEL{ 133 GEL{
150 one{"lari géorgien"} 134 one{"lari géorgien"}
151 other{"laris géorgiens"} 135 other{"laris géorgiens"}
152 } 136 }
153 LAK{ 137 LAK{
154 one{"kip laotien"} 138 one{"kip laotien"}
155 other{"kips laotiens"} 139 other{"kips laotiens"}
156 } 140 }
157 PGK{ 141 PGK{
158 one{"kina papou-néo-guinéen"} 142 one{"kina papou-néo-guinéen"}
159 other{"kinas papou-néo-guinéens"} 143 other{"kinas papou-néo-guinéens"}
160 } 144 }
161 QAR{ 145 QAR{
162 one{"riyal du Qatar"} 146 one{"riyal du Qatar"}
163 other{"riyals du Qatar"} 147 other{"riyals du Qatar"}
164 } 148 }
165 } 149 }
166 Version{"2.1.8.19"} 150 Version{"2.1.8.19"}
167 } 151 }
OLDNEW
« no previous file with comments | « source/data/curr/fr.txt ('k') | source/data/curr/fr_SY.txt » ('j') | no next file with comments »

Powered by Google App Engine