Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / locale / countries / san_marino.c
blob072a40c4fa8679be574b0b5c050a287f96732d5e
1 /*
2 Copyright © 1995-2006, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for San Marino
6 Author: Stefan Haubenthal <polluks@sdf.lonestar.org>
7 */
9 #include <libraries/locale.h>
10 #include <prefs/locale.h>
12 struct CountryPrefs san_marinoPrefs =
14 /* Reserved */
15 { 0, 0, 0, 0 },
17 /* Country code (licence plate number), telephone code, measuring system */
18 MAKE_ID('R','S','M',0), 378, MS_ISO,
20 /* Date time format, date format, time format */
21 "%q:%M:%S %d/%m/%Y",
22 "%A %e %B %Y",
23 "%q:%M:%S",
25 /* Short datetime, short date, short time formats */
26 "%H:%M:%S %d/%m/%Y",
27 "%e-%b-%Y",
28 "%H:%M:%S",
30 /* Decimal point, group separator, frac group separator */
31 ",", ".", "",
33 /* For grouping rules, see <libraries/locale.h> */
35 /* Grouping, Frac Grouping */
36 { 3 }, { 255 },
38 /* Mon dec pt, mon group sep, mon frac group sep */
39 ",", ".", ".",
41 /* Mon Grouping, Mon frac grouping */
42 { 3 }, { 3 },
44 #ifdef _EURO
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, 3,
53 /* Currency symbol, Small currency symbol */
54 "Euro", "Cent",
56 /* Int CS, this is the ISO 4217 symbol, followed by the character to
57 separate that symbol from the rest of the money. (\x00 for none).
59 "EUR",
60 #else
61 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
62 the fractional part of the money value. Most countries that
63 use dollars and cents, would have 2 for this value
65 (As would many of those you don't).
67 0, 3,
69 /* Currency symbol, Small currency symbol */
70 "Lire", "£",
72 /* Int CS, this is the ISO 4217 symbol, followed by the character to
73 separate that symbol from the rest of the money. (\x00 for none).
75 "LIT",
76 #endif
77 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
78 "", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
80 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
81 "-", SS_SPACE, SP_SUCC_CURR, CSP_PRECEDES,
83 /* Calendar type */
84 CT_7SUN