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/swc.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/swc.xml |
michael@0 | 11 | */ |
michael@0 | 12 | swc{ |
michael@0 | 13 | AuxExemplarCharacters{"[q x]"} |
michael@0 | 14 | ExemplarCharacters{"[a b c d e f g h i j k l m n o p r s t u v w y z]"} |
michael@0 | 15 | ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W 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 | currencyFormat{"¤#,##0.00"} |
michael@0 | 23 | decimalFormat{"#,##0.###"} |
michael@0 | 24 | } |
michael@0 | 25 | symbols{ |
michael@0 | 26 | decimal{","} |
michael@0 | 27 | group{"."} |
michael@0 | 28 | } |
michael@0 | 29 | } |
michael@0 | 30 | } |
michael@0 | 31 | Version{"2.0.92.87"} |
michael@0 | 32 | calendar{ |
michael@0 | 33 | generic{ |
michael@0 | 34 | DateTimePatterns{ |
michael@0 | 35 | "HH:mm:ss zzzz", |
michael@0 | 36 | "HH:mm:ss z", |
michael@0 | 37 | "HH:mm:ss", |
michael@0 | 38 | "HH:mm", |
michael@0 | 39 | "EEEE d MMMM y G", |
michael@0 | 40 | "d MMMM y G", |
michael@0 | 41 | "d MMM y G", |
michael@0 | 42 | "d/M/y GGGGG", |
michael@0 | 43 | "{1} {0}", |
michael@0 | 44 | "{1} {0}", |
michael@0 | 45 | "{1} {0}", |
michael@0 | 46 | "{1} {0}", |
michael@0 | 47 | "{1} {0}", |
michael@0 | 48 | } |
michael@0 | 49 | availableFormats{ |
michael@0 | 50 | Ed{"E d"} |
michael@0 | 51 | Hm{"HH:mm"} |
michael@0 | 52 | Hms{"HH:mm:ss"} |
michael@0 | 53 | M{"L"} |
michael@0 | 54 | MEd{"E d/M"} |
michael@0 | 55 | MMM{"LLL"} |
michael@0 | 56 | MMMEd{"E d MMM"} |
michael@0 | 57 | MMMd{"d MMM"} |
michael@0 | 58 | Md{"d/M"} |
michael@0 | 59 | d{"d"} |
michael@0 | 60 | hm{"h:mm a"} |
michael@0 | 61 | hms{"h:mm:ss a"} |
michael@0 | 62 | ms{"m:ss"} |
michael@0 | 63 | y{"y"} |
michael@0 | 64 | yM{"M/y"} |
michael@0 | 65 | yMEd{"E d/M/y"} |
michael@0 | 66 | yMMM{"MMM y"} |
michael@0 | 67 | yMMMEd{"E d MMM y"} |
michael@0 | 68 | yMMMd{"d MMM y"} |
michael@0 | 69 | yMd{"d/M/y"} |
michael@0 | 70 | yQQQ{"QQQ y"} |
michael@0 | 71 | yQQQQ{"QQQQ y"} |
michael@0 | 72 | } |
michael@0 | 73 | } |
michael@0 | 74 | gregorian{ |
michael@0 | 75 | AmPmMarkers{ |
michael@0 | 76 | "ya asubuyi", |
michael@0 | 77 | "ya muchana", |
michael@0 | 78 | } |
michael@0 | 79 | DateTimePatterns{ |
michael@0 | 80 | "HH:mm:ss zzzz", |
michael@0 | 81 | "HH:mm:ss z", |
michael@0 | 82 | "HH:mm:ss", |
michael@0 | 83 | "HH:mm", |
michael@0 | 84 | "EEEE d MMMM y", |
michael@0 | 85 | "d MMMM y", |
michael@0 | 86 | "d MMM y", |
michael@0 | 87 | "d/M/y", |
michael@0 | 88 | "{1} {0}", |
michael@0 | 89 | "{1} {0}", |
michael@0 | 90 | "{1} {0}", |
michael@0 | 91 | "{1} {0}", |
michael@0 | 92 | "{1} {0}", |
michael@0 | 93 | } |
michael@0 | 94 | availableFormats{ |
michael@0 | 95 | Ed{"E d"} |
michael@0 | 96 | Hm{"HH:mm"} |
michael@0 | 97 | Hms{"HH:mm:ss"} |
michael@0 | 98 | M{"L"} |
michael@0 | 99 | MEd{"E d/M"} |
michael@0 | 100 | MMM{"LLL"} |
michael@0 | 101 | MMMEd{"E d MMM"} |
michael@0 | 102 | MMMd{"d MMM"} |
michael@0 | 103 | Md{"d/M"} |
michael@0 | 104 | d{"d"} |
michael@0 | 105 | hm{"h:mm a"} |
michael@0 | 106 | hms{"h:mm:ss a"} |
michael@0 | 107 | ms{"m:ss"} |
michael@0 | 108 | y{"y"} |
michael@0 | 109 | yM{"M/y"} |
michael@0 | 110 | yMEd{"E d/M/y"} |
michael@0 | 111 | yMMM{"MMM y"} |
michael@0 | 112 | yMMMEd{"E d MMM y"} |
michael@0 | 113 | yMMMd{"d MMM y"} |
michael@0 | 114 | yMd{"d/M/y"} |
michael@0 | 115 | yQQQ{"QQQ y"} |
michael@0 | 116 | yQQQQ{"QQQQ y"} |
michael@0 | 117 | } |
michael@0 | 118 | dayNames{ |
michael@0 | 119 | format{ |
michael@0 | 120 | abbreviated{ |
michael@0 | 121 | "yen", |
michael@0 | 122 | "kwa", |
michael@0 | 123 | "pil", |
michael@0 | 124 | "tat", |
michael@0 | 125 | "ine", |
michael@0 | 126 | "tan", |
michael@0 | 127 | "sit", |
michael@0 | 128 | } |
michael@0 | 129 | wide{ |
michael@0 | 130 | "siku ya yenga", |
michael@0 | 131 | "siku ya kwanza", |
michael@0 | 132 | "siku ya pili", |
michael@0 | 133 | "siku ya tatu", |
michael@0 | 134 | "siku ya ine", |
michael@0 | 135 | "siku ya tanu", |
michael@0 | 136 | "siku ya sita", |
michael@0 | 137 | } |
michael@0 | 138 | } |
michael@0 | 139 | stand-alone{ |
michael@0 | 140 | narrow{ |
michael@0 | 141 | "y", |
michael@0 | 142 | "k", |
michael@0 | 143 | "p", |
michael@0 | 144 | "t", |
michael@0 | 145 | "i", |
michael@0 | 146 | "t", |
michael@0 | 147 | "s", |
michael@0 | 148 | } |
michael@0 | 149 | } |
michael@0 | 150 | } |
michael@0 | 151 | eras{ |
michael@0 | 152 | abbreviated{ |
michael@0 | 153 | "mbele ya Y", |
michael@0 | 154 | "kisha ya Y", |
michael@0 | 155 | } |
michael@0 | 156 | wide{ |
michael@0 | 157 | "mbele ya Yezu Kristo", |
michael@0 | 158 | "kisha ya Yezu Kristo", |
michael@0 | 159 | } |
michael@0 | 160 | } |
michael@0 | 161 | monthNames{ |
michael@0 | 162 | format{ |
michael@0 | 163 | abbreviated{ |
michael@0 | 164 | "mkw", |
michael@0 | 165 | "mpi", |
michael@0 | 166 | "mtu", |
michael@0 | 167 | "min", |
michael@0 | 168 | "mtn", |
michael@0 | 169 | "mst", |
michael@0 | 170 | "msb", |
michael@0 | 171 | "mun", |
michael@0 | 172 | "mts", |
michael@0 | 173 | "mku", |
michael@0 | 174 | "mkm", |
michael@0 | 175 | "mkb", |
michael@0 | 176 | } |
michael@0 | 177 | wide{ |
michael@0 | 178 | "mwezi ya kwanja", |
michael@0 | 179 | "mwezi ya pili", |
michael@0 | 180 | "mwezi ya tatu", |
michael@0 | 181 | "mwezi ya ine", |
michael@0 | 182 | "mwezi ya tanu", |
michael@0 | 183 | "mwezi ya sita", |
michael@0 | 184 | "mwezi ya saba", |
michael@0 | 185 | "mwezi ya munane", |
michael@0 | 186 | "mwezi ya tisa", |
michael@0 | 187 | "mwezi ya kumi", |
michael@0 | 188 | "mwezi ya kumi na moya", |
michael@0 | 189 | "mwezi ya kumi ya mbili", |
michael@0 | 190 | } |
michael@0 | 191 | } |
michael@0 | 192 | stand-alone{ |
michael@0 | 193 | narrow{ |
michael@0 | 194 | "k", |
michael@0 | 195 | "p", |
michael@0 | 196 | "t", |
michael@0 | 197 | "i", |
michael@0 | 198 | "t", |
michael@0 | 199 | "s", |
michael@0 | 200 | "s", |
michael@0 | 201 | "m", |
michael@0 | 202 | "t", |
michael@0 | 203 | "k", |
michael@0 | 204 | "m", |
michael@0 | 205 | "m", |
michael@0 | 206 | } |
michael@0 | 207 | } |
michael@0 | 208 | } |
michael@0 | 209 | quarters{ |
michael@0 | 210 | format{ |
michael@0 | 211 | abbreviated{ |
michael@0 | 212 | "R1", |
michael@0 | 213 | "R2", |
michael@0 | 214 | "R3", |
michael@0 | 215 | "R4", |
michael@0 | 216 | } |
michael@0 | 217 | wide{ |
michael@0 | 218 | "Robo 1", |
michael@0 | 219 | "Robo 2", |
michael@0 | 220 | "Robo 3", |
michael@0 | 221 | "Robo 4", |
michael@0 | 222 | } |
michael@0 | 223 | } |
michael@0 | 224 | } |
michael@0 | 225 | } |
michael@0 | 226 | } |
michael@0 | 227 | delimiters{ |
michael@0 | 228 | alternateQuotationEnd{"’"} |
michael@0 | 229 | alternateQuotationStart{"‘"} |
michael@0 | 230 | quotationEnd{"”"} |
michael@0 | 231 | quotationStart{"“"} |
michael@0 | 232 | } |
michael@0 | 233 | fields{ |
michael@0 | 234 | day{ |
michael@0 | 235 | dn{"Siku"} |
michael@0 | 236 | relative{ |
michael@0 | 237 | "-1"{"Jana"} |
michael@0 | 238 | "0"{"Leo"} |
michael@0 | 239 | "1"{"Kesho"} |
michael@0 | 240 | } |
michael@0 | 241 | } |
michael@0 | 242 | dayperiod{ |
michael@0 | 243 | dn{"Muda wa siku"} |
michael@0 | 244 | } |
michael@0 | 245 | era{ |
michael@0 | 246 | dn{"Wakati"} |
michael@0 | 247 | } |
michael@0 | 248 | hour{ |
michael@0 | 249 | dn{"Saa"} |
michael@0 | 250 | } |
michael@0 | 251 | minute{ |
michael@0 | 252 | dn{"Dakika"} |
michael@0 | 253 | } |
michael@0 | 254 | month{ |
michael@0 | 255 | dn{"Mwezi"} |
michael@0 | 256 | } |
michael@0 | 257 | second{ |
michael@0 | 258 | dn{"Sekunde"} |
michael@0 | 259 | } |
michael@0 | 260 | week{ |
michael@0 | 261 | dn{"Juma"} |
michael@0 | 262 | } |
michael@0 | 263 | weekday{ |
michael@0 | 264 | dn{"Siku ya juma"} |
michael@0 | 265 | } |
michael@0 | 266 | year{ |
michael@0 | 267 | dn{"Mwaka"} |
michael@0 | 268 | } |
michael@0 | 269 | zone{ |
michael@0 | 270 | dn{"Majira ya saa"} |
michael@0 | 271 | } |
michael@0 | 272 | } |
michael@0 | 273 | } |