Euro sign
[AROS.git] / workbench / locale / countries / bulgarija.c
blob2c75dcc07719086976c2c6460cbeea2f8065495f
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Bulgarija (Bulgaria).
6 Lang:
7 */
9 #include <exec/types.h>
10 #include <libraries/locale.h>
11 #include <libraries/iffparse.h>
12 #include <prefs/locale.h>
14 /* bulgarija.country: Stefan Haubenthal <polluks@sdf.lonestar.org> */
15 /* Is probably wrong in a few places */
17 struct CountryPrefs bulgarijaPrefs =
19 /* Reserved */
20 { 0, 0, 0, 0 },
22 /* Country code (licence plate number), telephone code, measuring system */
23 MAKE_ID('B','G',0,0), 359, MS_ISO,
25 /* Date time format, date format, time format */
26 "%A %e %B %Y %H:%M",
27 "%A %e %B %Y",
28 "%H:%M:%S",
30 /* Short datetime, short date, short time formats */
31 "%d/%m/%Y %H:%M",
32 "%d/%m/%Y",
33 "%H:%M",
35 /* Decimal point, group separator, frac group separator */
36 ".", ",", "",
38 /* For grouping rules, see <libraries/locale.h> */
40 /* Grouping, Frac Grouping */
41 { 3 }, { 0 },
43 /* Mon dec pt, mon group sep, mon frac group sep */
44 ".", ",", "",
46 /* Mon Grouping, Mon frac grouping */
47 { 3 }, { 0 },
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, 2,
57 /* Currency symbol, Small currency symbol */
58 "Lv", "",
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 "BGN",
65 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
66 "", SS_NOSPACE, SP_PREC_ALL, CSP_PRECEDES,
68 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
69 "", SS_NOSPACE, SP_PARENS, CSP_PRECEDES,
71 /* Calendar type */
72 CT_7MON