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/to.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/to.xml |
michael@0 | 11 | */ |
michael@0 | 12 | to{ |
michael@0 | 13 | AuxExemplarCharacters{ |
michael@0 | 14 | "[à ă â å ä æ b c ç d è ĕ ê ë g ì ĭ î ï j ñ ò ŏ ô ö ø œ q r ù ŭ û ü w x y ÿ z" |
michael@0 | 15 | "]" |
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 | word-final{"{0} …"} |
michael@0 | 22 | word-initial{"… {0}"} |
michael@0 | 23 | word-medial{"{0} … {1}"} |
michael@0 | 24 | } |
michael@0 | 25 | ExemplarCharacters{"[a á ā e é ē f h i í ī k l m n {ng} o ó ō p s t u ú ū v ʻ]"} |
michael@0 | 26 | ExemplarCharactersIndex{"[A E F H I K L M N {NG} O P S T U V ʻ]"} |
michael@0 | 27 | ExemplarCharactersPunctuation{ |
michael@0 | 28 | "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ " |
michael@0 | 29 | "″]" |
michael@0 | 30 | } |
michael@0 | 31 | LocaleScript{ |
michael@0 | 32 | "Latn", |
michael@0 | 33 | } |
michael@0 | 34 | MoreInformation{"?"} |
michael@0 | 35 | NumberElements{ |
michael@0 | 36 | latn{ |
michael@0 | 37 | miscPatterns{ |
michael@0 | 38 | atLeast{"{0}+"} |
michael@0 | 39 | range{"{0}—{1}"} |
michael@0 | 40 | } |
michael@0 | 41 | patterns{ |
michael@0 | 42 | accountingFormat{"¤ #,##0.00"} |
michael@0 | 43 | currencyFormat{"¤ #,##0.00"} |
michael@0 | 44 | decimalFormat{"#,##0.###"} |
michael@0 | 45 | percentFormat{"#,##0%"} |
michael@0 | 46 | scientificFormat{"#E0"} |
michael@0 | 47 | } |
michael@0 | 48 | patternsLong{ |
michael@0 | 49 | decimalFormat{ |
michael@0 | 50 | 1000{ |
michael@0 | 51 | other{"0 afe"} |
michael@0 | 52 | } |
michael@0 | 53 | 10000{ |
michael@0 | 54 | other{"0 mano"} |
michael@0 | 55 | } |
michael@0 | 56 | 100000{ |
michael@0 | 57 | other{"0 kilu"} |
michael@0 | 58 | } |
michael@0 | 59 | 1000000{ |
michael@0 | 60 | other{"0 miliona"} |
michael@0 | 61 | } |
michael@0 | 62 | 10000000{ |
michael@0 | 63 | other{"00 miliona"} |
michael@0 | 64 | } |
michael@0 | 65 | 100000000{ |
michael@0 | 66 | other{"000 miliona"} |
michael@0 | 67 | } |
michael@0 | 68 | 1000000000{ |
michael@0 | 69 | other{"0 piliona"} |
michael@0 | 70 | } |
michael@0 | 71 | 10000000000{ |
michael@0 | 72 | other{"00 piliona"} |
michael@0 | 73 | } |
michael@0 | 74 | 100000000000{ |
michael@0 | 75 | other{"000 piliona"} |
michael@0 | 76 | } |
michael@0 | 77 | 1000000000000{ |
michael@0 | 78 | other{"0 tiliona"} |
michael@0 | 79 | } |
michael@0 | 80 | 10000000000000{ |
michael@0 | 81 | other{"00 tiliona"} |
michael@0 | 82 | } |
michael@0 | 83 | 100000000000000{ |
michael@0 | 84 | other{"000 tiliona"} |
michael@0 | 85 | } |
michael@0 | 86 | } |
michael@0 | 87 | } |
michael@0 | 88 | symbols{ |
michael@0 | 89 | decimal{"."} |
michael@0 | 90 | exponential{"E"} |
michael@0 | 91 | group{","} |
michael@0 | 92 | infinity{"∞"} |
michael@0 | 93 | minusSign{"-"} |
michael@0 | 94 | nan{"TF"} |
michael@0 | 95 | perMille{"‰"} |
michael@0 | 96 | percentSign{"%"} |
michael@0 | 97 | plusSign{"+"} |
michael@0 | 98 | superscriptingExponent{"×"} |
michael@0 | 99 | } |
michael@0 | 100 | } |
michael@0 | 101 | } |
michael@0 | 102 | Version{"2.0.92.87"} |
michael@0 | 103 | calendar{ |
michael@0 | 104 | generic{ |
michael@0 | 105 | DateTimePatterns{ |
michael@0 | 106 | "h:mm:ss a zzzz", |
michael@0 | 107 | "HH:mm:ss z", |
michael@0 | 108 | "h:mm:ss a", |
michael@0 | 109 | "h:mm a", |
michael@0 | 110 | "EEEE d MMMM y G", |
michael@0 | 111 | "d MMMM y G", |
michael@0 | 112 | "d MMM y G", |
michael@0 | 113 | "d/M/yy GGGGG", |
michael@0 | 114 | "{1}, {0}", |
michael@0 | 115 | "{1}, {0}", |
michael@0 | 116 | "{1}, {0}", |
michael@0 | 117 | "{1}, {0}", |
michael@0 | 118 | "{1}, {0}", |
michael@0 | 119 | } |
michael@0 | 120 | availableFormats{ |
michael@0 | 121 | Ed{"d E"} |
michael@0 | 122 | Gy{"y G"} |
michael@0 | 123 | GyMMM{"MMM y G"} |
michael@0 | 124 | GyMMMEd{"E d MMM y G"} |
michael@0 | 125 | GyMMMd{"d MMM y G"} |
michael@0 | 126 | Hm{"H:mm"} |
michael@0 | 127 | Hms{"H:mm:ss"} |
michael@0 | 128 | M{"L"} |
michael@0 | 129 | MEd{"E, d/M"} |
michael@0 | 130 | MMM{"LLL"} |
michael@0 | 131 | MMMEd{"E d MMM"} |
michael@0 | 132 | MMMMEd{"E d MMMM"} |
michael@0 | 133 | MMMMd{"d MMMM"} |
michael@0 | 134 | MMMd{"d MMM"} |
michael@0 | 135 | Md{"d/M"} |
michael@0 | 136 | d{"d"} |
michael@0 | 137 | hm{"h:mm a"} |
michael@0 | 138 | hms{"h:mm:ss a"} |
michael@0 | 139 | ms{"mm:ss"} |
michael@0 | 140 | y{"y G"} |
michael@0 | 141 | yM{"M-y"} |
michael@0 | 142 | yMEd{"E d/M/y"} |
michael@0 | 143 | yMM{"MM-y"} |
michael@0 | 144 | yMMM{"MMM y"} |
michael@0 | 145 | yMMMEd{"E d MMM y"} |
michael@0 | 146 | yMMMM{"MMMM y"} |
michael@0 | 147 | yMMMd{"d MMM y"} |
michael@0 | 148 | yMd{"d-M-y"} |
michael@0 | 149 | yQQQ{"y QQQ"} |
michael@0 | 150 | yQQQQ{"y QQQQ"} |
michael@0 | 151 | yyyy{"y G"} |
michael@0 | 152 | yyyyM{"y/MM GGGGG"} |
michael@0 | 153 | yyyyMEd{"E dd-MM-y GGGGG"} |
michael@0 | 154 | yyyyMMM{"MMM y G"} |
michael@0 | 155 | yyyyMMMEd{"E d MMM y G"} |
michael@0 | 156 | yyyyMMMd{"d MMM y G"} |
michael@0 | 157 | yyyyMd{"dd/MM/y GGGGG"} |
michael@0 | 158 | yyyyQQQ{"y QQQ G"} |
michael@0 | 159 | yyyyQQQQ{"y QQQQ G"} |
michael@0 | 160 | } |
michael@0 | 161 | intervalFormats{ |
michael@0 | 162 | M{ |
michael@0 | 163 | M{"M–M"} |
michael@0 | 164 | } |
michael@0 | 165 | MEd{ |
michael@0 | 166 | M{"E d/M - E d/M"} |
michael@0 | 167 | d{"E d/M - E d/M"} |
michael@0 | 168 | } |
michael@0 | 169 | MMM{ |
michael@0 | 170 | M{"LLL–LLL"} |
michael@0 | 171 | } |
michael@0 | 172 | MMMEd{ |
michael@0 | 173 | M{"E d MMM - E d MMM"} |
michael@0 | 174 | d{"E d MMM - E d MMM"} |
michael@0 | 175 | } |
michael@0 | 176 | MMMd{ |
michael@0 | 177 | M{"d MMM - d MMM"} |
michael@0 | 178 | d{"d-d MMM"} |
michael@0 | 179 | } |
michael@0 | 180 | Md{ |
michael@0 | 181 | M{"d/M - d/M"} |
michael@0 | 182 | d{"d/M - d/M"} |
michael@0 | 183 | } |
michael@0 | 184 | d{ |
michael@0 | 185 | d{"d–d"} |
michael@0 | 186 | } |
michael@0 | 187 | fallback{"{0} – {1}"} |
michael@0 | 188 | h{ |
michael@0 | 189 | a{"h a – h a"} |
michael@0 | 190 | h{"h–h a"} |
michael@0 | 191 | } |
michael@0 | 192 | hm{ |
michael@0 | 193 | a{"h:mm a – h:mm a"} |
michael@0 | 194 | h{"h:mm–h:mm a"} |
michael@0 | 195 | m{"h:mm–h:mm a"} |
michael@0 | 196 | } |
michael@0 | 197 | hmv{ |
michael@0 | 198 | a{"h:mm a – h:mm a v"} |
michael@0 | 199 | h{"h:mm–h:mm a v"} |
michael@0 | 200 | m{"h:mm–h:mm a v"} |
michael@0 | 201 | } |
michael@0 | 202 | hv{ |
michael@0 | 203 | a{"h a – h a v"} |
michael@0 | 204 | h{"h–h a v"} |
michael@0 | 205 | } |
michael@0 | 206 | y{ |
michael@0 | 207 | y{"y–y G"} |
michael@0 | 208 | } |
michael@0 | 209 | yM{ |
michael@0 | 210 | M{"M/y - M/y GGGGG"} |
michael@0 | 211 | y{"M/y - M/y GGGGG"} |
michael@0 | 212 | } |
michael@0 | 213 | yMEd{ |
michael@0 | 214 | M{"E d/M/y - E d/M/y GGGGG"} |
michael@0 | 215 | d{"E d/M/y - E d/M/y GGGGG"} |
michael@0 | 216 | y{"E d/M/y - E d/M/y GGGGG"} |
michael@0 | 217 | } |
michael@0 | 218 | yMMM{ |
michael@0 | 219 | M{"MMM-MMM y G"} |
michael@0 | 220 | y{"MMM y - MMM y G"} |
michael@0 | 221 | } |
michael@0 | 222 | yMMMEd{ |
michael@0 | 223 | M{"E d MMM - E d MMM y G"} |
michael@0 | 224 | d{"E d MMM - E d MMM y G"} |
michael@0 | 225 | y{"E d MMM y - E d MMM y G"} |
michael@0 | 226 | } |
michael@0 | 227 | yMMMM{ |
michael@0 | 228 | M{"MMMM - MMMM y G"} |
michael@0 | 229 | y{"MMMM y - MMMM y G"} |
michael@0 | 230 | } |
michael@0 | 231 | yMMMd{ |
michael@0 | 232 | M{"d MMM - d MMM y G"} |
michael@0 | 233 | d{"d-d MMM y G"} |
michael@0 | 234 | y{"d MMM y - d MMM y G"} |
michael@0 | 235 | } |
michael@0 | 236 | yMd{ |
michael@0 | 237 | M{"d/M/y - d/M/y GGGGG"} |
michael@0 | 238 | d{"d/M/y - d/M/y GGGGG"} |
michael@0 | 239 | y{"d/M/y - d/M/y GGGGG"} |
michael@0 | 240 | } |
michael@0 | 241 | } |
michael@0 | 242 | } |
michael@0 | 243 | gregorian{ |
michael@0 | 244 | AmPmMarkers{ |
michael@0 | 245 | "AM", |
michael@0 | 246 | "PM", |
michael@0 | 247 | } |
michael@0 | 248 | AmPmMarkersNarrow{ |
michael@0 | 249 | "AM", |
michael@0 | 250 | "PM", |
michael@0 | 251 | } |
michael@0 | 252 | DateTimePatterns{ |
michael@0 | 253 | "h:mm:ss a zzzz", |
michael@0 | 254 | "HH:mm:ss z", |
michael@0 | 255 | "h:mm:ss a", |
michael@0 | 256 | "h:mm a", |
michael@0 | 257 | "EEEE d MMMM y", |
michael@0 | 258 | "d MMMM y", |
michael@0 | 259 | "d MMM y", |
michael@0 | 260 | "d/M/yy", |
michael@0 | 261 | "{1}, {0}", |
michael@0 | 262 | "{1}, {0}", |
michael@0 | 263 | "{1}, {0}", |
michael@0 | 264 | "{1}, {0}", |
michael@0 | 265 | "{1} {0}", |
michael@0 | 266 | } |
michael@0 | 267 | appendItems{ |
michael@0 | 268 | Timezone{"{0} {1}"} |
michael@0 | 269 | } |
michael@0 | 270 | availableFormats{ |
michael@0 | 271 | EHm{"E HH:mm"} |
michael@0 | 272 | EHms{"E HH:mm:ss"} |
michael@0 | 273 | Ed{"d E"} |
michael@0 | 274 | Ehm{"E h:mm a"} |
michael@0 | 275 | Ehms{"E h:mm:ss a"} |
michael@0 | 276 | Gy{"y G"} |
michael@0 | 277 | GyMMM{"MMM y G"} |
michael@0 | 278 | GyMMMEd{"E d MMM y G"} |
michael@0 | 279 | GyMMMd{"d MMM y G"} |
michael@0 | 280 | H{"HH"} |
michael@0 | 281 | Hm{"HH:mm"} |
michael@0 | 282 | Hms{"HH:mm:ss"} |
michael@0 | 283 | M{"L"} |
michael@0 | 284 | MEd{"E d/M"} |
michael@0 | 285 | MMM{"LLL"} |
michael@0 | 286 | MMMEd{"E d MMM"} |
michael@0 | 287 | MMMMEd{"E d MMMM"} |
michael@0 | 288 | MMMMd{"d MMMM"} |
michael@0 | 289 | MMMd{"d MMM"} |
michael@0 | 290 | Md{"d/M"} |
michael@0 | 291 | d{"d"} |
michael@0 | 292 | h{"h a"} |
michael@0 | 293 | hm{"h:mm a"} |
michael@0 | 294 | hms{"h:mm:ss a"} |
michael@0 | 295 | ms{"mm:ss"} |
michael@0 | 296 | y{"y"} |
michael@0 | 297 | yM{"M/y"} |
michael@0 | 298 | yMEd{"E d/M/y"} |
michael@0 | 299 | yMM{"MM-y"} |
michael@0 | 300 | yMMM{"MMM y"} |
michael@0 | 301 | yMMMEd{"E d MMM y"} |
michael@0 | 302 | yMMMM{"MMMM y"} |
michael@0 | 303 | yMMMd{"d MMM y"} |
michael@0 | 304 | yMd{"d/M/y"} |
michael@0 | 305 | yQQQ{"y QQQ"} |
michael@0 | 306 | yQQQQ{"y QQQQ"} |
michael@0 | 307 | } |
michael@0 | 308 | dayNames{ |
michael@0 | 309 | format{ |
michael@0 | 310 | abbreviated{ |
michael@0 | 311 | "Sāp", |
michael@0 | 312 | "Mōn", |
michael@0 | 313 | "Tūs", |
michael@0 | 314 | "Pul", |
michael@0 | 315 | "Tuʻa", |
michael@0 | 316 | "Fal", |
michael@0 | 317 | "Tok", |
michael@0 | 318 | } |
michael@0 | 319 | narrow{ |
michael@0 | 320 | "S", |
michael@0 | 321 | "M", |
michael@0 | 322 | "T", |
michael@0 | 323 | "P", |
michael@0 | 324 | "T", |
michael@0 | 325 | "F", |
michael@0 | 326 | "T", |
michael@0 | 327 | } |
michael@0 | 328 | short{ |
michael@0 | 329 | "Sāp", |
michael@0 | 330 | "Mōn", |
michael@0 | 331 | "Tus", |
michael@0 | 332 | "Pul", |
michael@0 | 333 | "Tuʻa", |
michael@0 | 334 | "Fal", |
michael@0 | 335 | "Tok", |
michael@0 | 336 | } |
michael@0 | 337 | wide{ |
michael@0 | 338 | "Sāpate", |
michael@0 | 339 | "Mōnite", |
michael@0 | 340 | "Tūsite", |
michael@0 | 341 | "Pulelulu", |
michael@0 | 342 | "Tuʻapulelulu", |
michael@0 | 343 | "Falaite", |
michael@0 | 344 | "Tokonaki", |
michael@0 | 345 | } |
michael@0 | 346 | } |
michael@0 | 347 | stand-alone{ |
michael@0 | 348 | abbreviated{ |
michael@0 | 349 | "Sāp", |
michael@0 | 350 | "Mōn", |
michael@0 | 351 | "Tūs", |
michael@0 | 352 | "Pul", |
michael@0 | 353 | "Tuʻa", |
michael@0 | 354 | "Fal", |
michael@0 | 355 | "Tok", |
michael@0 | 356 | } |
michael@0 | 357 | narrow{ |
michael@0 | 358 | "S", |
michael@0 | 359 | "M", |
michael@0 | 360 | "T", |
michael@0 | 361 | "P", |
michael@0 | 362 | "T", |
michael@0 | 363 | "F", |
michael@0 | 364 | "T", |
michael@0 | 365 | } |
michael@0 | 366 | short{ |
michael@0 | 367 | "Sāp", |
michael@0 | 368 | "Mōn", |
michael@0 | 369 | "Tus", |
michael@0 | 370 | "Pul", |
michael@0 | 371 | "Tuʻa", |
michael@0 | 372 | "Fal", |
michael@0 | 373 | "Tok", |
michael@0 | 374 | } |
michael@0 | 375 | wide{ |
michael@0 | 376 | "Sāpate", |
michael@0 | 377 | "Mōnite", |
michael@0 | 378 | "Tūsite", |
michael@0 | 379 | "Pulelulu", |
michael@0 | 380 | "Tuʻapulelulu", |
michael@0 | 381 | "Falaite", |
michael@0 | 382 | "Tokonaki", |
michael@0 | 383 | } |
michael@0 | 384 | } |
michael@0 | 385 | } |
michael@0 | 386 | eras{ |
michael@0 | 387 | abbreviated{ |
michael@0 | 388 | "KM", |
michael@0 | 389 | "TS", |
michael@0 | 390 | } |
michael@0 | 391 | narrow{ |
michael@0 | 392 | "KāMā", |
michael@0 | 393 | "TāSā", |
michael@0 | 394 | } |
michael@0 | 395 | wide{ |
michael@0 | 396 | "ki muʻa", |
michael@0 | 397 | "taʻu ʻo Sīsū", |
michael@0 | 398 | } |
michael@0 | 399 | } |
michael@0 | 400 | intervalFormats{ |
michael@0 | 401 | H{ |
michael@0 | 402 | H{"HH–HH"} |
michael@0 | 403 | } |
michael@0 | 404 | Hm{ |
michael@0 | 405 | H{"HH:mm–HH:mm"} |
michael@0 | 406 | m{"HH:mm–HH:mm"} |
michael@0 | 407 | } |
michael@0 | 408 | Hmv{ |
michael@0 | 409 | H{"HH:mm–HH:mm v"} |
michael@0 | 410 | m{"HH:mm–HH:mm v"} |
michael@0 | 411 | } |
michael@0 | 412 | Hv{ |
michael@0 | 413 | H{"HH–HH v"} |
michael@0 | 414 | } |
michael@0 | 415 | M{ |
michael@0 | 416 | M{"M–M"} |
michael@0 | 417 | } |
michael@0 | 418 | MEd{ |
michael@0 | 419 | M{"E d/M - E d/M"} |
michael@0 | 420 | d{"E d/M - E d/M"} |
michael@0 | 421 | } |
michael@0 | 422 | MMM{ |
michael@0 | 423 | M{"LLL–LLL"} |
michael@0 | 424 | } |
michael@0 | 425 | MMMEd{ |
michael@0 | 426 | M{"E d MMM - E d MMM"} |
michael@0 | 427 | d{"E d MMM - E d MMM"} |
michael@0 | 428 | } |
michael@0 | 429 | MMMd{ |
michael@0 | 430 | M{"d MMM - d MMM"} |
michael@0 | 431 | d{"d-d MMM"} |
michael@0 | 432 | } |
michael@0 | 433 | Md{ |
michael@0 | 434 | M{"d/M - d/M"} |
michael@0 | 435 | d{"d/M - d/M"} |
michael@0 | 436 | } |
michael@0 | 437 | d{ |
michael@0 | 438 | d{"d–d"} |
michael@0 | 439 | } |
michael@0 | 440 | fallback{"{0} – {1}"} |
michael@0 | 441 | h{ |
michael@0 | 442 | a{"h a – h a"} |
michael@0 | 443 | h{"h–h a"} |
michael@0 | 444 | } |
michael@0 | 445 | hm{ |
michael@0 | 446 | a{"h:mm a – h:mm a"} |
michael@0 | 447 | h{"h:mm–h:mm a"} |
michael@0 | 448 | m{"h:mm–h:mm a"} |
michael@0 | 449 | } |
michael@0 | 450 | hmv{ |
michael@0 | 451 | a{"h:mm a – h:mm a v"} |
michael@0 | 452 | h{"h:mm–h:mm a v"} |
michael@0 | 453 | m{"h:mm–h:mm a v"} |
michael@0 | 454 | } |
michael@0 | 455 | hv{ |
michael@0 | 456 | a{"h a – h a v"} |
michael@0 | 457 | h{"h–h a v"} |
michael@0 | 458 | } |
michael@0 | 459 | y{ |
michael@0 | 460 | y{"y–y"} |
michael@0 | 461 | } |
michael@0 | 462 | yM{ |
michael@0 | 463 | M{"M/y - M/y"} |
michael@0 | 464 | y{"M/y - M/y"} |
michael@0 | 465 | } |
michael@0 | 466 | yMEd{ |
michael@0 | 467 | M{"E d/M/y - E d/M/y"} |
michael@0 | 468 | d{"E d/M/y - E d/M/y"} |
michael@0 | 469 | y{"E d/M/y - E d/M/y"} |
michael@0 | 470 | } |
michael@0 | 471 | yMMM{ |
michael@0 | 472 | M{"MMM-MMM y"} |
michael@0 | 473 | y{"MMM y - MMM y"} |
michael@0 | 474 | } |
michael@0 | 475 | yMMMEd{ |
michael@0 | 476 | M{"E d MMM - E d MMM y"} |
michael@0 | 477 | d{"E d MMM - E d MMM y"} |
michael@0 | 478 | y{"E d MMM y - E d MMM y"} |
michael@0 | 479 | } |
michael@0 | 480 | yMMMM{ |
michael@0 | 481 | M{"MMMM - MMMM y"} |
michael@0 | 482 | y{"MMMM y - MMMM y"} |
michael@0 | 483 | } |
michael@0 | 484 | yMMMd{ |
michael@0 | 485 | M{"d MMM - d MMM y"} |
michael@0 | 486 | d{"d-d MMM y"} |
michael@0 | 487 | y{"d MMM y - d MMM y"} |
michael@0 | 488 | } |
michael@0 | 489 | yMd{ |
michael@0 | 490 | M{"d/M/y - d/M/y"} |
michael@0 | 491 | d{"d/M/y - d/M/y"} |
michael@0 | 492 | y{"d/M/y - d/M/y"} |
michael@0 | 493 | } |
michael@0 | 494 | } |
michael@0 | 495 | monthNames{ |
michael@0 | 496 | format{ |
michael@0 | 497 | abbreviated{ |
michael@0 | 498 | "Sān", |
michael@0 | 499 | "Fēp", |
michael@0 | 500 | "Maʻa", |
michael@0 | 501 | "ʻEpe", |
michael@0 | 502 | "Mē", |
michael@0 | 503 | "Sun", |
michael@0 | 504 | "Siu", |
michael@0 | 505 | "ʻAok", |
michael@0 | 506 | "Sep", |
michael@0 | 507 | "ʻOka", |
michael@0 | 508 | "Nōv", |
michael@0 | 509 | "Tīs", |
michael@0 | 510 | } |
michael@0 | 511 | narrow{ |
michael@0 | 512 | "S", |
michael@0 | 513 | "F", |
michael@0 | 514 | "M", |
michael@0 | 515 | "E", |
michael@0 | 516 | "M", |
michael@0 | 517 | "S", |
michael@0 | 518 | "S", |
michael@0 | 519 | "A", |
michael@0 | 520 | "S", |
michael@0 | 521 | "O", |
michael@0 | 522 | "N", |
michael@0 | 523 | "T", |
michael@0 | 524 | } |
michael@0 | 525 | wide{ |
michael@0 | 526 | "Sānuali", |
michael@0 | 527 | "Fēpueli", |
michael@0 | 528 | "Maʻasi", |
michael@0 | 529 | "ʻEpeleli", |
michael@0 | 530 | "Mē", |
michael@0 | 531 | "Sune", |
michael@0 | 532 | "Siulai", |
michael@0 | 533 | "ʻAokosi", |
michael@0 | 534 | "Sepitema", |
michael@0 | 535 | "ʻOkatopa", |
michael@0 | 536 | "Nōvema", |
michael@0 | 537 | "Tīsema", |
michael@0 | 538 | } |
michael@0 | 539 | } |
michael@0 | 540 | stand-alone{ |
michael@0 | 541 | abbreviated{ |
michael@0 | 542 | "Sān", |
michael@0 | 543 | "Fēp", |
michael@0 | 544 | "Maʻa", |
michael@0 | 545 | "ʻEpe", |
michael@0 | 546 | "Mē", |
michael@0 | 547 | "Sun", |
michael@0 | 548 | "Siu", |
michael@0 | 549 | "ʻAok", |
michael@0 | 550 | "Sep", |
michael@0 | 551 | "ʻOka", |
michael@0 | 552 | "Nōv", |
michael@0 | 553 | "Tīs", |
michael@0 | 554 | } |
michael@0 | 555 | narrow{ |
michael@0 | 556 | "S", |
michael@0 | 557 | "F", |
michael@0 | 558 | "M", |
michael@0 | 559 | "E", |
michael@0 | 560 | "M", |
michael@0 | 561 | "S", |
michael@0 | 562 | "S", |
michael@0 | 563 | "A", |
michael@0 | 564 | "S", |
michael@0 | 565 | "O", |
michael@0 | 566 | "N", |
michael@0 | 567 | "T", |
michael@0 | 568 | } |
michael@0 | 569 | wide{ |
michael@0 | 570 | "Sānuali", |
michael@0 | 571 | "Fēpueli", |
michael@0 | 572 | "Maʻasi", |
michael@0 | 573 | "ʻEpeleli", |
michael@0 | 574 | "Mē", |
michael@0 | 575 | "Sune", |
michael@0 | 576 | "Siulai", |
michael@0 | 577 | "ʻAokosi", |
michael@0 | 578 | "Sepitema", |
michael@0 | 579 | "ʻOkatopa", |
michael@0 | 580 | "Nōvema", |
michael@0 | 581 | "Tīsema", |
michael@0 | 582 | } |
michael@0 | 583 | } |
michael@0 | 584 | } |
michael@0 | 585 | quarters{ |
michael@0 | 586 | format{ |
michael@0 | 587 | abbreviated{ |
michael@0 | 588 | "K1", |
michael@0 | 589 | "K2", |
michael@0 | 590 | "K3", |
michael@0 | 591 | "K4", |
michael@0 | 592 | } |
michael@0 | 593 | narrow{ |
michael@0 | 594 | "1", |
michael@0 | 595 | "2", |
michael@0 | 596 | "3", |
michael@0 | 597 | "4", |
michael@0 | 598 | } |
michael@0 | 599 | wide{ |
michael@0 | 600 | "kuata ʻuluaki", |
michael@0 | 601 | "kuata ua", |
michael@0 | 602 | "kuata tolu", |
michael@0 | 603 | "kuata fā", |
michael@0 | 604 | } |
michael@0 | 605 | } |
michael@0 | 606 | stand-alone{ |
michael@0 | 607 | abbreviated{ |
michael@0 | 608 | "K1", |
michael@0 | 609 | "K2", |
michael@0 | 610 | "K3", |
michael@0 | 611 | "K4", |
michael@0 | 612 | } |
michael@0 | 613 | narrow{ |
michael@0 | 614 | "1", |
michael@0 | 615 | "2", |
michael@0 | 616 | "3", |
michael@0 | 617 | "4", |
michael@0 | 618 | } |
michael@0 | 619 | wide{ |
michael@0 | 620 | "kuata 1", |
michael@0 | 621 | "kuata 2", |
michael@0 | 622 | "kuata 3", |
michael@0 | 623 | "kuata 4", |
michael@0 | 624 | } |
michael@0 | 625 | } |
michael@0 | 626 | } |
michael@0 | 627 | } |
michael@0 | 628 | } |
michael@0 | 629 | delimiters{ |
michael@0 | 630 | alternateQuotationEnd{"’"} |
michael@0 | 631 | alternateQuotationStart{"‘"} |
michael@0 | 632 | quotationEnd{"”"} |
michael@0 | 633 | quotationStart{"“"} |
michael@0 | 634 | } |
michael@0 | 635 | durationUnits{ |
michael@0 | 636 | hm{"h:mm"} |
michael@0 | 637 | hms{"h:mm:ss"} |
michael@0 | 638 | ms{"m:ss"} |
michael@0 | 639 | } |
michael@0 | 640 | fields{ |
michael@0 | 641 | day{ |
michael@0 | 642 | dn{"ʻaho"} |
michael@0 | 643 | relative{ |
michael@0 | 644 | "-1"{"ʻaneafi"} |
michael@0 | 645 | "-2"{"ʻaneheafi"} |
michael@0 | 646 | "0"{"ʻaho⸍ni"} |
michael@0 | 647 | "1"{"ʻapongipongi"} |
michael@0 | 648 | "2"{"ʻahepongipongi"} |
michael@0 | 649 | } |
michael@0 | 650 | relativeTime{ |
michael@0 | 651 | future{ |
michael@0 | 652 | other{"ʻi he ʻaho ʻe {0}"} |
michael@0 | 653 | } |
michael@0 | 654 | past{ |
michael@0 | 655 | other{"ʻaho ʻe {0} kuoʻosi"} |
michael@0 | 656 | } |
michael@0 | 657 | } |
michael@0 | 658 | } |
michael@0 | 659 | dayperiod{ |
michael@0 | 660 | dn{"AM/PM"} |
michael@0 | 661 | } |
michael@0 | 662 | era{ |
michael@0 | 663 | dn{"kuonga"} |
michael@0 | 664 | } |
michael@0 | 665 | fri{ |
michael@0 | 666 | relative{ |
michael@0 | 667 | "-1"{"Falaite kuoʻosi"} |
michael@0 | 668 | "0"{"Falaite⸍ni"} |
michael@0 | 669 | "1"{"Falaite kahaʻu"} |
michael@0 | 670 | } |
michael@0 | 671 | } |
michael@0 | 672 | hour{ |
michael@0 | 673 | dn{"houa"} |
michael@0 | 674 | relativeTime{ |
michael@0 | 675 | future{ |
michael@0 | 676 | other{"ʻi he houa ʻe {0}"} |
michael@0 | 677 | } |
michael@0 | 678 | past{ |
michael@0 | 679 | other{"houa ʻe {0} kuoʻosi"} |
michael@0 | 680 | } |
michael@0 | 681 | } |
michael@0 | 682 | } |
michael@0 | 683 | minute{ |
michael@0 | 684 | dn{"miniti"} |
michael@0 | 685 | relativeTime{ |
michael@0 | 686 | future{ |
michael@0 | 687 | other{"ʻi he miniti ʻe {0}"} |
michael@0 | 688 | } |
michael@0 | 689 | past{ |
michael@0 | 690 | other{"miniti ʻe {0} kuoʻosi"} |
michael@0 | 691 | } |
michael@0 | 692 | } |
michael@0 | 693 | } |
michael@0 | 694 | mon{ |
michael@0 | 695 | relative{ |
michael@0 | 696 | "-1"{"Mōnite kuoʻosi"} |
michael@0 | 697 | "0"{"Mōnite⸍ni"} |
michael@0 | 698 | "1"{"Mōnite kahaʻu"} |
michael@0 | 699 | } |
michael@0 | 700 | } |
michael@0 | 701 | month{ |
michael@0 | 702 | dn{"māhina"} |
michael@0 | 703 | relative{ |
michael@0 | 704 | "-1"{"māhina kuoʻosi"} |
michael@0 | 705 | "0"{"māhina⸍ni"} |
michael@0 | 706 | "1"{"māhina kahaʻu"} |
michael@0 | 707 | } |
michael@0 | 708 | relativeTime{ |
michael@0 | 709 | future{ |
michael@0 | 710 | other{"ʻi he māhina ʻe {0}"} |
michael@0 | 711 | } |
michael@0 | 712 | past{ |
michael@0 | 713 | other{"māhina ʻe {0} kuoʻosi"} |
michael@0 | 714 | } |
michael@0 | 715 | } |
michael@0 | 716 | } |
michael@0 | 717 | sat{ |
michael@0 | 718 | relative{ |
michael@0 | 719 | "-1"{"Tokonaki kuoʻosi"} |
michael@0 | 720 | "0"{"Tokonaki⸍ni"} |
michael@0 | 721 | "1"{"Tokonaki kahaʻu"} |
michael@0 | 722 | } |
michael@0 | 723 | } |
michael@0 | 724 | second{ |
michael@0 | 725 | dn{"sekoni"} |
michael@0 | 726 | relative{ |
michael@0 | 727 | "0"{"taimiʻni"} |
michael@0 | 728 | } |
michael@0 | 729 | relativeTime{ |
michael@0 | 730 | future{ |
michael@0 | 731 | other{"ʻi he sekoni ʻe {0}"} |
michael@0 | 732 | } |
michael@0 | 733 | past{ |
michael@0 | 734 | other{"sekoni ʻe {0} kuoʻosi"} |
michael@0 | 735 | } |
michael@0 | 736 | } |
michael@0 | 737 | } |
michael@0 | 738 | sun{ |
michael@0 | 739 | relative{ |
michael@0 | 740 | "-1"{"Sāpate kuoʻosi"} |
michael@0 | 741 | "0"{"Sāpate⸍ni"} |
michael@0 | 742 | "1"{"Sāpate kahaʻu"} |
michael@0 | 743 | } |
michael@0 | 744 | } |
michael@0 | 745 | thu{ |
michael@0 | 746 | relative{ |
michael@0 | 747 | "-1"{"Tuʻapulelulu kuoʻosi"} |
michael@0 | 748 | "0"{"Tuʻapulelulu⸍ni"} |
michael@0 | 749 | "1"{"Tuʻapulelulu kahaʻu"} |
michael@0 | 750 | } |
michael@0 | 751 | } |
michael@0 | 752 | tue{ |
michael@0 | 753 | relative{ |
michael@0 | 754 | "-1"{"Tūsite kuoʻosi"} |
michael@0 | 755 | "0"{"Tūsite⸍ni"} |
michael@0 | 756 | "1"{"Tūsite kahaʻu"} |
michael@0 | 757 | } |
michael@0 | 758 | } |
michael@0 | 759 | wed{ |
michael@0 | 760 | relative{ |
michael@0 | 761 | "-1"{"Pulelulu kuoʻosi"} |
michael@0 | 762 | "0"{"Pulelulu⸍ni"} |
michael@0 | 763 | "1"{"Pulelulu kahaʻu"} |
michael@0 | 764 | } |
michael@0 | 765 | } |
michael@0 | 766 | week{ |
michael@0 | 767 | dn{"uike"} |
michael@0 | 768 | relative{ |
michael@0 | 769 | "-1"{"uike kuoʻosi"} |
michael@0 | 770 | "0"{"uike⸍ni"} |
michael@0 | 771 | "1"{"uike kahaʻu"} |
michael@0 | 772 | } |
michael@0 | 773 | relativeTime{ |
michael@0 | 774 | future{ |
michael@0 | 775 | other{"ʻi he uike ʻe {0}"} |
michael@0 | 776 | } |
michael@0 | 777 | past{ |
michael@0 | 778 | other{"uike ʻe {0} kuoʻosi"} |
michael@0 | 779 | } |
michael@0 | 780 | } |
michael@0 | 781 | } |
michael@0 | 782 | weekday{ |
michael@0 | 783 | dn{"ʻaho ʻo e uike"} |
michael@0 | 784 | } |
michael@0 | 785 | year{ |
michael@0 | 786 | dn{"taʻu"} |
michael@0 | 787 | relative{ |
michael@0 | 788 | "-1"{"taʻu kuoʻosi"} |
michael@0 | 789 | "0"{"taʻu⸍ni"} |
michael@0 | 790 | "1"{"taʻu kahaʻu"} |
michael@0 | 791 | } |
michael@0 | 792 | relativeTime{ |
michael@0 | 793 | future{ |
michael@0 | 794 | other{"ʻi he taʻu ʻe {0}"} |
michael@0 | 795 | } |
michael@0 | 796 | past{ |
michael@0 | 797 | other{"taʻu ʻe {0} kuo hili"} |
michael@0 | 798 | } |
michael@0 | 799 | } |
michael@0 | 800 | } |
michael@0 | 801 | zone{ |
michael@0 | 802 | dn{"taimi fakavahe"} |
michael@0 | 803 | } |
michael@0 | 804 | } |
michael@0 | 805 | listPattern{ |
michael@0 | 806 | standard{ |
michael@0 | 807 | 2{"{0} mo {1}"} |
michael@0 | 808 | end{"{0} mo {1}"} |
michael@0 | 809 | middle{"{0}, {1}"} |
michael@0 | 810 | start{"{0}, {1}"} |
michael@0 | 811 | } |
michael@0 | 812 | unit{ |
michael@0 | 813 | 2{"{0} mo e {1}"} |
michael@0 | 814 | end{"{0} mo e {1}"} |
michael@0 | 815 | middle{"{0} {1}"} |
michael@0 | 816 | start{"{0} {1}"} |
michael@0 | 817 | } |
michael@0 | 818 | unit-narrow{ |
michael@0 | 819 | 2{"{0} mo e {1}"} |
michael@0 | 820 | end{"{0} mo e {1}"} |
michael@0 | 821 | middle{"{0} {1}"} |
michael@0 | 822 | start{"{0} {1}"} |
michael@0 | 823 | } |
michael@0 | 824 | unit-short{ |
michael@0 | 825 | 2{"{0} mo e {1}"} |
michael@0 | 826 | end{"{0} mo e {1}"} |
michael@0 | 827 | middle{"{0} {1}"} |
michael@0 | 828 | start{"{0} {1}"} |
michael@0 | 829 | } |
michael@0 | 830 | } |
michael@0 | 831 | measurementSystemNames{ |
michael@0 | 832 | UK{"fakapilitānia"} |
michael@0 | 833 | US{"fakaʻamelika"} |
michael@0 | 834 | metric{"fakamita"} |
michael@0 | 835 | } |
michael@0 | 836 | units{ |
michael@0 | 837 | acceleration{ |
michael@0 | 838 | g-force{ |
michael@0 | 839 | other{"{0} g-force"} |
michael@0 | 840 | } |
michael@0 | 841 | } |
michael@0 | 842 | angle{ |
michael@0 | 843 | arc-minute{ |
michael@0 | 844 | other{"miniti seakale ʻe {0}"} |
michael@0 | 845 | } |
michael@0 | 846 | arc-second{ |
michael@0 | 847 | other{"sekoni siakale ʻe {0}"} |
michael@0 | 848 | } |
michael@0 | 849 | degree{ |
michael@0 | 850 | other{"tikili seakale ʻe {0}"} |
michael@0 | 851 | } |
michael@0 | 852 | } |
michael@0 | 853 | area{ |
michael@0 | 854 | acre{ |
michael@0 | 855 | other{"ʻeka ʻe {0}"} |
michael@0 | 856 | } |
michael@0 | 857 | hectare{ |
michael@0 | 858 | other{"hekitale ʻe {0}"} |
michael@0 | 859 | } |
michael@0 | 860 | square-foot{ |
michael@0 | 861 | other{"fute sikuea ʻe {0}"} |
michael@0 | 862 | } |
michael@0 | 863 | square-kilometer{ |
michael@0 | 864 | other{"kilomita sikuea ʻe {0}"} |
michael@0 | 865 | } |
michael@0 | 866 | square-meter{ |
michael@0 | 867 | other{"mita sikuea ʻe {0}"} |
michael@0 | 868 | } |
michael@0 | 869 | square-mile{ |
michael@0 | 870 | other{"maile sikuea ʻe {0}"} |
michael@0 | 871 | } |
michael@0 | 872 | } |
michael@0 | 873 | compound{ |
michael@0 | 874 | per{"{0} ʻi he {1}"} |
michael@0 | 875 | } |
michael@0 | 876 | duration{ |
michael@0 | 877 | day{ |
michael@0 | 878 | other{"ʻaho ʻe {0}"} |
michael@0 | 879 | } |
michael@0 | 880 | hour{ |
michael@0 | 881 | other{"houa ʻe {0}"} |
michael@0 | 882 | } |
michael@0 | 883 | millisecond{ |
michael@0 | 884 | other{"milisekoni ʻe {0}"} |
michael@0 | 885 | } |
michael@0 | 886 | minute{ |
michael@0 | 887 | other{"miniti ʻe {0}"} |
michael@0 | 888 | } |
michael@0 | 889 | month{ |
michael@0 | 890 | other{"māhina ʻe {0}"} |
michael@0 | 891 | } |
michael@0 | 892 | second{ |
michael@0 | 893 | other{"sekoni ʻe {0}"} |
michael@0 | 894 | } |
michael@0 | 895 | week{ |
michael@0 | 896 | other{"uike ʻe {0}"} |
michael@0 | 897 | } |
michael@0 | 898 | year{ |
michael@0 | 899 | other{"taʻu ʻe {0}"} |
michael@0 | 900 | } |
michael@0 | 901 | } |
michael@0 | 902 | length{ |
michael@0 | 903 | centimeter{ |
michael@0 | 904 | other{"senitimita ʻe {0}"} |
michael@0 | 905 | } |
michael@0 | 906 | foot{ |
michael@0 | 907 | other{"fute ʻe {0}"} |
michael@0 | 908 | } |
michael@0 | 909 | inch{ |
michael@0 | 910 | other{"ʻinisi ʻe {0}"} |
michael@0 | 911 | } |
michael@0 | 912 | kilometer{ |
michael@0 | 913 | other{"kilomita ʻe {0}"} |
michael@0 | 914 | } |
michael@0 | 915 | light-year{ |
michael@0 | 916 | other{"taʻumaama ʻe {0}"} |
michael@0 | 917 | } |
michael@0 | 918 | meter{ |
michael@0 | 919 | other{"mita ʻe {0}"} |
michael@0 | 920 | } |
michael@0 | 921 | mile{ |
michael@0 | 922 | other{"maile ʻe {0}"} |
michael@0 | 923 | } |
michael@0 | 924 | millimeter{ |
michael@0 | 925 | other{"milimita ʻe {0}"} |
michael@0 | 926 | } |
michael@0 | 927 | picometer{ |
michael@0 | 928 | other{"pikomita ʻe {0}"} |
michael@0 | 929 | } |
michael@0 | 930 | yard{ |
michael@0 | 931 | other{"iate ʻe {0}"} |
michael@0 | 932 | } |
michael@0 | 933 | } |
michael@0 | 934 | mass{ |
michael@0 | 935 | gram{ |
michael@0 | 936 | other{"kalami ʻe {0}"} |
michael@0 | 937 | } |
michael@0 | 938 | kilogram{ |
michael@0 | 939 | other{"kilokalami ʻe {0}"} |
michael@0 | 940 | } |
michael@0 | 941 | ounce{ |
michael@0 | 942 | other{"ʻaunisi ʻe {0}"} |
michael@0 | 943 | } |
michael@0 | 944 | pound{ |
michael@0 | 945 | other{"pāuni ʻe {0}"} |
michael@0 | 946 | } |
michael@0 | 947 | } |
michael@0 | 948 | power{ |
michael@0 | 949 | horsepower{ |
michael@0 | 950 | other{"hoosipaoa ʻe {0}"} |
michael@0 | 951 | } |
michael@0 | 952 | kilowatt{ |
michael@0 | 953 | other{"kilouate ʻe {0}"} |
michael@0 | 954 | } |
michael@0 | 955 | watt{ |
michael@0 | 956 | other{"uate ʻe {0}"} |
michael@0 | 957 | } |
michael@0 | 958 | } |
michael@0 | 959 | pressure{ |
michael@0 | 960 | hectopascal{ |
michael@0 | 961 | other{"{0} hPa"} |
michael@0 | 962 | } |
michael@0 | 963 | inch-hg{ |
michael@0 | 964 | other{"ʻinisi ʻe {0} mēkuli"} |
michael@0 | 965 | } |
michael@0 | 966 | millibar{ |
michael@0 | 967 | other{"milipā ʻe {0}"} |
michael@0 | 968 | } |
michael@0 | 969 | } |
michael@0 | 970 | speed{ |
michael@0 | 971 | kilometer-per-hour{ |
michael@0 | 972 | other{"kilomita he houa ʻe {0}"} |
michael@0 | 973 | } |
michael@0 | 974 | meter-per-second{ |
michael@0 | 975 | other{"mita he sekoni ʻe {0}"} |
michael@0 | 976 | } |
michael@0 | 977 | mile-per-hour{ |
michael@0 | 978 | other{"maile he houa ʻe {0}"} |
michael@0 | 979 | } |
michael@0 | 980 | } |
michael@0 | 981 | temperature{ |
michael@0 | 982 | celsius{ |
michael@0 | 983 | other{"tikili selisiasi ʻe {0}"} |
michael@0 | 984 | } |
michael@0 | 985 | fahrenheit{ |
michael@0 | 986 | other{"tikili felenihaiti ʻe {0}"} |
michael@0 | 987 | } |
michael@0 | 988 | } |
michael@0 | 989 | volume{ |
michael@0 | 990 | cubic-kilometer{ |
michael@0 | 991 | other{"kilomita kiupiki ʻe {0}"} |
michael@0 | 992 | } |
michael@0 | 993 | cubic-mile{ |
michael@0 | 994 | other{"maile kiupiki ʻe {0}"} |
michael@0 | 995 | } |
michael@0 | 996 | liter{ |
michael@0 | 997 | other{"lita ʻe {0}"} |
michael@0 | 998 | } |
michael@0 | 999 | } |
michael@0 | 1000 | } |
michael@0 | 1001 | unitsNarrow{ |
michael@0 | 1002 | acceleration{ |
michael@0 | 1003 | g-force{ |
michael@0 | 1004 | other{"{0} G"} |
michael@0 | 1005 | } |
michael@0 | 1006 | } |
michael@0 | 1007 | angle{ |
michael@0 | 1008 | arc-minute{ |
michael@0 | 1009 | other{"{0}′"} |
michael@0 | 1010 | } |
michael@0 | 1011 | arc-second{ |
michael@0 | 1012 | other{"{0}″"} |
michael@0 | 1013 | } |
michael@0 | 1014 | degree{ |
michael@0 | 1015 | other{"{0}°"} |
michael@0 | 1016 | } |
michael@0 | 1017 | } |
michael@0 | 1018 | area{ |
michael@0 | 1019 | acre{ |
michael@0 | 1020 | other{"{0} ac"} |
michael@0 | 1021 | } |
michael@0 | 1022 | hectare{ |
michael@0 | 1023 | other{"{0}ha"} |
michael@0 | 1024 | } |
michael@0 | 1025 | square-foot{ |
michael@0 | 1026 | other{"{0}ft²"} |
michael@0 | 1027 | } |
michael@0 | 1028 | square-kilometer{ |
michael@0 | 1029 | other{"{0}km²"} |
michael@0 | 1030 | } |
michael@0 | 1031 | square-meter{ |
michael@0 | 1032 | other{"{0}m²"} |
michael@0 | 1033 | } |
michael@0 | 1034 | square-mile{ |
michael@0 | 1035 | other{"{0} mi²"} |
michael@0 | 1036 | } |
michael@0 | 1037 | } |
michael@0 | 1038 | compound{ |
michael@0 | 1039 | per{"{0}/{1}"} |
michael@0 | 1040 | } |
michael@0 | 1041 | duration{ |
michael@0 | 1042 | day{ |
michael@0 | 1043 | other{"ʻaho ʻe {0}"} |
michael@0 | 1044 | } |
michael@0 | 1045 | hour{ |
michael@0 | 1046 | other{"{0}h"} |
michael@0 | 1047 | } |
michael@0 | 1048 | millisecond{ |
michael@0 | 1049 | other{"{0}ms"} |
michael@0 | 1050 | } |
michael@0 | 1051 | minute{ |
michael@0 | 1052 | other{"{0}m"} |
michael@0 | 1053 | } |
michael@0 | 1054 | month{ |
michael@0 | 1055 | other{"{0}m"} |
michael@0 | 1056 | } |
michael@0 | 1057 | second{ |
michael@0 | 1058 | other{"{0}s"} |
michael@0 | 1059 | } |
michael@0 | 1060 | week{ |
michael@0 | 1061 | other{"uike ʻe {0}"} |
michael@0 | 1062 | } |
michael@0 | 1063 | year{ |
michael@0 | 1064 | other{"{0}t"} |
michael@0 | 1065 | } |
michael@0 | 1066 | } |
michael@0 | 1067 | length{ |
michael@0 | 1068 | centimeter{ |
michael@0 | 1069 | other{"{0} cm"} |
michael@0 | 1070 | } |
michael@0 | 1071 | foot{ |
michael@0 | 1072 | other{"{0}ft"} |
michael@0 | 1073 | } |
michael@0 | 1074 | inch{ |
michael@0 | 1075 | other{"{0} in"} |
michael@0 | 1076 | } |
michael@0 | 1077 | kilometer{ |
michael@0 | 1078 | other{"{0}km"} |
michael@0 | 1079 | } |
michael@0 | 1080 | light-year{ |
michael@0 | 1081 | other{"{0}tm"} |
michael@0 | 1082 | } |
michael@0 | 1083 | meter{ |
michael@0 | 1084 | other{"{0}m"} |
michael@0 | 1085 | } |
michael@0 | 1086 | mile{ |
michael@0 | 1087 | other{"{0} mi"} |
michael@0 | 1088 | } |
michael@0 | 1089 | millimeter{ |
michael@0 | 1090 | other{"{0}mm"} |
michael@0 | 1091 | } |
michael@0 | 1092 | picometer{ |
michael@0 | 1093 | other{"{0}pm"} |
michael@0 | 1094 | } |
michael@0 | 1095 | yard{ |
michael@0 | 1096 | other{"{0} yd"} |
michael@0 | 1097 | } |
michael@0 | 1098 | } |
michael@0 | 1099 | mass{ |
michael@0 | 1100 | gram{ |
michael@0 | 1101 | other{"{0} g"} |
michael@0 | 1102 | } |
michael@0 | 1103 | kilogram{ |
michael@0 | 1104 | other{"{0} kg"} |
michael@0 | 1105 | } |
michael@0 | 1106 | ounce{ |
michael@0 | 1107 | other{"{0} oz"} |
michael@0 | 1108 | } |
michael@0 | 1109 | pound{ |
michael@0 | 1110 | other{"{0} lb"} |
michael@0 | 1111 | } |
michael@0 | 1112 | } |
michael@0 | 1113 | power{ |
michael@0 | 1114 | horsepower{ |
michael@0 | 1115 | other{"{0}hp"} |
michael@0 | 1116 | } |
michael@0 | 1117 | kilowatt{ |
michael@0 | 1118 | other{"{0}kW"} |
michael@0 | 1119 | } |
michael@0 | 1120 | watt{ |
michael@0 | 1121 | other{"{0}W"} |
michael@0 | 1122 | } |
michael@0 | 1123 | } |
michael@0 | 1124 | pressure{ |
michael@0 | 1125 | hectopascal{ |
michael@0 | 1126 | other{"{0} hPa"} |
michael@0 | 1127 | } |
michael@0 | 1128 | inch-hg{ |
michael@0 | 1129 | other{"{0} inHg"} |
michael@0 | 1130 | } |
michael@0 | 1131 | millibar{ |
michael@0 | 1132 | other{"{0} mbar"} |
michael@0 | 1133 | } |
michael@0 | 1134 | } |
michael@0 | 1135 | speed{ |
michael@0 | 1136 | kilometer-per-hour{ |
michael@0 | 1137 | other{"{0}km/h"} |
michael@0 | 1138 | } |
michael@0 | 1139 | meter-per-second{ |
michael@0 | 1140 | other{"{0}m/s"} |
michael@0 | 1141 | } |
michael@0 | 1142 | mile-per-hour{ |
michael@0 | 1143 | other{"{0} mi/h"} |
michael@0 | 1144 | } |
michael@0 | 1145 | } |
michael@0 | 1146 | temperature{ |
michael@0 | 1147 | celsius{ |
michael@0 | 1148 | other{"{0}°"} |
michael@0 | 1149 | } |
michael@0 | 1150 | fahrenheit{ |
michael@0 | 1151 | other{"{0}°F"} |
michael@0 | 1152 | } |
michael@0 | 1153 | } |
michael@0 | 1154 | volume{ |
michael@0 | 1155 | cubic-kilometer{ |
michael@0 | 1156 | other{"{0}km³"} |
michael@0 | 1157 | } |
michael@0 | 1158 | cubic-mile{ |
michael@0 | 1159 | other{"{0}ma³"} |
michael@0 | 1160 | } |
michael@0 | 1161 | liter{ |
michael@0 | 1162 | other{"{0}l"} |
michael@0 | 1163 | } |
michael@0 | 1164 | } |
michael@0 | 1165 | } |
michael@0 | 1166 | unitsShort{ |
michael@0 | 1167 | acceleration{ |
michael@0 | 1168 | g-force{ |
michael@0 | 1169 | other{"{0} G"} |
michael@0 | 1170 | } |
michael@0 | 1171 | } |
michael@0 | 1172 | angle{ |
michael@0 | 1173 | arc-minute{ |
michael@0 | 1174 | other{"{0}′"} |
michael@0 | 1175 | } |
michael@0 | 1176 | arc-second{ |
michael@0 | 1177 | other{"{0}″"} |
michael@0 | 1178 | } |
michael@0 | 1179 | degree{ |
michael@0 | 1180 | other{"{0}°"} |
michael@0 | 1181 | } |
michael@0 | 1182 | } |
michael@0 | 1183 | area{ |
michael@0 | 1184 | acre{ |
michael@0 | 1185 | other{"{0} ac"} |
michael@0 | 1186 | } |
michael@0 | 1187 | hectare{ |
michael@0 | 1188 | other{"{0} ha"} |
michael@0 | 1189 | } |
michael@0 | 1190 | square-foot{ |
michael@0 | 1191 | other{"{0} ft²"} |
michael@0 | 1192 | } |
michael@0 | 1193 | square-kilometer{ |
michael@0 | 1194 | other{"{0} km²"} |
michael@0 | 1195 | } |
michael@0 | 1196 | square-meter{ |
michael@0 | 1197 | other{"{0} m²"} |
michael@0 | 1198 | } |
michael@0 | 1199 | square-mile{ |
michael@0 | 1200 | other{"{0} mi²"} |
michael@0 | 1201 | } |
michael@0 | 1202 | } |
michael@0 | 1203 | compound{ |
michael@0 | 1204 | per{"{0}/{1}"} |
michael@0 | 1205 | } |
michael@0 | 1206 | duration{ |
michael@0 | 1207 | day{ |
michael@0 | 1208 | other{"ʻaho ʻe {0}"} |
michael@0 | 1209 | } |
michael@0 | 1210 | hour{ |
michael@0 | 1211 | other{"{0} h"} |
michael@0 | 1212 | } |
michael@0 | 1213 | millisecond{ |
michael@0 | 1214 | other{"{0} ms"} |
michael@0 | 1215 | } |
michael@0 | 1216 | minute{ |
michael@0 | 1217 | other{"{0} m"} |
michael@0 | 1218 | } |
michael@0 | 1219 | month{ |
michael@0 | 1220 | other{"māhina ʻe {0}"} |
michael@0 | 1221 | } |
michael@0 | 1222 | second{ |
michael@0 | 1223 | other{"{0} s"} |
michael@0 | 1224 | } |
michael@0 | 1225 | week{ |
michael@0 | 1226 | other{"uike ʻe {0}"} |
michael@0 | 1227 | } |
michael@0 | 1228 | year{ |
michael@0 | 1229 | other{"{0} t"} |
michael@0 | 1230 | } |
michael@0 | 1231 | } |
michael@0 | 1232 | length{ |
michael@0 | 1233 | centimeter{ |
michael@0 | 1234 | other{"{0} cm"} |
michael@0 | 1235 | } |
michael@0 | 1236 | foot{ |
michael@0 | 1237 | other{"{0} ft"} |
michael@0 | 1238 | } |
michael@0 | 1239 | inch{ |
michael@0 | 1240 | other{"{0} in"} |
michael@0 | 1241 | } |
michael@0 | 1242 | kilometer{ |
michael@0 | 1243 | other{"{0} km"} |
michael@0 | 1244 | } |
michael@0 | 1245 | light-year{ |
michael@0 | 1246 | other{"{0} tm"} |
michael@0 | 1247 | } |
michael@0 | 1248 | meter{ |
michael@0 | 1249 | other{"{0} m"} |
michael@0 | 1250 | } |
michael@0 | 1251 | mile{ |
michael@0 | 1252 | other{"{0} mi"} |
michael@0 | 1253 | } |
michael@0 | 1254 | millimeter{ |
michael@0 | 1255 | other{"{0} mm"} |
michael@0 | 1256 | } |
michael@0 | 1257 | picometer{ |
michael@0 | 1258 | other{"{0} pm"} |
michael@0 | 1259 | } |
michael@0 | 1260 | yard{ |
michael@0 | 1261 | other{"{0} yd"} |
michael@0 | 1262 | } |
michael@0 | 1263 | } |
michael@0 | 1264 | mass{ |
michael@0 | 1265 | gram{ |
michael@0 | 1266 | other{"{0} g"} |
michael@0 | 1267 | } |
michael@0 | 1268 | kilogram{ |
michael@0 | 1269 | other{"{0} kg"} |
michael@0 | 1270 | } |
michael@0 | 1271 | ounce{ |
michael@0 | 1272 | other{"{0} oz"} |
michael@0 | 1273 | } |
michael@0 | 1274 | pound{ |
michael@0 | 1275 | other{"{0} lb"} |
michael@0 | 1276 | } |
michael@0 | 1277 | } |
michael@0 | 1278 | power{ |
michael@0 | 1279 | horsepower{ |
michael@0 | 1280 | other{"{0} hp"} |
michael@0 | 1281 | } |
michael@0 | 1282 | kilowatt{ |
michael@0 | 1283 | other{"{0} kW"} |
michael@0 | 1284 | } |
michael@0 | 1285 | watt{ |
michael@0 | 1286 | other{"{0} W"} |
michael@0 | 1287 | } |
michael@0 | 1288 | } |
michael@0 | 1289 | pressure{ |
michael@0 | 1290 | hectopascal{ |
michael@0 | 1291 | other{"{0} hPa"} |
michael@0 | 1292 | } |
michael@0 | 1293 | inch-hg{ |
michael@0 | 1294 | other{"{0} inHg"} |
michael@0 | 1295 | } |
michael@0 | 1296 | millibar{ |
michael@0 | 1297 | other{"{0} mbar"} |
michael@0 | 1298 | } |
michael@0 | 1299 | } |
michael@0 | 1300 | speed{ |
michael@0 | 1301 | kilometer-per-hour{ |
michael@0 | 1302 | other{"{0} km/h"} |
michael@0 | 1303 | } |
michael@0 | 1304 | meter-per-second{ |
michael@0 | 1305 | other{"{0} m/s"} |
michael@0 | 1306 | } |
michael@0 | 1307 | mile-per-hour{ |
michael@0 | 1308 | other{"{0} mi/h"} |
michael@0 | 1309 | } |
michael@0 | 1310 | } |
michael@0 | 1311 | temperature{ |
michael@0 | 1312 | celsius{ |
michael@0 | 1313 | other{"{0}°C"} |
michael@0 | 1314 | } |
michael@0 | 1315 | fahrenheit{ |
michael@0 | 1316 | other{"{0}°F"} |
michael@0 | 1317 | } |
michael@0 | 1318 | } |
michael@0 | 1319 | volume{ |
michael@0 | 1320 | cubic-kilometer{ |
michael@0 | 1321 | other{"{0} km³"} |
michael@0 | 1322 | } |
michael@0 | 1323 | cubic-mile{ |
michael@0 | 1324 | other{"{0} mi³"} |
michael@0 | 1325 | } |
michael@0 | 1326 | liter{ |
michael@0 | 1327 | other{"{0} l"} |
michael@0 | 1328 | } |
michael@0 | 1329 | } |
michael@0 | 1330 | } |
michael@0 | 1331 | } |