Updated PCI IDs to latest snapshot.
[tangerine.git] / workbench / locale / countries / deutschland.c
blob33dbeb2caef3c3f88d17f7508b3ed5b75b68c324
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: Country data for Germany/Deutschland
6 Lang:
7 */
9 #include <exec/types.h>
10 #include <libraries/locale.h>
11 #include <libraries/iffparse.h>
12 #include <prefs/locale.h>
14 /* germany.country: Sebastian Rittau, srittau@jroger.in-berlin.de */
15 struct CountryPrefs deutschPrefs =
17 /* Reserved */
18 { 0, 0, 0, 0 },
20 /* The country codes in the past have been rather inconsistant,
21 sometimes they are 1 character, 2 chars or 3. It would be nice
22 to have some consistency. Maybe use the 3 character name from
23 ISO 3166? I (Iain) have a copy of the ISO3166 codes if anyone
24 wants them...
27 /* Country code (left justify), telephone code, measuring system */
28 MAKE_ID('D',0,0,0), 49, MS_ISO,
30 /* Date time format, date format, time format */
31 "%A, %e. %B %Y %H:%M:%S",
32 "%A, %e. %B %Y",
33 "%H:%M:%S",
35 /* Short datetime, short date, short time formats */
36 "%d.%m.%y %H:%M:%S",
37 "%d.%m.%y",
38 "%H:%M:%S",
40 /* Decimal point, group separator, frac group separator */
41 ",", ".", ".",
43 /* For grouping rules, see <libraries/locale.h> */
45 /* Grouping, Frac Grouping */
46 { 3 }, { 3 },
48 /* Mon dec pt, mon group sep, mon frac group sep */
49 ",", ".", ".",
51 /* Mon Grouping, Mon frac grouping */
52 { 3 }, { 3 },
54 /* Mon Frac digits, Mon IntFrac digits, then number of digits in
55 the fractional part of the money value. Most countries that
56 use dollars and cents, would have 2 for this value
58 (As would many of those who don't).
60 2, 2,
62 #ifdef _EURO
63 /* Currency symbol, Small currency symbol */
64 "Euro", "Cent",
66 /* Int CS, this is the ISO 4217 symbol, followed by the character to
67 separate that symbol from the rest of the money. (\x00 for none).
69 "EUR",
70 #else
71 /* Currency symbol, Small currency symbol */
72 "DM", "Pf",
74 /* Int CS, this is the ISO 4217 symbol, followed by the character to
75 separate that symbol from the rest of the money. (\x00 for none).
77 "DM",
78 #endif
79 /* Mon +ve sign, +ve space sep, +ve sign pos, +ve cs pos */
80 "", SS_SPACE, SP_PREC_ALL, CSP_SUCCEEDS,
82 /* Mon -ve sign, -ve space sep, -ve sign pos, -ve cs pos */
83 "-", SS_SPACE, SP_PREC_ALL, CSP_SUCCEEDS,
85 /* Calendar type */
86 CT_7MON