]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
374ca955 A |
3 | // * Copyright (C) 2004 International Business Machines |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File: ../../../locale/common/main/de_CH.xml | |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 A |
9 | de_CH{ |
10 | Countries{ | |
11 | BD{"Bangladesh"} | |
12 | BN{"Brunei"} | |
13 | BW{"Botswana"} | |
14 | CV{"Kapverden"} | |
15 | DJ{"Djibouti"} | |
16 | GB{"Grossbritannien"} | |
17 | MH{"Marshall-Inseln"} | |
18 | RW{"Rwanda"} | |
19 | SB{"Salomon-Inseln"} | |
20 | ST{"Sao Tomé und Principe"} | |
21 | ZW{"Zimbabwe"} | |
b75a7d8f | 22 | } |
374ca955 | 23 | NumberElements{ |
b75a7d8f A |
24 | ".", |
25 | "'", | |
26 | ";", | |
27 | "%", | |
28 | "0", | |
29 | "#", | |
30 | "-", | |
31 | "E", | |
374ca955 A |
32 | "‰", |
33 | "∞", | |
34 | "�", | |
35 | "+", | |
b75a7d8f | 36 | } |
374ca955 | 37 | NumberPatterns{ |
b75a7d8f | 38 | "#,##0.###;-#,##0.###", |
374ca955 | 39 | "¤ #,##0.00;¤-#,##0.00", |
b75a7d8f A |
40 | "#,##0%", |
41 | "#E0", | |
42 | } | |
374ca955 | 43 | Version{"1.2"} |
b75a7d8f | 44 | } |