• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2015 International Business Machines
4// * Corporation and others. All Rights Reserved.
5// * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
6// * Source File: <path>/common/main/fr_CA.xml
7// *
8// ***************************************************************************
9fr_CA{
10    Currencies{
11        ARS{
12            "ARS",
13            "peso argentin",
14        }
15        AUD{
16            "$ AU",
17            "dollar australien",
18        }
19        BMD{
20            "BMD",
21            "dollar bermudien",
22        }
23        BND{
24            "BND",
25            "dollar brunéien",
26        }
27        BSD{
28            "BSD",
29            "dollar bahaméen",
30        }
31        BZD{
32            "BZD",
33            "dollar bélizéen",
34        }
35        CAD{
36            "$",
37            "dollar canadien",
38        }
39        CLP{
40            "CLP",
41            "peso chilien",
42        }
43        CNY{
44            "CN¥",
45            "yuan renminbi chinois",
46        }
47        COP{
48            "COP",
49            "peso colombien",
50        }
51        FJD{
52            "FJD",
53            "dollar fidjien",
54        }
55        FKP{
56            "FKP",
57            "livre des Îles Malouines",
58        }
59        GBP{
60            "£",
61            "livre sterling",
62        }
63        GIP{
64            "GIP",
65            "livre de Gibraltar",
66        }
67        HKD{
68            "$ HK",
69            "dollar de Hong Kong",
70        }
71        ILS{
72            "ILS",
73            "nouveau shekel israélien",
74        }
75        JPY{
76            "¥",
77            "yen japonais",
78        }
79        KRW{
80            "KRW",
81            "won sud-coréen",
82        }
83        LBP{
84            "LBP",
85            "livre libanaise",
86        }
87        MXN{
88            "MXN",
89            "peso mexicain",
90        }
91        NAD{
92            "NAD",
93            "dollar namibien",
94        }
95        NZD{
96            "$ NZ",
97            "dollar néo-zélandais",
98        }
99        SBD{
100            "SBD",
101            "dollar des îles Salomon",
102        }
103        SGD{
104            "$ SG",
105            "dollar de Singapour",
106        }
107        SRD{
108            "SRD",
109            "dollar surinamais",
110        }
111        TOP{
112            "TOP",
113            "pa’anga",
114        }
115        TTD{
116            "TTD",
117            "dollar de Trinité-et-Tobago",
118        }
119        USD{
120            "$ US",
121            "dollar des États-Unis",
122        }
123        UYU{
124            "UYU",
125            "peso uruguayen",
126        }
127        VND{
128            "VND",
129            "dông vietnamien",
130        }
131        XAF{
132            "XAF",
133            "franc CFA (BEAC)",
134        }
135        XOF{
136            "XOF",
137            "franc CFA (BCEAO)",
138        }
139        XPF{
140            "XPF",
141            "franc CFP",
142        }
143        XXX{
144            "XXX",
145            "Devise inconnue",
146        }
147    }
148    Currencies%narrow{
149        KMF{"CF"}
150        NIO{"C$"}
151        ZMW{"ZK"}
152    }
153    Currencies%variant{
154        TRY{"TL"}
155    }
156    CurrencyPlurals{
157        FKP{
158            one{"livre des Îles Malouines"}
159            other{"livres des Îles Malouines"}
160        }
161        GEL{
162            one{"lari géorgien"}
163        }
164        TOP{
165            one{"pa’anga"}
166            other{"pa’angas"}
167        }
168        XXX{
169            one{"(devise inconnue)"}
170            other{"(devise inconnue)"}
171        }
172    }
173    Version{"2.1.19.14"}
174}
175