]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
73c04bcf | 3 | // * Copyright (C) 2006 International Business Machines |
374ca955 A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
73c04bcf | 6 | // * Source File:<path>/common/main/fr_CA.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | fr_CA{ |
10 | Currencies{ | |
11 | CAD{ | |
12 | "$", | |
13 | "dollar canadien", | |
14 | } | |
15 | USD{ | |
16 | "$ US", | |
17 | "dollar des États-Unis", | |
18 | } | |
b75a7d8f | 19 | } |
374ca955 | 20 | NumberPatterns{ |
73c04bcf | 21 | "#,##0.###", |
374ca955 | 22 | "#,##0.00 ¤;(#,##0.00¤)", |
73c04bcf | 23 | "#,##0 %", |
b75a7d8f A |
24 | "#E0", |
25 | } | |
73c04bcf | 26 | Version{"1.43"} |
374ca955 A |
27 | calendar{ |
28 | gregorian{ | |
29 | DateTimeElements:intvector{ | |
30 | 1, | |
31 | 4, | |
32 | } | |
33 | DateTimePatterns{ | |
34 | "HH' h 'mm' min 'ss' s 'z", | |
35 | "HH:mm:ss z", | |
36 | "HH:mm:ss", | |
37 | "HH:mm", | |
38 | "EEEE d MMMM yyyy", | |
39 | "d MMMM yyyy", | |
40 | "yy-MM-dd", | |
41 | "yy-MM-dd", | |
42 | "{1} {0}", | |
43 | } | |
374ca955 | 44 | } |
b75a7d8f A |
45 | } |
46 | } |