rom/exec/restoretaskstorage.c: Don't restore ETask data
[AROS.git] / workbench / locale / countries / new_zealand.c
blob6f4f2b1903f1c2d874306de113989df50441de25
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for New Zealand.
6 Lang: English
7 */
9 #include <exec/types.h>
10 #include <libraries/locale.h>
11 #include <libraries/iffparse.h>
12 #include <prefs/locale.h>
14 /* new_zealand.country: Stefan Haubenthal <polluks@sdf.lonestar.org> */
15 /* Based on australia.c */
17 struct CountryPrefs new_zealandPrefs =
19 /* Reserved */
20 { 0, 0, 0, 0 },
22 /* Country code (licence plate number), telephone code, measuring system */
23 MAKE_ID('N','Z',0,0), 64, MS_ISO,
25 /* Date time format, date format, time format */
26 "%A %B %e %Y %I:%M%p",
27 "%A %B %e %Y",
28 "%I:%M:%S%p",
30 /* Short datetime, short date, short time formats */
31 "%e/%m/%y %I:%M%p",
32 "%e/%m/%y",
33 "%I:%M%p",
35 /* Decimal point, group separator, frac group separator */
36 ".", " ", "",
38 /* For grouping rules, see <libraries/locale.h> */
40 /* Grouping, Frac Grouping */
41 { 3 }, { 0 },
43 /* Mon dec pt, mon group sep, mon frac group sep */
44 ".", " ", "",
46 /* Mon Grouping, Mon frac grouping */
47 { 3 }, { 0 },
49 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
50 the fractional part of the money value. Most countries that
51 use dollars and cents, would have 2 for this value
53 (As would many of those you don't).
55 2, 2,
57 /* Currency symbol, Small currency symbol */
58 "NZ$", "\242",
60 /* Int CS, this is the ISO 4217 symbol, followed by the character to
61 separate that symbol from the rest of the money. (\x00 for none).
63 "NZD",
65 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
66 "", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
68 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
69 "", SS_NOSPACE, SP_PARENS, CSP_PRECEDES,
71 /* Calendar type */
72 CT_7SUN