]>
Commit | Line | Data |
---|---|---|
374ca955 | 1 | // *************************************************************************** |
b75a7d8f | 2 | // * |
729e4ab9 | 3 | // * Copyright (C) 2010 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/so.xml |
b75a7d8f A |
7 | // * |
8 | // *************************************************************************** | |
374ca955 | 9 | /** |
73c04bcf | 10 | * ICU <specials> source: <path>/xml/main/so.xml |
374ca955 A |
11 | */ |
12 | so{ | |
729e4ab9 | 13 | ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"} |
374ca955 A |
14 | LocaleScript{ |
15 | "Latn", | |
b75a7d8f | 16 | } |
46f4442e | 17 | NumberElements{ |
729e4ab9 A |
18 | latn{ |
19 | patterns{ | |
20 | currencyFormat{"¤#,##0.00"} | |
21 | } | |
22 | symbols{ | |
23 | decimal{"."} | |
24 | group{","} | |
25 | } | |
26 | } | |
46f4442e | 27 | } |
729e4ab9 | 28 | Version{"2.0.47.68"} |
374ca955 A |
29 | calendar{ |
30 | gregorian{ | |
31 | AmPmMarkers{ | |
729e4ab9 A |
32 | "sn.", |
33 | "gn.", | |
374ca955 | 34 | } |
374ca955 | 35 | DateTimePatterns{ |
729e4ab9 | 36 | "h:mm:ss a zzzz", |
46f4442e | 37 | "h:mm:ss a z", |
374ca955 A |
38 | "h:mm:ss a", |
39 | "h:mm a", | |
729e4ab9 A |
40 | "EEEE, MMMM dd, y", |
41 | "dd MMMM y", | |
42 | "dd-MMM-y", | |
374ca955 A |
43 | "dd/MM/yy", |
44 | "{1} {0}", | |
729e4ab9 A |
45 | "{1} {0}", |
46 | "{1} {0}", | |
47 | "{1} {0}", | |
48 | "{1} {0}", | |
49 | } | |
50 | availableFormats{ | |
51 | Hm{"HH:mm"} | |
52 | Hms{"HH:mm:ss"} | |
53 | M{"L"} | |
54 | MEd{"E, M/d"} | |
55 | MMM{"LLL"} | |
56 | MMMEd{"E, MMM d"} | |
57 | MMMMEd{"E, MMMM d"} | |
58 | MMMMd{"MMMM d"} | |
59 | MMMd{"MMM d"} | |
60 | Md{"M/d"} | |
61 | d{"d"} | |
62 | hm{"h:mm a"} | |
63 | ms{"mm:ss"} | |
64 | y{"y"} | |
65 | yM{"M/y"} | |
66 | yMEd{"EEE, M/d/y"} | |
67 | yMMM{"MMM y"} | |
68 | yMMMEd{"EEE, MMM d, y"} | |
69 | yMMMM{"MMMM y"} | |
70 | yQ{"Q y"} | |
71 | yQQQ{"QQQ y"} | |
374ca955 A |
72 | } |
73 | dayNames{ | |
74 | format{ | |
75 | abbreviated{ | |
729e4ab9 | 76 | "Axd", |
374ca955 | 77 | "Isn", |
729e4ab9 | 78 | "Tal", |
374ca955 A |
79 | "Arb", |
80 | "Kha", | |
81 | "Jim", | |
82 | "Sab", | |
83 | } | |
84 | wide{ | |
85 | "Axad", | |
86 | "Isniin", | |
729e4ab9 | 87 | "Talaado", |
374ca955 A |
88 | "Arbaco", |
89 | "Khamiis", | |
90 | "Jimco", | |
91 | "Sabti", | |
92 | } | |
93 | } | |
729e4ab9 A |
94 | stand-alone{ |
95 | narrow{ | |
96 | "A", | |
97 | "I", | |
98 | "T", | |
99 | "A", | |
100 | "K", | |
101 | "J", | |
102 | "S", | |
103 | } | |
104 | } | |
374ca955 A |
105 | } |
106 | eras{ | |
107 | abbreviated{ | |
729e4ab9 A |
108 | "CK", |
109 | "CD", | |
110 | } | |
111 | wide{ | |
112 | "Ciise ka hor (CS)", | |
113 | "Ciise ka dib (CS)", | |
114 | } | |
115 | } | |
116 | fields{ | |
117 | day{ | |
118 | dn{"Maalin"} | |
119 | relative{ | |
120 | "-1"{"Shalay"} | |
121 | "0"{"Maanta"} | |
122 | "1"{"Berri"} | |
123 | } | |
124 | } | |
125 | dayperiod{ | |
126 | dn{"sn./gn."} | |
127 | } | |
128 | era{ | |
129 | dn{"Qarni"} | |
130 | } | |
131 | hour{ | |
132 | dn{"Saacad"} | |
133 | } | |
134 | minute{ | |
135 | dn{"Daqiiqad"} | |
136 | } | |
137 | month{ | |
138 | dn{"Bil"} | |
139 | } | |
140 | second{ | |
141 | dn{"Il biriqsi"} | |
142 | } | |
143 | week{ | |
144 | dn{"Toddobaad"} | |
145 | } | |
146 | weekday{ | |
147 | dn{"Maalinta toddobaadka"} | |
148 | } | |
149 | year{ | |
150 | dn{"Sanad"} | |
151 | } | |
152 | zone{ | |
153 | dn{"Xadka waqtiga"} | |
374ca955 A |
154 | } |
155 | } | |
156 | monthNames{ | |
157 | format{ | |
158 | abbreviated{ | |
159 | "Kob", | |
160 | "Lab", | |
161 | "Sad", | |
162 | "Afr", | |
163 | "Sha", | |
164 | "Lix", | |
165 | "Tod", | |
166 | "Sid", | |
167 | "Sag", | |
168 | "Tob", | |
169 | "KIT", | |
170 | "LIT", | |
171 | } | |
172 | wide{ | |
173 | "Bisha Koobaad", | |
174 | "Bisha Labaad", | |
175 | "Bisha Saddexaad", | |
176 | "Bisha Afraad", | |
177 | "Bisha Shanaad", | |
178 | "Bisha Lixaad", | |
179 | "Bisha Todobaad", | |
180 | "Bisha Sideedaad", | |
181 | "Bisha Sagaalaad", | |
182 | "Bisha Tobnaad", | |
183 | "Bisha Kow iyo Tobnaad", | |
184 | "Bisha Laba iyo Tobnaad", | |
185 | } | |
186 | } | |
187 | } | |
729e4ab9 A |
188 | quarters{ |
189 | format{ | |
190 | abbreviated{ | |
191 | "R1", | |
192 | "R2", | |
193 | "R3", | |
194 | "R4", | |
195 | } | |
196 | wide{ | |
197 | "Rubaca 1aad", | |
198 | "Rubaca 2aad", | |
199 | "Rubaca 3aad", | |
200 | "Rubaca 4aad", | |
201 | } | |
202 | } | |
203 | } | |
374ca955 | 204 | } |
b75a7d8f | 205 | } |
729e4ab9 A |
206 | delimiters{ |
207 | alternateQuotationEnd{"’"} | |
208 | alternateQuotationStart{"‘"} | |
209 | quotationEnd{"”"} | |
210 | quotationStart{"“"} | |
46f4442e | 211 | } |
b75a7d8f | 212 | } |