rom/exec/restoretaskstorage.c: Don't restore ETask data
[AROS.git] / workbench / locale / countries / great_britain.c
bloba009bc9405575087898f73d607784598232696ec
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for great britain.
6 Lang:
7 */
9 #include <exec/types.h>
10 #include <libraries/locale.h>
11 #include <libraries/iffparse.h>
12 #include <prefs/locale.h>
14 /* great_britain.country: Iain Templeton, iain@ugh.net.au */
15 /* Is probably wrong in a few places */
16 struct CountryPrefs greatBritainPrefs =
18 /* Reserved */
19 { 0, 0, 0, 0 },
21 /* Country code, telephone code, measuring system */
22 MAKE_ID('G','B',0,0), 44, MS_BRITISH,
24 /* Date time format, date format, time format */
25 "%A %e %B %Y %H:%M",
26 "%A %e %B %Y",
27 "%H:%M:%S",
29 /* Short datetime, short date, short time formats */
30 "%d/%m/%Y %H:%M",
31 "%d/%m/%Y",
32 "%H:%M",
34 /* Decimal point, group separator, frac group separator */
35 ".", ",", "",
37 /* For grouping rules, see <libraries/locale.h> */
39 /* Grouping, Frac Grouping */
40 { 3 }, { 0 },
42 /* Mon dec pt, mon group sep, mon frac group sep */
43 ".", ",", "",
45 /* Mon Grouping, Mon frac grouping */
46 { 3 }, { 0 },
48 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
49 the fractional part of the money value. Most countries that
50 use dollars and cents, would have 2 for this value
52 (As would many of those you don't).
54 2, 2,
56 /* Currency symbol, Small currency symbol */
57 "£", "p",
59 /* Int CS, this is the ISO 4217 symbol, followed by the character to
60 separate that symbol from the rest of the money. (\x00 for none).
62 "GPB",
64 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
65 "", SS_NOSPACE, SP_PREC_ALL, CSP_PRECEDES,
67 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
68 "", SS_NOSPACE, SP_PARENS, CSP_PRECEDES,
70 /* Calendar type */
71 CT_7MON