fix function to take the hook param
[AROS.git] / workbench / locale / countries / romania.c
blob04dad75e38cc26dc7865d54c337d8982b74a9407
1 /*
2 Copyright © 1995-2013, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for România (Romania)
6 Author: Stefan Haubenthal <polluks@sdf.lonestar.org>
7 */
9 #include "country_locale.h"
10 #include <libraries/locale.h>
12 struct IntCountryPrefs romaniaPrefs =
15 /* Reserved */
16 { 0, 0, 0, 0 },
18 /* Country code (licence plate number), telephone code, measuring system */
19 MAKE_ID('R','O',0,0), 40, MS_ISO,
21 /* Date time format, date format, time format */
22 "%A %e %B %Y %H:%M",
23 "%A %e %B %Y",
24 "%H:%M:%S",
26 /* Short datetime, short date, short time formats */
27 "%d/%m/%Y %H:%M",
28 "%d/%m/%Y",
29 "%H:%M",
31 /* Decimal point, group separator, frac group separator */
32 ",", ".", "",
34 /* For grouping rules, see <libraries/locale.h> */
36 /* Grouping, Frac Grouping */
37 { 3 }, { 0 },
39 /* Mon dec pt, mon group sep, mon frac group sep */
40 ",", ".", "",
42 /* Mon Grouping, Mon frac grouping */
43 { 3 }, { 0 },
45 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
46 the fractional part of the money value. Most countries that
47 use dollars and cents, would have 2 for this value
49 (As would many of those you don't).
51 2, 2,
53 /* Currency symbol, Small currency symbol */
54 "lei", "bani",
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 #ifdef _RON /* __DATE__>="Jul 1 2005" */
60 "RON",
61 #else
62 "ROL",
63 #endif
65 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
66 "", SS_NOSPACE, SP_PREC_ALL, CSP_PRECEDES,
68 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
69 "", SS_NOSPACE, SP_PARENS, CSP_PRECEDES,
71 /* Calendar type */
72 CT_7SUN
74 "$VER: romania.country 44.0 (12.04.2013)",
75 "România",
76 "Countries/Romania"