]>
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/ms_BN.xml |
374ca955 A |
7 | // * |
8 | // *************************************************************************** | |
9 | ms_BN{ | |
10 | Currencies{ | |
11 | BND{ | |
12 | "$", | |
13 | "BND", | |
14 | } | |
374ca955 A |
15 | } |
16 | NumberElements{ | |
17 | ",", | |
18 | ".", | |
19 | ";", | |
20 | "%", | |
21 | "0", | |
22 | "#", | |
23 | "-", | |
24 | "E", | |
25 | "‰", | |
26 | "∞", | |
73c04bcf | 27 | "NaN", |
374ca955 A |
28 | "+", |
29 | } | |
46f4442e A |
30 | NumberPatterns{ |
31 | "#,##0.###", | |
32 | "¤ #,##0.00", | |
33 | "#,##0%", | |
34 | "#E0", | |
35 | } | |
36 | Version{"1.47"} | |
374ca955 A |
37 | calendar{ |
38 | gregorian{ | |
39 | DateTimePatterns{ | |
46f4442e A |
40 | "h:mm:ss aa v", |
41 | "H:mm:ss z", | |
374ca955 | 42 | "H:mm:ss", |
46f4442e | 43 | "H:mm", |
374ca955 | 44 | "dd MMMM yyyy", |
46f4442e | 45 | "yyyy MMMM d", |
374ca955 | 46 | "dd/MM/yyyy", |
46f4442e | 47 | "yyyy-MM-dd", |
374ca955 A |
48 | "{1} {0}", |
49 | } | |
50 | } | |
51 | } | |
52 | } |