1// ***************************************************************************
2// *
3// * Copyright (C) 2011 International Business Machines
4// * Corporation and others.  All Rights Reserved.
5// * Tool: com.ibm.icu.dev.tool.cldr.LDML2ICUConverter.java
6// * Source File:<path>/common/main/saq.xml
7// *
8// ***************************************************************************
9/**
10 *  ICU <specials> source: <path>/xml/main/saq.xml
11 */
12saq{
13    AuxExemplarCharacters{"[f q x z]"}
14    ExemplarCharacters{"[a b c d e g h i j k l m n o p r s t u v w y]"}
15    ExemplarCharactersIndex{"[A B C D E G H I J K L M N O P R S T U V W Y]"}
16    LocaleScript{
17        "Latn",
18    }
19    NumberElements{
20        latn{
21            patterns{
22                currencyFormat{"¤#,##0.00;(¤#,##0.00)"}
23            }
24        }
25    }
26    Version{"2.0.57.99"}
27    calendar{
28        gregorian{
29            AmPmMarkers{
30                "Tesiran",
31                "Teipa",
32            }
33            DateTimePatterns{
34                "h:mm:ss a zzzz",
35                "h:mm:ss a z",
36                "h:mm:ss a",
37                "h:mm a",
38                "EEEE, d MMMM y",
39                "d MMMM y",
40                "d MMM y",
41                "dd/MM/yyyy",
42                "{1} {0}",
43                "{1} {0}",
44                "{1} {0}",
45                "{1} {0}",
46                "{1} {0}",
47            }
48            availableFormats{
49                Hm{"HH:mm"}
50                Hms{"HH:mm:ss"}
51                M{"L"}
52                MEd{"E, M/d"}
53                MMM{"LLL"}
54                MMMEd{"E, MMM d"}
55                MMMMEd{"E, MMMM d"}
56                MMMMd{"MMMM d"}
57                MMMd{"MMM d"}
58                Md{"M/d"}
59                d{"d"}
60                hm{"h:mm a"}
61                ms{"mm:ss"}
62                y{"y"}
63                yM{"M/y"}
64                yMEd{"EEE, M/d/y"}
65                yMMM{"MMM y"}
66                yMMMEd{"EEE, MMM d, y"}
67                yMMMM{"MMMM y"}
68                yQ{"Q y"}
69                yQQQ{"QQQ y"}
70            }
71            dayNames{
72                format{
73                    abbreviated{
74                        "Are",
75                        "Kun",
76                        "Ong",
77                        "Ine",
78                        "Ile",
79                        "Sap",
80                        "Kwe",
81                    }
82                    wide{
83                        "Mderot ee are",
84                        "Mderot ee kuni",
85                        "Mderot ee ong'wan",
86                        "Mderot ee inet",
87                        "Mderot ee ile",
88                        "Mderot ee sapa",
89                        "Mderot ee kwe",
90                    }
91                }
92                stand-alone{
93                    narrow{
94                        "A",
95                        "K",
96                        "O",
97                        "I",
98                        "I",
99                        "S",
100                        "K",
101                    }
102                }
103            }
104            eras{
105                abbreviated{
106                    "KK",
107                    "BK",
108                }
109                wide{
110                    "Kabla ya Christo",
111                    "Baada ya Christo",
112                }
113            }
114            fields{
115                day{
116                    dn{"Mpari"}
117                    relative{
118                        "-1"{"Ng'ole"}
119                        "0"{"Duo"}
120                        "1"{"Taisere"}
121                    }
122                }
123                dayperiod{
124                    dn{"TS/TP"}
125                }
126                era{
127                    dn{"Nyamata"}
128                }
129                hour{
130                    dn{"Saai"}
131                }
132                minute{
133                    dn{"Idakika"}
134                }
135                month{
136                    dn{"Lapa"}
137                }
138                second{
139                    dn{"Isekondi"}
140                }
141                week{
142                    dn{"Saipa napo"}
143                }
144                weekday{
145                    dn{"Mpari"}
146                }
147                year{
148                    dn{"Lari"}
149                }
150                zone{
151                    dn{"Majira ya saa"}
152                }
153            }
154            monthNames{
155                format{
156                    abbreviated{
157                        "Obo",
158                        "Waa",
159                        "Oku",
160                        "Ong",
161                        "Ime",
162                        "Ile",
163                        "Sap",
164                        "Isi",
165                        "Saa",
166                        "Tom",
167                        "Tob",
168                        "Tow",
169                    }
170                    wide{
171                        "Lapa le obo",
172                        "Lapa le waare",
173                        "Lapa le okuni",
174                        "Lapa le ong'wan",
175                        "Lapa le imet",
176                        "Lapa le ile",
177                        "Lapa le sapa",
178                        "Lapa le isiet",
179                        "Lapa le saal",
180                        "Lapa le tomon",
181                        "Lapa le tomon obo",
182                        "Lapa le tomon waare",
183                    }
184                }
185                stand-alone{
186                    narrow{
187                        "O",
188                        "W",
189                        "O",
190                        "O",
191                        "I",
192                        "I",
193                        "S",
194                        "I",
195                        "S",
196                        "T",
197                        "T",
198                        "T",
199                    }
200                }
201            }
202            quarters{
203                format{
204                    abbreviated{
205                        "R1",
206                        "R2",
207                        "R3",
208                        "R4",
209                    }
210                    wide{
211                        "Robo e kwe",
212                        "Robo le waare",
213                        "Robo le waare",
214                        "Robo le ong'wan",
215                    }
216                }
217            }
218        }
219    }
220    delimiters{
221        alternateQuotationEnd{"”"}
222        alternateQuotationStart{"“"}
223        quotationEnd{"'"}
224        quotationStart{"'"}
225    }
226}
227