revert between 56095 -> 55830 in arch
[AROS.git] / workbench / locale / countries / portugal.c
blobd4193078e67065e41346200dbf0757a2ba008268
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Portugal
6 based on the Amiga Developer CD 2.1 file -:
7 NDK/NDK_3.5/Examples/Locale/Countries/make_country_files.c
8 */
10 #include "country_locale.h"
11 #include <libraries/locale.h>
13 struct IntCountryPrefs portugalPrefs =
16 /* Reserved */
17 { 0, 0, 0, 0 },
19 /* Country code (licence plate number), telephone code, measuring system */
20 MAKE_ID('P',0,0,0), 351, MS_ISO,
22 /* Date time format, date format, time format */
23 "%A, %e de %B de %Y, %H:%M:%S",
24 "%A, %e de %B de %Y",
25 "%H:%M:%S",
27 /* Short datetime, short date, short time formats */
28 "%e %b %Y, %H:%M:%S",
29 "%e %b %Y",
30 "%H:%M",
32 /* Decimal point, group separator, frac group separator */
33 ",", "'", "'",
35 /* For grouping rules, see <libraries/locale.h> */
37 /* Grouping, Frac Grouping */
38 { 3 }, { 3 },
40 #ifdef _EURO
41 /* Mon dec pt, mon group sep, mon frac group sep */
42 ".", ".", ".",
43 #else
44 ",", ".", ".",
45 #endif
47 /* Mon Grouping, Mon frac grouping */
48 { 3 }, { 3 },
50 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
51 the fractional part of the money value. Most countries that
52 use dollars and cents, would have 2 for this value
54 (As would many of those you don't).
56 2, 3,
58 #ifdef _EURO
59 /* Currency symbol, Small currency symbol */
60 "Euro", "Cent",
62 /* Int CS, this is the ISO 4217 symbol, followed by the character to
63 separate that symbol from the rest of the money. (\x00 for none).
65 "EUR",
66 #else
67 "ESC", "",
68 "",
69 #endif
70 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
71 "+", SS_SPACE, SP_PREC_ALL, CSP_PRECEDES,
73 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
74 "-", SS_SPACE, SP_PREC_ALL, CSP_SUCCEEDS,
76 /* Calendar type */
77 CT_7MON
79 "$VER: portugal.country 44.0 (12.04.2013)",
80 NULL,
81 "Countries/Portugal"