~ubuntu-branches/ubuntu/lucid/camomile/lucid

« back to all changes in this revision

Viewing changes to locales/tr.txt

  • Committer: Bazaar Package Importer
  • Author(s): Sylvain Le Gall
  • Date: 2005-12-03 01:18:55 UTC
  • Revision ID: james.westby@ubuntu.com-20051203011855-qzvwlld1xyqnl62t
Tags: upstream-0.6.3
ImportĀ upstreamĀ versionĀ 0.6.3

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
tr {
 
9
    Version{ "1.2" }
 
10
    // According to Nurdan Mete from IBM Turkey, the following would be the correct
 
11
    // sorting order for Turkish
 
12
    CollationElements { 
 
13
        Version { "2" }
 
14
        Sequence { "& C < c\u0327 <<< C\u0327" 
 
15
                   "& G < g\u0306 <<< G\u0306"
 
16
                   "& H < \u0131 <<< I < i <<< \u0130" 
 
17
                   "& O < o\u0308 <<< O\u0308"
 
18
                   "& S < s\u0327 <<< S\u0327" 
 
19
                   "& U < u\u0308 <<< U\u0308" }
 
20
    }
 
21
    Countries { 
 
22
        TR { "T\u00FCrkiye" }
 
23
    }
 
24
    DateTimeElements:intvector { 
 
25
        2,
 
26
        1,
 
27
    }
 
28
    DateTimePatterns { 
 
29
        "HH:mm:ss z",
 
30
        "HH:mm:ss z",
 
31
        "HH:mm:ss",
 
32
        "HH:mm",
 
33
        "dd MMMM yyyy EEEE",
 
34
        "dd MMMM yyyy EEEE",
 
35
        "dd.MMM.yyyy",
 
36
        "dd.MM.yyyy",
 
37
        "{1} {0}",
 
38
    }
 
39
    DayAbbreviations { 
 
40
        "Paz",
 
41
        "Pzt",
 
42
        "Sal",
 
43
        "\u00C7ar",
 
44
        "Per",
 
45
        "Cum",
 
46
        "Cmt",
 
47
    }
 
48
    DayNames { 
 
49
        "Pazar",
 
50
        "Pazartesi",
 
51
        "Sal\u0131",
 
52
        "\u00C7ar\u015Famba",
 
53
        "Per\u015Fembe",
 
54
        "Cuma",
 
55
        "Cumartesi",
 
56
    }
 
57
    Languages { 
 
58
        tr { "T\u00FCrk\u00E7e" }
 
59
    }
 
60
    LocaleID:int { 0x1f }
 
61
//    LocaleString { "tr" }
 
62
    MonthAbbreviations { 
 
63
        "Oca",
 
64
        "\u015Eub",
 
65
        "Mar",
 
66
        "Nis",
 
67
        "May",
 
68
        "Haz",
 
69
        "Tem",
 
70
        "A\u011Fu",
 
71
        "Eyl",
 
72
        "Eki",
 
73
        "Kas",
 
74
        "Ara",
 
75
    }
 
76
    MonthNames { 
 
77
        "Ocak",
 
78
        "\u015Eubat",
 
79
        "Mart",
 
80
        "Nisan",
 
81
        "May\u0131s",
 
82
        "Haziran",
 
83
        "Temmuz",
 
84
        "A\u011Fustos",
 
85
        "Eyl\u00FCl",
 
86
        "Ekim",
 
87
        "Kas\u0131m",
 
88
        "Aral\u0131k",
 
89
    }
 
90
    NumberElements { 
 
91
        ",",
 
92
        ".",
 
93
        ";",
 
94
        "%",
 
95
        "0",
 
96
        "#",
 
97
        "-",
 
98
        "E",
 
99
        "\u2030",
 
100
        "\u221E",
 
101
        "\uFFFD",
 
102
    }
 
103
//    ShortLanguage { "tur" }
 
104
    localPatternChars { "GanjkHmsSEDFwWxhKzAe" }
 
105
    zoneStrings { 
 
106
        {
 
107
            "Africa/Casablanca",
 
108
            "GMT",
 
109
            "GMT",
 
110
            "GMT",
 
111
            "GMT",
 
112
        }
 
113
    }
 
114
//    LocaleScript{ 
 
115
//        "Latn",  // ISO 15924 Name 
 
116
//    }
 
117
    ExemplarCharacters { "[a-z \u00e2 \u00ee \u00fb \u00f6 \u00fc \u0131 \u00e7 \u015f \u011f]" }
 
118
}