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

« back to all changes in this revision

Viewing changes to source/data/locales/af_ZA.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
 
af_ZA {
9
 
    Version { "1.0" }
10
 
 
11
 
    CurrencyElements { 
12
 
        "R",
13
 
        "ZAR",
14
 
        ".",
15
 
    }
16
 
    DateTimePatterns { 
17
 
        "h:mm:ss a",
18
 
        "h:mm:ss a",
19
 
        "h:mm:ss a",
20
 
        "h:mm a",
21
 
        "EEEE dd MMMM yyyy",
22
 
        "dd MMMM yyyy",
23
 
        "dd MMM yyyy",
24
 
        "yyyy/MM/dd",
25
 
        "{1} {0}",
26
 
    }
27
 
    NumberPatterns { 
28
 
        "#,##0.###;-#,##0.###",
29
 
        "\u00a4#,##0.00;-\u00a4#,##0.00",
30
 
        "#,##0%",
31
 
        "#E0",
32
 
    }
33
 
    LocaleID:int { 0x0436 }
34
 
//    LocaleString { "af_ZA" }
35
 
//    ShortCountry{ "ZAK" }
36
 
}