Welcome to eurozone!
[AROS.git] / workbench / locale / countries / eesti.c
blob5be3df78a2892a183cc83ec348e212cc34702008
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Eesti (Estonia).
6 */
8 #include <libraries/locale.h>
9 #include <prefs/locale.h>
11 /* eesti.country: Stefan Haubenthal <polluks@sdf.lonestar.org> */
12 /* V51 */
14 struct CountryPrefs eestiPrefs =
16 /* Reserved */
17 { 0, 0, 0, 0 },
19 /* Country code (licence plate number), telephone code, measuring system */
20 MAKE_ID('E','S','T',0), 372, MS_ISO,
22 /* Date time format, date format, time format */
23 "%A %e %B %Y %H:%M:%S",
24 "%A %e %B %Y",
25 "%H:%M:%S",
27 /* Short datetime, short date, short time formats */
28 "%d.%m.%y %H:%M:%S",
29 "%d.%m.%y",
30 "%H:%M",
32 /* Decimal point, group separator, frac group separator */
33 ",", ".", "",
35 /* For grouping rules, see <libraries/locale.h> */
37 /* Grouping, Frac Grouping */
38 { 3 }, { 3 },
40 /* Mon dec pt, mon group sep, mon frac group sep */
41 ",", ".", ".",
43 /* Mon Grouping, Mon frac grouping */
44 { 3 }, { 3 },
46 #ifdef _EURO
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, 3,
55 /* Currency symbol, Small currency symbol */
56 "Euro", "Cent",
58 /* Int CS, this is the ISO 4217 symbol, followed by the character to
59 separate that symbol from the rest of the money. (\x00 for none).
61 "EUR",
62 #else
63 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
64 the fractional part of the money value. Most countries that
65 use dollars and cents, would have 2 for this value
67 (As would many of those you don't).
69 0, 3,
71 /* Currency symbol, Small currency symbol */
72 "kr", "",
74 /* Int CS, this is the ISO 4217 symbol, followed by the character to
75 separate that symbol from the rest of the money. (\x00 for none).
77 "EEK",
78 #endif
79 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
80 "", SS_SPACE, SP_PREC_ALL, CSP_SUCCEEDS,
82 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
83 "-", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
85 /* Calendar type */
86 CT_7MON