~ubuntu-branches/ubuntu/quantal/icu/quantal

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Yves Arrouye
  • Date: 2002-03-03 15:31:13 UTC
  • Revision ID: package-import@ubuntu.com-20020303153113-3ssceqlq45xbmbnc
Tags: upstream-2.0-2.1pre20020303
ImportĀ upstreamĀ versionĀ 2.0-2.1pre20020303

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
zh_CN {
 
9
    Version{ "1.0" }
 
10
    CurrencyElements { 
 
11
        "\uFFE5",
 
12
        "CNY",
 
13
        ".",
 
14
    }
 
15
//    LocaleString { "zh_CN" }
 
16
    NumberPatterns { 
 
17
        "#,##0.###;-#,##0.###",
 
18
        "\u00A4#,##0.00;-\u00A4#,##0.00",
 
19
        "#,##0%",
 
20
        "#E0",
 
21
    }
 
22
//    ShortCountry { "CHN" }
 
23
    Countries {
 
24
        CN { "\u4E2D\u534E\u4EBA\u6C11\u5171\u548C\u56FD" }
 
25
        TW { "\u53F0\u6E7E" }
 
26
        HK { "\u9999\u6E2F" }
 
27
    }
 
28
    LocaleID:int { 0x0804 }
 
29
 
 
30
    DateTimePatterns { 
 
31
        "HH'\u65F6'mm'\u5206'ss'\u79D2' z",
 
32
        "ahh'\u65F6'mm'\u5206'ss'\u79D2'",
 
33
        "H:mm:ss",
 
34
        "ah:mm",
 
35
        "yyyy'\u5E74'M'\u6708'd'\u65E5'",
 
36
        "yyyy'\u5E74'M'\u6708'd'\u65E5'",
 
37
        "yyyy-M-d",
 
38
        "yy-M-d",
 
39
        "{1} {0}",
 
40
    }
 
41
}
 
42