Fixed first day of week https://en.wikipedia.org/wiki/Week#/media/File:First_Day_of_W...
[AROS.git] / workbench / locale / countries / greece.c
blob1a598041028436c8dae02de449839cbe48b4f3a7
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Hellas (Greece)
6 Author: George Sokianos <walkero@yahoo.com>
7 */
9 #include "country_locale.h"
10 #include <libraries/locale.h>
12 struct IntCountryPrefs greecePrefs =
15 /* Reserved */
16 { 0, 0, 0, 0 },
18 /* Country code (licence plate number), telephone code, measuring system */
19 MAKE_ID('G','R',0,0), 30, MS_ISO,
21 /* Date time format, date format, time format */
22 "%d/%m/%Y %q:%M:%S",
23 "%A %e %B %Y",
24 "%q:%M:%S",
26 /* Short datetime, short date, short time formats */
27 "%H:%M:%S %d/%m/%Y",
28 "%e-%b-%Y",
29 "%H:%M:%S",
31 /* Decimal point, group separator, frac group separator */
32 ",", ".", "",
34 /* For grouping rules, see <libraries/locale.h> */
36 /* Grouping, Frac Grouping */
37 { 3 }, { 255 },
39 /* Mon dec pt, mon group sep, mon frac group sep */
40 ",", ".", ".",
42 /* Mon Grouping, Mon frac grouping */
43 { 3 }, { 3 },
45 #ifdef _EURO
46 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
47 the fractional part of the money value. Most countries that
48 use dollars and cents, would have 2 for this value
50 (As would many of those you don't).
52 2, 3,
54 /* Currency symbol, Small currency symbol */
55 "Euro", "Cent",
57 /* Int CS, this is the ISO 4217 symbol, followed by the character to
58 separate that symbol from the rest of the money. (\x00 for none).
60 "EUR",
61 #else
62 0, 3,
63 "drx", "d",
64 "DRX",
65 #endif
66 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
67 "", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
69 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
70 "-", SS_SPACE, SP_SUCC_CURR, CSP_PRECEDES,
72 /* Calendar type */
73 CT_7MON
75 "$VER: greece.country 44.1 (06.06.2015)",
76 "Hellas",
77 "Countries/Greece"