Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/nd.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/nd.xml |
michael@0 | 11 | */ |
michael@0 | 12 | nd{ |
michael@0 | 13 | AuxExemplarCharacters{"[r]"} |
michael@0 | 14 | ExemplarCharacters{"[a b c d e f g h i j k l m n o p q s t u v w x y z]"} |
michael@0 | 15 | ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q S T U V W X Y Z]"} |
michael@0 | 16 | LocaleScript{ |
michael@0 | 17 | "Latn", |
michael@0 | 18 | } |
michael@0 | 19 | NumberElements{ |
michael@0 | 20 | latn{ |
michael@0 | 21 | patterns{ |
michael@0 | 22 | accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 23 | currencyFormat{"¤#,##0.00"} |
michael@0 | 24 | } |
michael@0 | 25 | } |
michael@0 | 26 | } |
michael@0 | 27 | Version{"2.0.92.87"} |
michael@0 | 28 | calendar{ |
michael@0 | 29 | generic{ |
michael@0 | 30 | DateTimePatterns{ |
michael@0 | 31 | "h:mm:ss a zzzz", |
michael@0 | 32 | "h:mm:ss a z", |
michael@0 | 33 | "h:mm:ss a", |
michael@0 | 34 | "h:mm a", |
michael@0 | 35 | "EEEE, d MMMM y G", |
michael@0 | 36 | "d MMMM y G", |
michael@0 | 37 | "d MMM y G", |
michael@0 | 38 | "dd/MM/y GGGGG", |
michael@0 | 39 | "{1} {0}", |
michael@0 | 40 | "{1} {0}", |
michael@0 | 41 | "{1} {0}", |
michael@0 | 42 | "{1} {0}", |
michael@0 | 43 | "{1} {0}", |
michael@0 | 44 | } |
michael@0 | 45 | availableFormats{ |
michael@0 | 46 | Hm{"HH:mm"} |
michael@0 | 47 | Hms{"HH:mm:ss"} |
michael@0 | 48 | M{"L"} |
michael@0 | 49 | MEd{"E, M/d"} |
michael@0 | 50 | MMM{"LLL"} |
michael@0 | 51 | MMMEd{"E, MMM d"} |
michael@0 | 52 | MMMMEd{"E, MMMM d"} |
michael@0 | 53 | MMMMd{"MMMM d"} |
michael@0 | 54 | MMMd{"MMM d"} |
michael@0 | 55 | Md{"M/d"} |
michael@0 | 56 | d{"d"} |
michael@0 | 57 | hm{"h:mm a"} |
michael@0 | 58 | ms{"mm:ss"} |
michael@0 | 59 | y{"y"} |
michael@0 | 60 | yM{"M/y"} |
michael@0 | 61 | yMEd{"E, M/d/y"} |
michael@0 | 62 | yMMM{"MMM y"} |
michael@0 | 63 | yMMMEd{"E, MMM d, y"} |
michael@0 | 64 | yMMMM{"MMMM y"} |
michael@0 | 65 | yQQQ{"QQQ y"} |
michael@0 | 66 | yQQQQ{"QQQQ y"} |
michael@0 | 67 | } |
michael@0 | 68 | } |
michael@0 | 69 | gregorian{ |
michael@0 | 70 | DateTimePatterns{ |
michael@0 | 71 | "h:mm:ss a zzzz", |
michael@0 | 72 | "h:mm:ss a z", |
michael@0 | 73 | "h:mm:ss a", |
michael@0 | 74 | "h:mm a", |
michael@0 | 75 | "EEEE, d MMMM y", |
michael@0 | 76 | "d MMMM y", |
michael@0 | 77 | "d MMM y", |
michael@0 | 78 | "dd/MM/y", |
michael@0 | 79 | "{1} {0}", |
michael@0 | 80 | "{1} {0}", |
michael@0 | 81 | "{1} {0}", |
michael@0 | 82 | "{1} {0}", |
michael@0 | 83 | "{1} {0}", |
michael@0 | 84 | } |
michael@0 | 85 | availableFormats{ |
michael@0 | 86 | Hm{"HH:mm"} |
michael@0 | 87 | Hms{"HH:mm:ss"} |
michael@0 | 88 | M{"L"} |
michael@0 | 89 | MEd{"E, M/d"} |
michael@0 | 90 | MMM{"LLL"} |
michael@0 | 91 | MMMEd{"E, MMM d"} |
michael@0 | 92 | MMMMEd{"E, MMMM d"} |
michael@0 | 93 | MMMMd{"MMMM d"} |
michael@0 | 94 | MMMd{"MMM d"} |
michael@0 | 95 | Md{"M/d"} |
michael@0 | 96 | d{"d"} |
michael@0 | 97 | hm{"h:mm a"} |
michael@0 | 98 | ms{"mm:ss"} |
michael@0 | 99 | y{"y"} |
michael@0 | 100 | yM{"M/y"} |
michael@0 | 101 | yMEd{"E, M/d/y"} |
michael@0 | 102 | yMMM{"MMM y"} |
michael@0 | 103 | yMMMEd{"E, MMM d, y"} |
michael@0 | 104 | yMMMM{"MMMM y"} |
michael@0 | 105 | yQQQ{"QQQ y"} |
michael@0 | 106 | yQQQQ{"QQQQ y"} |
michael@0 | 107 | } |
michael@0 | 108 | dayNames{ |
michael@0 | 109 | format{ |
michael@0 | 110 | abbreviated{ |
michael@0 | 111 | "Son", |
michael@0 | 112 | "Mvu", |
michael@0 | 113 | "Sib", |
michael@0 | 114 | "Sit", |
michael@0 | 115 | "Sin", |
michael@0 | 116 | "Sih", |
michael@0 | 117 | "Mgq", |
michael@0 | 118 | } |
michael@0 | 119 | wide{ |
michael@0 | 120 | "Sonto", |
michael@0 | 121 | "Mvulo", |
michael@0 | 122 | "Sibili", |
michael@0 | 123 | "Sithathu", |
michael@0 | 124 | "Sine", |
michael@0 | 125 | "Sihlanu", |
michael@0 | 126 | "Mgqibelo", |
michael@0 | 127 | } |
michael@0 | 128 | } |
michael@0 | 129 | stand-alone{ |
michael@0 | 130 | narrow{ |
michael@0 | 131 | "S", |
michael@0 | 132 | "M", |
michael@0 | 133 | "S", |
michael@0 | 134 | "S", |
michael@0 | 135 | "S", |
michael@0 | 136 | "S", |
michael@0 | 137 | "M", |
michael@0 | 138 | } |
michael@0 | 139 | } |
michael@0 | 140 | } |
michael@0 | 141 | eras{ |
michael@0 | 142 | abbreviated{ |
michael@0 | 143 | "BC", |
michael@0 | 144 | "AD", |
michael@0 | 145 | } |
michael@0 | 146 | wide{ |
michael@0 | 147 | "UKristo angakabuyi", |
michael@0 | 148 | "Ukristo ebuyile", |
michael@0 | 149 | } |
michael@0 | 150 | } |
michael@0 | 151 | monthNames{ |
michael@0 | 152 | format{ |
michael@0 | 153 | abbreviated{ |
michael@0 | 154 | "Zib", |
michael@0 | 155 | "Nhlo", |
michael@0 | 156 | "Mbi", |
michael@0 | 157 | "Mab", |
michael@0 | 158 | "Nkw", |
michael@0 | 159 | "Nhla", |
michael@0 | 160 | "Ntu", |
michael@0 | 161 | "Ncw", |
michael@0 | 162 | "Mpan", |
michael@0 | 163 | "Mfu", |
michael@0 | 164 | "Lwe", |
michael@0 | 165 | "Mpal", |
michael@0 | 166 | } |
michael@0 | 167 | wide{ |
michael@0 | 168 | "Zibandlela", |
michael@0 | 169 | "Nhlolanja", |
michael@0 | 170 | "Mbimbitho", |
michael@0 | 171 | "Mabasa", |
michael@0 | 172 | "Nkwenkwezi", |
michael@0 | 173 | "Nhlangula", |
michael@0 | 174 | "Ntulikazi", |
michael@0 | 175 | "Ncwabakazi", |
michael@0 | 176 | "Mpandula", |
michael@0 | 177 | "Mfumfu", |
michael@0 | 178 | "Lwezi", |
michael@0 | 179 | "Mpalakazi", |
michael@0 | 180 | } |
michael@0 | 181 | } |
michael@0 | 182 | stand-alone{ |
michael@0 | 183 | narrow{ |
michael@0 | 184 | "Z", |
michael@0 | 185 | "N", |
michael@0 | 186 | "M", |
michael@0 | 187 | "M", |
michael@0 | 188 | "N", |
michael@0 | 189 | "N", |
michael@0 | 190 | "N", |
michael@0 | 191 | "N", |
michael@0 | 192 | "M", |
michael@0 | 193 | "M", |
michael@0 | 194 | "L", |
michael@0 | 195 | "M", |
michael@0 | 196 | } |
michael@0 | 197 | } |
michael@0 | 198 | } |
michael@0 | 199 | quarters{ |
michael@0 | 200 | format{ |
michael@0 | 201 | abbreviated{ |
michael@0 | 202 | "K1", |
michael@0 | 203 | "K2", |
michael@0 | 204 | "K3", |
michael@0 | 205 | "K4", |
michael@0 | 206 | } |
michael@0 | 207 | wide{ |
michael@0 | 208 | "Kota 1", |
michael@0 | 209 | "Kota 2", |
michael@0 | 210 | "Kota 3", |
michael@0 | 211 | "Kota 4", |
michael@0 | 212 | } |
michael@0 | 213 | } |
michael@0 | 214 | } |
michael@0 | 215 | } |
michael@0 | 216 | } |
michael@0 | 217 | delimiters{ |
michael@0 | 218 | alternateQuotationEnd{"’"} |
michael@0 | 219 | alternateQuotationStart{"‘"} |
michael@0 | 220 | quotationEnd{"”"} |
michael@0 | 221 | quotationStart{"“"} |
michael@0 | 222 | } |
michael@0 | 223 | fields{ |
michael@0 | 224 | day{ |
michael@0 | 225 | dn{"Ilanga"} |
michael@0 | 226 | relative{ |
michael@0 | 227 | "-1"{"Izolo"} |
michael@0 | 228 | "0"{"Lamuhla"} |
michael@0 | 229 | "1"{"Kusasa"} |
michael@0 | 230 | } |
michael@0 | 231 | } |
michael@0 | 232 | hour{ |
michael@0 | 233 | dn{"Ihola"} |
michael@0 | 234 | } |
michael@0 | 235 | minute{ |
michael@0 | 236 | dn{"Umuzuzu"} |
michael@0 | 237 | } |
michael@0 | 238 | month{ |
michael@0 | 239 | dn{"Inyangacale"} |
michael@0 | 240 | } |
michael@0 | 241 | second{ |
michael@0 | 242 | dn{"Isekendi"} |
michael@0 | 243 | } |
michael@0 | 244 | week{ |
michael@0 | 245 | dn{"Iviki"} |
michael@0 | 246 | } |
michael@0 | 247 | weekday{ |
michael@0 | 248 | dn{"Ilanga leviki"} |
michael@0 | 249 | } |
michael@0 | 250 | year{ |
michael@0 | 251 | dn{"Umnyaka"} |
michael@0 | 252 | } |
michael@0 | 253 | zone{ |
michael@0 | 254 | dn{"Isikhathi"} |
michael@0 | 255 | } |
michael@0 | 256 | } |
michael@0 | 257 | } |