Added missing properties.
[tangerine.git] / workbench / locale / countries / argentina.c
blob609006c1023fe9d26d2ba892bda699e36815e946
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for argentina
6 */
8 #include <exec/types.h>
9 #include <libraries/locale.h>
10 #include <libraries/iffparse.h>
11 #include <prefs/locale.h>
13 struct CountryPrefs argentinaPrefs =
15 /* Reserved */
16 { 0, 0, 0, 0 },
18 /* The country codes in the past have been rather inconsistant,
19 sometimes they are 1 character, 2 chars or 3. It would be nice
20 to have some consistency. Maybe use the 3 character name from
21 ISO 3166?
24 /* Country code, telephone code, measuring system */
25 MAKE_ID('A','R',0,0), 54, MS_ISO,
27 /* Date time format (dd de mmm de yyyy - h:m = ?), date format (dd de mmm de yyyy =?), time format */
28 "%A %B %e de %Y - %H:%M",
29 "%A %B %e de %Y",
30 "%H:%M:%S",
32 /* Short datetime, short date, short time formats */
33 "%d/%m/%Y - %H:%M:%S",
34 "%d/%m/%Y",
35 "%H:%M:%S",
37 /* Decimal point, group separator, frac group separator */
38 ",", " ", "",
40 /* For grouping rules, see <libraries/locale.h> */
42 /* Grouping, Frac Grouping */
43 { 3 }, { 0 },
45 /* Mon dec pt, mon group sep, mon frac group sep */
46 ",", ".", "",
48 /* Mon Grouping, Mon frac grouping */
49 { 3 }, { 0 },
51 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
52 the fractional part of the money value. Most countries that
53 use dollars and cents, would have 2 for this value
55 (As would many of those you don't).
57 2, 2,
59 /* Currency symbol, Small currency symbol */
60 "$", "Centavos",
62 /* Int CS, this is the ISO 4217 symbol, followed by the character to
63 separate that symbol from the rest of the money. (\x00 for none).
65 "ARS",
67 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
68 "", SS_NOSPACE, SP_PREC_ALL, CSP_PRECEDES,
70 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
71 "-", SS_NOSPACE, SP_PREC_ALL, CSP_PRECEDES,
73 /* Calendar type */
74 CT_7MON