3a0d41366d
X-SVN-Rev: 12057
44 lines
1.1 KiB
Plaintext
44 lines
1.1 KiB
Plaintext
// ***************************************************************************
|
|
// *
|
|
// * Copyright (C) 1997-2002, International Business Machines
|
|
// * Corporation and others. All Rights Reserved.
|
|
// *
|
|
// ***************************************************************************
|
|
|
|
en_NZ {
|
|
Version { "1.0" }
|
|
// Duplicated in parent
|
|
// Countries {
|
|
// US { "United States" }
|
|
// GB { "United Kingdom" }
|
|
// CA { "Canada" }
|
|
// IE { "Ireland" }
|
|
// AU { "Australia" }
|
|
// NZ { "New Zealand" }
|
|
// }
|
|
DateTimePatterns {
|
|
"h:mm:ss a z",
|
|
"h:mm:ss a",
|
|
"h:mm:ss a",
|
|
"h:mm a",
|
|
"EEEE, d MMMM yyyy",
|
|
"d MMMM yyyy",
|
|
"d/MM/yyyy",
|
|
"d/MM/yy",
|
|
"{1} {0}",
|
|
}
|
|
// Duplicated in parent
|
|
// Languages {
|
|
// en { "English" }
|
|
// }
|
|
LocaleID:int { 0x1409 }
|
|
// LocaleString { "en_NZ" }
|
|
// ShortCountry { "NZL" }
|
|
|
|
// Currency display names
|
|
Currencies {
|
|
NZD { "$", "New Zealand Dollar" }
|
|
USD { "US$", "US Dollar" }
|
|
}
|
|
}
|