]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
2 | // * | |
73c04bcf | 3 | // * Copyright (C) 2006 International Business Machines |
374ca955 A |
4 | // * Corporation and others. All Rights Reserved. |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
73c04bcf | 6 | // * Source File:<path>/common/main/de_BE.xml |
b75a7d8f | 7 | // * |
b75a7d8f | 8 | // *************************************************************************** |
374ca955 A |
9 | de_BE{ |
10 | Currencies{ | |
11 | FRF{ | |
12 | "FF", | |
13 | "Franken", | |
14 | } | |
b75a7d8f | 15 | } |
374ca955 | 16 | NumberPatterns{ |
73c04bcf A |
17 | "#,##0.###", |
18 | "#,##0.00 ¤", | |
b75a7d8f A |
19 | "#,##0%", |
20 | "#E0", | |
21 | } | |
73c04bcf | 22 | Version{"1.42"} |
374ca955 A |
23 | calendar{ |
24 | gregorian{ | |
73c04bcf A |
25 | DateTimeElements:intvector{ |
26 | 2, | |
27 | 4, | |
28 | } | |
374ca955 A |
29 | DateTimePatterns{ |
30 | "HH 'h' mm 'min' ss 's' z", | |
31 | "HH:mm:ss z", | |
32 | "HH:mm:ss", | |
33 | "HH:mm", | |
34 | "EEEE d MMMM yyyy", | |
35 | "d MMMM yyyy", | |
36 | "d-MMM-yy", | |
37 | "d/MM/yy", | |
38 | "{1} {0}", | |
39 | } | |
40 | dayNames{ | |
41 | format{ | |
42 | abbreviated{ | |
43 | "Son", | |
44 | "Mon", | |
45 | "Die", | |
46 | "Mit", | |
47 | "Don", | |
48 | "Fre", | |
49 | "Sam", | |
50 | } | |
51 | } | |
52 | } | |
53 | monthNames{ | |
54 | format{ | |
55 | abbreviated{ | |
56 | "Jan", | |
73c04bcf | 57 | "Februar", |
374ca955 A |
58 | "Mär", |
59 | "Apr", | |
60 | "Mai", | |
61 | "Jun", | |
62 | "Jul", | |
73c04bcf A |
63 | "August", |
64 | "September", | |
65 | "Oktober", | |
66 | "November", | |
67 | "Dezember", | |
374ca955 A |
68 | } |
69 | } | |
70 | } | |
71 | } | |
72 | } | |
b75a7d8f | 73 | } |