]>
Commit | Line | Data |
---|---|---|
73c04bcf A |
1 | // *************************************************************************** |
2 | // * | |
3 | // * Copyright (C) 2005 International Business Machines | |
4 | // * Corporation and others. All Rights Reserved. | |
5 | // * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java | |
6 | // * Source File: ../../../../ICU4J/cldr/common/main/bs.xml | |
7 | // * | |
8 | // *************************************************************************** | |
9 | /** | |
10 | * ICU <specials> source: ./xml/main/bs.xml | |
11 | */ | |
12 | bs{ | |
13 | Currencies{ | |
14 | BAM{ | |
15 | "KM", | |
16 | "Konvertibilna marka", | |
17 | } | |
18 | } | |
19 | LocaleScript{ | |
20 | "Cyrl", | |
21 | } | |
22 | NumberElements{ | |
23 | ",", | |
24 | ".", | |
25 | ";", | |
26 | "%", | |
27 | "0", | |
28 | "#", | |
29 | "-", | |
30 | "E", | |
31 | "‰", | |
32 | "∞", | |
33 | "�", | |
34 | "+", | |
35 | } | |
36 | Version{"1.2"} | |
37 | calendar{ | |
38 | gregorian{ | |
39 | DateTimeElements:intvector{ | |
40 | 2, | |
41 | 1, | |
42 | } | |
43 | dayNames{ | |
44 | format{ | |
45 | abbreviated{ | |
46 | "Ned", | |
47 | "Pon", | |
48 | "Uto", | |
49 | "Sri", | |
50 | "Čet", | |
51 | "Pet", | |
52 | "Sub", | |
53 | } | |
54 | wide{ | |
55 | "Nedjelja", | |
56 | "Ponedjeljak", | |
57 | "Utorak", | |
58 | "Srijeda", | |
59 | "Četvrtak", | |
60 | "Petak", | |
61 | "Subota", | |
62 | } | |
63 | } | |
64 | } | |
65 | eras{ | |
66 | abbreviated{ | |
67 | "BC", | |
68 | "AD", | |
69 | } | |
70 | } | |
71 | monthNames{ | |
72 | format{ | |
73 | abbreviated{ | |
74 | "Jan", | |
75 | "Feb", | |
76 | "Mar", | |
77 | "Apr", | |
78 | "Maj", | |
79 | "Jun", | |
80 | "Jul", | |
81 | "Avg", | |
82 | "Sep", | |
83 | "Okt", | |
84 | "Nov", | |
85 | "Dec", | |
86 | } | |
87 | wide{ | |
88 | "Januar", | |
89 | "Februar", | |
90 | "Mart", | |
91 | "April", | |
92 | "Maj", | |
93 | "Juni", | |
94 | "Juli", | |
95 | "Avgust", | |
96 | "Septembar", | |
97 | "Oktobar", | |
98 | "Novembar", | |
99 | "Decembar", | |
100 | } | |
101 | } | |
102 | } | |
103 | } | |
104 | } | |
105 | delimiters{ | |
106 | alternateQuotationEnd{"”"} | |
107 | alternateQuotationStart{"“"} | |
108 | quotationEnd{"’"} | |
109 | quotationStart{"‘"} | |
110 | } | |
111 | } |