rom/exec/restoretaskstorage.c: Don't restore ETask data
[AROS.git] / workbench / locale / countries / polska.c
blobea5295378e2f905fcd072d5ae1ae8b3b5277d064
1 /*
2 Copyright © 1995-2007, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Poland
6 Lang: English
7 Char: ISO 8859-2
8 */
10 #include <exec/types.h>
11 #include <libraries/locale.h>
12 #include <libraries/iffparse.h>
13 #include <prefs/locale.h>
15 /* polska.country: Przemyslaw Szczygielski qus@go2.pl */
16 struct CountryPrefs polskaPrefs =
18 /* Reserved */
19 { 0, 0, 0, 0 },
21 /* The country codes in the past have been rather inconsistant,
22 sometimes they are 1 character, 2 chars or 3. It would be nice
23 to have some consistency. Maybe use the 3 character name from
24 ISO 3166? I (Iain) have a copy of the ISO3166 codes if anyone
25 wants them...
28 /* Country code (left justify), telephone code, measuring system */
29 MAKE_ID('P','L',0,0), 48, MS_ISO,
31 /* Date time format, date format, time format */
32 "%A %e. %B %Y %q:%M",
33 "%A %e. %B %Y",
34 "%q:%M:%S",
36 /* Short datetime, short date, short time formats */
37 "%e.%m.%y %q:%M",
38 "%e.%m.%y",
39 "%q:%M",
41 /* Decimal point, group separator, frac group separator */
42 ",", ".", "",
44 /* For grouping rules, see <libraries/locale.h> */
46 /* Grouping, Frac Grouping */
47 { 3 }, { 0 },
49 /* Mon dec pt, mon group sep, mon frac group sep */
50 ",", ".", "",
52 /* Mon Grouping, Mon frac grouping */
53 { 3 }, { 0 },
55 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
56 the fractional part of the money value. Most countries that
57 use dollars and cents, would have 2 for this value
59 (As would many of those who don't).
61 2, 2,
63 /* Currency symbol, Small currency symbol */
64 "z\263", "gr",
66 /* Int CS, this is the ISO 4217 symbol, followed by the character to
67 separate that symbol from the rest of the money. (\x00 for none).
69 "PLN",
71 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
72 "", SS_NOSPACE, SP_PREC_ALL, CSP_SUCCEEDS,
74 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
75 "-", SS_NOSPACE, SP_PREC_ALL, CSP_SUCCEEDS,
77 /* Calendar type */
78 CT_7MON