• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// ***************************************************************************
2// *
3// * Copyright (C) 2007 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    Currencies{
11        FRF{
12            "FF",
13            "Franken",
14        }
15    }
16    Version{"1.49"}
17    calendar{
18        gregorian{
19            DateTimeElements:intvector{
20                2,
21                4,
22            }
23            DateTimePatterns{
24                "HH 'h' mm 'min' ss 's' v",
25                "HH:mm:ss z",
26                "HH:mm:ss",
27                "HH:mm",
28                "EEEE d MMMM yyyy",
29                "d MMMM yyyy",
30                "dd.MM.yyyy",
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",
51                        "Feb",
52                        "Mär",
53                        "Apr",
54                        "Mai",
55                        "Jun",
56                        "Jul",
57                        "Aug",
58                        "Sep",
59                        "Okt",
60                        "Nov",
61                        "Dez",
62                    }
63                }
64            }
65        }
66    }
67}
68