diff options
Diffstat (limited to 'Build/source/libs/icu-xetex/data/locales/de_BE.txt')
-rw-r--r-- | Build/source/libs/icu-xetex/data/locales/de_BE.txt | 69 |
1 files changed, 69 insertions, 0 deletions
diff --git a/Build/source/libs/icu-xetex/data/locales/de_BE.txt b/Build/source/libs/icu-xetex/data/locales/de_BE.txt new file mode 100644 index 00000000000..7f5e8cd87a8 --- /dev/null +++ b/Build/source/libs/icu-xetex/data/locales/de_BE.txt @@ -0,0 +1,69 @@ +// *************************************************************************** +// * +// * Copyright (C) 2005 International Business Machines +// * Corporation and others. All Rights Reserved. +// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java +// * Source File: ../../../cldr/common/main/de_BE.xml +// * +// *************************************************************************** +de_BE{ + Currencies{ + FRF{ + "FF", + "Franken", + } + } + NumberPatterns{ + "#,##0.###", + "#,##0.00 ¤", + "#,##0%", + "#E0", + } + Version{"1.30"} + calendar{ + gregorian{ + DateTimePatterns{ + "HH 'h' mm 'min' ss 's' z", + "HH:mm:ss z", + "HH:mm:ss", + "HH:mm", + "EEEE d MMMM yyyy", + "d MMMM yyyy", + "d-MMM-yy", + "d/MM/yy", + "{1} {0}", + } + dayNames{ + format{ + abbreviated{ + "Son", + "Mon", + "Die", + "Mit", + "Don", + "Fre", + "Sam", + } + } + } + monthNames{ + format{ + abbreviated{ + "Jan", + "Feb", + "Mär", + "Apr", + "Mai", + "Jun", + "Jul", + "Aug", + "Sep", + "Okt", + "Nov", + "Dez", + } + } + } + } + } +} |