1// ***************************************************************************
2// *
3// * Copyright (C) 2010 International Business Machines
4// * Corporation and others.  All Rights Reserved.
5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6// * Source File:<path>/common/main/de_BE.xml
7// *
8// ***************************************************************************
9de_BE{
10    Version{"2.0.47.67"}
11    calendar{
12        gregorian{
13            DateTimePatterns{
14                "HH 'h' mm 'min' ss 's' zzzz",
15                "HH:mm:ss z",
16                "HH:mm:ss",
17                "HH:mm",
18                "EEEE d MMMM y",
19                "d MMMM y",
20                "dd.MM.yyyy",
21                "d/MM/yy",
22                "{1} {0}",
23                "{1} {0}",
24                "{1} {0}",
25                "{1} {0}",
26                "{1} {0}",
27            }
28            dayNames{
29                format{
30                    abbreviated{
31                        "Son",
32                        "Mon",
33                        "Die",
34                        "Mit",
35                        "Don",
36                        "Fre",
37                        "Sam",
38                    }
39                }
40            }
41        }
42    }
43}
44