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

Wed, 31 Dec 2014 07:22:50 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 07:22:50 +0100
branch
TOR_BUG_3246
changeset 4
fc2d59ddac77
permissions
-rw-r--r--

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/fi.xml
michael@0 7 // *
michael@0 8 // ***************************************************************************
michael@0 9 /**
michael@0 10 * ICU <specials> source: <path>/common/main/fi.xml
michael@0 11 */
michael@0 12 fi{
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 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{"vähintään {0}"}
michael@0 32 range{"{0}‒{1}"}
michael@0 33 }
michael@0 34 patterns{
michael@0 35 accountingFormat{"#,##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 tuhat"}
michael@0 45 other{"0 tuhatta"}
michael@0 46 }
michael@0 47 10000{
michael@0 48 one{"00 tuhatta"}
michael@0 49 other{"00 tuhatta"}
michael@0 50 }
michael@0 51 100000{
michael@0 52 one{"000 tuhatta"}
michael@0 53 other{"000 tuhatta"}
michael@0 54 }
michael@0 55 1000000{
michael@0 56 one{"0 miljoona"}
michael@0 57 other{"0 miljoonaa"}
michael@0 58 }
michael@0 59 10000000{
michael@0 60 one{"00 miljoonaa"}
michael@0 61 other{"00 miljoonaa"}
michael@0 62 }
michael@0 63 100000000{
michael@0 64 one{"000 miljoonaa"}
michael@0 65 other{"000 miljoonaa"}
michael@0 66 }
michael@0 67 1000000000{
michael@0 68 one{"0 miljardi"}
michael@0 69 other{"0 miljardia"}
michael@0 70 }
michael@0 71 10000000000{
michael@0 72 one{"00 miljardia"}
michael@0 73 other{"00 miljardia"}
michael@0 74 }
michael@0 75 100000000000{
michael@0 76 one{"000 miljardia"}
michael@0 77 other{"000 miljardia"}
michael@0 78 }
michael@0 79 1000000000000{
michael@0 80 one{"0 biljoona"}
michael@0 81 other{"0 biljoonaa"}
michael@0 82 }
michael@0 83 10000000000000{
michael@0 84 one{"00 biljoonaa"}
michael@0 85 other{"00 biljoonaa"}
michael@0 86 }
michael@0 87 100000000000000{
michael@0 88 one{"000 biljoonaa"}
michael@0 89 other{"000 biljoonaa"}
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{"0 t'.'"}
michael@0 97 other{"0 t'.'"}
michael@0 98 }
michael@0 99 10000{
michael@0 100 one{"00 t'.'"}
michael@0 101 other{"00 t'.'"}
michael@0 102 }
michael@0 103 100000{
michael@0 104 one{"000 t'.'"}
michael@0 105 other{"000 t'.'"}
michael@0 106 }
michael@0 107 1000000{
michael@0 108 one{"0 milj'.'"}
michael@0 109 other{"0 milj'.'"}
michael@0 110 }
michael@0 111 10000000{
michael@0 112 one{"00 milj'.'"}
michael@0 113 other{"00 milj'.'"}
michael@0 114 }
michael@0 115 100000000{
michael@0 116 one{"000 milj'.'"}
michael@0 117 other{"000 milj'.'"}
michael@0 118 }
michael@0 119 1000000000{
michael@0 120 one{"0 mrd'.'"}
michael@0 121 other{"0 mrd'.'"}
michael@0 122 }
michael@0 123 10000000000{
michael@0 124 one{"00 mrd'.'"}
michael@0 125 other{"00 mrd'.'"}
michael@0 126 }
michael@0 127 100000000000{
michael@0 128 one{"000 mrd'.'"}
michael@0 129 other{"000 mrd'.'"}
michael@0 130 }
michael@0 131 1000000000000{
michael@0 132 one{"0 bilj'.'"}
michael@0 133 other{"0 bilj'.'"}
michael@0 134 }
michael@0 135 10000000000000{
michael@0 136 one{"00 bilj'.'"}
michael@0 137 other{"00 bilj'.'"}
michael@0 138 }
michael@0 139 100000000000000{
michael@0 140 one{"000 bilj'.'"}
michael@0 141 other{"000 bilj'.'"}
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{"epäluku"}
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 buddhist{
michael@0 163 eras{
michael@0 164 abbreviated{
michael@0 165 "BE",
michael@0 166 }
michael@0 167 }
michael@0 168 }
michael@0 169 chinese{
michael@0 170 DateTimePatterns{
michael@0 171 "H.mm.ss zzzz",
michael@0 172 "H.mm.ss z",
michael@0 173 "H.mm.ss",
michael@0 174 "H.mm",
michael@0 175 "cccc d.M.y",
michael@0 176 "d.M.y",
michael@0 177 "d.M.y",
michael@0 178 "d.M.y",
michael@0 179 "{1} {0}",
michael@0 180 "{1} {0}",
michael@0 181 "{1} {0}",
michael@0 182 "{1} {0}",
michael@0 183 "{1} {0}",
michael@0 184 }
michael@0 185 availableFormats{
michael@0 186 H{"H"}
michael@0 187 Hm{"H.mm"}
michael@0 188 Hms{"H.mm.ss"}
michael@0 189 MEd{"E d.M."}
michael@0 190 MMMEd{"E d.M."}
michael@0 191 MMMd{"d.M."}
michael@0 192 Md{"d.M."}
michael@0 193 hm{"h.mm a"}
michael@0 194 hms{"h.mm.ss a"}
michael@0 195 ms{"mm.ss"}
michael@0 196 y{"y"}
michael@0 197 yyyy{"y"}
michael@0 198 yyyyMEd{"E d.M.y"}
michael@0 199 yyyyMMMEd{"E d.M.y"}
michael@0 200 yyyyMMMd{"d.M.y"}
michael@0 201 yyyyMd{"d.M.y"}
michael@0 202 }
michael@0 203 }
michael@0 204 generic{
michael@0 205 DateTimePatterns{
michael@0 206 "H.mm.ss zzzz",
michael@0 207 "H.mm.ss z",
michael@0 208 "H.mm.ss",
michael@0 209 "H.mm",
michael@0 210 "cccc d. MMMM y G",
michael@0 211 "d. MMMM y G",
michael@0 212 "d.M.y G",
michael@0 213 "d.M.y GGGGG",
michael@0 214 "{1} {0}",
michael@0 215 "{1} {0}",
michael@0 216 "{1} {0}",
michael@0 217 "{1} {0}",
michael@0 218 "{1} {0}",
michael@0 219 }
michael@0 220 availableFormats{
michael@0 221 Ed{"E d."}
michael@0 222 Gy{"y G"}
michael@0 223 GyMMM{"LLL y G"}
michael@0 224 GyMMMEd{"E d. MMM y G"}
michael@0 225 GyMMMd{"d. MMM y G"}
michael@0 226 H{"H"}
michael@0 227 Hm{"H.mm"}
michael@0 228 Hms{"H.mm.ss"}
michael@0 229 M{"L"}
michael@0 230 MEd{"E d.M."}
michael@0 231 MMM{"LLL"}
michael@0 232 MMMEd{"ccc d. MMM"}
michael@0 233 MMMd{"d. MMM"}
michael@0 234 Md{"d.M."}
michael@0 235 d{"d"}
michael@0 236 h{"h a"}
michael@0 237 hm{"h.mm a"}
michael@0 238 hms{"h.mm.ss a"}
michael@0 239 ms{"mm.ss"}
michael@0 240 y{"y G"}
michael@0 241 yyyy{"y G"}
michael@0 242 yyyyM{"L.y G"}
michael@0 243 yyyyMEd{"E d.M.y G"}
michael@0 244 yyyyMM{"M.y G"}
michael@0 245 yyyyMMM{"LLL y G"}
michael@0 246 yyyyMMMEd{"E d. MMM y G"}
michael@0 247 yyyyMMMM{"LLLL y G"}
michael@0 248 yyyyMMMMccccd{"cccc d. MMMM y G"}
michael@0 249 yyyyMMMd{"d. MMM y G"}
michael@0 250 yyyyMd{"d.M.y G"}
michael@0 251 yyyyQQQ{"QQQ y G"}
michael@0 252 yyyyQQQQ{"QQQQ y G"}
michael@0 253 }
michael@0 254 intervalFormats{
michael@0 255 H{
michael@0 256 H{"H–H"}
michael@0 257 }
michael@0 258 Hm{
michael@0 259 H{"H.mm–H.mm"}
michael@0 260 m{"H.mm–H.mm"}
michael@0 261 }
michael@0 262 Hmv{
michael@0 263 H{"H.mm–H.mm v"}
michael@0 264 m{"H.mm–H.mm v"}
michael@0 265 }
michael@0 266 Hv{
michael@0 267 H{"H–H v"}
michael@0 268 }
michael@0 269 M{
michael@0 270 M{"L.–L."}
michael@0 271 }
michael@0 272 MEd{
michael@0 273 M{"E d.M. – E d.M."}
michael@0 274 d{"E d. – E d.M."}
michael@0 275 }
michael@0 276 MMM{
michael@0 277 M{"LLL–LLLL"}
michael@0 278 }
michael@0 279 MMMEd{
michael@0 280 M{"E d. MMMM – E d. MMMM"}
michael@0 281 d{"E d. – E d. MMMM"}
michael@0 282 }
michael@0 283 MMMM{
michael@0 284 M{"LLL–LLLL"}
michael@0 285 }
michael@0 286 MMMd{
michael@0 287 M{"d. MMMM – d. MMMM"}
michael@0 288 d{"d.–d. MMMM"}
michael@0 289 }
michael@0 290 Md{
michael@0 291 M{"d.M.–d.M."}
michael@0 292 d{"d.–d.M."}
michael@0 293 }
michael@0 294 d{
michael@0 295 d{"d.–d."}
michael@0 296 }
michael@0 297 fallback{"{0}–{1}"}
michael@0 298 h{
michael@0 299 a{"h a – h a"}
michael@0 300 h{"h–h a"}
michael@0 301 }
michael@0 302 hm{
michael@0 303 a{"h.mm a – h.mm a"}
michael@0 304 h{"h.mm–h.mm a"}
michael@0 305 m{"h.mm–h.mm a"}
michael@0 306 }
michael@0 307 hmv{
michael@0 308 a{"h.mm a – h.mm a v"}
michael@0 309 h{"h.mm–h.mm a v"}
michael@0 310 m{"h.mm–h.mm a v"}
michael@0 311 }
michael@0 312 hv{
michael@0 313 a{"h a – h a v"}
michael@0 314 h{"h–h a v"}
michael@0 315 }
michael@0 316 y{
michael@0 317 y{"y–y G"}
michael@0 318 }
michael@0 319 yM{
michael@0 320 M{"LLL–LLLL y G"}
michael@0 321 y{"LLLL y – LLLL y G"}
michael@0 322 }
michael@0 323 yMEd{
michael@0 324 M{"E d.M.y – E d.M.y G"}
michael@0 325 d{"E d.M.y – E d.M.y G"}
michael@0 326 y{"E d.M.y – E d.M.y G"}
michael@0 327 }
michael@0 328 yMMM{
michael@0 329 M{"LLL–LLLL y G"}
michael@0 330 y{"LLLL y – LLLL y G"}
michael@0 331 }
michael@0 332 yMMMEd{
michael@0 333 M{"E d. MMMM – E d. MMMM y G"}
michael@0 334 d{"E d. – E d. MMMM y G"}
michael@0 335 y{"E d. MMMM y – E d. MMMM y G"}
michael@0 336 }
michael@0 337 yMMMM{
michael@0 338 M{"LLL–LLLL y G"}
michael@0 339 y{"LLLL y – LLLL y G"}
michael@0 340 }
michael@0 341 yMMMd{
michael@0 342 M{"d. MMMM – d. MMMM y G"}
michael@0 343 d{"d.–d. MMMM y G"}
michael@0 344 y{"d. MMMM y – d. MMMM y G"}
michael@0 345 }
michael@0 346 yMd{
michael@0 347 M{"d.M.–d.M.y G"}
michael@0 348 d{"d.–d.M.y G"}
michael@0 349 y{"d.M.y–d.M.y G"}
michael@0 350 }
michael@0 351 }
michael@0 352 }
michael@0 353 gregorian{
michael@0 354 AmPmMarkers{
michael@0 355 "ap.",
michael@0 356 "ip.",
michael@0 357 }
michael@0 358 AmPmMarkersNarrow{
michael@0 359 "ap.",
michael@0 360 "ip.",
michael@0 361 }
michael@0 362 DateTimePatterns{
michael@0 363 "H.mm.ss zzzz",
michael@0 364 "H.mm.ss z",
michael@0 365 "H.mm.ss",
michael@0 366 "H.mm",
michael@0 367 "cccc d. MMMM y",
michael@0 368 "d. MMMM y",
michael@0 369 "d.M.y",
michael@0 370 "d.M.y",
michael@0 371 "{1} {0}",
michael@0 372 "{1} {0}",
michael@0 373 "{1} {0}",
michael@0 374 "{1} {0}",
michael@0 375 "{1} {0}",
michael@0 376 }
michael@0 377 appendItems{
michael@0 378 Timezone{"{0} {1}"}
michael@0 379 }
michael@0 380 availableFormats{
michael@0 381 EHm{"E H.mm"}
michael@0 382 EHms{"E H.mm.ss"}
michael@0 383 Ed{"E d."}
michael@0 384 Ehm{"E h.mm a"}
michael@0 385 Ehms{"E h.mm.ss a"}
michael@0 386 Gy{"y G"}
michael@0 387 GyMMM{"LLL y G"}
michael@0 388 GyMMMEd{"E d. MMM y G"}
michael@0 389 GyMMMd{"d. MMM y G"}
michael@0 390 H{"H"}
michael@0 391 Hm{"H.mm"}
michael@0 392 Hms{"H.mm.ss"}
michael@0 393 M{"L"}
michael@0 394 MEd{"E d.M."}
michael@0 395 MMM{"LLL"}
michael@0 396 MMMEd{"ccc d. MMM"}
michael@0 397 MMMd{"d. MMM"}
michael@0 398 Md{"d.M."}
michael@0 399 d{"d"}
michael@0 400 h{"h a"}
michael@0 401 hm{"h.mm a"}
michael@0 402 hms{"h.mm.ss a"}
michael@0 403 ms{"m.ss"}
michael@0 404 y{"y"}
michael@0 405 yM{"L.y"}
michael@0 406 yMEd{"E d.M.y"}
michael@0 407 yMM{"M.y"}
michael@0 408 yMMM{"LLL y"}
michael@0 409 yMMMEd{"E d. MMM y"}
michael@0 410 yMMMM{"LLLL y"}
michael@0 411 yMMMMccccd{"cccc d. MMMM y"}
michael@0 412 yMMMd{"d. MMM y"}
michael@0 413 yMd{"d.M.y"}
michael@0 414 yQQQ{"QQQ y"}
michael@0 415 yQQQQ{"QQQQ y"}
michael@0 416 }
michael@0 417 dayNames{
michael@0 418 format{
michael@0 419 abbreviated{
michael@0 420 "su",
michael@0 421 "ma",
michael@0 422 "ti",
michael@0 423 "ke",
michael@0 424 "to",
michael@0 425 "pe",
michael@0 426 "la",
michael@0 427 }
michael@0 428 narrow{
michael@0 429 "S",
michael@0 430 "M",
michael@0 431 "T",
michael@0 432 "K",
michael@0 433 "T",
michael@0 434 "P",
michael@0 435 "L",
michael@0 436 }
michael@0 437 short{
michael@0 438 "su",
michael@0 439 "ma",
michael@0 440 "ti",
michael@0 441 "ke",
michael@0 442 "to",
michael@0 443 "pe",
michael@0 444 "la",
michael@0 445 }
michael@0 446 wide{
michael@0 447 "sunnuntaina",
michael@0 448 "maanantaina",
michael@0 449 "tiistaina",
michael@0 450 "keskiviikkona",
michael@0 451 "torstaina",
michael@0 452 "perjantaina",
michael@0 453 "lauantaina",
michael@0 454 }
michael@0 455 }
michael@0 456 stand-alone{
michael@0 457 abbreviated{
michael@0 458 "su",
michael@0 459 "ma",
michael@0 460 "ti",
michael@0 461 "ke",
michael@0 462 "to",
michael@0 463 "pe",
michael@0 464 "la",
michael@0 465 }
michael@0 466 narrow{
michael@0 467 "S",
michael@0 468 "M",
michael@0 469 "T",
michael@0 470 "K",
michael@0 471 "T",
michael@0 472 "P",
michael@0 473 "L",
michael@0 474 }
michael@0 475 short{
michael@0 476 "su",
michael@0 477 "ma",
michael@0 478 "ti",
michael@0 479 "ke",
michael@0 480 "to",
michael@0 481 "pe",
michael@0 482 "la",
michael@0 483 }
michael@0 484 wide{
michael@0 485 "sunnuntai",
michael@0 486 "maanantai",
michael@0 487 "tiistai",
michael@0 488 "keskiviikko",
michael@0 489 "torstai",
michael@0 490 "perjantai",
michael@0 491 "lauantai",
michael@0 492 }
michael@0 493 }
michael@0 494 }
michael@0 495 eras{
michael@0 496 abbreviated{
michael@0 497 "eKr.",
michael@0 498 "jKr.",
michael@0 499 }
michael@0 500 narrow{
michael@0 501 "eK",
michael@0 502 "jK",
michael@0 503 }
michael@0 504 wide{
michael@0 505 "ennen Kristuksen syntymää",
michael@0 506 "jälkeen Kristuksen syntymän",
michael@0 507 }
michael@0 508 }
michael@0 509 intervalFormats{
michael@0 510 H{
michael@0 511 H{"H–H"}
michael@0 512 }
michael@0 513 Hm{
michael@0 514 H{"H.mm–H.mm"}
michael@0 515 m{"H.mm–H.mm"}
michael@0 516 }
michael@0 517 Hmv{
michael@0 518 H{"H.mm–H.mm v"}
michael@0 519 m{"H.mm–H.mm v"}
michael@0 520 }
michael@0 521 Hv{
michael@0 522 H{"H–H v"}
michael@0 523 }
michael@0 524 M{
michael@0 525 M{"L.–L."}
michael@0 526 }
michael@0 527 MEd{
michael@0 528 M{"E d.M. – E d.M."}
michael@0 529 d{"E d. – E d.M."}
michael@0 530 }
michael@0 531 MMM{
michael@0 532 M{"LLL–LLLL"}
michael@0 533 }
michael@0 534 MMMEd{
michael@0 535 M{"E d. MMMM – E d. MMMM"}
michael@0 536 d{"E d. – E d. MMMM"}
michael@0 537 }
michael@0 538 MMMM{
michael@0 539 M{"LLL–LLLL"}
michael@0 540 }
michael@0 541 MMMd{
michael@0 542 M{"d. MMMM – d. MMMM"}
michael@0 543 d{"d.–d. MMMM"}
michael@0 544 }
michael@0 545 Md{
michael@0 546 M{"d.M.–d.M."}
michael@0 547 d{"d.–d.M."}
michael@0 548 }
michael@0 549 d{
michael@0 550 d{"d.–d."}
michael@0 551 }
michael@0 552 fallback{"{0}–{1}"}
michael@0 553 h{
michael@0 554 a{"h a – h a"}
michael@0 555 h{"h–h a"}
michael@0 556 }
michael@0 557 hm{
michael@0 558 a{"h.mm a – h.mm a"}
michael@0 559 h{"h.mm–h.mm a"}
michael@0 560 m{"h.mm–h.mm a"}
michael@0 561 }
michael@0 562 hmv{
michael@0 563 a{"h.mm a – h.mm a v"}
michael@0 564 h{"h.mm–h.mm a v"}
michael@0 565 m{"h.mm–h.mm a v"}
michael@0 566 }
michael@0 567 hv{
michael@0 568 a{"h a – h a v"}
michael@0 569 h{"h–h a v"}
michael@0 570 }
michael@0 571 y{
michael@0 572 y{"y–y"}
michael@0 573 }
michael@0 574 yM{
michael@0 575 M{"LLL–LLLL y"}
michael@0 576 y{"LLLL y – LLLL y"}
michael@0 577 }
michael@0 578 yMEd{
michael@0 579 M{"E d.M.y – E d.M.y"}
michael@0 580 d{"E d.M.y – E d.M.y"}
michael@0 581 y{"E d.M.y – E d.M.y"}
michael@0 582 }
michael@0 583 yMMM{
michael@0 584 M{"LLL–LLLL y"}
michael@0 585 y{"LLLL y – LLLL y"}
michael@0 586 }
michael@0 587 yMMMEd{
michael@0 588 M{"E d. MMMM – E d. MMMM y"}
michael@0 589 d{"E d. – E d. MMMM y"}
michael@0 590 y{"E d. MMMM y – E d. MMMM y"}
michael@0 591 }
michael@0 592 yMMMM{
michael@0 593 M{"LLL–LLLL y"}
michael@0 594 y{"LLLL y – LLLL y"}
michael@0 595 }
michael@0 596 yMMMd{
michael@0 597 M{"d. MMMM – d. MMMM y"}
michael@0 598 d{"d.–d. MMMM y"}
michael@0 599 y{"d. MMMM y – d. MMMM y"}
michael@0 600 }
michael@0 601 yMd{
michael@0 602 M{"d.M.–d.M.y"}
michael@0 603 d{"d.–d.M.y"}
michael@0 604 y{"d.M.y–d.M.y"}
michael@0 605 }
michael@0 606 }
michael@0 607 monthNames{
michael@0 608 format{
michael@0 609 abbreviated{
michael@0 610 "tammikuuta",
michael@0 611 "helmikuuta",
michael@0 612 "maaliskuuta",
michael@0 613 "huhtikuuta",
michael@0 614 "toukokuuta",
michael@0 615 "kesäkuuta",
michael@0 616 "heinäkuuta",
michael@0 617 "elokuuta",
michael@0 618 "syyskuuta",
michael@0 619 "lokakuuta",
michael@0 620 "marraskuuta",
michael@0 621 "joulukuuta",
michael@0 622 }
michael@0 623 narrow{
michael@0 624 "T",
michael@0 625 "H",
michael@0 626 "M",
michael@0 627 "H",
michael@0 628 "T",
michael@0 629 "K",
michael@0 630 "H",
michael@0 631 "E",
michael@0 632 "S",
michael@0 633 "L",
michael@0 634 "M",
michael@0 635 "J",
michael@0 636 }
michael@0 637 wide{
michael@0 638 "tammikuuta",
michael@0 639 "helmikuuta",
michael@0 640 "maaliskuuta",
michael@0 641 "huhtikuuta",
michael@0 642 "toukokuuta",
michael@0 643 "kesäkuuta",
michael@0 644 "heinäkuuta",
michael@0 645 "elokuuta",
michael@0 646 "syyskuuta",
michael@0 647 "lokakuuta",
michael@0 648 "marraskuuta",
michael@0 649 "joulukuuta",
michael@0 650 }
michael@0 651 }
michael@0 652 stand-alone{
michael@0 653 abbreviated{
michael@0 654 "tammi",
michael@0 655 "helmi",
michael@0 656 "maalis",
michael@0 657 "huhti",
michael@0 658 "touko",
michael@0 659 "kesä",
michael@0 660 "heinä",
michael@0 661 "elo",
michael@0 662 "syys",
michael@0 663 "loka",
michael@0 664 "marras",
michael@0 665 "joulu",
michael@0 666 }
michael@0 667 narrow{
michael@0 668 "T",
michael@0 669 "H",
michael@0 670 "M",
michael@0 671 "H",
michael@0 672 "T",
michael@0 673 "K",
michael@0 674 "H",
michael@0 675 "E",
michael@0 676 "S",
michael@0 677 "L",
michael@0 678 "M",
michael@0 679 "J",
michael@0 680 }
michael@0 681 wide{
michael@0 682 "tammikuu",
michael@0 683 "helmikuu",
michael@0 684 "maaliskuu",
michael@0 685 "huhtikuu",
michael@0 686 "toukokuu",
michael@0 687 "kesäkuu",
michael@0 688 "heinäkuu",
michael@0 689 "elokuu",
michael@0 690 "syyskuu",
michael@0 691 "lokakuu",
michael@0 692 "marraskuu",
michael@0 693 "joulukuu",
michael@0 694 }
michael@0 695 }
michael@0 696 }
michael@0 697 quarters{
michael@0 698 format{
michael@0 699 abbreviated{
michael@0 700 "1. nelj.",
michael@0 701 "2. nelj.",
michael@0 702 "3. nelj.",
michael@0 703 "4. nelj.",
michael@0 704 }
michael@0 705 narrow{
michael@0 706 "1",
michael@0 707 "2",
michael@0 708 "3",
michael@0 709 "4",
michael@0 710 }
michael@0 711 wide{
michael@0 712 "1. neljännes",
michael@0 713 "2. neljännes",
michael@0 714 "3. neljännes",
michael@0 715 "4. neljännes",
michael@0 716 }
michael@0 717 }
michael@0 718 stand-alone{
michael@0 719 abbreviated{
michael@0 720 "1. nelj.",
michael@0 721 "2. nelj.",
michael@0 722 "3. nelj.",
michael@0 723 "4. nelj.",
michael@0 724 }
michael@0 725 narrow{
michael@0 726 "1",
michael@0 727 "2",
michael@0 728 "3",
michael@0 729 "4",
michael@0 730 }
michael@0 731 wide{
michael@0 732 "1. neljännes",
michael@0 733 "2. neljännes",
michael@0 734 "3. neljännes",
michael@0 735 "4. neljännes",
michael@0 736 }
michael@0 737 }
michael@0 738 }
michael@0 739 }
michael@0 740 hebrew{
michael@0 741 monthNames{
michael@0 742 format{
michael@0 743 wide{
michael@0 744 "tišríkuuta",
michael@0 745 "hešvánkuuta",
michael@0 746 "kislévkuuta",
michael@0 747 "tevétkuuta",
michael@0 748 "ševátkuuta",
michael@0 749 "adárkuuta I",
michael@0 750 "adárkuuta",
michael@0 751 "nisánkuuta",
michael@0 752 "ijjárkuuta",
michael@0 753 "sivánkuuta",
michael@0 754 "tammúzkuuta",
michael@0 755 "abkuuta",
michael@0 756 "elúlkuuta",
michael@0 757 "adárkuuta II",
michael@0 758 }
michael@0 759 }
michael@0 760 stand-alone{
michael@0 761 abbreviated{
michael@0 762 "tišrí",
michael@0 763 "hešván",
michael@0 764 "kislév",
michael@0 765 "tevét",
michael@0 766 "ševát",
michael@0 767 "adár I",
michael@0 768 "adár",
michael@0 769 "nisán",
michael@0 770 "ijjár",
michael@0 771 "siván",
michael@0 772 "tammúz",
michael@0 773 "ab",
michael@0 774 "elúl",
michael@0 775 "adár II",
michael@0 776 }
michael@0 777 narrow{
michael@0 778 "T",
michael@0 779 "H",
michael@0 780 "K",
michael@0 781 "T",
michael@0 782 "S",
michael@0 783 "A",
michael@0 784 "A",
michael@0 785 "N",
michael@0 786 "I",
michael@0 787 "S",
michael@0 788 "T",
michael@0 789 "A",
michael@0 790 "E",
michael@0 791 "A",
michael@0 792 }
michael@0 793 wide{
michael@0 794 "tišríkuu",
michael@0 795 "hešvánkuu",
michael@0 796 "kislévkuu",
michael@0 797 "tevétkuu",
michael@0 798 "ševátkuu",
michael@0 799 "adárkuu I",
michael@0 800 "adárkuu",
michael@0 801 "nisánkuu",
michael@0 802 "ijjárkuu",
michael@0 803 "sivánkuu",
michael@0 804 "tammúzkuu",
michael@0 805 "abkuu",
michael@0 806 "elúlkuu",
michael@0 807 "adárkuu II",
michael@0 808 }
michael@0 809 }
michael@0 810 }
michael@0 811 }
michael@0 812 islamic{
michael@0 813 monthNames{
michael@0 814 format{
michael@0 815 wide{
michael@0 816 "muharram",
michael@0 817 "safar",
michael@0 818 "rabi’ al-awwal",
michael@0 819 "rabi’ al-akhir",
michael@0 820 "džumada-l-ula",
michael@0 821 "džumada-l-akhira",
michael@0 822 "radžab",
michael@0 823 "ša’ban",
michael@0 824 "ramadan",
michael@0 825 "šawwal",
michael@0 826 "dhu-l-qa’da",
michael@0 827 "dhu-l-hiddža",
michael@0 828 }
michael@0 829 }
michael@0 830 }
michael@0 831 }
michael@0 832 japanese{
michael@0 833 DateTimePatterns{
michael@0 834 "H.mm.ss zzzz",
michael@0 835 "H.mm.ss z",
michael@0 836 "H.mm.ss",
michael@0 837 "H.mm",
michael@0 838 "cccc d. MMMM y G",
michael@0 839 "d. MMMM y G",
michael@0 840 "d.M.y G",
michael@0 841 "d.M.y GGGGG",
michael@0 842 "{1} {0}",
michael@0 843 "{1} {0}",
michael@0 844 "{1} {0}",
michael@0 845 "{1} {0}",
michael@0 846 "{1} {0}",
michael@0 847 }
michael@0 848 }
michael@0 849 roc{
michael@0 850 eras{
michael@0 851 abbreviated{
michael@0 852 "Before R.O.C.",
michael@0 853 "Minguo",
michael@0 854 }
michael@0 855 }
michael@0 856 }
michael@0 857 }
michael@0 858 contextTransforms{
michael@0 859 languages:intvector{
michael@0 860 1,
michael@0 861 0,
michael@0 862 }
michael@0 863 tense:intvector{
michael@0 864 0,
michael@0 865 1,
michael@0 866 }
michael@0 867 }
michael@0 868 delimiters{
michael@0 869 alternateQuotationEnd{"’"}
michael@0 870 alternateQuotationStart{"’"}
michael@0 871 quotationEnd{"”"}
michael@0 872 quotationStart{"”"}
michael@0 873 }
michael@0 874 durationUnits{
michael@0 875 hm{"h.mm"}
michael@0 876 hms{"h.mm.ss"}
michael@0 877 ms{"m.ss"}
michael@0 878 }
michael@0 879 fields{
michael@0 880 day{
michael@0 881 dn{"päivä"}
michael@0 882 relative{
michael@0 883 "-1"{"eilen"}
michael@0 884 "-2"{"toissapäivänä"}
michael@0 885 "0"{"tänään"}
michael@0 886 "1"{"huomenna"}
michael@0 887 "2"{"ylihuomenna"}
michael@0 888 }
michael@0 889 relativeTime{
michael@0 890 future{
michael@0 891 one{"{0} päivän päästä"}
michael@0 892 other{"{0} päivän päästä"}
michael@0 893 }
michael@0 894 past{
michael@0 895 one{"{0} päivä sitten"}
michael@0 896 other{"{0} päivää sitten"}
michael@0 897 }
michael@0 898 }
michael@0 899 }
michael@0 900 dayperiod{
michael@0 901 dn{"vuorokaudenaika"}
michael@0 902 }
michael@0 903 era{
michael@0 904 dn{"aikakausi"}
michael@0 905 }
michael@0 906 fri{
michael@0 907 relative{
michael@0 908 "-1"{"viime perjantaina"}
michael@0 909 "0"{"tänä perjantaina"}
michael@0 910 "1"{"ensi perjantaina"}
michael@0 911 }
michael@0 912 }
michael@0 913 hour{
michael@0 914 dn{"tunti"}
michael@0 915 relativeTime{
michael@0 916 future{
michael@0 917 one{"{0} tunnin päästä"}
michael@0 918 other{"{0} tunnin päästä"}
michael@0 919 }
michael@0 920 past{
michael@0 921 one{"{0} tunti sitten"}
michael@0 922 other{"{0} tuntia sitten"}
michael@0 923 }
michael@0 924 }
michael@0 925 }
michael@0 926 minute{
michael@0 927 dn{"minuutti"}
michael@0 928 relativeTime{
michael@0 929 future{
michael@0 930 one{"{0} minuutin päästä"}
michael@0 931 other{"{0} minuutin päästä"}
michael@0 932 }
michael@0 933 past{
michael@0 934 one{"{0} minuutti sitten"}
michael@0 935 other{"{0} minuuttia sitten"}
michael@0 936 }
michael@0 937 }
michael@0 938 }
michael@0 939 mon{
michael@0 940 relative{
michael@0 941 "-1"{"viime maanantaina"}
michael@0 942 "0"{"tänä maanantaina"}
michael@0 943 "1"{"ensi maanantaina"}
michael@0 944 }
michael@0 945 }
michael@0 946 month{
michael@0 947 dn{"kuukausi"}
michael@0 948 relative{
michael@0 949 "-1"{"viime kuussa"}
michael@0 950 "0"{"tässä kuussa"}
michael@0 951 "1"{"ensi kuussa"}
michael@0 952 }
michael@0 953 relativeTime{
michael@0 954 future{
michael@0 955 one{"{0} kuukauden päästä"}
michael@0 956 other{"{0} kuukauden päästä"}
michael@0 957 }
michael@0 958 past{
michael@0 959 one{"{0} kuukausi sitten"}
michael@0 960 other{"{0} kuukautta sitten"}
michael@0 961 }
michael@0 962 }
michael@0 963 }
michael@0 964 sat{
michael@0 965 relative{
michael@0 966 "-1"{"viime lauantaina"}
michael@0 967 "0"{"tänä lauantaina"}
michael@0 968 "1"{"ensi lauantaina"}
michael@0 969 }
michael@0 970 }
michael@0 971 second{
michael@0 972 dn{"sekunti"}
michael@0 973 relative{
michael@0 974 "0"{"nyt"}
michael@0 975 }
michael@0 976 relativeTime{
michael@0 977 future{
michael@0 978 one{"{0} sekunnin päästä"}
michael@0 979 other{"{0} sekunnin päästä"}
michael@0 980 }
michael@0 981 past{
michael@0 982 one{"{0} sekunti sitten"}
michael@0 983 other{"{0} sekuntia sitten"}
michael@0 984 }
michael@0 985 }
michael@0 986 }
michael@0 987 sun{
michael@0 988 relative{
michael@0 989 "-1"{"viime sunnuntaina"}
michael@0 990 "0"{"tänä sunnuntaina"}
michael@0 991 "1"{"ensi sunnuntaina"}
michael@0 992 }
michael@0 993 }
michael@0 994 thu{
michael@0 995 relative{
michael@0 996 "-1"{"viime torstaina"}
michael@0 997 "0"{"tänä torstaina"}
michael@0 998 "1"{"ensi torstaina"}
michael@0 999 }
michael@0 1000 }
michael@0 1001 tue{
michael@0 1002 relative{
michael@0 1003 "-1"{"viime tiistaina"}
michael@0 1004 "0"{"tänä tiistaina"}
michael@0 1005 "1"{"ensi tiistaina"}
michael@0 1006 }
michael@0 1007 }
michael@0 1008 wed{
michael@0 1009 relative{
michael@0 1010 "-1"{"viime keskiviikkona"}
michael@0 1011 "0"{"tänä keskiviikkona"}
michael@0 1012 "1"{"ensi keskiviikkona"}
michael@0 1013 }
michael@0 1014 }
michael@0 1015 week{
michael@0 1016 dn{"viikko"}
michael@0 1017 relative{
michael@0 1018 "-1"{"viime viikolla"}
michael@0 1019 "0"{"tällä viikolla"}
michael@0 1020 "1"{"ensi viikolla"}
michael@0 1021 }
michael@0 1022 relativeTime{
michael@0 1023 future{
michael@0 1024 one{"{0} viikon päästä"}
michael@0 1025 other{"{0} viikon päästä"}
michael@0 1026 }
michael@0 1027 past{
michael@0 1028 one{"{0} viikko sitten"}
michael@0 1029 other{"{0} viikkoa sitten"}
michael@0 1030 }
michael@0 1031 }
michael@0 1032 }
michael@0 1033 weekday{
michael@0 1034 dn{"viikonpäivä"}
michael@0 1035 }
michael@0 1036 year{
michael@0 1037 dn{"vuosi"}
michael@0 1038 relative{
michael@0 1039 "-1"{"viime vuonna"}
michael@0 1040 "0"{"tänä vuonna"}
michael@0 1041 "1"{"ensi vuonna"}
michael@0 1042 }
michael@0 1043 relativeTime{
michael@0 1044 future{
michael@0 1045 one{"{0} vuoden päästä"}
michael@0 1046 other{"{0} vuoden päästä"}
michael@0 1047 }
michael@0 1048 past{
michael@0 1049 one{"{0} vuosi sitten"}
michael@0 1050 other{"{0} vuotta sitten"}
michael@0 1051 }
michael@0 1052 }
michael@0 1053 }
michael@0 1054 zone{
michael@0 1055 dn{"aikavyöhyke"}
michael@0 1056 }
michael@0 1057 }
michael@0 1058 listPattern{
michael@0 1059 standard{
michael@0 1060 2{"{0} ja {1}"}
michael@0 1061 end{"{0} ja {1}"}
michael@0 1062 middle{"{0}, {1}"}
michael@0 1063 start{"{0}, {1}"}
michael@0 1064 }
michael@0 1065 unit{
michael@0 1066 2{"{0} ja {1}"}
michael@0 1067 end{"{0} ja {1}"}
michael@0 1068 middle{"{0}, {1}"}
michael@0 1069 start{"{0}, {1}"}
michael@0 1070 }
michael@0 1071 unit-narrow{
michael@0 1072 2{"{0} {1}"}
michael@0 1073 end{"{0} {1}"}
michael@0 1074 middle{"{0} {1}"}
michael@0 1075 start{"{0} {1}"}
michael@0 1076 }
michael@0 1077 unit-short{
michael@0 1078 2{"{0}, {1}"}
michael@0 1079 end{"{0}, {1}"}
michael@0 1080 middle{"{0}, {1}"}
michael@0 1081 start{"{0}, {1}"}
michael@0 1082 }
michael@0 1083 }
michael@0 1084 measurementSystemNames{
michael@0 1085 UK{"brittiläinen"}
michael@0 1086 US{"amerikkalainen"}
michael@0 1087 metric{"metrinen"}
michael@0 1088 }
michael@0 1089 transformNames{
michael@0 1090 BGN{"BGN"}
michael@0 1091 Numeric{"Numerot"}
michael@0 1092 Tone{"Sävy"}
michael@0 1093 UNGEGN{"UNGEGN"}
michael@0 1094 x-Accents{"Aksenttimerkit"}
michael@0 1095 x-Fullwidth{"Leveä"}
michael@0 1096 x-Halfwidth{"Kapea"}
michael@0 1097 x-Jamo{"Jamo"}
michael@0 1098 x-Pinyin{"Pinyin"}
michael@0 1099 x-Publishing{"Julkaisu"}
michael@0 1100 }
michael@0 1101 units{
michael@0 1102 acceleration{
michael@0 1103 g-force{
michael@0 1104 one{"{0} G"}
michael@0 1105 other{"{0} G"}
michael@0 1106 }
michael@0 1107 }
michael@0 1108 angle{
michael@0 1109 arc-minute{
michael@0 1110 one{"{0} kulmaminuutti"}
michael@0 1111 other{"{0} kulmaminuuttia"}
michael@0 1112 }
michael@0 1113 arc-second{
michael@0 1114 one{"{0} kulmasekunti"}
michael@0 1115 other{"{0} kulmasekuntia"}
michael@0 1116 }
michael@0 1117 degree{
michael@0 1118 one{"{0} aste"}
michael@0 1119 other{"{0} astetta"}
michael@0 1120 }
michael@0 1121 }
michael@0 1122 area{
michael@0 1123 acre{
michael@0 1124 one{"{0} eekkeri"}
michael@0 1125 other{"{0} eekkeriä"}
michael@0 1126 }
michael@0 1127 hectare{
michael@0 1128 one{"{0} hehtaari"}
michael@0 1129 other{"{0} hehtaaria"}
michael@0 1130 }
michael@0 1131 square-foot{
michael@0 1132 one{"{0} neliöjalka"}
michael@0 1133 other{"{0} neliöjalkaa"}
michael@0 1134 }
michael@0 1135 square-kilometer{
michael@0 1136 one{"{0} neliökilometri"}
michael@0 1137 other{"{0} neliökilometriä"}
michael@0 1138 }
michael@0 1139 square-meter{
michael@0 1140 one{"{0} neliömetri"}
michael@0 1141 other{"{0} neliömetriä"}
michael@0 1142 }
michael@0 1143 square-mile{
michael@0 1144 one{"{0} neliömaili"}
michael@0 1145 other{"{0} neliömailia"}
michael@0 1146 }
michael@0 1147 }
michael@0 1148 compound{
michael@0 1149 per{"{0}/{1}"}
michael@0 1150 }
michael@0 1151 duration{
michael@0 1152 day{
michael@0 1153 one{"{0} päivä"}
michael@0 1154 other{"{0} päivää"}
michael@0 1155 }
michael@0 1156 hour{
michael@0 1157 one{"{0} tunti"}
michael@0 1158 other{"{0} tuntia"}
michael@0 1159 }
michael@0 1160 millisecond{
michael@0 1161 one{"{0} millisekunti"}
michael@0 1162 other{"{0} millisekuntia"}
michael@0 1163 }
michael@0 1164 minute{
michael@0 1165 one{"{0} minuutti"}
michael@0 1166 other{"{0} minuuttia"}
michael@0 1167 }
michael@0 1168 month{
michael@0 1169 one{"{0} kuukausi"}
michael@0 1170 other{"{0} kuukautta"}
michael@0 1171 }
michael@0 1172 second{
michael@0 1173 one{"{0} sekunti"}
michael@0 1174 other{"{0} sekuntia"}
michael@0 1175 }
michael@0 1176 week{
michael@0 1177 one{"{0} viikko"}
michael@0 1178 other{"{0} viikkoa"}
michael@0 1179 }
michael@0 1180 year{
michael@0 1181 one{"{0} vuosi"}
michael@0 1182 other{"{0} vuotta"}
michael@0 1183 }
michael@0 1184 }
michael@0 1185 length{
michael@0 1186 centimeter{
michael@0 1187 one{"{0} senttimetri"}
michael@0 1188 other{"{0} senttimetriä"}
michael@0 1189 }
michael@0 1190 foot{
michael@0 1191 one{"{0} jalka"}
michael@0 1192 other{"{0} jalkaa"}
michael@0 1193 }
michael@0 1194 inch{
michael@0 1195 one{"{0} tuuma"}
michael@0 1196 other{"{0} tuumaa"}
michael@0 1197 }
michael@0 1198 kilometer{
michael@0 1199 one{"{0} kilometri"}
michael@0 1200 other{"{0} kilometriä"}
michael@0 1201 }
michael@0 1202 light-year{
michael@0 1203 one{"{0} valovuosi"}
michael@0 1204 other{"{0} valovuotta"}
michael@0 1205 }
michael@0 1206 meter{
michael@0 1207 one{"{0} metri"}
michael@0 1208 other{"{0} metriä"}
michael@0 1209 }
michael@0 1210 mile{
michael@0 1211 one{"{0} maili"}
michael@0 1212 other{"{0} mailia"}
michael@0 1213 }
michael@0 1214 millimeter{
michael@0 1215 one{"{0} millimetri"}
michael@0 1216 other{"{0} millimetriä"}
michael@0 1217 }
michael@0 1218 picometer{
michael@0 1219 one{"{0} pikometri"}
michael@0 1220 other{"{0} pikometriä"}
michael@0 1221 }
michael@0 1222 yard{
michael@0 1223 one{"{0} jaardi"}
michael@0 1224 other{"{0} jaardia"}
michael@0 1225 }
michael@0 1226 }
michael@0 1227 mass{
michael@0 1228 gram{
michael@0 1229 one{"{0} gramma"}
michael@0 1230 other{"{0} grammaa"}
michael@0 1231 }
michael@0 1232 kilogram{
michael@0 1233 one{"{0} kilogramma"}
michael@0 1234 other{"{0} kilogrammaa"}
michael@0 1235 }
michael@0 1236 ounce{
michael@0 1237 one{"{0} unssi"}
michael@0 1238 other{"{0} unssia"}
michael@0 1239 }
michael@0 1240 pound{
michael@0 1241 one{"{0} pauna"}
michael@0 1242 other{"{0} paunaa"}
michael@0 1243 }
michael@0 1244 }
michael@0 1245 power{
michael@0 1246 horsepower{
michael@0 1247 one{"{0} hevosvoima"}
michael@0 1248 other{"{0} hevosvoimaa"}
michael@0 1249 }
michael@0 1250 kilowatt{
michael@0 1251 one{"{0} kilowatti"}
michael@0 1252 other{"{0} kilowattia"}
michael@0 1253 }
michael@0 1254 watt{
michael@0 1255 one{"{0} watti"}
michael@0 1256 other{"{0} wattia"}
michael@0 1257 }
michael@0 1258 }
michael@0 1259 pressure{
michael@0 1260 hectopascal{
michael@0 1261 one{"{0} hehtopascal"}
michael@0 1262 other{"{0} hehtopascalia"}
michael@0 1263 }
michael@0 1264 inch-hg{
michael@0 1265 one{"{0} tuuma elohopeaa"}
michael@0 1266 other{"{0} tuumaa elohopeaa"}
michael@0 1267 }
michael@0 1268 millibar{
michael@0 1269 one{"{0} millibaari"}
michael@0 1270 other{"{0} millibaaria"}
michael@0 1271 }
michael@0 1272 }
michael@0 1273 speed{
michael@0 1274 kilometer-per-hour{
michael@0 1275 one{"{0} kilometri tunnissa"}
michael@0 1276 other{"{0} kilometriä tunnissa"}
michael@0 1277 }
michael@0 1278 meter-per-second{
michael@0 1279 one{"{0} metri sekunnissa"}
michael@0 1280 other{"{0} metriä sekunnissa"}
michael@0 1281 }
michael@0 1282 mile-per-hour{
michael@0 1283 one{"{0} maili tunnissa"}
michael@0 1284 other{"{0} mailia tunnissa"}
michael@0 1285 }
michael@0 1286 }
michael@0 1287 temperature{
michael@0 1288 celsius{
michael@0 1289 one{"{0} celsiusaste"}
michael@0 1290 other{"{0} celsiusastetta"}
michael@0 1291 }
michael@0 1292 fahrenheit{
michael@0 1293 one{"{0} fahrenheitaste"}
michael@0 1294 other{"{0} fahrenheitastetta"}
michael@0 1295 }
michael@0 1296 }
michael@0 1297 volume{
michael@0 1298 cubic-kilometer{
michael@0 1299 one{"{0} kuutiokilometri"}
michael@0 1300 other{"{0} kuutiokilometriä"}
michael@0 1301 }
michael@0 1302 cubic-mile{
michael@0 1303 one{"{0} kuutiomaili"}
michael@0 1304 other{"{0} kuutiomailia"}
michael@0 1305 }
michael@0 1306 liter{
michael@0 1307 one{"{0} litra"}
michael@0 1308 other{"{0} litraa"}
michael@0 1309 }
michael@0 1310 }
michael@0 1311 }
michael@0 1312 unitsNarrow{
michael@0 1313 acceleration{
michael@0 1314 g-force{
michael@0 1315 one{"{0}G"}
michael@0 1316 other{"{0}G"}
michael@0 1317 }
michael@0 1318 }
michael@0 1319 angle{
michael@0 1320 arc-minute{
michael@0 1321 one{"{0}′"}
michael@0 1322 other{"{0}′"}
michael@0 1323 }
michael@0 1324 arc-second{
michael@0 1325 one{"{0}″"}
michael@0 1326 other{"{0}″"}
michael@0 1327 }
michael@0 1328 degree{
michael@0 1329 one{"{0}°"}
michael@0 1330 other{"{0}°"}
michael@0 1331 }
michael@0 1332 }
michael@0 1333 area{
michael@0 1334 acre{
michael@0 1335 one{"{0}ac"}
michael@0 1336 other{"{0}ac"}
michael@0 1337 }
michael@0 1338 hectare{
michael@0 1339 one{"{0}ha"}
michael@0 1340 other{"{0}ha"}
michael@0 1341 }
michael@0 1342 square-foot{
michael@0 1343 one{"{0}ft²"}
michael@0 1344 other{"{0}ft²"}
michael@0 1345 }
michael@0 1346 square-kilometer{
michael@0 1347 one{"{0}km²"}
michael@0 1348 other{"{0}km²"}
michael@0 1349 }
michael@0 1350 square-meter{
michael@0 1351 one{"{0}m²"}
michael@0 1352 other{"{0}m²"}
michael@0 1353 }
michael@0 1354 square-mile{
michael@0 1355 one{"{0}mi²"}
michael@0 1356 other{"{0}mi²"}
michael@0 1357 }
michael@0 1358 }
michael@0 1359 compound{
michael@0 1360 per{"{0}/{1}"}
michael@0 1361 }
michael@0 1362 duration{
michael@0 1363 day{
michael@0 1364 one{"{0}pv"}
michael@0 1365 other{"{0}pv"}
michael@0 1366 }
michael@0 1367 hour{
michael@0 1368 one{"{0}t"}
michael@0 1369 other{"{0}t"}
michael@0 1370 }
michael@0 1371 millisecond{
michael@0 1372 one{"{0}ms"}
michael@0 1373 other{"{0}ms"}
michael@0 1374 }
michael@0 1375 minute{
michael@0 1376 one{"{0}min"}
michael@0 1377 other{"{0}min"}
michael@0 1378 }
michael@0 1379 month{
michael@0 1380 one{"{0}kk"}
michael@0 1381 other{"{0}kk"}
michael@0 1382 }
michael@0 1383 second{
michael@0 1384 one{"{0}s"}
michael@0 1385 other{"{0}s"}
michael@0 1386 }
michael@0 1387 week{
michael@0 1388 one{"{0}vk"}
michael@0 1389 other{"{0}vk"}
michael@0 1390 }
michael@0 1391 year{
michael@0 1392 one{"{0}v"}
michael@0 1393 other{"{0}v"}
michael@0 1394 }
michael@0 1395 }
michael@0 1396 length{
michael@0 1397 centimeter{
michael@0 1398 one{"{0}cm"}
michael@0 1399 other{"{0}cm"}
michael@0 1400 }
michael@0 1401 foot{
michael@0 1402 one{"{0}′"}
michael@0 1403 other{"{0}′"}
michael@0 1404 }
michael@0 1405 inch{
michael@0 1406 one{"{0}″"}
michael@0 1407 other{"{0}″"}
michael@0 1408 }
michael@0 1409 kilometer{
michael@0 1410 one{"{0}km"}
michael@0 1411 other{"{0}km"}
michael@0 1412 }
michael@0 1413 light-year{
michael@0 1414 one{"{0}vv"}
michael@0 1415 other{"{0}vv"}
michael@0 1416 }
michael@0 1417 meter{
michael@0 1418 one{"{0}m"}
michael@0 1419 other{"{0}m"}
michael@0 1420 }
michael@0 1421 mile{
michael@0 1422 one{"{0}mi"}
michael@0 1423 other{"{0}mi"}
michael@0 1424 }
michael@0 1425 millimeter{
michael@0 1426 one{"{0}mm"}
michael@0 1427 other{"{0}mm"}
michael@0 1428 }
michael@0 1429 picometer{
michael@0 1430 one{"{0}pm"}
michael@0 1431 other{"{0}pm"}
michael@0 1432 }
michael@0 1433 yard{
michael@0 1434 one{"{0}yd"}
michael@0 1435 other{"{0}yd"}
michael@0 1436 }
michael@0 1437 }
michael@0 1438 mass{
michael@0 1439 gram{
michael@0 1440 one{"{0}g"}
michael@0 1441 other{"{0}g"}
michael@0 1442 }
michael@0 1443 kilogram{
michael@0 1444 one{"{0}kg"}
michael@0 1445 other{"{0}kg"}
michael@0 1446 }
michael@0 1447 ounce{
michael@0 1448 one{"{0}oz"}
michael@0 1449 other{"{0}oz"}
michael@0 1450 }
michael@0 1451 pound{
michael@0 1452 one{"{0}lb"}
michael@0 1453 other{"{0}lb"}
michael@0 1454 }
michael@0 1455 }
michael@0 1456 power{
michael@0 1457 horsepower{
michael@0 1458 one{"{0}hv"}
michael@0 1459 other{"{0}hv"}
michael@0 1460 }
michael@0 1461 kilowatt{
michael@0 1462 one{"{0}kW"}
michael@0 1463 other{"{0}kW"}
michael@0 1464 }
michael@0 1465 watt{
michael@0 1466 one{"{0}W"}
michael@0 1467 other{"{0}W"}
michael@0 1468 }
michael@0 1469 }
michael@0 1470 pressure{
michael@0 1471 hectopascal{
michael@0 1472 one{"{0}hPa"}
michael@0 1473 other{"{0}hPa"}
michael@0 1474 }
michael@0 1475 inch-hg{
michael@0 1476 one{"{0}″ Hg"}
michael@0 1477 other{"{0}″ Hg"}
michael@0 1478 }
michael@0 1479 millibar{
michael@0 1480 one{"{0}mbar"}
michael@0 1481 other{"{0}mbar"}
michael@0 1482 }
michael@0 1483 }
michael@0 1484 speed{
michael@0 1485 kilometer-per-hour{
michael@0 1486 one{"{0}km/h"}
michael@0 1487 other{"{0}km/h"}
michael@0 1488 }
michael@0 1489 meter-per-second{
michael@0 1490 one{"{0}m/s"}
michael@0 1491 other{"{0}m/s"}
michael@0 1492 }
michael@0 1493 mile-per-hour{
michael@0 1494 one{"{0}mi/h"}
michael@0 1495 other{"{0}mi/h"}
michael@0 1496 }
michael@0 1497 }
michael@0 1498 temperature{
michael@0 1499 celsius{
michael@0 1500 one{"{0}°"}
michael@0 1501 other{"{0}°"}
michael@0 1502 }
michael@0 1503 fahrenheit{
michael@0 1504 one{"{0}°F"}
michael@0 1505 other{"{0}°F"}
michael@0 1506 }
michael@0 1507 }
michael@0 1508 volume{
michael@0 1509 cubic-kilometer{
michael@0 1510 one{"{0}km³"}
michael@0 1511 other{"{0}km³"}
michael@0 1512 }
michael@0 1513 cubic-mile{
michael@0 1514 one{"{0}mi³"}
michael@0 1515 other{"{0}mi³"}
michael@0 1516 }
michael@0 1517 liter{
michael@0 1518 one{"{0}l"}
michael@0 1519 other{"{0}l"}
michael@0 1520 }
michael@0 1521 }
michael@0 1522 }
michael@0 1523 unitsShort{
michael@0 1524 acceleration{
michael@0 1525 g-force{
michael@0 1526 one{"{0} G"}
michael@0 1527 other{"{0} G"}
michael@0 1528 }
michael@0 1529 }
michael@0 1530 angle{
michael@0 1531 arc-minute{
michael@0 1532 one{"{0}′"}
michael@0 1533 other{"{0}′"}
michael@0 1534 }
michael@0 1535 arc-second{
michael@0 1536 one{"{0}″"}
michael@0 1537 other{"{0}″"}
michael@0 1538 }
michael@0 1539 degree{
michael@0 1540 one{"{0}°"}
michael@0 1541 other{"{0}°"}
michael@0 1542 }
michael@0 1543 }
michael@0 1544 area{
michael@0 1545 acre{
michael@0 1546 one{"{0} ac"}
michael@0 1547 other{"{0} ac"}
michael@0 1548 }
michael@0 1549 hectare{
michael@0 1550 one{"{0} ha"}
michael@0 1551 other{"{0} ha"}
michael@0 1552 }
michael@0 1553 square-foot{
michael@0 1554 one{"{0} ft²"}
michael@0 1555 other{"{0} ft²"}
michael@0 1556 }
michael@0 1557 square-kilometer{
michael@0 1558 one{"{0} km²"}
michael@0 1559 other{"{0} km²"}
michael@0 1560 }
michael@0 1561 square-meter{
michael@0 1562 one{"{0} m²"}
michael@0 1563 other{"{0} m²"}
michael@0 1564 }
michael@0 1565 square-mile{
michael@0 1566 one{"{0} mi²"}
michael@0 1567 other{"{0} mi²"}
michael@0 1568 }
michael@0 1569 }
michael@0 1570 compound{
michael@0 1571 per{"{0}/{1}"}
michael@0 1572 }
michael@0 1573 duration{
michael@0 1574 day{
michael@0 1575 one{"{0} pv"}
michael@0 1576 other{"{0} pv"}
michael@0 1577 }
michael@0 1578 hour{
michael@0 1579 one{"{0} t"}
michael@0 1580 other{"{0} t"}
michael@0 1581 }
michael@0 1582 millisecond{
michael@0 1583 one{"{0} ms"}
michael@0 1584 other{"{0} ms"}
michael@0 1585 }
michael@0 1586 minute{
michael@0 1587 one{"{0} min"}
michael@0 1588 other{"{0} min"}
michael@0 1589 }
michael@0 1590 month{
michael@0 1591 one{"{0} kk"}
michael@0 1592 other{"{0} kk"}
michael@0 1593 }
michael@0 1594 second{
michael@0 1595 one{"{0} s"}
michael@0 1596 other{"{0} s"}
michael@0 1597 }
michael@0 1598 week{
michael@0 1599 one{"{0} vk"}
michael@0 1600 other{"{0} vk"}
michael@0 1601 }
michael@0 1602 year{
michael@0 1603 one{"{0} v"}
michael@0 1604 other{"{0} v"}
michael@0 1605 }
michael@0 1606 }
michael@0 1607 length{
michael@0 1608 centimeter{
michael@0 1609 one{"{0} cm"}
michael@0 1610 other{"{0} cm"}
michael@0 1611 }
michael@0 1612 foot{
michael@0 1613 one{"{0} ft"}
michael@0 1614 other{"{0} ft"}
michael@0 1615 }
michael@0 1616 inch{
michael@0 1617 one{"{0} in"}
michael@0 1618 other{"{0} in"}
michael@0 1619 }
michael@0 1620 kilometer{
michael@0 1621 one{"{0} km"}
michael@0 1622 other{"{0} km"}
michael@0 1623 }
michael@0 1624 light-year{
michael@0 1625 one{"{0} vv"}
michael@0 1626 other{"{0} vv"}
michael@0 1627 }
michael@0 1628 meter{
michael@0 1629 one{"{0} m"}
michael@0 1630 other{"{0} m"}
michael@0 1631 }
michael@0 1632 mile{
michael@0 1633 one{"{0} mi"}
michael@0 1634 other{"{0} mi"}
michael@0 1635 }
michael@0 1636 millimeter{
michael@0 1637 one{"{0} mm"}
michael@0 1638 other{"{0} mm"}
michael@0 1639 }
michael@0 1640 picometer{
michael@0 1641 one{"{0} pm"}
michael@0 1642 other{"{0} pm"}
michael@0 1643 }
michael@0 1644 yard{
michael@0 1645 one{"{0} yd"}
michael@0 1646 other{"{0} yd"}
michael@0 1647 }
michael@0 1648 }
michael@0 1649 mass{
michael@0 1650 gram{
michael@0 1651 one{"{0} g"}
michael@0 1652 other{"{0} g"}
michael@0 1653 }
michael@0 1654 kilogram{
michael@0 1655 one{"{0} kg"}
michael@0 1656 other{"{0} kg"}
michael@0 1657 }
michael@0 1658 ounce{
michael@0 1659 one{"{0} oz"}
michael@0 1660 other{"{0} oz"}
michael@0 1661 }
michael@0 1662 pound{
michael@0 1663 one{"{0} lb"}
michael@0 1664 other{"{0} lb"}
michael@0 1665 }
michael@0 1666 }
michael@0 1667 power{
michael@0 1668 horsepower{
michael@0 1669 one{"{0} hv"}
michael@0 1670 other{"{0} hv"}
michael@0 1671 }
michael@0 1672 kilowatt{
michael@0 1673 one{"{0} kW"}
michael@0 1674 other{"{0} kW"}
michael@0 1675 }
michael@0 1676 watt{
michael@0 1677 one{"{0} W"}
michael@0 1678 other{"{0} W"}
michael@0 1679 }
michael@0 1680 }
michael@0 1681 pressure{
michael@0 1682 hectopascal{
michael@0 1683 one{"{0} hPa"}
michael@0 1684 other{"{0} hPa"}
michael@0 1685 }
michael@0 1686 inch-hg{
michael@0 1687 one{"{0} inHg"}
michael@0 1688 other{"{0} inHg"}
michael@0 1689 }
michael@0 1690 millibar{
michael@0 1691 one{"{0} mbar"}
michael@0 1692 other{"{0} mbar"}
michael@0 1693 }
michael@0 1694 }
michael@0 1695 speed{
michael@0 1696 kilometer-per-hour{
michael@0 1697 one{"{0} km/h"}
michael@0 1698 other{"{0} km/h"}
michael@0 1699 }
michael@0 1700 meter-per-second{
michael@0 1701 one{"{0} m/s"}
michael@0 1702 other{"{0} m/s"}
michael@0 1703 }
michael@0 1704 mile-per-hour{
michael@0 1705 one{"{0} mi/h"}
michael@0 1706 other{"{0} mi/h"}
michael@0 1707 }
michael@0 1708 }
michael@0 1709 temperature{
michael@0 1710 celsius{
michael@0 1711 one{"{0} °C"}
michael@0 1712 other{"{0} °C"}
michael@0 1713 }
michael@0 1714 fahrenheit{
michael@0 1715 one{"{0} °F"}
michael@0 1716 other{"{0} °F"}
michael@0 1717 }
michael@0 1718 }
michael@0 1719 volume{
michael@0 1720 cubic-kilometer{
michael@0 1721 one{"{0} km³"}
michael@0 1722 other{"{0} km³"}
michael@0 1723 }
michael@0 1724 cubic-mile{
michael@0 1725 one{"{0} mi³"}
michael@0 1726 other{"{0} mi³"}
michael@0 1727 }
michael@0 1728 liter{
michael@0 1729 one{"{0} l"}
michael@0 1730 other{"{0} l"}
michael@0 1731 }
michael@0 1732 }
michael@0 1733 }
michael@0 1734 }

mercurial