delint
[AROS.git] / workbench / locale / countries / slovakia.c
blobb920fad9ff4e7aad0b456cdc6a852b23e1137cfa
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Slovensko (Slovakia)
6 */
8 #include "country_locale.h"
9 #include <libraries/locale.h>
11 struct IntCountryPrefs slovakiaPrefs =
14 /* Reserved */
15 { 0, 0, 0, 0 },
17 /* Country code (licence plate number), telephone code, measuring system */
18 MAKE_ID('S','K',0,0), 421, MS_ISO,
20 /* Date time format, date format, time format */
21 "%A, %e. %B %Y, %H:%M:%S",
22 "%A, %e. %B %Y",
23 "%H:%M:%S",
25 /* Short datetime, short date, short time formats */
26 "%d.%m.%Y %H:%M:%S",
27 "%d.%m.%Y",
28 "%H:%M:%S",
30 /* Decimal point, group separator, frac group separator */
31 ",", " ", " ",
33 /* For grouping rules, see <libraries/locale.h> */
35 /* Grouping, Frac Grouping */
36 { 3 }, { 3 },
38 /* Mon dec pt, mon group sep, mon frac group sep */
39 ",", " ", "",
41 /* Mon Grouping, Mon frac grouping */
42 { 3 }, { 0 },
44 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
45 the fractional part of the money value. Most countries that
46 use dollars and cents, would have 2 for this value
48 (As would many of those you don't).
50 2, 2,
52 #ifdef _EURO
53 /* Currency symbol, Small currency symbol */
54 "Euro", "Cent",
56 /* Int CS, this is the ISO 4217 symbol, followed by the character to
57 separate that symbol from the rest of the money. (\x00 for none).
59 "EUR",
60 #else
61 "Sk", "h",
62 "SKK",
63 #endif
65 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
66 "", SS_SPACE, SP_PREC_ALL, CSP_SUCCEEDS,
68 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
69 "-", SS_SPACE, SP_PREC_ALL, CSP_SUCCEEDS,
71 /* Calendar type */
72 CT_7MON
74 "$VER: slovakia.country 44.1 (15.06.2015)",
75 "Slovensko",
76 "Countries/Slovakia"