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 BMD{ 14 "BMD", 15 "dollar bermudien", 16 } 17 BND{ 18 "BND", 19 "dollar brunéien", 20 } 21 BSD{ 22 "BSD", 23 "dollar bahaméen", 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 FJD{ 46 "FJD", 47 "dollar fidjien", 48 } 49 FKP{ 50 "FKP", 51 "livre des Îles Malouines", 52 } 53 GBP{ 54 "£", 55 "livre sterling", 56 } 57 GIP{ 58 "GIP", 59 "livre de Gibraltar", 60 } 61 HKD{ 62 "$ HK", 63 "dollar de Hong Kong", 64 } 65 ILS{ 66 "ILS", 67 "nouveau shekel israélien", 68 } 69 INR{ 70 "INR", 71 "roupie indienne", 72 } 73 IRR{ 74 "IRR", 75 "rial iranien", 76 } 77 JPY{ 78 "¥", 79 "yen japonais", 80 } 81 KRW{ 82 "KRW", 83 "won sud-coréen", 84 } 85 LBP{ 86 "LBP", 87 "livre libanaise", 88 } 89 MXN{ 90 "MXN", 91 "peso mexicain", 92 } 93 NAD{ 94 "NAD", 95 "dollar namibien", 96 } 97 NZD{ 98 "$ NZ", 99 "dollar néo-zélandais", 100 } 101 OMR{ 102 "OMR", 103 "rial omanais", 104 } 105 SAR{ 106 "SAR", 107 "rial saoudien", 108 } 109 SBD{ 110 "SBD", 111 "dollar des îles Salomon", 112 } 113 SGD{ 114 "$ SG", 115 "dollar de Singapour", 116 } 117 SRD{ 118 "SRD", 119 "dollar surinamais", 120 } 121 TOP{ 122 "TOP", 123 "pa’anga", 124 } 125 TTD{ 126 "TTD", 127 "dollar de Trinité-et-Tobago", 128 } 129 USD{ 130 "$ US", 131 "dollar des États-Unis", 132 } 133 UYU{ 134 "UYU", 135 "peso uruguayen", 136 } 137 VND{ 138 "VND", 139 "dông vietnamien", 140 } 141 XAF{ 142 "XAF", 143 "franc CFA (BEAC)", 144 } 145 XOF{ 146 "XOF", 147 "franc CFA (BCEAO)", 148 } 149 XPF{ 150 "XPF", 151 "franc CFP", 152 } 153 XXX{ 154 "XXX", 155 "Devise inconnue", 156 } 157 YER{ 158 "YER", 159 "rial yéménite", 160 } 161 } 162 Currencies%narrow{ 163 BYN{"Br"} 164 GEL{"GEL"} 165 KMF{"CF"} 166 NIO{"C$"} 167 ZMW{"ZK"} 168 } 169 Currencies%variant{ 170 TRY{"TL"} 171 } 172 CurrencyPlurals{ 173 FKP{ 174 one{"livre des Îles Malouines"} 175 other{"livres des Îles Malouines"} 176 } 177 IRR{ 178 one{"rial iranien"} 179 other{"rials iraniens"} 180 } 181 OMR{ 182 one{"rial omanais"} 183 other{"rials omanis"} 184 } 185 SAR{ 186 one{"rial saoudien"} 187 other{"rials saoudiens"} 188 } 189 TOP{ 190 one{"pa’anga"} 191 other{"pa’angas"} 192 } 193 XXX{ 194 one{"(devise inconnue)"} 195 other{"(devise inconnue)"} 196 } 197 YER{ 198 one{"rial yéménite"} 199 other{"rials yéménites"} 200 } 201 } 202 Version{"2.1.37.22"} 203} 204