~ubuntu-branches/ubuntu/gutsy/icu/gutsy-updates

« back to all changes in this revision

Viewing changes to source/data/locales/ca.txt

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2005-11-19 11:29:31 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20051119112931-vcizkrp10tli4enw
Tags: 3.4-3
Explicitly build with g++ 3.4.  The current ICU fails its test suite
with 4.0 but not with 3.4.  Future versions should work properly with
4.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// ***************************************************************************
2
 
// *
3
 
// *   Copyright (C) 1997-2002, International Business Machines
4
 
// *   Corporation and others.  All Rights Reserved.
5
 
// *
6
 
// ***************************************************************************
7
 
 
8
 
ca {
9
 
    Version { "1.0" }
10
 
    CollationElements { 
11
 
        Version { "1.0" }
12
 
        Sequence { "[backwards 2]"
13
 
        "&C < ch <<< Ch <<< CH"
14
 
        "&L < ll <<< l\u00b7l <<< Ll <<< L\u00b7l <<< LL <<< L\u00b7L" }
15
 
    }
16
 
    Countries { 
17
 
        ES { "Espanya" }
18
 
    }
19
 
    DateTimePatterns { 
20
 
        "HH:mm:ss z",
21
 
        "HH:mm:ss z",
22
 
        "HH:mm:ss",
23
 
        "HH:mm",
24
 
        "EEEE dd MMMM yyyy",
25
 
        "d MMMM yyyy",
26
 
        "dd/MM/yyyy",
27
 
        "dd/MM/yy",
28
 
        "{1} {0}",
29
 
    }
30
 
    DayAbbreviations { 
31
 
        "dg.",
32
 
        "dl.",
33
 
        "dt.",
34
 
        "dc.",
35
 
        "dj.",
36
 
        "dv.",
37
 
        "ds.",
38
 
    }
39
 
    DayNames { 
40
 
        "diumenge",
41
 
        "dilluns",
42
 
        "dimarts",
43
 
        "dimecres",
44
 
        "dijous",
45
 
        "divendres",
46
 
        "dissabte",
47
 
    }
48
 
    Languages { 
49
 
        ca { "catal\u00E0" }
50
 
    }
51
 
    LocaleID:int { 0x03 }
52
 
//    LocaleString { "ca" }
53
 
    MonthAbbreviations { 
54
 
        "gen.",
55
 
        "feb.",
56
 
        "mar\u00E7",
57
 
        "abr.",
58
 
        "maig",
59
 
        "juny",
60
 
        "jul.",
61
 
        "ag.",
62
 
        "set.",
63
 
        "oct.",
64
 
        "nov.",
65
 
        "des.",
66
 
    }
67
 
    MonthNames { 
68
 
        "gener",
69
 
        "febrer",
70
 
        "mar\u00E7",
71
 
        "abril",
72
 
        "maig",
73
 
        "juny",
74
 
        "juliol",
75
 
        "agost",
76
 
        "setembre",
77
 
        "octubre",
78
 
        "novembre",
79
 
        "desembre",
80
 
    }
81
 
    NumberElements { 
82
 
        ",",
83
 
        ".",
84
 
        ";",
85
 
        "%",
86
 
        "0",
87
 
        "#",
88
 
        "-",
89
 
        "E",
90
 
        "\u2030",
91
 
        "\u221E",
92
 
        "\uFFFD",
93
 
    }
94
 
//    ShortLanguage { "cat" }
95
 
    localPatternChars { "GuMtkHmsSEDFwWahKzUe" }
96
 
    zoneStrings { 
97
 
        {
98
 
            "Africa/Casablanca",
99
 
            "GMT",
100
 
            "GMT",
101
 
            "GMT",
102
 
            "GMT",
103
 
        }
104
 
    }
105
 
//    LocaleScript{ 
106
 
//                "Latn",  // ISO 15924 Name 
107
 
//    }
108
 
    ExemplarCharacters { "[a-z \u00e9 \u00ed \u00f3 \u00fa \u00e0 \u00e8 \u00f2 \u00ef \u00fc \u0140 \u00e7 \u00f1]" }
109
 
 
110
 
}