move stack size into processors header
[AROS.git] / workbench / locale / countries / ukrajina.c
blob6fd95d70ec57e14d56ab506f8513828a1eb0ae26
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Ukrajina (Ukraine).
6 Lang:
7 */
9 #include <libraries/locale.h>
10 #include <prefs/locale.h>
12 /* ukrajina.country: Stefan Haubenthal <polluks@sdf.lonestar.org> */
13 /* Is probably wrong in a few places */
15 struct CountryPrefs ukrajinaPrefs =
17 /* Reserved */
18 { 0, 0, 0, 0 },
20 /* Country code (licence plate number), telephone code, measuring system */
21 MAKE_ID('U','A',0,0), 380, MS_ISO,
23 /* Date time format, date format, time format */
24 "%A %e %B %Y %H:%M",
25 "%A %e %B %Y",
26 "%H:%M:%S",
28 /* Short datetime, short date, short time formats */
29 "%d/%m/%Y %H:%M",
30 "%d/%m/%Y",
31 "%H:%M",
33 /* Decimal point, group separator, frac group separator */
34 ",", ".", "",
36 /* For grouping rules, see <libraries/locale.h> */
38 /* Grouping, Frac Grouping */
39 { 3 }, { 0 },
41 /* Mon dec pt, mon group sep, mon frac group sep */
42 ",", ".", "",
44 /* Mon Grouping, Mon frac grouping */
45 { 3 }, { 0 },
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, 2,
55 /* Currency symbol, Small currency symbol */
56 "hrn.", "",
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 "UAH",
63 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
64 "", SS_NOSPACE, SP_PREC_ALL, CSP_PRECEDES,
66 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
67 "", SS_NOSPACE, SP_PARENS, CSP_PRECEDES,
69 /* Calendar type */
70 CT_7SUN