summaryrefslogtreecommitdiff
path: root/Build/source/libs/icu-xetex/data/locales/fr_CA.txt
blob: 5dc68ab78c96a11d6d8dd8e072abf7a1cbf85ed9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
// ***************************************************************************
// *
// * Copyright (C) 2007 International Business Machines
// * Corporation and others.  All Rights Reserved.
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
// * Source File:<path>/common/main/fr_CA.xml
// *
// ***************************************************************************
fr_CA{
    Currencies{
        CAD{
            "$",
            "dollar canadien",
        }
        USD{
            "$ US",
            "dollars américains",
        }
    }
    NumberPatterns{
        "#,##0.###",
        "#,##0.00 ¤;(#,##0.00¤)",
        "#,##0 %",
        "#E0",
    }
    Version{"1.50"}
    calendar{
        gregorian{
            DateTimeElements:intvector{
                1,
                4,
            }
            DateTimePatterns{
                "HH 'h' mm 'min' ss 's' v",
                "HH:mm:ss z",
                "HH:mm:ss",
                "HH:mm",
                "EEEE d MMMM yyyy",
                "d MMMM yyyy",
                "yyyy-MM-dd",
                "yy-MM-dd",
                "{1} {0}",
            }
        }
    }
    zoneStrings{
        "meta:Alaska"{
            cu:int{1}
        }
        "meta:America_Central"{
            cu:int{1}
        }
        "meta:America_Eastern"{
            cu:int{1}
        }
        "meta:America_Mountain"{
            cu:int{1}
        }
        "meta:America_Pacific"{
            cu:int{1}
        }
        "meta:Atlantic"{
            cu:int{1}
        }
        "meta:Europe_Central"{
            cu:int{0}
        }
        "meta:Europe_Eastern"{
            cu:int{0}
        }
        "meta:Newfoundland"{
            cu:int{1}
        }
    }
}