rom/exec/restoretaskstorage.c: Don't restore ETask data
[AROS.git] / workbench / locale / countries / slovenija.c
blob3a8f69fbc258cf3c6ef1ceba15d3597b3cf304b9
1 /*
2 Copyright © 1995-2005, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for slovenija
6 */
8 #include <libraries/locale.h>
9 #include <prefs/locale.h>
11 /* slovenija.country: V44 */
13 struct CountryPrefs slovenijaPrefs =
15 /* Reserved */
16 { 0, 0, 0, 0 },
18 /* Country code (licence plate number), telephone code, measuring system */
19 MAKE_ID('S','I', 0 , 0 ), 386, MS_ISO,
21 /* Date time format, date format, time format */
22 "%A, %e. %B %Y %H:%M:%S",
23 "%A, %e. %B %Y",
24 "%H:%M:%S",
26 /* Short datetime, short date, short time formats */
27 "%d.%m.%y %H:%M:%S",
28 "%d.%m.%y",
29 "%H:%M:%S",
31 /* Decimal point, group separator, frac group separator */
32 ",", ".", "",
34 /* For grouping rules, see <libraries/locale.h> */
36 /* Grouping, Frac Grouping */
37 { 3 }, { 255 },
39 /* Mon dec pt, mon group sep, mon frac group sep */
40 ",", ".", "",
42 /* Mon Grouping, Mon frac grouping */
43 { 3 }, { 255 },
45 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
46 the fractional part of the money value. Most countries that
47 use dollars and cents, would have 2 for this value
49 (As would many of those you don't).
51 2, 2,
53 #ifdef _EURO
54 /* Currency symbol, Small currency symbol */
55 "Euro", "Cent",
57 /* Int CS, this is the ISO 4217 symbol, followed by the character to
58 separate that symbol from the rest of the money. (\x00 for none).
60 "EUR",
61 #else
62 /* Currency symbol, Small currency symbol */
63 "SIT", "1/100",
65 /* Int CS, this is the ISO 4217 symbol, followed by the character to
66 separate that symbol from the rest of the money. (\x00 for none).
68 "SIT",
69 #endif
70 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
71 "", SS_SPACE, SP_PREC_ALL, CSP_SUCCEEDS,
73 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
74 "-", SS_SPACE, SP_PREC_ALL, CSP_SUCCEEDS,
76 /* Calendar type */
77 CT_7MON