intl/icu/source/data/locales/fil.txt

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rwxr-xr-x

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

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

mercurial