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 GYD{ 214 one{"dollar guyanien"} 215 other{"dollars guyaniens"} 216 } 217 IRR{ 218 one{"rial iranien"} 219 other{"rials iraniens"} 220 } 221 LAK{ 222 one{"kip laotien"} 223 other{"kips laotiens"} 224 } 225 OMR{ 226 one{"rial omanais"} 227 other{"rials omanis"} 228 } 229 PEN{ 230 one{"nouveau sol péruvien"} 231 other{"nouveaux sols péruviens"} 232 } 233 PGK{ 234 one{"kina papou-néo-guinéen"} 235 other{"kinas papou-néo-guinéens"} 236 } 237 QAR{ 238 one{"riyal du Qatar"} 239 other{"riyals du Qatar"} 240 } 241 SAR{ 242 one{"rial saoudien"} 243 other{"rials saoudiens"} 244 } 245 SRD{ 246 one{"dollar du Suriname"} 247 other{"dollars du Suriname"} 248 } 249 TOP{ 250 one{"pa’anga"} 251 other{"pa’angas"} 252 } 253 VUV{ 254 one{"vatu"} 255 other{"vatus"} 256 } 257 WST{ 258 one{"tala"} 259 other{"talas"} 260 } 261 XXX{ 262 one{"(devise inconnue)"} 263 other{"(devise inconnue)"} 264 } 265 YER{ 266 one{"rial yéménite"} 267 other{"rials yéménites"} 268 } 269 } 270 Version{"36.1"} 271} 272