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/dje.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/dje.xml |
michael@0 | 11 | */ |
michael@0 | 12 | dje{ |
michael@0 | 13 | AuxExemplarCharacters{"[v]"} |
michael@0 | 14 | ExemplarCharacters{"[a ã b c d e ẽ f g h i j k l m n ɲ ŋ o õ p q r s š t u 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 R S T U 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 | currencyFormat{"#,##0.00¤"} |
michael@0 | 23 | decimalFormat{"#,##0.###"} |
michael@0 | 24 | percentFormat{"#,##0%"} |
michael@0 | 25 | } |
michael@0 | 26 | symbols{ |
michael@0 | 27 | decimal{"."} |
michael@0 | 28 | group{" "} |
michael@0 | 29 | } |
michael@0 | 30 | } |
michael@0 | 31 | } |
michael@0 | 32 | Version{"2.0.92.87"} |
michael@0 | 33 | calendar{ |
michael@0 | 34 | generic{ |
michael@0 | 35 | DateTimePatterns{ |
michael@0 | 36 | "HH:mm:ss zzzz", |
michael@0 | 37 | "HH:mm:ss z", |
michael@0 | 38 | "HH:mm:ss", |
michael@0 | 39 | "HH:mm", |
michael@0 | 40 | "EEEE d MMMM y G", |
michael@0 | 41 | "d MMMM y G", |
michael@0 | 42 | "d MMM, y G", |
michael@0 | 43 | "d/M/y GGGGG", |
michael@0 | 44 | "{1} {0}", |
michael@0 | 45 | "{1} {0}", |
michael@0 | 46 | "{1} {0}", |
michael@0 | 47 | "{1} {0}", |
michael@0 | 48 | "{1} {0}", |
michael@0 | 49 | } |
michael@0 | 50 | availableFormats{ |
michael@0 | 51 | Ed{"E d"} |
michael@0 | 52 | Hm{"HH:mm"} |
michael@0 | 53 | Hms{"HH:mm:ss"} |
michael@0 | 54 | M{"L"} |
michael@0 | 55 | MEd{"E d/M"} |
michael@0 | 56 | MMM{"LLL"} |
michael@0 | 57 | MMMEd{"E d MMM"} |
michael@0 | 58 | MMMd{"d MMM"} |
michael@0 | 59 | Md{"d/M"} |
michael@0 | 60 | d{"d"} |
michael@0 | 61 | hm{"h:mm a"} |
michael@0 | 62 | hms{"h:mm:ss a"} |
michael@0 | 63 | ms{"m:ss"} |
michael@0 | 64 | y{"y"} |
michael@0 | 65 | yM{"M/y"} |
michael@0 | 66 | yMEd{"E d/M/y"} |
michael@0 | 67 | yMMM{"MMM y"} |
michael@0 | 68 | yMMMEd{"E d MMM y"} |
michael@0 | 69 | yMMMd{"d MMM y"} |
michael@0 | 70 | yMd{"d/M/y"} |
michael@0 | 71 | yQQQ{"QQQ y"} |
michael@0 | 72 | yQQQQ{"QQQQ y"} |
michael@0 | 73 | } |
michael@0 | 74 | } |
michael@0 | 75 | gregorian{ |
michael@0 | 76 | AmPmMarkers{ |
michael@0 | 77 | "Subbaahi", |
michael@0 | 78 | "Zaarikay b", |
michael@0 | 79 | } |
michael@0 | 80 | DateTimePatterns{ |
michael@0 | 81 | "HH:mm:ss zzzz", |
michael@0 | 82 | "HH:mm:ss z", |
michael@0 | 83 | "HH:mm:ss", |
michael@0 | 84 | "HH:mm", |
michael@0 | 85 | "EEEE d MMMM y", |
michael@0 | 86 | "d MMMM y", |
michael@0 | 87 | "d MMM, y", |
michael@0 | 88 | "d/M/y", |
michael@0 | 89 | "{1} {0}", |
michael@0 | 90 | "{1} {0}", |
michael@0 | 91 | "{1} {0}", |
michael@0 | 92 | "{1} {0}", |
michael@0 | 93 | "{1} {0}", |
michael@0 | 94 | } |
michael@0 | 95 | availableFormats{ |
michael@0 | 96 | Ed{"E d"} |
michael@0 | 97 | Hm{"HH:mm"} |
michael@0 | 98 | Hms{"HH:mm:ss"} |
michael@0 | 99 | M{"L"} |
michael@0 | 100 | MEd{"E d/M"} |
michael@0 | 101 | MMM{"LLL"} |
michael@0 | 102 | MMMEd{"E d MMM"} |
michael@0 | 103 | MMMd{"d MMM"} |
michael@0 | 104 | Md{"d/M"} |
michael@0 | 105 | d{"d"} |
michael@0 | 106 | hm{"h:mm a"} |
michael@0 | 107 | hms{"h:mm:ss a"} |
michael@0 | 108 | ms{"m:ss"} |
michael@0 | 109 | y{"y"} |
michael@0 | 110 | yM{"M/y"} |
michael@0 | 111 | yMEd{"E d/M/y"} |
michael@0 | 112 | yMMM{"MMM y"} |
michael@0 | 113 | yMMMEd{"E d MMM y"} |
michael@0 | 114 | yMMMd{"d MMM y"} |
michael@0 | 115 | yMd{"d/M/y"} |
michael@0 | 116 | yQQQ{"QQQ y"} |
michael@0 | 117 | yQQQQ{"QQQQ y"} |
michael@0 | 118 | } |
michael@0 | 119 | dayNames{ |
michael@0 | 120 | format{ |
michael@0 | 121 | abbreviated{ |
michael@0 | 122 | "Alh", |
michael@0 | 123 | "Ati", |
michael@0 | 124 | "Ata", |
michael@0 | 125 | "Ala", |
michael@0 | 126 | "Alm", |
michael@0 | 127 | "Alz", |
michael@0 | 128 | "Asi", |
michael@0 | 129 | } |
michael@0 | 130 | wide{ |
michael@0 | 131 | "Alhadi", |
michael@0 | 132 | "Atinni", |
michael@0 | 133 | "Atalaata", |
michael@0 | 134 | "Alarba", |
michael@0 | 135 | "Alhamisi", |
michael@0 | 136 | "Alzuma", |
michael@0 | 137 | "Asibti", |
michael@0 | 138 | } |
michael@0 | 139 | } |
michael@0 | 140 | stand-alone{ |
michael@0 | 141 | narrow{ |
michael@0 | 142 | "H", |
michael@0 | 143 | "T", |
michael@0 | 144 | "T", |
michael@0 | 145 | "L", |
michael@0 | 146 | "M", |
michael@0 | 147 | "Z", |
michael@0 | 148 | "S", |
michael@0 | 149 | } |
michael@0 | 150 | } |
michael@0 | 151 | } |
michael@0 | 152 | eras{ |
michael@0 | 153 | abbreviated{ |
michael@0 | 154 | "IJ", |
michael@0 | 155 | "IZ", |
michael@0 | 156 | } |
michael@0 | 157 | wide{ |
michael@0 | 158 | "Isaa jine", |
michael@0 | 159 | "Isaa zamanoo", |
michael@0 | 160 | } |
michael@0 | 161 | } |
michael@0 | 162 | monthNames{ |
michael@0 | 163 | format{ |
michael@0 | 164 | abbreviated{ |
michael@0 | 165 | "Žan", |
michael@0 | 166 | "Fee", |
michael@0 | 167 | "Mar", |
michael@0 | 168 | "Awi", |
michael@0 | 169 | "Me", |
michael@0 | 170 | "Žuw", |
michael@0 | 171 | "Žuy", |
michael@0 | 172 | "Ut", |
michael@0 | 173 | "Sek", |
michael@0 | 174 | "Okt", |
michael@0 | 175 | "Noo", |
michael@0 | 176 | "Dee", |
michael@0 | 177 | } |
michael@0 | 178 | wide{ |
michael@0 | 179 | "Žanwiye", |
michael@0 | 180 | "Feewiriye", |
michael@0 | 181 | "Marsi", |
michael@0 | 182 | "Awiril", |
michael@0 | 183 | "Me", |
michael@0 | 184 | "Žuweŋ", |
michael@0 | 185 | "Žuyye", |
michael@0 | 186 | "Ut", |
michael@0 | 187 | "Sektanbur", |
michael@0 | 188 | "Oktoobur", |
michael@0 | 189 | "Noowanbur", |
michael@0 | 190 | "Deesanbur", |
michael@0 | 191 | } |
michael@0 | 192 | } |
michael@0 | 193 | stand-alone{ |
michael@0 | 194 | narrow{ |
michael@0 | 195 | "Ž", |
michael@0 | 196 | "F", |
michael@0 | 197 | "M", |
michael@0 | 198 | "A", |
michael@0 | 199 | "M", |
michael@0 | 200 | "Ž", |
michael@0 | 201 | "Ž", |
michael@0 | 202 | "U", |
michael@0 | 203 | "S", |
michael@0 | 204 | "O", |
michael@0 | 205 | "N", |
michael@0 | 206 | "D", |
michael@0 | 207 | } |
michael@0 | 208 | } |
michael@0 | 209 | } |
michael@0 | 210 | quarters{ |
michael@0 | 211 | format{ |
michael@0 | 212 | abbreviated{ |
michael@0 | 213 | "A1", |
michael@0 | 214 | "A2", |
michael@0 | 215 | "A3", |
michael@0 | 216 | "A4", |
michael@0 | 217 | } |
michael@0 | 218 | wide{ |
michael@0 | 219 | "Arrubu 1", |
michael@0 | 220 | "Arrubu 2", |
michael@0 | 221 | "Arrubu 3", |
michael@0 | 222 | "Arrubu 4", |
michael@0 | 223 | } |
michael@0 | 224 | } |
michael@0 | 225 | } |
michael@0 | 226 | } |
michael@0 | 227 | } |
michael@0 | 228 | delimiters{ |
michael@0 | 229 | alternateQuotationEnd{"’"} |
michael@0 | 230 | alternateQuotationStart{"‘"} |
michael@0 | 231 | quotationEnd{"”"} |
michael@0 | 232 | quotationStart{"“"} |
michael@0 | 233 | } |
michael@0 | 234 | fields{ |
michael@0 | 235 | day{ |
michael@0 | 236 | dn{"Zaari"} |
michael@0 | 237 | relative{ |
michael@0 | 238 | "-1"{"Bi"} |
michael@0 | 239 | "0"{"Hõo"} |
michael@0 | 240 | "1"{"Suba"} |
michael@0 | 241 | } |
michael@0 | 242 | } |
michael@0 | 243 | dayperiod{ |
michael@0 | 244 | dn{"Subbaahi/Zaarikay banda"} |
michael@0 | 245 | } |
michael@0 | 246 | era{ |
michael@0 | 247 | dn{"Zaman"} |
michael@0 | 248 | } |
michael@0 | 249 | hour{ |
michael@0 | 250 | dn{"Guuru"} |
michael@0 | 251 | } |
michael@0 | 252 | minute{ |
michael@0 | 253 | dn{"Miniti"} |
michael@0 | 254 | } |
michael@0 | 255 | month{ |
michael@0 | 256 | dn{"Handu"} |
michael@0 | 257 | } |
michael@0 | 258 | second{ |
michael@0 | 259 | dn{"Miti"} |
michael@0 | 260 | } |
michael@0 | 261 | week{ |
michael@0 | 262 | dn{"Hebu"} |
michael@0 | 263 | } |
michael@0 | 264 | year{ |
michael@0 | 265 | dn{"Jiiri"} |
michael@0 | 266 | } |
michael@0 | 267 | zone{ |
michael@0 | 268 | dn{"Leerazuu"} |
michael@0 | 269 | } |
michael@0 | 270 | } |
michael@0 | 271 | } |