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/ki.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/ki.xml |
michael@0 | 11 | */ |
michael@0 | 12 | ki{ |
michael@0 | 13 | AuxExemplarCharacters{"[f l p q s v x z]"} |
michael@0 | 14 | ExemplarCharacters{"[a b c d e g h i ĩ j k m n o r t u ũ w y]"} |
michael@0 | 15 | ExemplarCharactersIndex{"[A B C D E G H I J K M N O R T U W Y]"} |
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 | AmPmMarkers{ |
michael@0 | 71 | "Kiroko", |
michael@0 | 72 | "Hwaĩ-inĩ", |
michael@0 | 73 | } |
michael@0 | 74 | DateTimePatterns{ |
michael@0 | 75 | "h:mm:ss a zzzz", |
michael@0 | 76 | "h:mm:ss a z", |
michael@0 | 77 | "h:mm:ss a", |
michael@0 | 78 | "h:mm a", |
michael@0 | 79 | "EEEE, d MMMM y", |
michael@0 | 80 | "d MMMM y", |
michael@0 | 81 | "d MMM y", |
michael@0 | 82 | "dd/MM/y", |
michael@0 | 83 | "{1} {0}", |
michael@0 | 84 | "{1} {0}", |
michael@0 | 85 | "{1} {0}", |
michael@0 | 86 | "{1} {0}", |
michael@0 | 87 | "{1} {0}", |
michael@0 | 88 | } |
michael@0 | 89 | availableFormats{ |
michael@0 | 90 | Hm{"HH:mm"} |
michael@0 | 91 | Hms{"HH:mm:ss"} |
michael@0 | 92 | M{"L"} |
michael@0 | 93 | MEd{"E, M/d"} |
michael@0 | 94 | MMM{"LLL"} |
michael@0 | 95 | MMMEd{"E, MMM d"} |
michael@0 | 96 | MMMMEd{"E, MMMM d"} |
michael@0 | 97 | MMMMd{"MMMM d"} |
michael@0 | 98 | MMMd{"MMM d"} |
michael@0 | 99 | Md{"M/d"} |
michael@0 | 100 | d{"d"} |
michael@0 | 101 | hm{"h:mm a"} |
michael@0 | 102 | ms{"mm:ss"} |
michael@0 | 103 | y{"y"} |
michael@0 | 104 | yM{"M/y"} |
michael@0 | 105 | yMEd{"E, M/d/y"} |
michael@0 | 106 | yMMM{"MMM y"} |
michael@0 | 107 | yMMMEd{"E, MMM d, y"} |
michael@0 | 108 | yMMMM{"MMMM y"} |
michael@0 | 109 | yQQQ{"QQQ y"} |
michael@0 | 110 | yQQQQ{"QQQQ y"} |
michael@0 | 111 | } |
michael@0 | 112 | dayNames{ |
michael@0 | 113 | format{ |
michael@0 | 114 | abbreviated{ |
michael@0 | 115 | "KMA", |
michael@0 | 116 | "NTT", |
michael@0 | 117 | "NMN", |
michael@0 | 118 | "NMT", |
michael@0 | 119 | "ART", |
michael@0 | 120 | "NMA", |
michael@0 | 121 | "NMM", |
michael@0 | 122 | } |
michael@0 | 123 | wide{ |
michael@0 | 124 | "Kiumia", |
michael@0 | 125 | "Njumatatũ", |
michael@0 | 126 | "Njumaine", |
michael@0 | 127 | "Njumatana", |
michael@0 | 128 | "Aramithi", |
michael@0 | 129 | "Njumaa", |
michael@0 | 130 | "Njumamothi", |
michael@0 | 131 | } |
michael@0 | 132 | } |
michael@0 | 133 | stand-alone{ |
michael@0 | 134 | narrow{ |
michael@0 | 135 | "K", |
michael@0 | 136 | "N", |
michael@0 | 137 | "N", |
michael@0 | 138 | "N", |
michael@0 | 139 | "A", |
michael@0 | 140 | "N", |
michael@0 | 141 | "N", |
michael@0 | 142 | } |
michael@0 | 143 | } |
michael@0 | 144 | } |
michael@0 | 145 | eras{ |
michael@0 | 146 | abbreviated{ |
michael@0 | 147 | "MK", |
michael@0 | 148 | "TK", |
michael@0 | 149 | } |
michael@0 | 150 | wide{ |
michael@0 | 151 | "Mbere ya Kristo", |
michael@0 | 152 | "Thutha wa Kristo", |
michael@0 | 153 | } |
michael@0 | 154 | } |
michael@0 | 155 | monthNames{ |
michael@0 | 156 | format{ |
michael@0 | 157 | abbreviated{ |
michael@0 | 158 | "JEN", |
michael@0 | 159 | "WKR", |
michael@0 | 160 | "WGT", |
michael@0 | 161 | "WKN", |
michael@0 | 162 | "WTN", |
michael@0 | 163 | "WTD", |
michael@0 | 164 | "WMJ", |
michael@0 | 165 | "WNN", |
michael@0 | 166 | "WKD", |
michael@0 | 167 | "WIK", |
michael@0 | 168 | "WMW", |
michael@0 | 169 | "DIT", |
michael@0 | 170 | } |
michael@0 | 171 | wide{ |
michael@0 | 172 | "Njenuarĩ", |
michael@0 | 173 | "Mwere wa kerĩ", |
michael@0 | 174 | "Mwere wa gatatũ", |
michael@0 | 175 | "Mwere wa kana", |
michael@0 | 176 | "Mwere wa gatano", |
michael@0 | 177 | "Mwere wa gatandatũ", |
michael@0 | 178 | "Mwere wa mũgwanja", |
michael@0 | 179 | "Mwere wa kanana", |
michael@0 | 180 | "Mwere wa kenda", |
michael@0 | 181 | "Mwere wa ikũmi", |
michael@0 | 182 | "Mwere wa ikũmi na ũmwe", |
michael@0 | 183 | "Ndithemba", |
michael@0 | 184 | } |
michael@0 | 185 | } |
michael@0 | 186 | stand-alone{ |
michael@0 | 187 | narrow{ |
michael@0 | 188 | "J", |
michael@0 | 189 | "K", |
michael@0 | 190 | "G", |
michael@0 | 191 | "K", |
michael@0 | 192 | "G", |
michael@0 | 193 | "G", |
michael@0 | 194 | "M", |
michael@0 | 195 | "K", |
michael@0 | 196 | "K", |
michael@0 | 197 | "I", |
michael@0 | 198 | "I", |
michael@0 | 199 | "D", |
michael@0 | 200 | } |
michael@0 | 201 | } |
michael@0 | 202 | } |
michael@0 | 203 | quarters{ |
michael@0 | 204 | format{ |
michael@0 | 205 | abbreviated{ |
michael@0 | 206 | "R1", |
michael@0 | 207 | "R2", |
michael@0 | 208 | "R3", |
michael@0 | 209 | "R4", |
michael@0 | 210 | } |
michael@0 | 211 | wide{ |
michael@0 | 212 | "Robo ya mbere", |
michael@0 | 213 | "Robo ya kerĩ", |
michael@0 | 214 | "Robo ya gatatũ", |
michael@0 | 215 | "Robo ya kana", |
michael@0 | 216 | } |
michael@0 | 217 | } |
michael@0 | 218 | } |
michael@0 | 219 | } |
michael@0 | 220 | } |
michael@0 | 221 | delimiters{ |
michael@0 | 222 | alternateQuotationEnd{"’"} |
michael@0 | 223 | alternateQuotationStart{"‘"} |
michael@0 | 224 | quotationEnd{"”"} |
michael@0 | 225 | quotationStart{"“"} |
michael@0 | 226 | } |
michael@0 | 227 | fields{ |
michael@0 | 228 | day{ |
michael@0 | 229 | dn{"Mũthenya"} |
michael@0 | 230 | relative{ |
michael@0 | 231 | "-1"{"Ira"} |
michael@0 | 232 | "0"{"Ũmũthĩ"} |
michael@0 | 233 | "1"{"Rũciũ"} |
michael@0 | 234 | } |
michael@0 | 235 | } |
michael@0 | 236 | era{ |
michael@0 | 237 | dn{"Kĩhinda"} |
michael@0 | 238 | } |
michael@0 | 239 | hour{ |
michael@0 | 240 | dn{"Ithaa"} |
michael@0 | 241 | } |
michael@0 | 242 | minute{ |
michael@0 | 243 | dn{"Ndagĩka"} |
michael@0 | 244 | } |
michael@0 | 245 | month{ |
michael@0 | 246 | dn{"Mweri"} |
michael@0 | 247 | } |
michael@0 | 248 | second{ |
michael@0 | 249 | dn{"Sekunde"} |
michael@0 | 250 | } |
michael@0 | 251 | week{ |
michael@0 | 252 | dn{"Kiumia"} |
michael@0 | 253 | } |
michael@0 | 254 | weekday{ |
michael@0 | 255 | dn{"Mũthenya kiumia-inĩ"} |
michael@0 | 256 | } |
michael@0 | 257 | year{ |
michael@0 | 258 | dn{"Mwaka"} |
michael@0 | 259 | } |
michael@0 | 260 | zone{ |
michael@0 | 261 | dn{"Mũcooro wa mathaa"} |
michael@0 | 262 | } |
michael@0 | 263 | } |
michael@0 | 264 | } |