rom/exec/restoretaskstorage.c: Don't restore ETask data
[AROS.git] / workbench / locale / countries / vaticano.c
blobca0421d3649df56596a4568cb9a9438a037b15f1
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Vaticano (Vatican).
6 */
8 #include <exec/types.h>
9 #include <libraries/locale.h>
10 #include <libraries/iffparse.h>
11 #include <prefs/locale.h>
13 /* vaticano.country: Stefan Haubenthal <polluks@sdf.lonestar.org> */
14 /* Is probably wrong in a few places */
16 struct CountryPrefs vaticanoPrefs =
18 /* Reserved */
19 { 0, 0, 0, 0 },
21 /* Country code (licence plate number), telephone code, measuring system */
22 MAKE_ID('S','C','V',0), 379, MS_ISO,
24 /* Date time format, date format, time format */
25 "%q:%M:%S %d/%m/%Y",
26 "%A %e %B %Y",
27 "%q:%M:%S",
29 /* Short datetime, short date, short time formats */
30 "%H:%M:%S %d/%m/%Y",
31 "%e-%b-%Y",
32 "%H:%M:%S",
34 /* Decimal point, group separator, frac group separator */
35 ",", ".", "",
37 /* For grouping rules, see <libraries/locale.h> */
39 /* Grouping, Frac Grouping */
40 { 3 }, { 255 },
42 /* Mon dec pt, mon group sep, mon frac group sep */
43 ",", ".", ".",
45 /* Mon Grouping, Mon frac grouping */
46 { 3 }, { 3 },
48 #ifdef _EURO
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, 3,
57 /* Currency symbol, Small currency symbol */
58 "Euro", "Cent",
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 "EUR",
64 #else
65 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
66 the fractional part of the money value. Most countries that
67 use dollars and cents, would have 2 for this value
69 (As would many of those you don't).
71 0, 3,
73 /* Currency symbol, Small currency symbol */
74 "Lire", "£",
76 /* Int CS, this is the ISO 4217 symbol, followed by the character to
77 separate that symbol from the rest of the money. (\x00 for none).
79 "LIT",
80 #endif
81 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
82 "", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
84 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
85 "-", SS_SPACE, SP_SUCC_CURR, CSP_PRECEDES,
87 /* Calendar type */
88 CT_7SUN