1// © 2016 and later: Unicode, Inc. and others.
2// License & terms of use: http://www.unicode.org/copyright.html#License
3fr_CA{
4    Currencies{
5        ARS{
6            "ARS",
7            "peso argentin",
8        }
9        AUD{
10            "$ AU",
11            "dollar australien",
12        }
13        AZN{
14            "AZN",
15            "manat azerbaïdjanais",
16        }
17        BMD{
18            "BMD",
19            "dollar bermudien",
20        }
21        BND{
22            "BND",
23            "dollar brunéien",
24        }
25        BZD{
26            "BZD",
27            "dollar bélizéen",
28        }
29        CAD{
30            "$",
31            "dollar canadien",
32        }
33        CLP{
34            "CLP",
35            "peso chilien",
36        }
37        CNY{
38            "CN¥",
39            "yuan renminbi chinois",
40        }
41        COP{
42            "COP",
43            "peso colombien",
44        }
45        CVE{
46            "CVE",
47            "escudo cap-verdien",
48        }
49        FJD{
50            "FJD",
51            "dollar fidjien",
52        }
53        FKP{
54            "FKP",
55            "livre des Îles Malouines",
56        }
57        GBP{
58            "£",
59            "livre sterling",
60        }
61        GIP{
62            "GIP",
63            "livre de Gibraltar",
64        }
65        HKD{
66            "$ HK",
67            "dollar de Hong Kong",
68        }
69        ILS{
70            "ILS",
71            "nouveau shekel israélien",
72        }
73        INR{
74            "INR",
75            "roupie indienne",
76        }
77        IRR{
78            "IRR",
79            "rial iranien",
80        }
81        JPY{
82            "¥",
83            "yen japonais",
84        }
85        KRW{
86            "KRW",
87            "won sud-coréen",
88        }
89        LAK{
90            "LAK",
91            "kip laotien",
92        }
93        LBP{
94            "LBP",
95            "livre libanaise",
96        }
97        MXN{
98            "MXN",
99            "peso mexicain",
100        }
101        NAD{
102            "NAD",
103            "dollar namibien",
104        }
105        NZD{
106            "$ NZ",
107            "dollar néo-zélandais",
108        }
109        OMR{
110            "OMR",
111            "rial omanais",
112        }
113        PEN{
114            "PEN",
115            "nouveau sol péruvien",
116        }
117        PGK{
118            "PGK",
119            "kina papou-néo-guinéen",
120        }
121        QAR{
122            "QAR",
123            "riyal du Qatar",
124        }
125        SAR{
126            "SAR",
127            "rial saoudien",
128        }
129        SBD{
130            "SBD",
131            "dollar des îles Salomon",
132        }
133        SGD{
134            "$ SG",
135            "dollar de Singapour",
136        }
137        SRD{
138            "SRD",
139            "dollar du Suriname",
140        }
141        TOP{
142            "TOP",
143            "pa’anga",
144        }
145        TTD{
146            "TTD",
147            "dollar de Trinité-et-Tobago",
148        }
149        USD{
150            "$ US",
151            "dollar des États-Unis",
152        }
153        UYU{
154            "UYU",
155            "peso uruguayen",
156        }
157        VND{
158            "VND",
159            "dông vietnamien",
160        }
161        VUV{
162            "VUV",
163            "vatu",
164        }
165        WST{
166            "WST",
167            "tala",
168        }
169        XAF{
170            "XAF",
171            "franc CFA (BEAC)",
172        }
173        XOF{
174            "XOF",
175            "franc CFA (BCEAO)",
176        }
177        XPF{
178            "XPF",
179            "franc CFP",
180        }
181        XXX{
182            "¤",
183            "Devise inconnue",
184        }
185        YER{
186            "YER",
187            "rial yéménite",
188        }
189    }
190    Currencies%narrow{
191        BYN{"Br"}
192        GEL{"GEL"}
193        KMF{"CF"}
194        NIO{"C$"}
195        ZMW{"ZK"}
196    }
197    Currencies%variant{
198        TRY{"TL"}
199    }
200    CurrencyPlurals{
201        AZN{
202            one{"manat azerbaïdjanais"}
203            other{"manats azerbaïdjanais"}
204        }
205        CVE{
206            one{"escudo cap-verdien"}
207            other{"escudos cap-verdiens"}
208        }
209        FKP{
210            one{"livre des Îles Malouines"}
211            other{"livres des Îles Malouines"}
212        }
213        GEL{
214            one{"lari géorgien"}
215        }
216        GYD{
217            one{"dollar guyanien"}
218            other{"dollars guyaniens"}
219        }
220        IRR{
221            one{"rial iranien"}
222            other{"rials iraniens"}
223        }
224        LAK{
225            one{"kip laotien"}
226            other{"kips laotiens"}
227        }
228        OMR{
229            one{"rial omanais"}
230            other{"rials omanis"}
231        }
232        PEN{
233            one{"nouveau sol péruvien"}
234            other{"nouveaux sols péruviens"}
235        }
236        PGK{
237            one{"kina papou-néo-guinéen"}
238            other{"kinas papou-néo-guinéens"}
239        }
240        QAR{
241            one{"riyal du Qatar"}
242            other{"riyals du Qatar"}
243        }
244        SAR{
245            one{"rial saoudien"}
246            other{"rials saoudiens"}
247        }
248        SRD{
249            one{"dollar du Suriname"}
250            other{"dollars du Suriname"}
251        }
252        TOP{
253            one{"pa’anga"}
254            other{"pa’angas"}
255        }
256        VUV{
257            one{"vatu"}
258            other{"vatus"}
259        }
260        WST{
261            one{"tala"}
262            other{"talas"}
263        }
264        XXX{
265            one{"(devise inconnue)"}
266            other{"(devise inconnue)"}
267        }
268        YER{
269            one{"rial yéménite"}
270            other{"rials yéménites"}
271        }
272    }
273    Version{"2.1.43.65"}
274}
275