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/kea.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/kea.xml |
michael@0 | 11 | */ |
michael@0 | 12 | kea{ |
michael@0 | 13 | AuxExemplarCharacters{ |
michael@0 | 14 | "[á à ă â å ä ã ā æ c ç é è ĕ ê ë ẽ ē h í ì ĭ î ï ĩ ī ñ ó ò ŏ ô ö õ ø ō œ q {" |
michael@0 | 15 | "rr} ú ù ŭ û ü ũ ū w y ÿ]" |
michael@0 | 16 | } |
michael@0 | 17 | Ellipsis{ |
michael@0 | 18 | final{"{0}…"} |
michael@0 | 19 | initial{"…{0}"} |
michael@0 | 20 | medial{"{0}…{1}"} |
michael@0 | 21 | } |
michael@0 | 22 | ExemplarCharacters{"[a b d {dj} e f g i j k l {lh} m n {n\u0308} {nh} o p r s t {tx} u v x z]"} |
michael@0 | 23 | ExemplarCharactersIndex{"[A B D E F G H I J K L M N O P R S T U V X Z]"} |
michael@0 | 24 | LocaleScript{ |
michael@0 | 25 | "Latn", |
michael@0 | 26 | } |
michael@0 | 27 | MoreInformation{"?"} |
michael@0 | 28 | NumberElements{ |
michael@0 | 29 | latn{ |
michael@0 | 30 | patterns{ |
michael@0 | 31 | currencyFormat{"#,##0.00¤"} |
michael@0 | 32 | decimalFormat{"#,##0.###"} |
michael@0 | 33 | percentFormat{"#,##0%"} |
michael@0 | 34 | scientificFormat{"#E0"} |
michael@0 | 35 | } |
michael@0 | 36 | patternsShort{ |
michael@0 | 37 | decimalFormat{ |
michael@0 | 38 | 1000{ |
michael@0 | 39 | other{"0K"} |
michael@0 | 40 | } |
michael@0 | 41 | 10000{ |
michael@0 | 42 | other{"00K"} |
michael@0 | 43 | } |
michael@0 | 44 | 100000{ |
michael@0 | 45 | other{"000K"} |
michael@0 | 46 | } |
michael@0 | 47 | 1000000{ |
michael@0 | 48 | other{"0M"} |
michael@0 | 49 | } |
michael@0 | 50 | 10000000{ |
michael@0 | 51 | other{"00M"} |
michael@0 | 52 | } |
michael@0 | 53 | 100000000{ |
michael@0 | 54 | other{"000M"} |
michael@0 | 55 | } |
michael@0 | 56 | 1000000000000{ |
michael@0 | 57 | other{"0T"} |
michael@0 | 58 | } |
michael@0 | 59 | 10000000000000{ |
michael@0 | 60 | other{"00T"} |
michael@0 | 61 | } |
michael@0 | 62 | 100000000000000{ |
michael@0 | 63 | other{"000T"} |
michael@0 | 64 | } |
michael@0 | 65 | } |
michael@0 | 66 | } |
michael@0 | 67 | symbols{ |
michael@0 | 68 | decimal{","} |
michael@0 | 69 | exponential{"E"} |
michael@0 | 70 | group{"."} |
michael@0 | 71 | infinity{"∞"} |
michael@0 | 72 | list{";"} |
michael@0 | 73 | minusSign{"-"} |
michael@0 | 74 | nan{"NaN"} |
michael@0 | 75 | perMille{"‰"} |
michael@0 | 76 | percentSign{"%"} |
michael@0 | 77 | plusSign{"+"} |
michael@0 | 78 | } |
michael@0 | 79 | } |
michael@0 | 80 | } |
michael@0 | 81 | Version{"2.0.92.87"} |
michael@0 | 82 | calendar{ |
michael@0 | 83 | generic{ |
michael@0 | 84 | DateTimePatterns{ |
michael@0 | 85 | "HH:mm:ss zzzz", |
michael@0 | 86 | "HH:mm:ss z", |
michael@0 | 87 | "HH:mm:ss", |
michael@0 | 88 | "HH:mm", |
michael@0 | 89 | "EEEE, d 'di' MMMM 'di' y G", |
michael@0 | 90 | "d 'di' MMMM 'di' y G", |
michael@0 | 91 | "d 'di' MMM 'di' y G", |
michael@0 | 92 | "d/M/y GGGGG", |
michael@0 | 93 | "{1} {0}", |
michael@0 | 94 | "{1} {0}", |
michael@0 | 95 | "{1} {0}", |
michael@0 | 96 | "{1} {0}", |
michael@0 | 97 | "{1} {0}", |
michael@0 | 98 | } |
michael@0 | 99 | availableFormats{ |
michael@0 | 100 | Ed{"E, d"} |
michael@0 | 101 | H{"HH"} |
michael@0 | 102 | HHmm{"HH:mm"} |
michael@0 | 103 | HHmmss{"HH:mm:ss"} |
michael@0 | 104 | Hm{"HH:mm"} |
michael@0 | 105 | Hms{"HH:mm:ss"} |
michael@0 | 106 | M{"L"} |
michael@0 | 107 | MEd{"E, dd/MM"} |
michael@0 | 108 | MMM{"LLL"} |
michael@0 | 109 | MMMEd{"E, d MMM"} |
michael@0 | 110 | MMMMEd{"E, d 'di' MMMM"} |
michael@0 | 111 | MMMMd{"d 'di' MMMM"} |
michael@0 | 112 | MMMd{"d MMM"} |
michael@0 | 113 | MMdd{"dd/MM"} |
michael@0 | 114 | Md{"dd/MM"} |
michael@0 | 115 | d{"d"} |
michael@0 | 116 | h{"h a"} |
michael@0 | 117 | hm{"h:mm a"} |
michael@0 | 118 | hms{"h:mm:ss a"} |
michael@0 | 119 | mmss{"mm:ss"} |
michael@0 | 120 | ms{"mm:ss"} |
michael@0 | 121 | y{"y"} |
michael@0 | 122 | yM{"MM/y"} |
michael@0 | 123 | yMEd{"E, dd/MM/y"} |
michael@0 | 124 | yMM{"MM/y"} |
michael@0 | 125 | yMMM{"MMM 'di' y"} |
michael@0 | 126 | yMMMEd{"E, d 'di' MMM 'di' y"} |
michael@0 | 127 | yMMMM{"MMMM 'di' y"} |
michael@0 | 128 | yMMMd{"d MMM y"} |
michael@0 | 129 | yMd{"dd/MM/y"} |
michael@0 | 130 | yQQQ{"QQQ y"} |
michael@0 | 131 | yQQQQ{"QQQQ y"} |
michael@0 | 132 | } |
michael@0 | 133 | intervalFormats{ |
michael@0 | 134 | H{ |
michael@0 | 135 | H{"HH–HH"} |
michael@0 | 136 | } |
michael@0 | 137 | Hm{ |
michael@0 | 138 | H{"HH:mm–HH:mm"} |
michael@0 | 139 | m{"HH:mm–HH:mm"} |
michael@0 | 140 | } |
michael@0 | 141 | Hmv{ |
michael@0 | 142 | H{"HH:mm–HH:mm v"} |
michael@0 | 143 | m{"HH:mm–HH:mm v"} |
michael@0 | 144 | } |
michael@0 | 145 | Hv{ |
michael@0 | 146 | H{"HH–HH v"} |
michael@0 | 147 | } |
michael@0 | 148 | M{ |
michael@0 | 149 | M{"M–M"} |
michael@0 | 150 | } |
michael@0 | 151 | MEd{ |
michael@0 | 152 | M{"E, dd/MM – E, dd/MM"} |
michael@0 | 153 | d{"E, dd/MM – E, dd/MM"} |
michael@0 | 154 | } |
michael@0 | 155 | MMM{ |
michael@0 | 156 | M{"LLL–LLL"} |
michael@0 | 157 | } |
michael@0 | 158 | MMMEd{ |
michael@0 | 159 | M{"E, dd/MM – E, dd/MM"} |
michael@0 | 160 | d{"E, dd/MM – E, dd/MM"} |
michael@0 | 161 | } |
michael@0 | 162 | MMMd{ |
michael@0 | 163 | M{"dd/MM – dd/MM"} |
michael@0 | 164 | d{"d–d MMM"} |
michael@0 | 165 | } |
michael@0 | 166 | Md{ |
michael@0 | 167 | M{"dd/MM – dd/MM"} |
michael@0 | 168 | d{"dd/MM – dd/MM"} |
michael@0 | 169 | } |
michael@0 | 170 | d{ |
michael@0 | 171 | d{"d–d"} |
michael@0 | 172 | } |
michael@0 | 173 | fallback{"{0} – {1}"} |
michael@0 | 174 | h{ |
michael@0 | 175 | a{"h a – h a"} |
michael@0 | 176 | h{"h–h a"} |
michael@0 | 177 | } |
michael@0 | 178 | hm{ |
michael@0 | 179 | a{"h:mm a – h:mm a"} |
michael@0 | 180 | h{"h:mm–h:mm a"} |
michael@0 | 181 | m{"h:mm–h:mm a"} |
michael@0 | 182 | } |
michael@0 | 183 | hmv{ |
michael@0 | 184 | a{"h:mm a – h:mm a v"} |
michael@0 | 185 | h{"h:mm–h:mm a v"} |
michael@0 | 186 | m{"h:mm–h:mm a v"} |
michael@0 | 187 | } |
michael@0 | 188 | hv{ |
michael@0 | 189 | a{"h a – h a v"} |
michael@0 | 190 | h{"h–h a v"} |
michael@0 | 191 | } |
michael@0 | 192 | y{ |
michael@0 | 193 | y{"y–y"} |
michael@0 | 194 | } |
michael@0 | 195 | yM{ |
michael@0 | 196 | M{"MM/y – MM/y"} |
michael@0 | 197 | y{"MM/y – MM/y"} |
michael@0 | 198 | } |
michael@0 | 199 | yMEd{ |
michael@0 | 200 | M{"E, dd/MM/y – E, dd/MM/y"} |
michael@0 | 201 | d{"E, dd/MM/y – E, dd/MM/y"} |
michael@0 | 202 | y{"E, dd/MM/y – E, dd/MM/y"} |
michael@0 | 203 | } |
michael@0 | 204 | yMMM{ |
michael@0 | 205 | M{"MMM–MMM y"} |
michael@0 | 206 | y{"MMM y – MMM y"} |
michael@0 | 207 | } |
michael@0 | 208 | yMMMEd{ |
michael@0 | 209 | M{"E, d MMM – E, d MMM y"} |
michael@0 | 210 | d{"E, d MMM – E, d MMM y"} |
michael@0 | 211 | y{"E, d MMM y – E, d MMM y"} |
michael@0 | 212 | } |
michael@0 | 213 | yMMMM{ |
michael@0 | 214 | M{"MMMM–MMMM y"} |
michael@0 | 215 | y{"MMMM y – MMMM y"} |
michael@0 | 216 | } |
michael@0 | 217 | yMMMd{ |
michael@0 | 218 | M{"d MMM – d MMM y"} |
michael@0 | 219 | d{"d–d MMM y"} |
michael@0 | 220 | y{"d MMM y – d MMM y"} |
michael@0 | 221 | } |
michael@0 | 222 | yMd{ |
michael@0 | 223 | M{"dd/MM/y – dd/MM/y"} |
michael@0 | 224 | d{"dd/MM/y – dd/MM/y"} |
michael@0 | 225 | y{"dd/MM/y – dd/MM/y"} |
michael@0 | 226 | } |
michael@0 | 227 | } |
michael@0 | 228 | } |
michael@0 | 229 | gregorian{ |
michael@0 | 230 | AmPmMarkers{ |
michael@0 | 231 | "am", |
michael@0 | 232 | "pm", |
michael@0 | 233 | } |
michael@0 | 234 | DateTimePatterns{ |
michael@0 | 235 | "HH:mm:ss zzzz", |
michael@0 | 236 | "HH:mm:ss z", |
michael@0 | 237 | "HH:mm:ss", |
michael@0 | 238 | "HH:mm", |
michael@0 | 239 | "EEEE, d 'di' MMMM 'di' y", |
michael@0 | 240 | "d 'di' MMMM 'di' y", |
michael@0 | 241 | "d 'di' MMM 'di' y", |
michael@0 | 242 | "d/M/y", |
michael@0 | 243 | "{1} {0}", |
michael@0 | 244 | "{1} {0}", |
michael@0 | 245 | "{1} {0}", |
michael@0 | 246 | "{1} {0}", |
michael@0 | 247 | "{1} {0}", |
michael@0 | 248 | } |
michael@0 | 249 | availableFormats{ |
michael@0 | 250 | Ed{"E, d"} |
michael@0 | 251 | H{"HH"} |
michael@0 | 252 | HHmm{"HH:mm"} |
michael@0 | 253 | HHmmss{"HH:mm:ss"} |
michael@0 | 254 | Hm{"HH:mm"} |
michael@0 | 255 | Hms{"HH:mm:ss"} |
michael@0 | 256 | M{"L"} |
michael@0 | 257 | MEd{"E, dd/MM"} |
michael@0 | 258 | MMM{"LLL"} |
michael@0 | 259 | MMMEd{"E, d MMM"} |
michael@0 | 260 | MMMMEd{"E, d 'di' MMMM"} |
michael@0 | 261 | MMMMd{"d 'di' MMMM"} |
michael@0 | 262 | MMMd{"d MMM"} |
michael@0 | 263 | MMdd{"dd/MM"} |
michael@0 | 264 | Md{"dd/MM"} |
michael@0 | 265 | d{"d"} |
michael@0 | 266 | h{"h a"} |
michael@0 | 267 | hm{"h:mm a"} |
michael@0 | 268 | hms{"h:mm:ss a"} |
michael@0 | 269 | mmss{"mm:ss"} |
michael@0 | 270 | ms{"mm:ss"} |
michael@0 | 271 | y{"y"} |
michael@0 | 272 | yM{"MM/y"} |
michael@0 | 273 | yMEd{"E, dd/MM/y"} |
michael@0 | 274 | yMM{"MM/y"} |
michael@0 | 275 | yMMM{"MMM 'di' y"} |
michael@0 | 276 | yMMMEd{"E, d 'di' MMM 'di' y"} |
michael@0 | 277 | yMMMM{"MMMM 'di' y"} |
michael@0 | 278 | yMMMd{"d MMM y"} |
michael@0 | 279 | yMd{"dd/MM/y"} |
michael@0 | 280 | yQQQ{"QQQ y"} |
michael@0 | 281 | yQQQQ{"QQQQ y"} |
michael@0 | 282 | } |
michael@0 | 283 | dayNames{ |
michael@0 | 284 | format{ |
michael@0 | 285 | abbreviated{ |
michael@0 | 286 | "dum", |
michael@0 | 287 | "sig", |
michael@0 | 288 | "ter", |
michael@0 | 289 | "kua", |
michael@0 | 290 | "kin", |
michael@0 | 291 | "ses", |
michael@0 | 292 | "sab", |
michael@0 | 293 | } |
michael@0 | 294 | narrow{ |
michael@0 | 295 | "d", |
michael@0 | 296 | "s", |
michael@0 | 297 | "t", |
michael@0 | 298 | "k", |
michael@0 | 299 | "k", |
michael@0 | 300 | "s", |
michael@0 | 301 | "s", |
michael@0 | 302 | } |
michael@0 | 303 | short{ |
michael@0 | 304 | "du", |
michael@0 | 305 | "si", |
michael@0 | 306 | "te", |
michael@0 | 307 | "ku", |
michael@0 | 308 | "ki", |
michael@0 | 309 | "se", |
michael@0 | 310 | "sa", |
michael@0 | 311 | } |
michael@0 | 312 | wide{ |
michael@0 | 313 | "dumingu", |
michael@0 | 314 | "sigunda-fera", |
michael@0 | 315 | "tersa-fera", |
michael@0 | 316 | "kuarta-fera", |
michael@0 | 317 | "kinta-fera", |
michael@0 | 318 | "sesta-fera", |
michael@0 | 319 | "sabadu", |
michael@0 | 320 | } |
michael@0 | 321 | } |
michael@0 | 322 | stand-alone{ |
michael@0 | 323 | abbreviated{ |
michael@0 | 324 | "dum", |
michael@0 | 325 | "sig", |
michael@0 | 326 | "ter", |
michael@0 | 327 | "kua", |
michael@0 | 328 | "kin", |
michael@0 | 329 | "ses", |
michael@0 | 330 | "sab", |
michael@0 | 331 | } |
michael@0 | 332 | narrow{ |
michael@0 | 333 | "d", |
michael@0 | 334 | "s", |
michael@0 | 335 | "t", |
michael@0 | 336 | "k", |
michael@0 | 337 | "k", |
michael@0 | 338 | "s", |
michael@0 | 339 | "s", |
michael@0 | 340 | } |
michael@0 | 341 | short{ |
michael@0 | 342 | "du", |
michael@0 | 343 | "si", |
michael@0 | 344 | "te", |
michael@0 | 345 | "ku", |
michael@0 | 346 | "ki", |
michael@0 | 347 | "se", |
michael@0 | 348 | "sa", |
michael@0 | 349 | } |
michael@0 | 350 | wide{ |
michael@0 | 351 | "dumingu", |
michael@0 | 352 | "sigunda-fera", |
michael@0 | 353 | "tersa-fera", |
michael@0 | 354 | "kuarta-fera", |
michael@0 | 355 | "kinta-fera", |
michael@0 | 356 | "sesta-fera", |
michael@0 | 357 | "sabadu", |
michael@0 | 358 | } |
michael@0 | 359 | } |
michael@0 | 360 | } |
michael@0 | 361 | eras{ |
michael@0 | 362 | abbreviated{ |
michael@0 | 363 | "AK", |
michael@0 | 364 | "DK", |
michael@0 | 365 | } |
michael@0 | 366 | wide{ |
michael@0 | 367 | "Antis di Kristu", |
michael@0 | 368 | "Dispos di Kristu", |
michael@0 | 369 | } |
michael@0 | 370 | } |
michael@0 | 371 | intervalFormats{ |
michael@0 | 372 | H{ |
michael@0 | 373 | H{"HH–HH"} |
michael@0 | 374 | } |
michael@0 | 375 | Hm{ |
michael@0 | 376 | H{"HH:mm–HH:mm"} |
michael@0 | 377 | m{"HH:mm–HH:mm"} |
michael@0 | 378 | } |
michael@0 | 379 | Hmv{ |
michael@0 | 380 | H{"HH:mm–HH:mm v"} |
michael@0 | 381 | m{"HH:mm–HH:mm v"} |
michael@0 | 382 | } |
michael@0 | 383 | Hv{ |
michael@0 | 384 | H{"HH–HH v"} |
michael@0 | 385 | } |
michael@0 | 386 | M{ |
michael@0 | 387 | M{"M–M"} |
michael@0 | 388 | } |
michael@0 | 389 | MEd{ |
michael@0 | 390 | M{"E, dd/MM – E, dd/MM"} |
michael@0 | 391 | d{"E, dd/MM – E, dd/MM"} |
michael@0 | 392 | } |
michael@0 | 393 | MMM{ |
michael@0 | 394 | M{"LLL–LLL"} |
michael@0 | 395 | } |
michael@0 | 396 | MMMEd{ |
michael@0 | 397 | M{"E, dd/MM – E, dd/MM"} |
michael@0 | 398 | d{"E, dd/MM – E, dd/MM"} |
michael@0 | 399 | } |
michael@0 | 400 | MMMd{ |
michael@0 | 401 | M{"dd/MM – dd/MM"} |
michael@0 | 402 | d{"d–d MMM"} |
michael@0 | 403 | } |
michael@0 | 404 | Md{ |
michael@0 | 405 | M{"dd/MM – dd/MM"} |
michael@0 | 406 | d{"dd/MM – dd/MM"} |
michael@0 | 407 | } |
michael@0 | 408 | d{ |
michael@0 | 409 | d{"d–d"} |
michael@0 | 410 | } |
michael@0 | 411 | fallback{"{0} – {1}"} |
michael@0 | 412 | h{ |
michael@0 | 413 | a{"h a – h a"} |
michael@0 | 414 | h{"h–h a"} |
michael@0 | 415 | } |
michael@0 | 416 | hm{ |
michael@0 | 417 | a{"h:mm a – h:mm a"} |
michael@0 | 418 | h{"h:mm–h:mm a"} |
michael@0 | 419 | m{"h:mm–h:mm a"} |
michael@0 | 420 | } |
michael@0 | 421 | hmv{ |
michael@0 | 422 | a{"h:mm a – h:mm a v"} |
michael@0 | 423 | h{"h:mm–h:mm a v"} |
michael@0 | 424 | m{"h:mm–h:mm a v"} |
michael@0 | 425 | } |
michael@0 | 426 | hv{ |
michael@0 | 427 | a{"h a – h a v"} |
michael@0 | 428 | h{"h–h a v"} |
michael@0 | 429 | } |
michael@0 | 430 | y{ |
michael@0 | 431 | y{"y–y"} |
michael@0 | 432 | } |
michael@0 | 433 | yM{ |
michael@0 | 434 | M{"MM/y – MM/y"} |
michael@0 | 435 | y{"MM/y – MM/y"} |
michael@0 | 436 | } |
michael@0 | 437 | yMEd{ |
michael@0 | 438 | M{"E, dd/MM/y – E, dd/MM/y"} |
michael@0 | 439 | d{"E, dd/MM/y – E, dd/MM/y"} |
michael@0 | 440 | y{"E, dd/MM/y – E, dd/MM/y"} |
michael@0 | 441 | } |
michael@0 | 442 | yMMM{ |
michael@0 | 443 | M{"MMM–MMM y"} |
michael@0 | 444 | y{"MMM y – MMM y"} |
michael@0 | 445 | } |
michael@0 | 446 | yMMMEd{ |
michael@0 | 447 | M{"E, d MMM – E, d MMM y"} |
michael@0 | 448 | d{"E, d MMM – E, d MMM y"} |
michael@0 | 449 | y{"E, d MMM y – E, d MMM y"} |
michael@0 | 450 | } |
michael@0 | 451 | yMMMM{ |
michael@0 | 452 | M{"MMMM–MMMM y"} |
michael@0 | 453 | y{"MMMM y – MMMM y"} |
michael@0 | 454 | } |
michael@0 | 455 | yMMMd{ |
michael@0 | 456 | M{"d MMM – d MMM y"} |
michael@0 | 457 | d{"d–d MMM y"} |
michael@0 | 458 | y{"d MMM y – d MMM y"} |
michael@0 | 459 | } |
michael@0 | 460 | yMd{ |
michael@0 | 461 | M{"dd/MM/y – dd/MM/y"} |
michael@0 | 462 | d{"dd/MM/y – dd/MM/y"} |
michael@0 | 463 | y{"dd/MM/y – dd/MM/y"} |
michael@0 | 464 | } |
michael@0 | 465 | } |
michael@0 | 466 | monthNames{ |
michael@0 | 467 | format{ |
michael@0 | 468 | abbreviated{ |
michael@0 | 469 | "Jan", |
michael@0 | 470 | "Fev", |
michael@0 | 471 | "Mar", |
michael@0 | 472 | "Abr", |
michael@0 | 473 | "Mai", |
michael@0 | 474 | "Jun", |
michael@0 | 475 | "Jul", |
michael@0 | 476 | "Ago", |
michael@0 | 477 | "Set", |
michael@0 | 478 | "Otu", |
michael@0 | 479 | "Nuv", |
michael@0 | 480 | "Diz", |
michael@0 | 481 | } |
michael@0 | 482 | narrow{ |
michael@0 | 483 | "J", |
michael@0 | 484 | "F", |
michael@0 | 485 | "M", |
michael@0 | 486 | "A", |
michael@0 | 487 | "M", |
michael@0 | 488 | "J", |
michael@0 | 489 | "J", |
michael@0 | 490 | "A", |
michael@0 | 491 | "S", |
michael@0 | 492 | "O", |
michael@0 | 493 | "N", |
michael@0 | 494 | "D", |
michael@0 | 495 | } |
michael@0 | 496 | wide{ |
michael@0 | 497 | "Janeru", |
michael@0 | 498 | "Fevereru", |
michael@0 | 499 | "Marsu", |
michael@0 | 500 | "Abril", |
michael@0 | 501 | "Maiu", |
michael@0 | 502 | "Junhu", |
michael@0 | 503 | "Julhu", |
michael@0 | 504 | "Agostu", |
michael@0 | 505 | "Setenbru", |
michael@0 | 506 | "Otubru", |
michael@0 | 507 | "Nuvenbru", |
michael@0 | 508 | "Dizenbru", |
michael@0 | 509 | } |
michael@0 | 510 | } |
michael@0 | 511 | stand-alone{ |
michael@0 | 512 | abbreviated{ |
michael@0 | 513 | "Jan", |
michael@0 | 514 | "Fev", |
michael@0 | 515 | "Mar", |
michael@0 | 516 | "Abr", |
michael@0 | 517 | "Mai", |
michael@0 | 518 | "Jun", |
michael@0 | 519 | "Jul", |
michael@0 | 520 | "Ago", |
michael@0 | 521 | "Set", |
michael@0 | 522 | "Otu", |
michael@0 | 523 | "Nuv", |
michael@0 | 524 | "Diz", |
michael@0 | 525 | } |
michael@0 | 526 | narrow{ |
michael@0 | 527 | "J", |
michael@0 | 528 | "F", |
michael@0 | 529 | "M", |
michael@0 | 530 | "A", |
michael@0 | 531 | "M", |
michael@0 | 532 | "J", |
michael@0 | 533 | "J", |
michael@0 | 534 | "A", |
michael@0 | 535 | "S", |
michael@0 | 536 | "O", |
michael@0 | 537 | "N", |
michael@0 | 538 | "D", |
michael@0 | 539 | } |
michael@0 | 540 | wide{ |
michael@0 | 541 | "Janeru", |
michael@0 | 542 | "Fevereru", |
michael@0 | 543 | "Marsu", |
michael@0 | 544 | "Abril", |
michael@0 | 545 | "Maiu", |
michael@0 | 546 | "Junhu", |
michael@0 | 547 | "Julhu", |
michael@0 | 548 | "Agostu", |
michael@0 | 549 | "Setenbru", |
michael@0 | 550 | "Otubru", |
michael@0 | 551 | "Nuvenbru", |
michael@0 | 552 | "Dizenbru", |
michael@0 | 553 | } |
michael@0 | 554 | } |
michael@0 | 555 | } |
michael@0 | 556 | quarters{ |
michael@0 | 557 | format{ |
michael@0 | 558 | abbreviated{ |
michael@0 | 559 | "T1", |
michael@0 | 560 | "T2", |
michael@0 | 561 | "T3", |
michael@0 | 562 | "T4", |
michael@0 | 563 | } |
michael@0 | 564 | narrow{ |
michael@0 | 565 | "1", |
michael@0 | 566 | "2", |
michael@0 | 567 | "3", |
michael@0 | 568 | "4", |
michael@0 | 569 | } |
michael@0 | 570 | wide{ |
michael@0 | 571 | "Primeru Trimestri", |
michael@0 | 572 | "Sigundu Trimestri", |
michael@0 | 573 | "Terseru Trimestri", |
michael@0 | 574 | "Kuartu Trimestri", |
michael@0 | 575 | } |
michael@0 | 576 | } |
michael@0 | 577 | stand-alone{ |
michael@0 | 578 | abbreviated{ |
michael@0 | 579 | "T1", |
michael@0 | 580 | "T2", |
michael@0 | 581 | "T3", |
michael@0 | 582 | "T4", |
michael@0 | 583 | } |
michael@0 | 584 | narrow{ |
michael@0 | 585 | "1", |
michael@0 | 586 | "2", |
michael@0 | 587 | "3", |
michael@0 | 588 | "4", |
michael@0 | 589 | } |
michael@0 | 590 | wide{ |
michael@0 | 591 | "Primeru Trimestri", |
michael@0 | 592 | "Sigundu Trimestri", |
michael@0 | 593 | "Terseru Trimestri", |
michael@0 | 594 | "Kuartu Trimestri", |
michael@0 | 595 | } |
michael@0 | 596 | } |
michael@0 | 597 | } |
michael@0 | 598 | } |
michael@0 | 599 | } |
michael@0 | 600 | delimiters{ |
michael@0 | 601 | alternateQuotationEnd{"’"} |
michael@0 | 602 | alternateQuotationStart{"‘"} |
michael@0 | 603 | quotationEnd{"”"} |
michael@0 | 604 | quotationStart{"“"} |
michael@0 | 605 | } |
michael@0 | 606 | fields{ |
michael@0 | 607 | day{ |
michael@0 | 608 | dn{"Dia"} |
michael@0 | 609 | relative{ |
michael@0 | 610 | "-1"{"Onti"} |
michael@0 | 611 | "0"{"Oji"} |
michael@0 | 612 | "1"{"Manha"} |
michael@0 | 613 | } |
michael@0 | 614 | relativeTime{ |
michael@0 | 615 | future{ |
michael@0 | 616 | other{"di li {0} dia"} |
michael@0 | 617 | } |
michael@0 | 618 | past{ |
michael@0 | 619 | other{"a ten {0} dia"} |
michael@0 | 620 | } |
michael@0 | 621 | } |
michael@0 | 622 | } |
michael@0 | 623 | dayperiod{ |
michael@0 | 624 | dn{"am/pm"} |
michael@0 | 625 | } |
michael@0 | 626 | era{ |
michael@0 | 627 | dn{"Era"} |
michael@0 | 628 | } |
michael@0 | 629 | hour{ |
michael@0 | 630 | dn{"Ora"} |
michael@0 | 631 | relativeTime{ |
michael@0 | 632 | future{ |
michael@0 | 633 | other{"di li {0} ora"} |
michael@0 | 634 | } |
michael@0 | 635 | past{ |
michael@0 | 636 | other{"a ten {0} ora"} |
michael@0 | 637 | } |
michael@0 | 638 | } |
michael@0 | 639 | } |
michael@0 | 640 | minute{ |
michael@0 | 641 | dn{"Minutu"} |
michael@0 | 642 | relativeTime{ |
michael@0 | 643 | future{ |
michael@0 | 644 | other{"di li {0} minutu"} |
michael@0 | 645 | } |
michael@0 | 646 | past{ |
michael@0 | 647 | other{"a ten {0} minutu"} |
michael@0 | 648 | } |
michael@0 | 649 | } |
michael@0 | 650 | } |
michael@0 | 651 | month{ |
michael@0 | 652 | dn{"Mes"} |
michael@0 | 653 | relativeTime{ |
michael@0 | 654 | future{ |
michael@0 | 655 | other{"di li {0} mes"} |
michael@0 | 656 | } |
michael@0 | 657 | past{ |
michael@0 | 658 | other{"a ten {0} mes"} |
michael@0 | 659 | } |
michael@0 | 660 | } |
michael@0 | 661 | } |
michael@0 | 662 | second{ |
michael@0 | 663 | dn{"Sigundu"} |
michael@0 | 664 | relativeTime{ |
michael@0 | 665 | future{ |
michael@0 | 666 | other{"di li {0} sigundu"} |
michael@0 | 667 | } |
michael@0 | 668 | past{ |
michael@0 | 669 | other{"a ten {0} sigundu"} |
michael@0 | 670 | } |
michael@0 | 671 | } |
michael@0 | 672 | } |
michael@0 | 673 | week{ |
michael@0 | 674 | dn{"Simana"} |
michael@0 | 675 | relativeTime{ |
michael@0 | 676 | future{ |
michael@0 | 677 | other{"di li {0} simana"} |
michael@0 | 678 | } |
michael@0 | 679 | past{ |
michael@0 | 680 | other{"a ten {0} simana"} |
michael@0 | 681 | } |
michael@0 | 682 | } |
michael@0 | 683 | } |
michael@0 | 684 | weekday{ |
michael@0 | 685 | dn{"Dia di simana"} |
michael@0 | 686 | } |
michael@0 | 687 | year{ |
michael@0 | 688 | dn{"Anu"} |
michael@0 | 689 | relativeTime{ |
michael@0 | 690 | future{ |
michael@0 | 691 | other{"di li {0} anu"} |
michael@0 | 692 | } |
michael@0 | 693 | past{ |
michael@0 | 694 | other{"a ten {0} anu"} |
michael@0 | 695 | } |
michael@0 | 696 | } |
michael@0 | 697 | } |
michael@0 | 698 | zone{ |
michael@0 | 699 | dn{"Ora lokal"} |
michael@0 | 700 | } |
michael@0 | 701 | } |
michael@0 | 702 | listPattern{ |
michael@0 | 703 | standard{ |
michael@0 | 704 | 2{"{0} y {1}"} |
michael@0 | 705 | end{"{0} y {1}"} |
michael@0 | 706 | middle{"{0}, {1}"} |
michael@0 | 707 | start{"{0}, {1}"} |
michael@0 | 708 | } |
michael@0 | 709 | } |
michael@0 | 710 | measurementSystemNames{ |
michael@0 | 711 | UK{"Ingles"} |
michael@0 | 712 | US{"Merkanu"} |
michael@0 | 713 | metric{"Metriku"} |
michael@0 | 714 | } |
michael@0 | 715 | units{ |
michael@0 | 716 | duration{ |
michael@0 | 717 | day{ |
michael@0 | 718 | other{"{0} dia"} |
michael@0 | 719 | } |
michael@0 | 720 | hour{ |
michael@0 | 721 | other{"{0} ora"} |
michael@0 | 722 | } |
michael@0 | 723 | minute{ |
michael@0 | 724 | other{"{0} minutu"} |
michael@0 | 725 | } |
michael@0 | 726 | month{ |
michael@0 | 727 | other{"{0} mes"} |
michael@0 | 728 | } |
michael@0 | 729 | second{ |
michael@0 | 730 | other{"{0} sigundu"} |
michael@0 | 731 | } |
michael@0 | 732 | week{ |
michael@0 | 733 | other{"{0} simana"} |
michael@0 | 734 | } |
michael@0 | 735 | year{ |
michael@0 | 736 | other{"{0} anu"} |
michael@0 | 737 | } |
michael@0 | 738 | } |
michael@0 | 739 | } |
michael@0 | 740 | } |