Check for SYS/GL during library init. Reason is that
[AROS.git] / workbench / locale / countries / poland.c
blob0d4b481d6802550270fc9d9aecaf6897b2ff4bfe
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Polska (Poland)
6 Author: Przemyslaw Szczygielski <qus@go2.pl>
7 */
9 #include "country_locale.h"
10 #include <libraries/locale.h>
12 struct IntCountryPrefs polandPrefs =
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? I (Iain) have a copy of the ISO3166 codes if anyone
22 wants them...
25 /* Country code (left justify), telephone code, measuring system */
26 MAKE_ID('P','L',0,0), 48, MS_ISO,
28 /* Date time format, date format, time format */
29 "%A %e. %B %Y %q:%M",
30 "%A %e. %B %Y",
31 "%q:%M:%S",
33 /* Short datetime, short date, short time formats */
34 "%e.%m.%y %q:%M",
35 "%e.%m.%y",
36 "%q:%M",
38 /* Decimal point, group separator, frac group separator */
39 ",", ".", "",
41 /* For grouping rules, see <libraries/locale.h> */
43 /* Grouping, Frac Grouping */
44 { 3 }, { 0 },
46 /* Mon dec pt, mon group sep, mon frac group sep */
47 ",", ".", "",
49 /* Mon Grouping, Mon frac grouping */
50 { 3 }, { 0 },
52 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
53 the fractional part of the money value. Most countries that
54 use dollars and cents, would have 2 for this value
56 (As would many of those who don't).
58 2, 2,
60 /* Currency symbol, Small currency symbol */
61 "z\263", "gr",
63 /* Int CS, this is the ISO 4217 symbol, followed by the character to
64 separate that symbol from the rest of the money. (\x00 for none).
66 "PLN",
68 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
69 "", SS_NOSPACE, SP_PREC_ALL, CSP_SUCCEEDS,
71 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
72 "-", SS_NOSPACE, SP_PREC_ALL, CSP_SUCCEEDS,
74 /* Calendar type */
75 CT_7MON
77 "$VER: poland.country 44.0 (12.04.2013)",
78 "Polska",
79 "Countries/Poland"