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

« back to all changes in this revision

Viewing changes to source/data/locales/gl.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
 
gl {
9
 
    Version { "1.0" }
10
 
    DayAbbreviations { 
11
 
        "Dom",
12
 
        "Lun",
13
 
        "Mar",
14
 
        "Mér",
15
 
        "Xov",
16
 
        "Ven",
17
 
        "Sáb",
18
 
    }
19
 
    DayNames { 
20
 
        "Domingo",
21
 
        "Luns",
22
 
        "Martes",
23
 
        "Mércores",
24
 
        "Xoves",
25
 
        "Venres",
26
 
        "Sábado",
27
 
    }
28
 
    MonthAbbreviations { 
29
 
        "Xan",
30
 
        "Feb",
31
 
        "Mar",
32
 
        "Abr",
33
 
        "Mai",
34
 
        "Xuñ",
35
 
        "Xul",
36
 
        "Ago",
37
 
        "Set",
38
 
        "Out",
39
 
        "Nov",
40
 
        "Dec",
41
 
    }
42
 
    MonthNames { 
43
 
        "Xaneiro",
44
 
        "Febreiro",
45
 
        "Marzo",
46
 
        "Abril",
47
 
        "Maio",
48
 
        "Xuño",
49
 
        "Xullo",
50
 
        "Agosto",
51
 
        "Setembro",
52
 
        "Outubro",
53
 
        "Novembro",
54
 
        "Decembro",
55
 
    }
56
 
    NumberElements { 
57
 
        ",",
58
 
        ".",
59
 
// not used - but cannot be empty
60
 
        ";",
61
 
        "%",
62
 
        "0",
63
 
        "#",
64
 
        "-",
65
 
        "E",
66
 
        "‰",
67
 
        "∞",
68
 
        "�",
69
 
    }
70
 
    LocaleID:int { 0x56 }
71
 
//    LocaleScript{ 
72
 
//        "Latn",  // ISO 15924 Name 
73
 
//    }
74
 
    ExemplarCharacters { "[a-z \u00e1 \u00e9 \u00ed \u00f3 \u00fa \u00fc \u00f1]" }
75
 
    
76
 
    // /**************** Info Below is needed ****************/
77
 
    // CollationElements{}
78
 
    // Countries{}
79
 
    // Eras{}
80
 
    // Languages{}
81
 
    // ShortLanguage { }
82
 
    // localPatternChars{}
83
 
    //
84
 
 
85
 
}