~ubuntu-branches/ubuntu/precise/icu/precise

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Jay Berkenbilt
  • Date: 2009-09-04 11:56:06 UTC
  • mfrom: (10.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20090904115606-sqxxuizelam5tozb
Tags: 4.2.1-3
Change install-doc target to not fail if there are subdirectories of
doc/html.  This is necessary to handle the doc/html/search directory
created by doxygen 3.6.1.  (Closes: #544799)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ***************************************************************************
 
2
// *
 
3
// * Copyright (C) 2009 International Business Machines
 
4
// * Corporation and others.  All Rights Reserved.
 
5
// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
 
6
// * Source File:<path>/common/main/en_BZ.xml
 
7
// *
 
8
// ***************************************************************************
 
9
en_BZ{
 
10
    Currencies{
 
11
        BZD{
 
12
            "$",
 
13
            "Belize Dollar",
 
14
        }
 
15
        USD{
 
16
            "US$",
 
17
            "US Dollar",
 
18
        }
 
19
    }
 
20
    NumberPatterns{
 
21
        "#,##0.###",
 
22
        "¤#,##0.00",
 
23
        "#,##0%",
 
24
        "#E0",
 
25
    }
 
26
    Version{"1.49"}
 
27
    calendar{
 
28
        gregorian{
 
29
            DateTimePatterns{
 
30
                "h:mm:ss a zzzz",
 
31
                "h:mm:ss a z",
 
32
                "h:mm:ss a",
 
33
                "h:mm a",
 
34
                "EEEE, MMMM d, y",
 
35
                "MMMM d, y",
 
36
                "dd-MMM-y",
 
37
                "M/d/yy",
 
38
                "{1} {0}",
 
39
                "{1} {0}",
 
40
                "{1} {0}",
 
41
                "{1} {0}",
 
42
                "{1} {0}",
 
43
            }
 
44
        }
 
45
    }
 
46
}