]> git.saurik.com Git - apple/icu.git/blame - icuSources/data/locales/en_NZ.txt
ICU-3.13.tar.gz
[apple/icu.git] / icuSources / data / locales / en_NZ.txt
CommitLineData
b75a7d8f
A
1// ***************************************************************************
2// *
3// * Copyright (C) 1997-2003, International Business Machines
4// * Corporation and others. All Rights Reserved.
5// *
6// ***************************************************************************
7
8en_NZ {
9 Version { "2.0" }
10// Duplicated in parent
11// Countries {
12// US { "United States" }
13// GB { "United Kingdom" }
14// CA { "Canada" }
15// IE { "Ireland" }
16// AU { "Australia" }
17// NZ { "New Zealand" }
18// }
19 DateTimePatterns {
20 "h:mm:ss a z",
21 "h:mm:ss a",
22 "h:mm:ss a",
23 "h:mm a",
24 "EEEE, d MMMM yyyy",
25 "d MMMM yyyy",
26 "d/MM/yyyy",
27 "d/MM/yy",
28 "{1} {0}",
29 }
30// Duplicated in parent
31// Languages {
32// en { "English" }
33// }
34 LocaleID:int { 0x1409 }
35// LocaleString { "en_NZ" }
36// ShortCountry { "NZL" }
37
38 // Currency display names
39 Currencies {
40 NZD { "$", "New Zealand Dollar" }
41 USD { "US$", "US Dollar" }
42 }
43}