rom/exec/restoretaskstorage.c: Don't restore ETask data
[AROS.git] / workbench / locale / countries / malta.c
blob7ce434fb86ec78a09b26aa81231ee1eb75ea3d79
1 /*
2 Copyright © 1995-2010, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Malta.
6 Lang: English
7 */
9 #include <libraries/locale.h>
10 #include <prefs/locale.h>
12 /* malta.country: Stefan Haubenthal <polluks@sdf.lonestar.org> */
13 /* Based on v51.1 */
15 struct CountryPrefs maltaPrefs =
17 /* Reserved */
18 { 0, 0, 0, 0 },
20 /* Country code (licence plate number), telephone code, measuring system */
21 MAKE_ID('M',0,0,0), 356, MS_ISO,
23 /* Date time format, date format, time format */
24 "%A, %d ta %b, %Y %H:%M:%S",
25 "%A, %d ta %b, %Y",
26 "%H:%M:%S",
28 /* Short datetime, short date, short time formats */
29 "%A, %d ta %b, %y %H:%M",
30 "%A, %d ta %b, %y",
31 "%H:%M",
33 /* Decimal point, group separator, frac group separator */
34 ".", " ", "",
36 /* For grouping rules, see <libraries/locale.h> */
38 /* Grouping, Frac Grouping */
39 { 3 }, { 0 },
41 /* Mon dec pt, mon group sep, mon frac group sep */
42 ".", " ", "",
44 /* Mon Grouping, Mon frac grouping */
45 { 3 }, { 0 },
47 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
48 the fractional part of the money value. Most countries that
49 use dollars and cents, would have 2 for this value
51 (As would many of those you don't).
53 2, 2,
55 #ifdef _EURO
56 /* Currency symbol, Small currency symbol */
57 "Euro", "Cent",
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 "EUR",
63 #else
64 /* Currency symbol, Small currency symbol */
65 "Lm", "Cent",
67 /* Int CS, this is the ISO 4217 symbol, followed by the character to
68 separate that symbol from the rest of the money. (\x00 for none).
70 "MTL",
71 #endif
73 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
74 "", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
76 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
77 "-", SS_NOSPACE, SP_PARENS, CSP_PRECEDES,
79 /* Calendar type */
80 CT_7SUN