]>
Commit | Line | Data |
---|---|---|
374ca955 A |
1 | // *************************************************************************** |
2 | // * | |
46f4442e | 3 | // * Copyright (C) 2008 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 | } |
46f4442e | 16 | Version{"1.56"} |
374ca955 A |
17 | calendar{ |
18 | gregorian{ | |
73c04bcf A |
19 | DateTimeElements:intvector{ |
20 | 2, | |
21 | 4, | |
22 | } | |
374ca955 | 23 | DateTimePatterns{ |
46f4442e | 24 | "HH 'h' mm 'min' ss 's' v", |
374ca955 A |
25 | "HH:mm:ss z", |
26 | "HH:mm:ss", | |
27 | "HH:mm", | |
28 | "EEEE d MMMM yyyy", | |
29 | "d MMMM yyyy", | |
46f4442e | 30 | "dd.MM.yyyy", |
374ca955 A |
31 | "d/MM/yy", |
32 | "{1} {0}", | |
33 | } | |
34 | dayNames{ | |
35 | format{ | |
36 | abbreviated{ | |
37 | "Son", | |
38 | "Mon", | |
39 | "Die", | |
40 | "Mit", | |
41 | "Don", | |
42 | "Fre", | |
43 | "Sam", | |
44 | } | |
45 | } | |
46 | } | |
47 | monthNames{ | |
48 | format{ | |
49 | abbreviated{ | |
50 | "Jan", | |
46f4442e | 51 | "Feb", |
374ca955 A |
52 | "Mär", |
53 | "Apr", | |
54 | "Mai", | |
55 | "Jun", | |
56 | "Jul", | |
46f4442e A |
57 | "Aug", |
58 | "Sep", | |
59 | "Okt", | |
60 | "Nov", | |
61 | "Dez", | |
374ca955 A |
62 | } |
63 | } | |
64 | } | |
65 | } | |
66 | } | |
b75a7d8f | 67 | } |