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/en.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/en.xml |
michael@0 | 11 | */ |
michael@0 | 12 | en{ |
michael@0 | 13 | AuxExemplarCharacters{ |
michael@0 | 14 | "[á à ă â å ä ã ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ" |
michael@0 | 15 | "]" |
michael@0 | 16 | } |
michael@0 | 17 | ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"} |
michael@0 | 18 | ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"} |
michael@0 | 19 | ExemplarCharactersPunctuation{ |
michael@0 | 20 | "[\\- ‐ – — , ; \\: ! ? . … ' ‘ ’ \u0022 “ ” ( ) \\[ \\] § @ * / \\& # † ‡ ′ " |
michael@0 | 21 | "″]" |
michael@0 | 22 | } |
michael@0 | 23 | LocaleScript{ |
michael@0 | 24 | "Latn", |
michael@0 | 25 | } |
michael@0 | 26 | NumberElements{ |
michael@0 | 27 | latn{ |
michael@0 | 28 | miscPatterns{ |
michael@0 | 29 | atLeast{"{0}+"} |
michael@0 | 30 | } |
michael@0 | 31 | patterns{ |
michael@0 | 32 | accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 33 | currencyFormat{"¤#,##0.00"} |
michael@0 | 34 | decimalFormat{"#,##0.###"} |
michael@0 | 35 | percentFormat{"#,##0%"} |
michael@0 | 36 | scientificFormat{"#E0"} |
michael@0 | 37 | } |
michael@0 | 38 | patternsLong{ |
michael@0 | 39 | decimalFormat{ |
michael@0 | 40 | 1000{ |
michael@0 | 41 | one{"0 thousand"} |
michael@0 | 42 | other{"0 thousand"} |
michael@0 | 43 | } |
michael@0 | 44 | 10000{ |
michael@0 | 45 | one{"00 thousand"} |
michael@0 | 46 | other{"00 thousand"} |
michael@0 | 47 | } |
michael@0 | 48 | 100000{ |
michael@0 | 49 | one{"000 thousand"} |
michael@0 | 50 | other{"000 thousand"} |
michael@0 | 51 | } |
michael@0 | 52 | 1000000{ |
michael@0 | 53 | one{"0 million"} |
michael@0 | 54 | other{"0 million"} |
michael@0 | 55 | } |
michael@0 | 56 | 10000000{ |
michael@0 | 57 | one{"00 million"} |
michael@0 | 58 | other{"00 million"} |
michael@0 | 59 | } |
michael@0 | 60 | 100000000{ |
michael@0 | 61 | one{"000 million"} |
michael@0 | 62 | other{"000 million"} |
michael@0 | 63 | } |
michael@0 | 64 | 1000000000{ |
michael@0 | 65 | one{"0 billion"} |
michael@0 | 66 | other{"0 billion"} |
michael@0 | 67 | } |
michael@0 | 68 | 10000000000{ |
michael@0 | 69 | one{"00 billion"} |
michael@0 | 70 | other{"00 billion"} |
michael@0 | 71 | } |
michael@0 | 72 | 100000000000{ |
michael@0 | 73 | one{"000 billion"} |
michael@0 | 74 | other{"000 billion"} |
michael@0 | 75 | } |
michael@0 | 76 | 1000000000000{ |
michael@0 | 77 | one{"0 trillion"} |
michael@0 | 78 | other{"0 trillion"} |
michael@0 | 79 | } |
michael@0 | 80 | 10000000000000{ |
michael@0 | 81 | one{"00 trillion"} |
michael@0 | 82 | other{"00 trillion"} |
michael@0 | 83 | } |
michael@0 | 84 | 100000000000000{ |
michael@0 | 85 | one{"000 trillion"} |
michael@0 | 86 | other{"000 trillion"} |
michael@0 | 87 | } |
michael@0 | 88 | } |
michael@0 | 89 | } |
michael@0 | 90 | patternsShort{ |
michael@0 | 91 | decimalFormat{ |
michael@0 | 92 | 1000{ |
michael@0 | 93 | one{"0K"} |
michael@0 | 94 | other{"0K"} |
michael@0 | 95 | } |
michael@0 | 96 | 10000{ |
michael@0 | 97 | one{"00K"} |
michael@0 | 98 | other{"00K"} |
michael@0 | 99 | } |
michael@0 | 100 | 100000{ |
michael@0 | 101 | one{"000K"} |
michael@0 | 102 | other{"000K"} |
michael@0 | 103 | } |
michael@0 | 104 | 1000000{ |
michael@0 | 105 | one{"0M"} |
michael@0 | 106 | other{"0M"} |
michael@0 | 107 | } |
michael@0 | 108 | 10000000{ |
michael@0 | 109 | one{"00M"} |
michael@0 | 110 | other{"00M"} |
michael@0 | 111 | } |
michael@0 | 112 | 100000000{ |
michael@0 | 113 | one{"000M"} |
michael@0 | 114 | other{"000M"} |
michael@0 | 115 | } |
michael@0 | 116 | 1000000000{ |
michael@0 | 117 | one{"0B"} |
michael@0 | 118 | other{"0B"} |
michael@0 | 119 | } |
michael@0 | 120 | 10000000000{ |
michael@0 | 121 | one{"00B"} |
michael@0 | 122 | other{"00B"} |
michael@0 | 123 | } |
michael@0 | 124 | 100000000000{ |
michael@0 | 125 | one{"000B"} |
michael@0 | 126 | other{"000B"} |
michael@0 | 127 | } |
michael@0 | 128 | 1000000000000{ |
michael@0 | 129 | one{"0T"} |
michael@0 | 130 | other{"0T"} |
michael@0 | 131 | } |
michael@0 | 132 | 10000000000000{ |
michael@0 | 133 | one{"00T"} |
michael@0 | 134 | other{"00T"} |
michael@0 | 135 | } |
michael@0 | 136 | 100000000000000{ |
michael@0 | 137 | one{"000T"} |
michael@0 | 138 | other{"000T"} |
michael@0 | 139 | } |
michael@0 | 140 | } |
michael@0 | 141 | } |
michael@0 | 142 | symbols{ |
michael@0 | 143 | decimal{"."} |
michael@0 | 144 | exponential{"E"} |
michael@0 | 145 | group{","} |
michael@0 | 146 | infinity{"∞"} |
michael@0 | 147 | list{";"} |
michael@0 | 148 | minusSign{"-"} |
michael@0 | 149 | nan{"NaN"} |
michael@0 | 150 | perMille{"‰"} |
michael@0 | 151 | percentSign{"%"} |
michael@0 | 152 | plusSign{"+"} |
michael@0 | 153 | superscriptingExponent{"×"} |
michael@0 | 154 | } |
michael@0 | 155 | } |
michael@0 | 156 | } |
michael@0 | 157 | Version{"2.0.92.87"} |
michael@0 | 158 | calendar{ |
michael@0 | 159 | buddhist{ |
michael@0 | 160 | eras{ |
michael@0 | 161 | abbreviated{ |
michael@0 | 162 | "BE", |
michael@0 | 163 | } |
michael@0 | 164 | } |
michael@0 | 165 | } |
michael@0 | 166 | chinese{ |
michael@0 | 167 | DateTimePatterns{ |
michael@0 | 168 | "h:mm:ss a zzzz", |
michael@0 | 169 | "h:mm:ss a z", |
michael@0 | 170 | "h:mm:ss a", |
michael@0 | 171 | "h:mm a", |
michael@0 | 172 | "EEEE, MMMM d, U", |
michael@0 | 173 | "MMMM d, U", |
michael@0 | 174 | "MMM d, U", |
michael@0 | 175 | "M/d/yy", |
michael@0 | 176 | "{1}, {0}", |
michael@0 | 177 | "{1} 'at' {0}", |
michael@0 | 178 | "{1} 'at' {0}", |
michael@0 | 179 | "{1}, {0}", |
michael@0 | 180 | "{1}, {0}", |
michael@0 | 181 | } |
michael@0 | 182 | availableFormats{ |
michael@0 | 183 | EHm{"E HH:mm"} |
michael@0 | 184 | EHms{"E HH:mm:ss"} |
michael@0 | 185 | Ed{"d E"} |
michael@0 | 186 | Ehm{"E h:mm a"} |
michael@0 | 187 | Ehms{"E h:mm:ss a"} |
michael@0 | 188 | Gy{"U"} |
michael@0 | 189 | GyMMM{"MMM U"} |
michael@0 | 190 | GyMMMEd{"E, MMM d, U"} |
michael@0 | 191 | GyMMMd{"MMM d, U"} |
michael@0 | 192 | H{"HH"} |
michael@0 | 193 | Hm{"HH:mm"} |
michael@0 | 194 | Hms{"HH:mm:ss"} |
michael@0 | 195 | M{"L"} |
michael@0 | 196 | MEd{"E, M/d"} |
michael@0 | 197 | MMM{"LLL"} |
michael@0 | 198 | MMMEd{"E, MMM d"} |
michael@0 | 199 | MMMd{"MMM d"} |
michael@0 | 200 | Md{"M/d"} |
michael@0 | 201 | d{"d"} |
michael@0 | 202 | h{"h a"} |
michael@0 | 203 | hm{"h:mm a"} |
michael@0 | 204 | hms{"h:mm:ss a"} |
michael@0 | 205 | ms{"mm:ss"} |
michael@0 | 206 | y{"U"} |
michael@0 | 207 | yMd{"M/d/y"} |
michael@0 | 208 | yyyy{"U"} |
michael@0 | 209 | yyyyM{"M/y"} |
michael@0 | 210 | yyyyMEd{"E, M/d/y"} |
michael@0 | 211 | yyyyMMM{"MMM U"} |
michael@0 | 212 | yyyyMMMEd{"E, MMM d, U"} |
michael@0 | 213 | yyyyMMMd{"MMM d, U"} |
michael@0 | 214 | yyyyMd{"M/d/y"} |
michael@0 | 215 | yyyyQQQ{"QQQ U"} |
michael@0 | 216 | yyyyQQQQ{"QQQQ U"} |
michael@0 | 217 | } |
michael@0 | 218 | cyclicNameSets{ |
michael@0 | 219 | zodiacs{ |
michael@0 | 220 | format{ |
michael@0 | 221 | abbreviated{ |
michael@0 | 222 | "Rat", |
michael@0 | 223 | "Ox", |
michael@0 | 224 | "Tiger", |
michael@0 | 225 | "Rabbit", |
michael@0 | 226 | "Dragon", |
michael@0 | 227 | "Snake", |
michael@0 | 228 | "Horse", |
michael@0 | 229 | "Goat", |
michael@0 | 230 | "Monkey", |
michael@0 | 231 | "Rooster", |
michael@0 | 232 | "Dog", |
michael@0 | 233 | "Pig", |
michael@0 | 234 | } |
michael@0 | 235 | } |
michael@0 | 236 | } |
michael@0 | 237 | } |
michael@0 | 238 | intervalFormats{ |
michael@0 | 239 | H{ |
michael@0 | 240 | H{"HH – HH"} |
michael@0 | 241 | } |
michael@0 | 242 | Hm{ |
michael@0 | 243 | H{"HH:mm – HH:mm"} |
michael@0 | 244 | m{"HH:mm – HH:mm"} |
michael@0 | 245 | } |
michael@0 | 246 | Hmv{ |
michael@0 | 247 | H{"HH:mm – HH:mm v"} |
michael@0 | 248 | m{"HH:mm – HH:mm v"} |
michael@0 | 249 | } |
michael@0 | 250 | Hv{ |
michael@0 | 251 | H{"HH – HH v"} |
michael@0 | 252 | } |
michael@0 | 253 | M{ |
michael@0 | 254 | M{"M – M"} |
michael@0 | 255 | } |
michael@0 | 256 | MEd{ |
michael@0 | 257 | M{"E, M/d – E, M/d"} |
michael@0 | 258 | d{"E, M/d – E, M/d"} |
michael@0 | 259 | } |
michael@0 | 260 | MMM{ |
michael@0 | 261 | M{"MMM – MMM"} |
michael@0 | 262 | } |
michael@0 | 263 | MMMEd{ |
michael@0 | 264 | M{"E, MMM d – E, MMM d"} |
michael@0 | 265 | d{"E, MMM d – E, MMM d"} |
michael@0 | 266 | } |
michael@0 | 267 | MMMd{ |
michael@0 | 268 | M{"MMM d – MMM d"} |
michael@0 | 269 | d{"MMM d – d"} |
michael@0 | 270 | } |
michael@0 | 271 | Md{ |
michael@0 | 272 | M{"M/d – M/d"} |
michael@0 | 273 | d{"M/d – M/d"} |
michael@0 | 274 | } |
michael@0 | 275 | d{ |
michael@0 | 276 | d{"d – d"} |
michael@0 | 277 | } |
michael@0 | 278 | fallback{"{0} – {1}"} |
michael@0 | 279 | h{ |
michael@0 | 280 | a{"h a – h a"} |
michael@0 | 281 | h{"h – h a"} |
michael@0 | 282 | } |
michael@0 | 283 | hm{ |
michael@0 | 284 | a{"h:mm a – h:mm a"} |
michael@0 | 285 | h{"h:mm – h:mm a"} |
michael@0 | 286 | m{"h:mm – h:mm a"} |
michael@0 | 287 | } |
michael@0 | 288 | hmv{ |
michael@0 | 289 | a{"h:mm a – h:mm a v"} |
michael@0 | 290 | h{"h:mm – h:mm a v"} |
michael@0 | 291 | m{"h:mm – h:mm a v"} |
michael@0 | 292 | } |
michael@0 | 293 | hv{ |
michael@0 | 294 | a{"h a – h a v"} |
michael@0 | 295 | h{"h – h a v"} |
michael@0 | 296 | } |
michael@0 | 297 | y{ |
michael@0 | 298 | y{"U – U"} |
michael@0 | 299 | } |
michael@0 | 300 | yM{ |
michael@0 | 301 | M{"M/y – M/y"} |
michael@0 | 302 | y{"M/y – M/y"} |
michael@0 | 303 | } |
michael@0 | 304 | yMEd{ |
michael@0 | 305 | M{"E, M/d/y – E, M/d/y"} |
michael@0 | 306 | d{"E, M/d/y – E, M/d/y"} |
michael@0 | 307 | y{"E, M/d/y – E, M/d/y"} |
michael@0 | 308 | } |
michael@0 | 309 | yMMM{ |
michael@0 | 310 | M{"MMM – MMM U"} |
michael@0 | 311 | y{"MMM U – MMM U"} |
michael@0 | 312 | } |
michael@0 | 313 | yMMMEd{ |
michael@0 | 314 | M{"E, MMM d – E, MMM d, U"} |
michael@0 | 315 | d{"E, MMM d – E, MMM d, U"} |
michael@0 | 316 | y{"E, MMM d, U – E, MMM d, U"} |
michael@0 | 317 | } |
michael@0 | 318 | yMMMM{ |
michael@0 | 319 | M{"MMMM – MMMM U"} |
michael@0 | 320 | y{"MMMM U – MMMM U"} |
michael@0 | 321 | } |
michael@0 | 322 | yMMMd{ |
michael@0 | 323 | M{"MMM d – MMM d, U"} |
michael@0 | 324 | d{"MMM d – d, U"} |
michael@0 | 325 | y{"MMM d, U – MMM d, U"} |
michael@0 | 326 | } |
michael@0 | 327 | yMd{ |
michael@0 | 328 | M{"M/d/y – M/d/y"} |
michael@0 | 329 | d{"M/d/y – M/d/y"} |
michael@0 | 330 | y{"M/d/y – M/d/y"} |
michael@0 | 331 | } |
michael@0 | 332 | } |
michael@0 | 333 | monthNames{ |
michael@0 | 334 | format{ |
michael@0 | 335 | abbreviated{ |
michael@0 | 336 | "Mo1", |
michael@0 | 337 | "Mo2", |
michael@0 | 338 | "Mo3", |
michael@0 | 339 | "Mo4", |
michael@0 | 340 | "Mo5", |
michael@0 | 341 | "Mo6", |
michael@0 | 342 | "Mo7", |
michael@0 | 343 | "Mo8", |
michael@0 | 344 | "Mo9", |
michael@0 | 345 | "Mo10", |
michael@0 | 346 | "Mo11", |
michael@0 | 347 | "Mo12", |
michael@0 | 348 | } |
michael@0 | 349 | wide{ |
michael@0 | 350 | "Month1", |
michael@0 | 351 | "Month2", |
michael@0 | 352 | "Month3", |
michael@0 | 353 | "Month4", |
michael@0 | 354 | "Month5", |
michael@0 | 355 | "Month6", |
michael@0 | 356 | "Month7", |
michael@0 | 357 | "Month8", |
michael@0 | 358 | "Month9", |
michael@0 | 359 | "Month10", |
michael@0 | 360 | "Month11", |
michael@0 | 361 | "Month12", |
michael@0 | 362 | } |
michael@0 | 363 | } |
michael@0 | 364 | } |
michael@0 | 365 | } |
michael@0 | 366 | generic{ |
michael@0 | 367 | DateTimePatterns{ |
michael@0 | 368 | "h:mm:ss a zzzz", |
michael@0 | 369 | "h:mm:ss a z", |
michael@0 | 370 | "h:mm:ss a", |
michael@0 | 371 | "h:mm a", |
michael@0 | 372 | "EEEE, MMMM d, y G", |
michael@0 | 373 | "MMMM d, y G", |
michael@0 | 374 | "MMM d, y G", |
michael@0 | 375 | "M/d/y GGGGG", |
michael@0 | 376 | "{1}, {0}", |
michael@0 | 377 | "{1} 'at' {0}", |
michael@0 | 378 | "{1} 'at' {0}", |
michael@0 | 379 | "{1}, {0}", |
michael@0 | 380 | "{1}, {0}", |
michael@0 | 381 | } |
michael@0 | 382 | appendItems{ |
michael@0 | 383 | Day{"{0} ({2}: {1})"} |
michael@0 | 384 | Day-Of-Week{"{0} {1}"} |
michael@0 | 385 | Era{"{0} {1}"} |
michael@0 | 386 | Hour{"{0} ({2}: {1})"} |
michael@0 | 387 | Minute{"{0} ({2}: {1})"} |
michael@0 | 388 | Month{"{0} ({2}: {1})"} |
michael@0 | 389 | Quarter{"{0} ({2}: {1})"} |
michael@0 | 390 | Second{"{0} ({2}: {1})"} |
michael@0 | 391 | Timezone{"{0} {1}"} |
michael@0 | 392 | Week{"{0} ({2}: {1})"} |
michael@0 | 393 | Year{"{0} {1}"} |
michael@0 | 394 | } |
michael@0 | 395 | availableFormats{ |
michael@0 | 396 | EHm{"E HH:mm"} |
michael@0 | 397 | EHms{"E HH:mm:ss"} |
michael@0 | 398 | Ed{"d E"} |
michael@0 | 399 | Ehm{"E h:mm a"} |
michael@0 | 400 | Ehms{"E h:mm:ss a"} |
michael@0 | 401 | Gy{"y G"} |
michael@0 | 402 | GyMMM{"MMM y G"} |
michael@0 | 403 | GyMMMEd{"E, MMM d, y G"} |
michael@0 | 404 | GyMMMd{"MMM d, y G"} |
michael@0 | 405 | H{"HH"} |
michael@0 | 406 | Hm{"HH:mm"} |
michael@0 | 407 | Hms{"HH:mm:ss"} |
michael@0 | 408 | M{"L"} |
michael@0 | 409 | MEd{"E, M/d"} |
michael@0 | 410 | MMM{"LLL"} |
michael@0 | 411 | MMMEd{"E, MMM d"} |
michael@0 | 412 | MMMd{"MMM d"} |
michael@0 | 413 | Md{"M/d"} |
michael@0 | 414 | d{"d"} |
michael@0 | 415 | h{"h a"} |
michael@0 | 416 | hm{"h:mm a"} |
michael@0 | 417 | hms{"h:mm:ss a"} |
michael@0 | 418 | ms{"mm:ss"} |
michael@0 | 419 | y{"y G"} |
michael@0 | 420 | yyyy{"y G"} |
michael@0 | 421 | yyyyM{"M/y GGGGG"} |
michael@0 | 422 | yyyyMEd{"E, M/d/y GGGGG"} |
michael@0 | 423 | yyyyMMM{"MMM y G"} |
michael@0 | 424 | yyyyMMMEd{"E, MMM d, y G"} |
michael@0 | 425 | yyyyMMMd{"MMM d, y G"} |
michael@0 | 426 | yyyyMd{"M/d/y GGGGG"} |
michael@0 | 427 | yyyyQQQ{"QQQ y G"} |
michael@0 | 428 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 429 | } |
michael@0 | 430 | intervalFormats{ |
michael@0 | 431 | H{ |
michael@0 | 432 | H{"HH – HH"} |
michael@0 | 433 | } |
michael@0 | 434 | Hm{ |
michael@0 | 435 | H{"HH:mm – HH:mm"} |
michael@0 | 436 | m{"HH:mm – HH:mm"} |
michael@0 | 437 | } |
michael@0 | 438 | Hmv{ |
michael@0 | 439 | H{"HH:mm – HH:mm v"} |
michael@0 | 440 | m{"HH:mm – HH:mm v"} |
michael@0 | 441 | } |
michael@0 | 442 | Hv{ |
michael@0 | 443 | H{"HH – HH v"} |
michael@0 | 444 | } |
michael@0 | 445 | M{ |
michael@0 | 446 | M{"M – M"} |
michael@0 | 447 | } |
michael@0 | 448 | MEd{ |
michael@0 | 449 | M{"E, M/d – E, M/d"} |
michael@0 | 450 | d{"E, M/d – E, M/d"} |
michael@0 | 451 | } |
michael@0 | 452 | MMM{ |
michael@0 | 453 | M{"MMM – MMM"} |
michael@0 | 454 | } |
michael@0 | 455 | MMMEd{ |
michael@0 | 456 | M{"E, MMM d – E, MMM d"} |
michael@0 | 457 | d{"E, MMM d – E, MMM d"} |
michael@0 | 458 | } |
michael@0 | 459 | MMMd{ |
michael@0 | 460 | M{"MMM d – MMM d"} |
michael@0 | 461 | d{"MMM d – d"} |
michael@0 | 462 | } |
michael@0 | 463 | Md{ |
michael@0 | 464 | M{"M/d – M/d"} |
michael@0 | 465 | d{"M/d – M/d"} |
michael@0 | 466 | } |
michael@0 | 467 | d{ |
michael@0 | 468 | d{"d – d"} |
michael@0 | 469 | } |
michael@0 | 470 | fallback{"{0} – {1}"} |
michael@0 | 471 | h{ |
michael@0 | 472 | a{"h a – h a"} |
michael@0 | 473 | h{"h – h a"} |
michael@0 | 474 | } |
michael@0 | 475 | hm{ |
michael@0 | 476 | a{"h:mm a – h:mm a"} |
michael@0 | 477 | h{"h:mm – h:mm a"} |
michael@0 | 478 | m{"h:mm – h:mm a"} |
michael@0 | 479 | } |
michael@0 | 480 | hmv{ |
michael@0 | 481 | a{"h:mm a – h:mm a v"} |
michael@0 | 482 | h{"h:mm – h:mm a v"} |
michael@0 | 483 | m{"h:mm – h:mm a v"} |
michael@0 | 484 | } |
michael@0 | 485 | hv{ |
michael@0 | 486 | a{"h a – h a v"} |
michael@0 | 487 | h{"h – h a v"} |
michael@0 | 488 | } |
michael@0 | 489 | y{ |
michael@0 | 490 | y{"y – y G"} |
michael@0 | 491 | } |
michael@0 | 492 | yM{ |
michael@0 | 493 | M{"M/y – M/y GGGGG"} |
michael@0 | 494 | y{"M/y – M/y GGGGG"} |
michael@0 | 495 | } |
michael@0 | 496 | yMEd{ |
michael@0 | 497 | M{"E, M/d/y – E, M/d/y GGGGG"} |
michael@0 | 498 | d{"E, M/d/y – E, M/d/y GGGGG"} |
michael@0 | 499 | y{"E, M/d/y – E, M/d/y GGGGG"} |
michael@0 | 500 | } |
michael@0 | 501 | yMMM{ |
michael@0 | 502 | M{"MMM – MMM y G"} |
michael@0 | 503 | y{"MMM y – MMM y G"} |
michael@0 | 504 | } |
michael@0 | 505 | yMMMEd{ |
michael@0 | 506 | M{"E, MMM d – E, MMM d, y G"} |
michael@0 | 507 | d{"E, MMM d – E, MMM d, y G"} |
michael@0 | 508 | y{"E, MMM d, y – E, MMM d, y G"} |
michael@0 | 509 | } |
michael@0 | 510 | yMMMM{ |
michael@0 | 511 | M{"MMMM – MMMM y G"} |
michael@0 | 512 | y{"MMMM y – MMMM y G"} |
michael@0 | 513 | } |
michael@0 | 514 | yMMMd{ |
michael@0 | 515 | M{"MMM d – MMM d, y G"} |
michael@0 | 516 | d{"MMM d – d, y G"} |
michael@0 | 517 | y{"MMM d, y – MMM d, y G"} |
michael@0 | 518 | } |
michael@0 | 519 | yMd{ |
michael@0 | 520 | M{"M/d/y – M/d/y GGGGG"} |
michael@0 | 521 | d{"M/d/y – M/d/y GGGGG"} |
michael@0 | 522 | y{"M/d/y – M/d/y GGGGG"} |
michael@0 | 523 | } |
michael@0 | 524 | } |
michael@0 | 525 | } |
michael@0 | 526 | gregorian{ |
michael@0 | 527 | AmPmMarkers{ |
michael@0 | 528 | "AM", |
michael@0 | 529 | "PM", |
michael@0 | 530 | } |
michael@0 | 531 | AmPmMarkersNarrow{ |
michael@0 | 532 | "a", |
michael@0 | 533 | "p", |
michael@0 | 534 | } |
michael@0 | 535 | DateTimePatterns{ |
michael@0 | 536 | "h:mm:ss a zzzz", |
michael@0 | 537 | "h:mm:ss a z", |
michael@0 | 538 | "h:mm:ss a", |
michael@0 | 539 | "h:mm a", |
michael@0 | 540 | "EEEE, MMMM d, y", |
michael@0 | 541 | "MMMM d, y", |
michael@0 | 542 | "MMM d, y", |
michael@0 | 543 | "M/d/yy", |
michael@0 | 544 | "{1}, {0}", |
michael@0 | 545 | "{1} 'at' {0}", |
michael@0 | 546 | "{1} 'at' {0}", |
michael@0 | 547 | "{1}, {0}", |
michael@0 | 548 | "{1}, {0}", |
michael@0 | 549 | } |
michael@0 | 550 | appendItems{ |
michael@0 | 551 | Day{"{0} ({2}: {1})"} |
michael@0 | 552 | Day-Of-Week{"{0} {1}"} |
michael@0 | 553 | Era{"{0} {1}"} |
michael@0 | 554 | Hour{"{0} ({2}: {1})"} |
michael@0 | 555 | Minute{"{0} ({2}: {1})"} |
michael@0 | 556 | Month{"{0} ({2}: {1})"} |
michael@0 | 557 | Quarter{"{0} ({2}: {1})"} |
michael@0 | 558 | Second{"{0} ({2}: {1})"} |
michael@0 | 559 | Timezone{"{0} {1}"} |
michael@0 | 560 | Week{"{0} ({2}: {1})"} |
michael@0 | 561 | Year{"{0} {1}"} |
michael@0 | 562 | } |
michael@0 | 563 | availableFormats{ |
michael@0 | 564 | EHm{"E HH:mm"} |
michael@0 | 565 | EHms{"E HH:mm:ss"} |
michael@0 | 566 | Ed{"d E"} |
michael@0 | 567 | Ehm{"E h:mm a"} |
michael@0 | 568 | Ehms{"E h:mm:ss a"} |
michael@0 | 569 | Gy{"y G"} |
michael@0 | 570 | GyMMM{"MMM y G"} |
michael@0 | 571 | GyMMMEd{"E, MMM d, y G"} |
michael@0 | 572 | GyMMMd{"MMM d, y G"} |
michael@0 | 573 | H{"HH"} |
michael@0 | 574 | Hm{"HH:mm"} |
michael@0 | 575 | Hms{"HH:mm:ss"} |
michael@0 | 576 | M{"L"} |
michael@0 | 577 | MEd{"E, M/d"} |
michael@0 | 578 | MMM{"LLL"} |
michael@0 | 579 | MMMEd{"E, MMM d"} |
michael@0 | 580 | MMMd{"MMM d"} |
michael@0 | 581 | Md{"M/d"} |
michael@0 | 582 | d{"d"} |
michael@0 | 583 | h{"h a"} |
michael@0 | 584 | hm{"h:mm a"} |
michael@0 | 585 | hms{"h:mm:ss a"} |
michael@0 | 586 | ms{"mm:ss"} |
michael@0 | 587 | y{"y"} |
michael@0 | 588 | yM{"M/y"} |
michael@0 | 589 | yMEd{"E, M/d/y"} |
michael@0 | 590 | yMMM{"MMM y"} |
michael@0 | 591 | yMMMEd{"E, MMM d, y"} |
michael@0 | 592 | yMMMd{"MMM d, y"} |
michael@0 | 593 | yMd{"M/d/y"} |
michael@0 | 594 | yQQQ{"QQQ y"} |
michael@0 | 595 | yQQQQ{"QQQQ y"} |
michael@0 | 596 | } |
michael@0 | 597 | dayNames{ |
michael@0 | 598 | format{ |
michael@0 | 599 | abbreviated{ |
michael@0 | 600 | "Sun", |
michael@0 | 601 | "Mon", |
michael@0 | 602 | "Tue", |
michael@0 | 603 | "Wed", |
michael@0 | 604 | "Thu", |
michael@0 | 605 | "Fri", |
michael@0 | 606 | "Sat", |
michael@0 | 607 | } |
michael@0 | 608 | short{ |
michael@0 | 609 | "Su", |
michael@0 | 610 | "Mo", |
michael@0 | 611 | "Tu", |
michael@0 | 612 | "We", |
michael@0 | 613 | "Th", |
michael@0 | 614 | "Fr", |
michael@0 | 615 | "Sa", |
michael@0 | 616 | } |
michael@0 | 617 | wide{ |
michael@0 | 618 | "Sunday", |
michael@0 | 619 | "Monday", |
michael@0 | 620 | "Tuesday", |
michael@0 | 621 | "Wednesday", |
michael@0 | 622 | "Thursday", |
michael@0 | 623 | "Friday", |
michael@0 | 624 | "Saturday", |
michael@0 | 625 | } |
michael@0 | 626 | } |
michael@0 | 627 | stand-alone{ |
michael@0 | 628 | narrow{ |
michael@0 | 629 | "S", |
michael@0 | 630 | "M", |
michael@0 | 631 | "T", |
michael@0 | 632 | "W", |
michael@0 | 633 | "T", |
michael@0 | 634 | "F", |
michael@0 | 635 | "S", |
michael@0 | 636 | } |
michael@0 | 637 | } |
michael@0 | 638 | } |
michael@0 | 639 | eras{ |
michael@0 | 640 | abbreviated{ |
michael@0 | 641 | "BC", |
michael@0 | 642 | "AD", |
michael@0 | 643 | } |
michael@0 | 644 | narrow{ |
michael@0 | 645 | "B", |
michael@0 | 646 | "A", |
michael@0 | 647 | } |
michael@0 | 648 | wide{ |
michael@0 | 649 | "Before Christ", |
michael@0 | 650 | "Anno Domini", |
michael@0 | 651 | } |
michael@0 | 652 | } |
michael@0 | 653 | intervalFormats{ |
michael@0 | 654 | H{ |
michael@0 | 655 | H{"HH – HH"} |
michael@0 | 656 | } |
michael@0 | 657 | Hm{ |
michael@0 | 658 | H{"HH:mm – HH:mm"} |
michael@0 | 659 | m{"HH:mm – HH:mm"} |
michael@0 | 660 | } |
michael@0 | 661 | Hmv{ |
michael@0 | 662 | H{"HH:mm – HH:mm v"} |
michael@0 | 663 | m{"HH:mm – HH:mm v"} |
michael@0 | 664 | } |
michael@0 | 665 | Hv{ |
michael@0 | 666 | H{"HH – HH v"} |
michael@0 | 667 | } |
michael@0 | 668 | M{ |
michael@0 | 669 | M{"M – M"} |
michael@0 | 670 | } |
michael@0 | 671 | MEd{ |
michael@0 | 672 | M{"E, M/d – E, M/d"} |
michael@0 | 673 | d{"E, M/d – E, M/d"} |
michael@0 | 674 | } |
michael@0 | 675 | MMM{ |
michael@0 | 676 | M{"MMM – MMM"} |
michael@0 | 677 | } |
michael@0 | 678 | MMMEd{ |
michael@0 | 679 | M{"E, MMM d – E, MMM d"} |
michael@0 | 680 | d{"E, MMM d – E, MMM d"} |
michael@0 | 681 | } |
michael@0 | 682 | MMMd{ |
michael@0 | 683 | M{"MMM d – MMM d"} |
michael@0 | 684 | d{"MMM d – d"} |
michael@0 | 685 | } |
michael@0 | 686 | Md{ |
michael@0 | 687 | M{"M/d – M/d"} |
michael@0 | 688 | d{"M/d – M/d"} |
michael@0 | 689 | } |
michael@0 | 690 | d{ |
michael@0 | 691 | d{"d – d"} |
michael@0 | 692 | } |
michael@0 | 693 | fallback{"{0} – {1}"} |
michael@0 | 694 | h{ |
michael@0 | 695 | a{"h a – h a"} |
michael@0 | 696 | h{"h – h a"} |
michael@0 | 697 | } |
michael@0 | 698 | hm{ |
michael@0 | 699 | a{"h:mm a – h:mm a"} |
michael@0 | 700 | h{"h:mm – h:mm a"} |
michael@0 | 701 | m{"h:mm – h:mm a"} |
michael@0 | 702 | } |
michael@0 | 703 | hmv{ |
michael@0 | 704 | a{"h:mm a – h:mm a v"} |
michael@0 | 705 | h{"h:mm – h:mm a v"} |
michael@0 | 706 | m{"h:mm – h:mm a v"} |
michael@0 | 707 | } |
michael@0 | 708 | hv{ |
michael@0 | 709 | a{"h a – h a v"} |
michael@0 | 710 | h{"h – h a v"} |
michael@0 | 711 | } |
michael@0 | 712 | y{ |
michael@0 | 713 | y{"y – y"} |
michael@0 | 714 | } |
michael@0 | 715 | yM{ |
michael@0 | 716 | M{"M/y – M/y"} |
michael@0 | 717 | y{"M/y – M/y"} |
michael@0 | 718 | } |
michael@0 | 719 | yMEd{ |
michael@0 | 720 | M{"E, M/d/y – E, M/d/y"} |
michael@0 | 721 | d{"E, M/d/y – E, M/d/y"} |
michael@0 | 722 | y{"E, M/d/y – E, M/d/y"} |
michael@0 | 723 | } |
michael@0 | 724 | yMMM{ |
michael@0 | 725 | M{"MMM – MMM y"} |
michael@0 | 726 | y{"MMM y – MMM y"} |
michael@0 | 727 | } |
michael@0 | 728 | yMMMEd{ |
michael@0 | 729 | M{"E, MMM d – E, MMM d, y"} |
michael@0 | 730 | d{"E, MMM d – E, MMM d, y"} |
michael@0 | 731 | y{"E, MMM d, y – E, MMM d, y"} |
michael@0 | 732 | } |
michael@0 | 733 | yMMMM{ |
michael@0 | 734 | M{"MMMM – MMMM y"} |
michael@0 | 735 | y{"MMMM y – MMMM y"} |
michael@0 | 736 | } |
michael@0 | 737 | yMMMd{ |
michael@0 | 738 | M{"MMM d – MMM d, y"} |
michael@0 | 739 | d{"MMM d – d, y"} |
michael@0 | 740 | y{"MMM d, y – MMM d, y"} |
michael@0 | 741 | } |
michael@0 | 742 | yMd{ |
michael@0 | 743 | M{"M/d/y – M/d/y"} |
michael@0 | 744 | d{"M/d/y – M/d/y"} |
michael@0 | 745 | y{"M/d/y – M/d/y"} |
michael@0 | 746 | } |
michael@0 | 747 | } |
michael@0 | 748 | monthNames{ |
michael@0 | 749 | format{ |
michael@0 | 750 | abbreviated{ |
michael@0 | 751 | "Jan", |
michael@0 | 752 | "Feb", |
michael@0 | 753 | "Mar", |
michael@0 | 754 | "Apr", |
michael@0 | 755 | "May", |
michael@0 | 756 | "Jun", |
michael@0 | 757 | "Jul", |
michael@0 | 758 | "Aug", |
michael@0 | 759 | "Sep", |
michael@0 | 760 | "Oct", |
michael@0 | 761 | "Nov", |
michael@0 | 762 | "Dec", |
michael@0 | 763 | } |
michael@0 | 764 | wide{ |
michael@0 | 765 | "January", |
michael@0 | 766 | "February", |
michael@0 | 767 | "March", |
michael@0 | 768 | "April", |
michael@0 | 769 | "May", |
michael@0 | 770 | "June", |
michael@0 | 771 | "July", |
michael@0 | 772 | "August", |
michael@0 | 773 | "September", |
michael@0 | 774 | "October", |
michael@0 | 775 | "November", |
michael@0 | 776 | "December", |
michael@0 | 777 | } |
michael@0 | 778 | } |
michael@0 | 779 | stand-alone{ |
michael@0 | 780 | narrow{ |
michael@0 | 781 | "J", |
michael@0 | 782 | "F", |
michael@0 | 783 | "M", |
michael@0 | 784 | "A", |
michael@0 | 785 | "M", |
michael@0 | 786 | "J", |
michael@0 | 787 | "J", |
michael@0 | 788 | "A", |
michael@0 | 789 | "S", |
michael@0 | 790 | "O", |
michael@0 | 791 | "N", |
michael@0 | 792 | "D", |
michael@0 | 793 | } |
michael@0 | 794 | } |
michael@0 | 795 | } |
michael@0 | 796 | quarters{ |
michael@0 | 797 | format{ |
michael@0 | 798 | abbreviated{ |
michael@0 | 799 | "Q1", |
michael@0 | 800 | "Q2", |
michael@0 | 801 | "Q3", |
michael@0 | 802 | "Q4", |
michael@0 | 803 | } |
michael@0 | 804 | wide{ |
michael@0 | 805 | "1st quarter", |
michael@0 | 806 | "2nd quarter", |
michael@0 | 807 | "3rd quarter", |
michael@0 | 808 | "4th quarter", |
michael@0 | 809 | } |
michael@0 | 810 | } |
michael@0 | 811 | stand-alone{ |
michael@0 | 812 | narrow{ |
michael@0 | 813 | "1", |
michael@0 | 814 | "2", |
michael@0 | 815 | "3", |
michael@0 | 816 | "4", |
michael@0 | 817 | } |
michael@0 | 818 | } |
michael@0 | 819 | } |
michael@0 | 820 | } |
michael@0 | 821 | hebrew{ |
michael@0 | 822 | eras{ |
michael@0 | 823 | abbreviated{ |
michael@0 | 824 | "AM", |
michael@0 | 825 | } |
michael@0 | 826 | } |
michael@0 | 827 | } |
michael@0 | 828 | islamic{ |
michael@0 | 829 | eras{ |
michael@0 | 830 | abbreviated{ |
michael@0 | 831 | "AH", |
michael@0 | 832 | } |
michael@0 | 833 | } |
michael@0 | 834 | } |
michael@0 | 835 | japanese{ |
michael@0 | 836 | DateTimePatterns{ |
michael@0 | 837 | "h:mm:ss a zzzz", |
michael@0 | 838 | "h:mm:ss a z", |
michael@0 | 839 | "h:mm:ss a", |
michael@0 | 840 | "h:mm a", |
michael@0 | 841 | "EEEE, MMMM d, y G", |
michael@0 | 842 | "MMMM d, y G", |
michael@0 | 843 | "MMM d, y G", |
michael@0 | 844 | "M/d/y GGGGG", |
michael@0 | 845 | "{1}, {0}", |
michael@0 | 846 | "{1} 'at' {0}", |
michael@0 | 847 | "{1} 'at' {0}", |
michael@0 | 848 | "{1}, {0}", |
michael@0 | 849 | "{1}, {0}", |
michael@0 | 850 | } |
michael@0 | 851 | } |
michael@0 | 852 | roc{ |
michael@0 | 853 | eras{ |
michael@0 | 854 | abbreviated{ |
michael@0 | 855 | "Before R.O.C.", |
michael@0 | 856 | "Minguo", |
michael@0 | 857 | } |
michael@0 | 858 | } |
michael@0 | 859 | } |
michael@0 | 860 | } |
michael@0 | 861 | delimiters{ |
michael@0 | 862 | alternateQuotationEnd{"’"} |
michael@0 | 863 | alternateQuotationStart{"‘"} |
michael@0 | 864 | quotationEnd{"”"} |
michael@0 | 865 | quotationStart{"“"} |
michael@0 | 866 | } |
michael@0 | 867 | fields{ |
michael@0 | 868 | day{ |
michael@0 | 869 | dn{"Day"} |
michael@0 | 870 | relative{ |
michael@0 | 871 | "-1"{"yesterday"} |
michael@0 | 872 | "0"{"today"} |
michael@0 | 873 | "1"{"tomorrow"} |
michael@0 | 874 | } |
michael@0 | 875 | relativeTime{ |
michael@0 | 876 | future{ |
michael@0 | 877 | one{"in {0} day"} |
michael@0 | 878 | other{"in {0} days"} |
michael@0 | 879 | } |
michael@0 | 880 | past{ |
michael@0 | 881 | one{"{0} day ago"} |
michael@0 | 882 | other{"{0} days ago"} |
michael@0 | 883 | } |
michael@0 | 884 | } |
michael@0 | 885 | } |
michael@0 | 886 | dayperiod{ |
michael@0 | 887 | dn{"AM/PM"} |
michael@0 | 888 | } |
michael@0 | 889 | era{ |
michael@0 | 890 | dn{"Era"} |
michael@0 | 891 | } |
michael@0 | 892 | fri{ |
michael@0 | 893 | relative{ |
michael@0 | 894 | "-1"{"last Friday"} |
michael@0 | 895 | "0"{"this Friday"} |
michael@0 | 896 | "1"{"next Friday"} |
michael@0 | 897 | } |
michael@0 | 898 | } |
michael@0 | 899 | hour{ |
michael@0 | 900 | dn{"Hour"} |
michael@0 | 901 | relativeTime{ |
michael@0 | 902 | future{ |
michael@0 | 903 | one{"in {0} hour"} |
michael@0 | 904 | other{"in {0} hours"} |
michael@0 | 905 | } |
michael@0 | 906 | past{ |
michael@0 | 907 | one{"{0} hour ago"} |
michael@0 | 908 | other{"{0} hours ago"} |
michael@0 | 909 | } |
michael@0 | 910 | } |
michael@0 | 911 | } |
michael@0 | 912 | minute{ |
michael@0 | 913 | dn{"Minute"} |
michael@0 | 914 | relativeTime{ |
michael@0 | 915 | future{ |
michael@0 | 916 | one{"in {0} minute"} |
michael@0 | 917 | other{"in {0} minutes"} |
michael@0 | 918 | } |
michael@0 | 919 | past{ |
michael@0 | 920 | one{"{0} minute ago"} |
michael@0 | 921 | other{"{0} minutes ago"} |
michael@0 | 922 | } |
michael@0 | 923 | } |
michael@0 | 924 | } |
michael@0 | 925 | mon{ |
michael@0 | 926 | relative{ |
michael@0 | 927 | "-1"{"last Monday"} |
michael@0 | 928 | "0"{"this Monday"} |
michael@0 | 929 | "1"{"next Monday"} |
michael@0 | 930 | } |
michael@0 | 931 | } |
michael@0 | 932 | month{ |
michael@0 | 933 | dn{"Month"} |
michael@0 | 934 | relative{ |
michael@0 | 935 | "-1"{"last month"} |
michael@0 | 936 | "0"{"this month"} |
michael@0 | 937 | "1"{"next month"} |
michael@0 | 938 | } |
michael@0 | 939 | relativeTime{ |
michael@0 | 940 | future{ |
michael@0 | 941 | one{"in {0} month"} |
michael@0 | 942 | other{"in {0} months"} |
michael@0 | 943 | } |
michael@0 | 944 | past{ |
michael@0 | 945 | one{"{0} month ago"} |
michael@0 | 946 | other{"{0} months ago"} |
michael@0 | 947 | } |
michael@0 | 948 | } |
michael@0 | 949 | } |
michael@0 | 950 | sat{ |
michael@0 | 951 | relative{ |
michael@0 | 952 | "-1"{"last Saturday"} |
michael@0 | 953 | "0"{"this Saturday"} |
michael@0 | 954 | "1"{"next Saturday"} |
michael@0 | 955 | } |
michael@0 | 956 | } |
michael@0 | 957 | second{ |
michael@0 | 958 | dn{"Second"} |
michael@0 | 959 | relative{ |
michael@0 | 960 | "0"{"now"} |
michael@0 | 961 | } |
michael@0 | 962 | relativeTime{ |
michael@0 | 963 | future{ |
michael@0 | 964 | one{"in {0} second"} |
michael@0 | 965 | other{"in {0} seconds"} |
michael@0 | 966 | } |
michael@0 | 967 | past{ |
michael@0 | 968 | one{"{0} second ago"} |
michael@0 | 969 | other{"{0} seconds ago"} |
michael@0 | 970 | } |
michael@0 | 971 | } |
michael@0 | 972 | } |
michael@0 | 973 | sun{ |
michael@0 | 974 | relative{ |
michael@0 | 975 | "-1"{"last Sunday"} |
michael@0 | 976 | "0"{"this Sunday"} |
michael@0 | 977 | "1"{"next Sunday"} |
michael@0 | 978 | } |
michael@0 | 979 | } |
michael@0 | 980 | thu{ |
michael@0 | 981 | relative{ |
michael@0 | 982 | "-1"{"last Thursday"} |
michael@0 | 983 | "0"{"this Thursday"} |
michael@0 | 984 | "1"{"next Thursday"} |
michael@0 | 985 | } |
michael@0 | 986 | } |
michael@0 | 987 | tue{ |
michael@0 | 988 | relative{ |
michael@0 | 989 | "-1"{"last Tuesday"} |
michael@0 | 990 | "0"{"this Tuesday"} |
michael@0 | 991 | "1"{"next Tuesday"} |
michael@0 | 992 | } |
michael@0 | 993 | } |
michael@0 | 994 | wed{ |
michael@0 | 995 | relative{ |
michael@0 | 996 | "-1"{"last Wednesday"} |
michael@0 | 997 | "0"{"this Wednesday"} |
michael@0 | 998 | "1"{"next Wednesday"} |
michael@0 | 999 | } |
michael@0 | 1000 | } |
michael@0 | 1001 | week{ |
michael@0 | 1002 | dn{"Week"} |
michael@0 | 1003 | relative{ |
michael@0 | 1004 | "-1"{"last week"} |
michael@0 | 1005 | "0"{"this week"} |
michael@0 | 1006 | "1"{"next week"} |
michael@0 | 1007 | } |
michael@0 | 1008 | relativeTime{ |
michael@0 | 1009 | future{ |
michael@0 | 1010 | one{"in {0} week"} |
michael@0 | 1011 | other{"in {0} weeks"} |
michael@0 | 1012 | } |
michael@0 | 1013 | past{ |
michael@0 | 1014 | one{"{0} week ago"} |
michael@0 | 1015 | other{"{0} weeks ago"} |
michael@0 | 1016 | } |
michael@0 | 1017 | } |
michael@0 | 1018 | } |
michael@0 | 1019 | weekday{ |
michael@0 | 1020 | dn{"Day of the Week"} |
michael@0 | 1021 | } |
michael@0 | 1022 | year{ |
michael@0 | 1023 | dn{"Year"} |
michael@0 | 1024 | relative{ |
michael@0 | 1025 | "-1"{"last year"} |
michael@0 | 1026 | "0"{"this year"} |
michael@0 | 1027 | "1"{"next year"} |
michael@0 | 1028 | } |
michael@0 | 1029 | relativeTime{ |
michael@0 | 1030 | future{ |
michael@0 | 1031 | one{"in {0} year"} |
michael@0 | 1032 | other{"in {0} years"} |
michael@0 | 1033 | } |
michael@0 | 1034 | past{ |
michael@0 | 1035 | one{"{0} year ago"} |
michael@0 | 1036 | other{"{0} years ago"} |
michael@0 | 1037 | } |
michael@0 | 1038 | } |
michael@0 | 1039 | } |
michael@0 | 1040 | zone{ |
michael@0 | 1041 | dn{"Time Zone"} |
michael@0 | 1042 | } |
michael@0 | 1043 | } |
michael@0 | 1044 | listPattern{ |
michael@0 | 1045 | standard{ |
michael@0 | 1046 | 2{"{0} and {1}"} |
michael@0 | 1047 | end{"{0}, and {1}"} |
michael@0 | 1048 | middle{"{0}, {1}"} |
michael@0 | 1049 | start{"{0}, {1}"} |
michael@0 | 1050 | } |
michael@0 | 1051 | unit{ |
michael@0 | 1052 | 2{"{0}, {1}"} |
michael@0 | 1053 | end{"{0}, {1}"} |
michael@0 | 1054 | middle{"{0}, {1}"} |
michael@0 | 1055 | start{"{0}, {1}"} |
michael@0 | 1056 | } |
michael@0 | 1057 | unit-narrow{ |
michael@0 | 1058 | 2{"{0} {1}"} |
michael@0 | 1059 | end{"{0} {1}"} |
michael@0 | 1060 | middle{"{0} {1}"} |
michael@0 | 1061 | start{"{0} {1}"} |
michael@0 | 1062 | } |
michael@0 | 1063 | unit-short{ |
michael@0 | 1064 | 2{"{0}, {1}"} |
michael@0 | 1065 | end{"{0}, {1}"} |
michael@0 | 1066 | middle{"{0}, {1}"} |
michael@0 | 1067 | start{"{0}, {1}"} |
michael@0 | 1068 | } |
michael@0 | 1069 | } |
michael@0 | 1070 | measurementSystemNames{ |
michael@0 | 1071 | UK{"UK"} |
michael@0 | 1072 | US{"US"} |
michael@0 | 1073 | metric{"Metric"} |
michael@0 | 1074 | } |
michael@0 | 1075 | transformNames{ |
michael@0 | 1076 | BGN{"BGN"} |
michael@0 | 1077 | Numeric{"Numeric"} |
michael@0 | 1078 | Tone{"Tone"} |
michael@0 | 1079 | UNGEGN{"UNGEGN"} |
michael@0 | 1080 | x-Accents{"Accents"} |
michael@0 | 1081 | x-Fullwidth{"Fullwidth"} |
michael@0 | 1082 | x-Halfwidth{"Halfwidth"} |
michael@0 | 1083 | x-Jamo{"Jamo"} |
michael@0 | 1084 | x-Pinyin{"Pinyin"} |
michael@0 | 1085 | x-Publishing{"Publishing"} |
michael@0 | 1086 | } |
michael@0 | 1087 | units{ |
michael@0 | 1088 | acceleration{ |
michael@0 | 1089 | g-force{ |
michael@0 | 1090 | one{"{0} g-force"} |
michael@0 | 1091 | other{"{0} g-force"} |
michael@0 | 1092 | } |
michael@0 | 1093 | } |
michael@0 | 1094 | angle{ |
michael@0 | 1095 | arc-minute{ |
michael@0 | 1096 | one{"{0} arcminute"} |
michael@0 | 1097 | other{"{0} arcminutes"} |
michael@0 | 1098 | } |
michael@0 | 1099 | arc-second{ |
michael@0 | 1100 | one{"{0} arcsecond"} |
michael@0 | 1101 | other{"{0} arcseconds"} |
michael@0 | 1102 | } |
michael@0 | 1103 | degree{ |
michael@0 | 1104 | one{"{0} degree"} |
michael@0 | 1105 | other{"{0} degrees"} |
michael@0 | 1106 | } |
michael@0 | 1107 | } |
michael@0 | 1108 | area{ |
michael@0 | 1109 | acre{ |
michael@0 | 1110 | one{"{0} acre"} |
michael@0 | 1111 | other{"{0} acres"} |
michael@0 | 1112 | } |
michael@0 | 1113 | hectare{ |
michael@0 | 1114 | one{"{0} hectare"} |
michael@0 | 1115 | other{"{0} hectares"} |
michael@0 | 1116 | } |
michael@0 | 1117 | square-foot{ |
michael@0 | 1118 | one{"{0} square foot"} |
michael@0 | 1119 | other{"{0} square feet"} |
michael@0 | 1120 | } |
michael@0 | 1121 | square-kilometer{ |
michael@0 | 1122 | one{"{0} square kilometer"} |
michael@0 | 1123 | other{"{0} square kilometers"} |
michael@0 | 1124 | } |
michael@0 | 1125 | square-meter{ |
michael@0 | 1126 | one{"{0} square meter"} |
michael@0 | 1127 | other{"{0} square meters"} |
michael@0 | 1128 | } |
michael@0 | 1129 | square-mile{ |
michael@0 | 1130 | one{"{0} square mile"} |
michael@0 | 1131 | other{"{0} square miles"} |
michael@0 | 1132 | } |
michael@0 | 1133 | } |
michael@0 | 1134 | compound{ |
michael@0 | 1135 | per{"{0} per {1}"} |
michael@0 | 1136 | } |
michael@0 | 1137 | duration{ |
michael@0 | 1138 | day{ |
michael@0 | 1139 | one{"{0} day"} |
michael@0 | 1140 | other{"{0} days"} |
michael@0 | 1141 | } |
michael@0 | 1142 | hour{ |
michael@0 | 1143 | one{"{0} hour"} |
michael@0 | 1144 | other{"{0} hours"} |
michael@0 | 1145 | } |
michael@0 | 1146 | millisecond{ |
michael@0 | 1147 | one{"{0} millisecond"} |
michael@0 | 1148 | other{"{0} milliseconds"} |
michael@0 | 1149 | } |
michael@0 | 1150 | minute{ |
michael@0 | 1151 | one{"{0} minute"} |
michael@0 | 1152 | other{"{0} minutes"} |
michael@0 | 1153 | } |
michael@0 | 1154 | month{ |
michael@0 | 1155 | one{"{0} month"} |
michael@0 | 1156 | other{"{0} months"} |
michael@0 | 1157 | } |
michael@0 | 1158 | second{ |
michael@0 | 1159 | one{"{0} second"} |
michael@0 | 1160 | other{"{0} seconds"} |
michael@0 | 1161 | } |
michael@0 | 1162 | week{ |
michael@0 | 1163 | one{"{0} week"} |
michael@0 | 1164 | other{"{0} weeks"} |
michael@0 | 1165 | } |
michael@0 | 1166 | year{ |
michael@0 | 1167 | one{"{0} year"} |
michael@0 | 1168 | other{"{0} years"} |
michael@0 | 1169 | } |
michael@0 | 1170 | } |
michael@0 | 1171 | length{ |
michael@0 | 1172 | centimeter{ |
michael@0 | 1173 | one{"{0} centimeter"} |
michael@0 | 1174 | other{"{0} centimeters"} |
michael@0 | 1175 | } |
michael@0 | 1176 | foot{ |
michael@0 | 1177 | one{"{0} foot"} |
michael@0 | 1178 | other{"{0} feet"} |
michael@0 | 1179 | } |
michael@0 | 1180 | inch{ |
michael@0 | 1181 | one{"{0} inch"} |
michael@0 | 1182 | other{"{0} inches"} |
michael@0 | 1183 | } |
michael@0 | 1184 | kilometer{ |
michael@0 | 1185 | one{"{0} kilometer"} |
michael@0 | 1186 | other{"{0} kilometers"} |
michael@0 | 1187 | } |
michael@0 | 1188 | light-year{ |
michael@0 | 1189 | one{"{0} light year"} |
michael@0 | 1190 | other{"{0} light years"} |
michael@0 | 1191 | } |
michael@0 | 1192 | meter{ |
michael@0 | 1193 | one{"{0} meter"} |
michael@0 | 1194 | other{"{0} meters"} |
michael@0 | 1195 | } |
michael@0 | 1196 | mile{ |
michael@0 | 1197 | one{"{0} mile"} |
michael@0 | 1198 | other{"{0} miles"} |
michael@0 | 1199 | } |
michael@0 | 1200 | millimeter{ |
michael@0 | 1201 | one{"{0} millimeter"} |
michael@0 | 1202 | other{"{0} millimeters"} |
michael@0 | 1203 | } |
michael@0 | 1204 | picometer{ |
michael@0 | 1205 | one{"{0} picometer"} |
michael@0 | 1206 | other{"{0} picometers"} |
michael@0 | 1207 | } |
michael@0 | 1208 | yard{ |
michael@0 | 1209 | one{"{0} yard"} |
michael@0 | 1210 | other{"{0} yards"} |
michael@0 | 1211 | } |
michael@0 | 1212 | } |
michael@0 | 1213 | mass{ |
michael@0 | 1214 | gram{ |
michael@0 | 1215 | one{"{0} gram"} |
michael@0 | 1216 | other{"{0} grams"} |
michael@0 | 1217 | } |
michael@0 | 1218 | kilogram{ |
michael@0 | 1219 | one{"{0} kilogram"} |
michael@0 | 1220 | other{"{0} kilograms"} |
michael@0 | 1221 | } |
michael@0 | 1222 | ounce{ |
michael@0 | 1223 | one{"{0} ounce"} |
michael@0 | 1224 | other{"{0} ounces"} |
michael@0 | 1225 | } |
michael@0 | 1226 | pound{ |
michael@0 | 1227 | one{"{0} pound"} |
michael@0 | 1228 | other{"{0} pounds"} |
michael@0 | 1229 | } |
michael@0 | 1230 | } |
michael@0 | 1231 | power{ |
michael@0 | 1232 | horsepower{ |
michael@0 | 1233 | one{"{0} horsepower"} |
michael@0 | 1234 | other{"{0} horsepower"} |
michael@0 | 1235 | } |
michael@0 | 1236 | kilowatt{ |
michael@0 | 1237 | one{"{0} kilowatt"} |
michael@0 | 1238 | other{"{0} kilowatts"} |
michael@0 | 1239 | } |
michael@0 | 1240 | watt{ |
michael@0 | 1241 | one{"{0} watt"} |
michael@0 | 1242 | other{"{0} watts"} |
michael@0 | 1243 | } |
michael@0 | 1244 | } |
michael@0 | 1245 | pressure{ |
michael@0 | 1246 | hectopascal{ |
michael@0 | 1247 | one{"{0} hectopascal"} |
michael@0 | 1248 | other{"{0} hectopascals"} |
michael@0 | 1249 | } |
michael@0 | 1250 | inch-hg{ |
michael@0 | 1251 | one{"{0} inch of mercury"} |
michael@0 | 1252 | other{"{0} inches of mercury"} |
michael@0 | 1253 | } |
michael@0 | 1254 | millibar{ |
michael@0 | 1255 | one{"{0} millibar"} |
michael@0 | 1256 | other{"{0} millibars"} |
michael@0 | 1257 | } |
michael@0 | 1258 | } |
michael@0 | 1259 | speed{ |
michael@0 | 1260 | kilometer-per-hour{ |
michael@0 | 1261 | one{"{0} kilometer per hour"} |
michael@0 | 1262 | other{"{0} kilometers per hour"} |
michael@0 | 1263 | } |
michael@0 | 1264 | meter-per-second{ |
michael@0 | 1265 | one{"{0} meter per second"} |
michael@0 | 1266 | other{"{0} meters per second"} |
michael@0 | 1267 | } |
michael@0 | 1268 | mile-per-hour{ |
michael@0 | 1269 | one{"{0} mile per hour"} |
michael@0 | 1270 | other{"{0} miles per hour"} |
michael@0 | 1271 | } |
michael@0 | 1272 | } |
michael@0 | 1273 | temperature{ |
michael@0 | 1274 | celsius{ |
michael@0 | 1275 | one{"{0} degree Celsius"} |
michael@0 | 1276 | other{"{0} degrees Celsius"} |
michael@0 | 1277 | } |
michael@0 | 1278 | fahrenheit{ |
michael@0 | 1279 | one{"{0} degree Fahrenheit"} |
michael@0 | 1280 | other{"{0} degrees Fahrenheit"} |
michael@0 | 1281 | } |
michael@0 | 1282 | } |
michael@0 | 1283 | volume{ |
michael@0 | 1284 | cubic-kilometer{ |
michael@0 | 1285 | one{"{0} cubic kilometer"} |
michael@0 | 1286 | other{"{0} cubic kilometers"} |
michael@0 | 1287 | } |
michael@0 | 1288 | cubic-mile{ |
michael@0 | 1289 | one{"{0} cubic mile"} |
michael@0 | 1290 | other{"{0} cubic miles"} |
michael@0 | 1291 | } |
michael@0 | 1292 | liter{ |
michael@0 | 1293 | one{"{0} liter"} |
michael@0 | 1294 | other{"{0} liters"} |
michael@0 | 1295 | } |
michael@0 | 1296 | } |
michael@0 | 1297 | } |
michael@0 | 1298 | unitsNarrow{ |
michael@0 | 1299 | acceleration{ |
michael@0 | 1300 | g-force{ |
michael@0 | 1301 | one{"{0}G"} |
michael@0 | 1302 | other{"{0}Gs"} |
michael@0 | 1303 | } |
michael@0 | 1304 | } |
michael@0 | 1305 | angle{ |
michael@0 | 1306 | arc-minute{ |
michael@0 | 1307 | one{"{0}′"} |
michael@0 | 1308 | other{"{0}′"} |
michael@0 | 1309 | } |
michael@0 | 1310 | arc-second{ |
michael@0 | 1311 | one{"{0}″"} |
michael@0 | 1312 | other{"{0}″"} |
michael@0 | 1313 | } |
michael@0 | 1314 | degree{ |
michael@0 | 1315 | one{"{0}°"} |
michael@0 | 1316 | other{"{0}°"} |
michael@0 | 1317 | } |
michael@0 | 1318 | } |
michael@0 | 1319 | area{ |
michael@0 | 1320 | acre{ |
michael@0 | 1321 | one{"{0}ac"} |
michael@0 | 1322 | other{"{0}ac"} |
michael@0 | 1323 | } |
michael@0 | 1324 | hectare{ |
michael@0 | 1325 | one{"{0}ha"} |
michael@0 | 1326 | other{"{0}ha"} |
michael@0 | 1327 | } |
michael@0 | 1328 | square-foot{ |
michael@0 | 1329 | one{"{0}ft²"} |
michael@0 | 1330 | other{"{0}ft²"} |
michael@0 | 1331 | } |
michael@0 | 1332 | square-mile{ |
michael@0 | 1333 | one{"{0}mi²"} |
michael@0 | 1334 | other{"{0}mi²"} |
michael@0 | 1335 | } |
michael@0 | 1336 | } |
michael@0 | 1337 | duration{ |
michael@0 | 1338 | day{ |
michael@0 | 1339 | one{"{0}d"} |
michael@0 | 1340 | other{"{0}d"} |
michael@0 | 1341 | } |
michael@0 | 1342 | hour{ |
michael@0 | 1343 | one{"{0}h"} |
michael@0 | 1344 | other{"{0}h"} |
michael@0 | 1345 | } |
michael@0 | 1346 | millisecond{ |
michael@0 | 1347 | one{"{0}ms"} |
michael@0 | 1348 | other{"{0}ms"} |
michael@0 | 1349 | } |
michael@0 | 1350 | minute{ |
michael@0 | 1351 | one{"{0}m"} |
michael@0 | 1352 | other{"{0}m"} |
michael@0 | 1353 | } |
michael@0 | 1354 | month{ |
michael@0 | 1355 | one{"{0}m"} |
michael@0 | 1356 | other{"{0}m"} |
michael@0 | 1357 | } |
michael@0 | 1358 | second{ |
michael@0 | 1359 | one{"{0}s"} |
michael@0 | 1360 | other{"{0}s"} |
michael@0 | 1361 | } |
michael@0 | 1362 | week{ |
michael@0 | 1363 | one{"{0}w"} |
michael@0 | 1364 | other{"{0}w"} |
michael@0 | 1365 | } |
michael@0 | 1366 | year{ |
michael@0 | 1367 | one{"{0}y"} |
michael@0 | 1368 | other{"{0}y"} |
michael@0 | 1369 | } |
michael@0 | 1370 | } |
michael@0 | 1371 | length{ |
michael@0 | 1372 | centimeter{ |
michael@0 | 1373 | one{"{0}cm"} |
michael@0 | 1374 | other{"{0}cm"} |
michael@0 | 1375 | } |
michael@0 | 1376 | foot{ |
michael@0 | 1377 | one{"{0}′"} |
michael@0 | 1378 | other{"{0}′"} |
michael@0 | 1379 | } |
michael@0 | 1380 | inch{ |
michael@0 | 1381 | one{"{0}″"} |
michael@0 | 1382 | other{"{0}″"} |
michael@0 | 1383 | } |
michael@0 | 1384 | kilometer{ |
michael@0 | 1385 | one{"{0}km"} |
michael@0 | 1386 | other{"{0}km"} |
michael@0 | 1387 | } |
michael@0 | 1388 | light-year{ |
michael@0 | 1389 | one{"{0}ly"} |
michael@0 | 1390 | other{"{0}ly"} |
michael@0 | 1391 | } |
michael@0 | 1392 | meter{ |
michael@0 | 1393 | one{"{0}m"} |
michael@0 | 1394 | other{"{0}m"} |
michael@0 | 1395 | } |
michael@0 | 1396 | mile{ |
michael@0 | 1397 | one{"{0}mi"} |
michael@0 | 1398 | other{"{0}mi"} |
michael@0 | 1399 | } |
michael@0 | 1400 | millimeter{ |
michael@0 | 1401 | one{"{0}mm"} |
michael@0 | 1402 | other{"{0}mm"} |
michael@0 | 1403 | } |
michael@0 | 1404 | picometer{ |
michael@0 | 1405 | one{"{0}pm"} |
michael@0 | 1406 | other{"{0}pm"} |
michael@0 | 1407 | } |
michael@0 | 1408 | yard{ |
michael@0 | 1409 | one{"{0}yd"} |
michael@0 | 1410 | other{"{0}yd"} |
michael@0 | 1411 | } |
michael@0 | 1412 | } |
michael@0 | 1413 | mass{ |
michael@0 | 1414 | gram{ |
michael@0 | 1415 | one{"{0}g"} |
michael@0 | 1416 | other{"{0}g"} |
michael@0 | 1417 | } |
michael@0 | 1418 | kilogram{ |
michael@0 | 1419 | one{"{0}kg"} |
michael@0 | 1420 | other{"{0}kg"} |
michael@0 | 1421 | } |
michael@0 | 1422 | ounce{ |
michael@0 | 1423 | one{"{0}oz"} |
michael@0 | 1424 | other{"{0}oz"} |
michael@0 | 1425 | } |
michael@0 | 1426 | pound{ |
michael@0 | 1427 | one{"{0}#"} |
michael@0 | 1428 | other{"{0}#"} |
michael@0 | 1429 | } |
michael@0 | 1430 | } |
michael@0 | 1431 | power{ |
michael@0 | 1432 | horsepower{ |
michael@0 | 1433 | one{"{0}hp"} |
michael@0 | 1434 | other{"{0}hp"} |
michael@0 | 1435 | } |
michael@0 | 1436 | kilowatt{ |
michael@0 | 1437 | one{"{0}kW"} |
michael@0 | 1438 | other{"{0}kW"} |
michael@0 | 1439 | } |
michael@0 | 1440 | watt{ |
michael@0 | 1441 | one{"{0}W"} |
michael@0 | 1442 | other{"{0}W"} |
michael@0 | 1443 | } |
michael@0 | 1444 | } |
michael@0 | 1445 | pressure{ |
michael@0 | 1446 | hectopascal{ |
michael@0 | 1447 | one{"{0}hPa"} |
michael@0 | 1448 | other{"{0}hPa"} |
michael@0 | 1449 | } |
michael@0 | 1450 | inch-hg{ |
michael@0 | 1451 | one{"{0}\u0022 Hg"} |
michael@0 | 1452 | other{"{0}\u0022 Hg"} |
michael@0 | 1453 | } |
michael@0 | 1454 | millibar{ |
michael@0 | 1455 | one{"{0}mb"} |
michael@0 | 1456 | other{"{0}mb"} |
michael@0 | 1457 | } |
michael@0 | 1458 | } |
michael@0 | 1459 | speed{ |
michael@0 | 1460 | kilometer-per-hour{ |
michael@0 | 1461 | one{"{0}kph"} |
michael@0 | 1462 | other{"{0}kph"} |
michael@0 | 1463 | } |
michael@0 | 1464 | meter-per-second{ |
michael@0 | 1465 | one{"{0}m/s"} |
michael@0 | 1466 | other{"{0}m/s"} |
michael@0 | 1467 | } |
michael@0 | 1468 | mile-per-hour{ |
michael@0 | 1469 | one{"{0}mph"} |
michael@0 | 1470 | other{"{0}mph"} |
michael@0 | 1471 | } |
michael@0 | 1472 | } |
michael@0 | 1473 | temperature{ |
michael@0 | 1474 | celsius{ |
michael@0 | 1475 | one{"{0}°C"} |
michael@0 | 1476 | other{"{0}°C"} |
michael@0 | 1477 | } |
michael@0 | 1478 | fahrenheit{ |
michael@0 | 1479 | one{"{0}°"} |
michael@0 | 1480 | other{"{0}°"} |
michael@0 | 1481 | } |
michael@0 | 1482 | } |
michael@0 | 1483 | volume{ |
michael@0 | 1484 | cubic-kilometer{ |
michael@0 | 1485 | one{"{0}km³"} |
michael@0 | 1486 | other{"{0}km³"} |
michael@0 | 1487 | } |
michael@0 | 1488 | cubic-mile{ |
michael@0 | 1489 | one{"{0}mi³"} |
michael@0 | 1490 | other{"{0}mi³"} |
michael@0 | 1491 | } |
michael@0 | 1492 | liter{ |
michael@0 | 1493 | one{"{0}l"} |
michael@0 | 1494 | other{"{0}l"} |
michael@0 | 1495 | } |
michael@0 | 1496 | } |
michael@0 | 1497 | } |
michael@0 | 1498 | unitsShort{ |
michael@0 | 1499 | acceleration{ |
michael@0 | 1500 | g-force{ |
michael@0 | 1501 | one{"{0} G"} |
michael@0 | 1502 | other{"{0} G"} |
michael@0 | 1503 | } |
michael@0 | 1504 | } |
michael@0 | 1505 | angle{ |
michael@0 | 1506 | arc-minute{ |
michael@0 | 1507 | one{"{0} arcmin"} |
michael@0 | 1508 | other{"{0} arcmin"} |
michael@0 | 1509 | } |
michael@0 | 1510 | arc-second{ |
michael@0 | 1511 | one{"{0} arcsec"} |
michael@0 | 1512 | other{"{0} arcsecs"} |
michael@0 | 1513 | } |
michael@0 | 1514 | degree{ |
michael@0 | 1515 | one{"{0} deg"} |
michael@0 | 1516 | other{"{0} deg"} |
michael@0 | 1517 | } |
michael@0 | 1518 | } |
michael@0 | 1519 | area{ |
michael@0 | 1520 | acre{ |
michael@0 | 1521 | one{"{0} ac"} |
michael@0 | 1522 | other{"{0} ac"} |
michael@0 | 1523 | } |
michael@0 | 1524 | hectare{ |
michael@0 | 1525 | one{"{0} ha"} |
michael@0 | 1526 | other{"{0} ha"} |
michael@0 | 1527 | } |
michael@0 | 1528 | square-foot{ |
michael@0 | 1529 | one{"{0} sq ft"} |
michael@0 | 1530 | other{"{0} sq ft"} |
michael@0 | 1531 | } |
michael@0 | 1532 | square-kilometer{ |
michael@0 | 1533 | one{"{0} km²"} |
michael@0 | 1534 | other{"{0} km²"} |
michael@0 | 1535 | } |
michael@0 | 1536 | square-meter{ |
michael@0 | 1537 | one{"{0} m²"} |
michael@0 | 1538 | other{"{0} m²"} |
michael@0 | 1539 | } |
michael@0 | 1540 | square-mile{ |
michael@0 | 1541 | one{"{0} sq mi"} |
michael@0 | 1542 | other{"{0} sq mi"} |
michael@0 | 1543 | } |
michael@0 | 1544 | } |
michael@0 | 1545 | compound{ |
michael@0 | 1546 | per{"{0}/{1}"} |
michael@0 | 1547 | } |
michael@0 | 1548 | duration{ |
michael@0 | 1549 | day{ |
michael@0 | 1550 | one{"{0} day"} |
michael@0 | 1551 | other{"{0} days"} |
michael@0 | 1552 | } |
michael@0 | 1553 | hour{ |
michael@0 | 1554 | one{"{0} hr"} |
michael@0 | 1555 | other{"{0} hrs"} |
michael@0 | 1556 | } |
michael@0 | 1557 | millisecond{ |
michael@0 | 1558 | one{"{0} ms"} |
michael@0 | 1559 | other{"{0} ms"} |
michael@0 | 1560 | } |
michael@0 | 1561 | minute{ |
michael@0 | 1562 | one{"{0} min"} |
michael@0 | 1563 | other{"{0} mins"} |
michael@0 | 1564 | } |
michael@0 | 1565 | month{ |
michael@0 | 1566 | one{"{0} mth"} |
michael@0 | 1567 | other{"{0} mths"} |
michael@0 | 1568 | } |
michael@0 | 1569 | second{ |
michael@0 | 1570 | one{"{0} sec"} |
michael@0 | 1571 | other{"{0} secs"} |
michael@0 | 1572 | } |
michael@0 | 1573 | week{ |
michael@0 | 1574 | one{"{0} wk"} |
michael@0 | 1575 | other{"{0} wks"} |
michael@0 | 1576 | } |
michael@0 | 1577 | year{ |
michael@0 | 1578 | one{"{0} yr"} |
michael@0 | 1579 | other{"{0} yrs"} |
michael@0 | 1580 | } |
michael@0 | 1581 | } |
michael@0 | 1582 | length{ |
michael@0 | 1583 | centimeter{ |
michael@0 | 1584 | one{"{0} cm"} |
michael@0 | 1585 | other{"{0} cm"} |
michael@0 | 1586 | } |
michael@0 | 1587 | foot{ |
michael@0 | 1588 | one{"{0} ft"} |
michael@0 | 1589 | other{"{0} ft"} |
michael@0 | 1590 | } |
michael@0 | 1591 | inch{ |
michael@0 | 1592 | one{"{0} in"} |
michael@0 | 1593 | other{"{0} in"} |
michael@0 | 1594 | } |
michael@0 | 1595 | kilometer{ |
michael@0 | 1596 | one{"{0} km"} |
michael@0 | 1597 | other{"{0} km"} |
michael@0 | 1598 | } |
michael@0 | 1599 | light-year{ |
michael@0 | 1600 | one{"{0} ly"} |
michael@0 | 1601 | other{"{0} ly"} |
michael@0 | 1602 | } |
michael@0 | 1603 | meter{ |
michael@0 | 1604 | one{"{0} m"} |
michael@0 | 1605 | other{"{0} m"} |
michael@0 | 1606 | } |
michael@0 | 1607 | mile{ |
michael@0 | 1608 | one{"{0} mi"} |
michael@0 | 1609 | other{"{0} mi"} |
michael@0 | 1610 | } |
michael@0 | 1611 | millimeter{ |
michael@0 | 1612 | one{"{0} mm"} |
michael@0 | 1613 | other{"{0} mm"} |
michael@0 | 1614 | } |
michael@0 | 1615 | picometer{ |
michael@0 | 1616 | one{"{0} pm"} |
michael@0 | 1617 | other{"{0} pm"} |
michael@0 | 1618 | } |
michael@0 | 1619 | yard{ |
michael@0 | 1620 | one{"{0} yd"} |
michael@0 | 1621 | other{"{0} yd"} |
michael@0 | 1622 | } |
michael@0 | 1623 | } |
michael@0 | 1624 | mass{ |
michael@0 | 1625 | gram{ |
michael@0 | 1626 | one{"{0} g"} |
michael@0 | 1627 | other{"{0} g"} |
michael@0 | 1628 | } |
michael@0 | 1629 | kilogram{ |
michael@0 | 1630 | one{"{0} kg"} |
michael@0 | 1631 | other{"{0} kg"} |
michael@0 | 1632 | } |
michael@0 | 1633 | ounce{ |
michael@0 | 1634 | one{"{0} oz"} |
michael@0 | 1635 | other{"{0} oz"} |
michael@0 | 1636 | } |
michael@0 | 1637 | pound{ |
michael@0 | 1638 | one{"{0} lb"} |
michael@0 | 1639 | other{"{0} lb"} |
michael@0 | 1640 | } |
michael@0 | 1641 | } |
michael@0 | 1642 | power{ |
michael@0 | 1643 | horsepower{ |
michael@0 | 1644 | one{"{0} hp"} |
michael@0 | 1645 | other{"{0} hp"} |
michael@0 | 1646 | } |
michael@0 | 1647 | kilowatt{ |
michael@0 | 1648 | one{"{0} kW"} |
michael@0 | 1649 | other{"{0} kW"} |
michael@0 | 1650 | } |
michael@0 | 1651 | watt{ |
michael@0 | 1652 | one{"{0} W"} |
michael@0 | 1653 | other{"{0} W"} |
michael@0 | 1654 | } |
michael@0 | 1655 | } |
michael@0 | 1656 | pressure{ |
michael@0 | 1657 | hectopascal{ |
michael@0 | 1658 | one{"{0} hPa"} |
michael@0 | 1659 | other{"{0} hPa"} |
michael@0 | 1660 | } |
michael@0 | 1661 | inch-hg{ |
michael@0 | 1662 | one{"{0} inHg"} |
michael@0 | 1663 | other{"{0} inHg"} |
michael@0 | 1664 | } |
michael@0 | 1665 | millibar{ |
michael@0 | 1666 | one{"{0} mbar"} |
michael@0 | 1667 | other{"{0} mbar"} |
michael@0 | 1668 | } |
michael@0 | 1669 | } |
michael@0 | 1670 | speed{ |
michael@0 | 1671 | kilometer-per-hour{ |
michael@0 | 1672 | one{"{0} kph"} |
michael@0 | 1673 | other{"{0} kph"} |
michael@0 | 1674 | } |
michael@0 | 1675 | meter-per-second{ |
michael@0 | 1676 | one{"{0} m/s"} |
michael@0 | 1677 | other{"{0} m/s"} |
michael@0 | 1678 | } |
michael@0 | 1679 | mile-per-hour{ |
michael@0 | 1680 | one{"{0} mph"} |
michael@0 | 1681 | other{"{0} mph"} |
michael@0 | 1682 | } |
michael@0 | 1683 | } |
michael@0 | 1684 | temperature{ |
michael@0 | 1685 | celsius{ |
michael@0 | 1686 | one{"{0}°C"} |
michael@0 | 1687 | other{"{0}°C"} |
michael@0 | 1688 | } |
michael@0 | 1689 | fahrenheit{ |
michael@0 | 1690 | one{"{0}°F"} |
michael@0 | 1691 | other{"{0}°F"} |
michael@0 | 1692 | } |
michael@0 | 1693 | } |
michael@0 | 1694 | volume{ |
michael@0 | 1695 | cubic-kilometer{ |
michael@0 | 1696 | one{"{0} km³"} |
michael@0 | 1697 | other{"{0} km³"} |
michael@0 | 1698 | } |
michael@0 | 1699 | cubic-mile{ |
michael@0 | 1700 | one{"{0} mi³"} |
michael@0 | 1701 | other{"{0} mi³"} |
michael@0 | 1702 | } |
michael@0 | 1703 | liter{ |
michael@0 | 1704 | one{"{0} l"} |
michael@0 | 1705 | other{"{0} l"} |
michael@0 | 1706 | } |
michael@0 | 1707 | } |
michael@0 | 1708 | } |
michael@0 | 1709 | } |