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

« back to all changes in this revision

Viewing changes to locales/en_BE.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
en_BE {
 
9
    Version { "1.1" }
 
10
    CollationElements { 
 
11
            Version { "1.0.1" }
 
12
                Sequence { "[backwards 2]" }
 
13
        }
 
14
    DateTimePatterns {
 
15
        "HH' h 'mm' min 'ss' s 'z",
 
16
        "HH:mm:ss z",
 
17
        "HH:mm:ss",
 
18
        "HH:mm",
 
19
        "EEEE d MMMM yyyy",
 
20
        "EEE d MMM yyyy",
 
21
        "dd MMM yyyy",
 
22
        "dd/MM/yy",
 
23
        "{1} {0}",
 
24
    }
 
25
    DateTimeElements:intvector {
 
26
        2,
 
27
        1,
 
28
    }
 
29
//    LocaleString { "en_BE" }
 
30
    NumberElements {
 
31
        ",",
 
32
        ".",
 
33
        ";",
 
34
        "%",
 
35
        "0",
 
36
        "#",
 
37
        "-",
 
38
        "E",
 
39
        "\u2030",
 
40
        "\u221E",
 
41
        "\uFFFD",
 
42
    }
 
43
//    ShortCountry { "BEL" }
 
44
    CurrencyElements { 
 
45
        "\u20AC",
 
46
        "EUR",
 
47
        ",",
 
48
    }
 
49
 
 
50
    NumberPatterns { 
 
51
        "#,##0.###;-#,##0.###",
 
52
        "#,##0.00 \u00A4;-#,##0.00 \u00A4",
 
53
        "#,##0%",
 
54
        "#E0",
 
55
    }
 
56
}