intl/icu/source/data/locales/lo.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
-rwxr-xr-x

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/lo.xml
michael@0 7 // *
michael@0 8 // ***************************************************************************
michael@0 9 /**
michael@0 10 * ICU <specials> source: <path>/common/main/lo.xml
michael@0 11 */
michael@0 12 lo{
michael@0 13 AuxExemplarCharacters{"[\u200B ໐ ໑ ໒ ໓ ໔ ໕ ໖ ໗ ໘ ໙]"}
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{
michael@0 23 "[\u0EC8 \u0EC9 \u0ECA \u0ECB \u0ECC \u0ECD ໆ ກ ຂ ຄ ງ ຈ ສ ຊ ຍ ດ ຕ ຖ ທ ນ ບ ປ ຜ"
michael@0 24 " ຝ ພ ຟ ມ ຢ ຣ ລ ວ ຫ ໜ ໝ ອ ຮ ຯ ະ \u0EB1 າ ຳ \u0EB4 \u0EB5 \u0EB6 \u0EB7 \u0EB8"
michael@0 25 " \u0EB9 \u0EBB \u0EBC ຽ ເ ແ ໂ ໃ ໄ]"
michael@0 26 }
michael@0 27 ExemplarCharactersIndex{
michael@0 28 "[ກ ຂ ຄ ງ ຈ ສ ຊ ຍ ດ ຕ ຖ ທ ນ ບ ປ ຜ ຝ ພ ຟ ມ ຢ ຣ ລ ວ ຫ {ຫງ} {ຫຍ} {ຫນ} {ຫມ} {ຫລ} "
michael@0 29 "{ຫວ} ອ ຮ]"
michael@0 30 }
michael@0 31 LocaleScript{
michael@0 32 "Laoo",
michael@0 33 }
michael@0 34 MoreInformation{"ຂໍ້ມູນເພີ່ມເຕີມ"}
michael@0 35 NumberElements{
michael@0 36 default{"latn"}
michael@0 37 laoo{
michael@0 38 patternsLong{
michael@0 39 decimalFormat{
michael@0 40 1000{
michael@0 41 other{"0ພັນ"}
michael@0 42 }
michael@0 43 10000{
michael@0 44 other{"00ພັນ"}
michael@0 45 }
michael@0 46 100000{
michael@0 47 other{"000ພັນ"}
michael@0 48 }
michael@0 49 1000000{
michael@0 50 other{"0ລ້ານ"}
michael@0 51 }
michael@0 52 10000000{
michael@0 53 other{"00ລ້ານ"}
michael@0 54 }
michael@0 55 100000000{
michael@0 56 other{"000ລ້ານ"}
michael@0 57 }
michael@0 58 1000000000{
michael@0 59 other{"0ພັນລ້ານ"}
michael@0 60 }
michael@0 61 10000000000{
michael@0 62 other{"00ພັນລ້ານ"}
michael@0 63 }
michael@0 64 100000000000{
michael@0 65 other{"000ພັນລ້ານ"}
michael@0 66 }
michael@0 67 1000000000000{
michael@0 68 other{"0000ພັນລ້ານ"}
michael@0 69 }
michael@0 70 10000000000000{
michael@0 71 other{"00ລ້ານລ້ານ"}
michael@0 72 }
michael@0 73 100000000000000{
michael@0 74 other{"000ລ້ານລ້ານ"}
michael@0 75 }
michael@0 76 }
michael@0 77 }
michael@0 78 patternsShort{
michael@0 79 decimalFormat{
michael@0 80 1000{
michael@0 81 other{"0ພັນ"}
michael@0 82 }
michael@0 83 10000{
michael@0 84 other{"00ພັນ"}
michael@0 85 }
michael@0 86 100000{
michael@0 87 other{"000ພັນ"}
michael@0 88 }
michael@0 89 1000000{
michael@0 90 other{"0ລ້ານ"}
michael@0 91 }
michael@0 92 10000000{
michael@0 93 other{"00ລ້ານ"}
michael@0 94 }
michael@0 95 100000000{
michael@0 96 other{"000ລ້ານ"}
michael@0 97 }
michael@0 98 1000000000{
michael@0 99 other{"0ຕື້"}
michael@0 100 }
michael@0 101 10000000000{
michael@0 102 other{"00ຕື້"}
michael@0 103 }
michael@0 104 100000000000{
michael@0 105 other{"000ຕື້"}
michael@0 106 }
michael@0 107 1000000000000{
michael@0 108 other{"0000ຕື້"}
michael@0 109 }
michael@0 110 10000000000000{
michael@0 111 other{"00ພັນຕື້"}
michael@0 112 }
michael@0 113 100000000000000{
michael@0 114 other{"000ພັນຕື້"}
michael@0 115 }
michael@0 116 }
michael@0 117 }
michael@0 118 }
michael@0 119 latn{
michael@0 120 miscPatterns{
michael@0 121 atLeast{"{0}+"}
michael@0 122 range{"{0}–{1}"}
michael@0 123 }
michael@0 124 patterns{
michael@0 125 currencyFormat{"¤#,##0.00;¤-#,##0.00"}
michael@0 126 decimalFormat{"#,##0.###"}
michael@0 127 percentFormat{"#,##0%"}
michael@0 128 scientificFormat{"#"}
michael@0 129 }
michael@0 130 patternsLong{
michael@0 131 decimalFormat{
michael@0 132 1000{
michael@0 133 other{"0 ພັນ"}
michael@0 134 }
michael@0 135 10000{
michael@0 136 other{"00 ພັນ"}
michael@0 137 }
michael@0 138 100000{
michael@0 139 other{"0 ແສນ"}
michael@0 140 }
michael@0 141 1000000{
michael@0 142 other{"0 ລ້ານ"}
michael@0 143 }
michael@0 144 10000000{
michael@0 145 other{"00 ລ້ານ"}
michael@0 146 }
michael@0 147 100000000{
michael@0 148 other{"000 ລ້ານ"}
michael@0 149 }
michael@0 150 1000000000{
michael@0 151 other{"0 ຕື້"}
michael@0 152 }
michael@0 153 10000000000{
michael@0 154 other{"00 ຕື້"}
michael@0 155 }
michael@0 156 100000000000{
michael@0 157 other{"000 ຕື້"}
michael@0 158 }
michael@0 159 1000000000000{
michael@0 160 other{"0 ລ້ານລ້ານ"}
michael@0 161 }
michael@0 162 10000000000000{
michael@0 163 other{"00 ລ້ານລ້ານ"}
michael@0 164 }
michael@0 165 100000000000000{
michael@0 166 other{"000 ລ້ານລ້ານ"}
michael@0 167 }
michael@0 168 }
michael@0 169 }
michael@0 170 patternsShort{
michael@0 171 decimalFormat{
michael@0 172 1000{
michael@0 173 other{"0 ພັນ"}
michael@0 174 }
michael@0 175 10000{
michael@0 176 other{"00 ພັນ"}
michael@0 177 }
michael@0 178 100000{
michael@0 179 other{"000 ກີບ"}
michael@0 180 }
michael@0 181 1000000{
michael@0 182 other{"0 ລ້ານ"}
michael@0 183 }
michael@0 184 10000000{
michael@0 185 other{"00 ລ້ານ"}
michael@0 186 }
michael@0 187 100000000{
michael@0 188 other{"000 ລ້ານ"}
michael@0 189 }
michael@0 190 1000000000{
michael@0 191 other{"0 ຕື້"}
michael@0 192 }
michael@0 193 10000000000{
michael@0 194 other{"00 ຕື້"}
michael@0 195 }
michael@0 196 100000000000{
michael@0 197 other{"000 ຕື້"}
michael@0 198 }
michael@0 199 1000000000000{
michael@0 200 other{"0 ລ້ານລ້ານ"}
michael@0 201 }
michael@0 202 10000000000000{
michael@0 203 other{"00 ລ້ານລ້ານ"}
michael@0 204 }
michael@0 205 100000000000000{
michael@0 206 other{"000 ລ້ານລ້ານ"}
michael@0 207 }
michael@0 208 }
michael@0 209 }
michael@0 210 symbols{
michael@0 211 decimal{","}
michael@0 212 exponential{"E"}
michael@0 213 group{"."}
michael@0 214 infinity{"∞"}
michael@0 215 list{";"}
michael@0 216 minusSign{"-"}
michael@0 217 nan{"ບໍ່ແມ່ນໂຕເລກ"}
michael@0 218 perMille{"‰"}
michael@0 219 percentSign{"%"}
michael@0 220 plusSign{"+"}
michael@0 221 superscriptingExponent{"×"}
michael@0 222 }
michael@0 223 }
michael@0 224 native{"laoo"}
michael@0 225 }
michael@0 226 Version{"2.0.92.87"}
michael@0 227 calendar{
michael@0 228 chinese{
michael@0 229 DateTimePatterns{
michael@0 230 "H ໂມງ m ນາທີ ss ວິນາທີ zzzz",
michael@0 231 "H ໂມງ m ນາທີ ss ວິນາທີ z",
michael@0 232 "H:mm:ss",
michael@0 233 "H:mm",
michael@0 234 "EEEE, U MMMM dd",
michael@0 235 "U MMMM d",
michael@0 236 "U MMM d",
michael@0 237 "y-M-d",
michael@0 238 "{1} {0}",
michael@0 239 "{1} {0}",
michael@0 240 "{1} {0}",
michael@0 241 "{1} {0}",
michael@0 242 "{1} {0}",
michael@0 243 }
michael@0 244 cyclicNameSets{
michael@0 245 dayParts{
michael@0 246 format{
michael@0 247 abbreviated{
michael@0 248 "ຊີ",
michael@0 249 "ຊູ",
michael@0 250 "ຢິນ",
michael@0 251 "ເມົາ",
michael@0 252 "ເຊັນ",
michael@0 253 "ຊື່",
michael@0 254 "ວູ",
michael@0 255 "ເວີຍ",
michael@0 256 "ເຊິ່ນ",
michael@0 257 "ຢູ",
michael@0 258 "ຊູ່",
michael@0 259 "ໄຮ",
michael@0 260 }
michael@0 261 }
michael@0 262 }
michael@0 263 years{
michael@0 264 format{
michael@0 265 abbreviated{
michael@0 266 "ເຈຍ-ຊິ",
michael@0 267 "ຢີ-ຊູ",
michael@0 268 "ບິງ-ຢິນ",
michael@0 269 "ດິງ-ເມົາ",
michael@0 270 "ວູ-ເຊັນ",
michael@0 271 "ຈີ-ຊິ",
michael@0 272 "ແກງ-ວູ",
michael@0 273 "ຊິນ-ເວີຍ",
michael@0 274 "ເຣນ-ເຊນ",
michael@0 275 "ກຸຍ-ຢູ",
michael@0 276 "ໄຈ-ຊູ",
michael@0 277 "ຢີ-ໄຮ",
michael@0 278 "ບິງ-ຊີ",
michael@0 279 "ດິງ-ຊູ",
michael@0 280 "ວູ-ຢິນ",
michael@0 281 "ຈີ-ເມົາ",
michael@0 282 "ແກງ-ເຊນ",
michael@0 283 "ຊິນ-ຊິ",
michael@0 284 "ເຣນ-ວູ",
michael@0 285 "ກຸຍ-ເວີຍ",
michael@0 286 "ເຈຍ-ເຊນ",
michael@0 287 "ຢີ-ຢູ",
michael@0 288 "ບິງ-ຊູ",
michael@0 289 "ດິງ-ໄຫ",
michael@0 290 "ວູ-ຊິ",
michael@0 291 "ຈີ-ຊູ",
michael@0 292 "ເກງ-ຢິນ",
michael@0 293 "ຊິນ-ເມົາ",
michael@0 294 "ເຣນເຊິ່ນ",
michael@0 295 "ກຸຍ-ຊິ",
michael@0 296 "ໄຈ-ວູ",
michael@0 297 "ຢີ-ເວີຍ",
michael@0 298 "ບິງ-ເຊນ",
michael@0 299 "ດິງ-ຢູ",
michael@0 300 "ວູ-ຊູ",
michael@0 301 "ຈີ-ໄຫ",
michael@0 302 "ເກງ-ຊິ",
michael@0 303 "ຊິນ-ຊູ",
michael@0 304 "ເຣຍ-ຢິນ",
michael@0 305 "ກຸຍ-ເມົາ",
michael@0 306 "ໄຈ-ເຊນ",
michael@0 307 "ຢີ-ຊິ",
michael@0 308 "ບິງ-ວູ",
michael@0 309 "ດິງ-ເວີຍ",
michael@0 310 "ວູ-ເກນ",
michael@0 311 "ຈີ-ຢູ",
michael@0 312 "ເກງ-ຊູ",
michael@0 313 "ຊິນ-ໄຫ",
michael@0 314 "ເຣນ-ຊິ",
michael@0 315 "ກຸຍ-ຊູ",
michael@0 316 "ເຈຍ-ຢິນ",
michael@0 317 "ຢິ-ເມົາ",
michael@0 318 "ບິງເຊິ່ນ",
michael@0 319 "ດິງ-ຊິ",
michael@0 320 "ວູ-ວູ",
michael@0 321 "ຈີ-ເວີຍ",
michael@0 322 "ເກງ-ເຊນ",
michael@0 323 "ຊິນ-ຢູ",
michael@0 324 "ເຣນ-ຊູ",
michael@0 325 "ກຸຍຮ່າຍ",
michael@0 326 }
michael@0 327 }
michael@0 328 }
michael@0 329 zodiacs{
michael@0 330 format{
michael@0 331 abbreviated{
michael@0 332 "ໜູ",
michael@0 333 "ງົວຜູ້",
michael@0 334 "ເສືອ",
michael@0 335 "ກະຕ່າຍ",
michael@0 336 "ມັງກອນ",
michael@0 337 "ງູ",
michael@0 338 "ມ້າ",
michael@0 339 "ແກະ",
michael@0 340 "ລິງ",
michael@0 341 "ໄກ່ຜູ້",
michael@0 342 "ໝາ",
michael@0 343 "ໝູ",
michael@0 344 }
michael@0 345 }
michael@0 346 }
michael@0 347 }
michael@0 348 monthNames{
michael@0 349 format{
michael@0 350 abbreviated{
michael@0 351 "1",
michael@0 352 "2",
michael@0 353 "3",
michael@0 354 "4",
michael@0 355 "5",
michael@0 356 "6",
michael@0 357 "7",
michael@0 358 "8",
michael@0 359 "9",
michael@0 360 "10",
michael@0 361 "11",
michael@0 362 "12",
michael@0 363 }
michael@0 364 narrow{
michael@0 365 "1",
michael@0 366 "2",
michael@0 367 "3",
michael@0 368 "4",
michael@0 369 "5",
michael@0 370 "6",
michael@0 371 "7",
michael@0 372 "8",
michael@0 373 "9",
michael@0 374 "10",
michael@0 375 "11",
michael@0 376 "12",
michael@0 377 }
michael@0 378 wide{
michael@0 379 "1",
michael@0 380 "2",
michael@0 381 "3",
michael@0 382 "4",
michael@0 383 "5",
michael@0 384 "6",
michael@0 385 "7",
michael@0 386 "8",
michael@0 387 "9",
michael@0 388 "10",
michael@0 389 "11",
michael@0 390 "12",
michael@0 391 }
michael@0 392 }
michael@0 393 stand-alone{
michael@0 394 abbreviated{
michael@0 395 "1",
michael@0 396 "2",
michael@0 397 "3",
michael@0 398 "4",
michael@0 399 "5",
michael@0 400 "6",
michael@0 401 "7",
michael@0 402 "8",
michael@0 403 "9",
michael@0 404 "10",
michael@0 405 "11",
michael@0 406 "12",
michael@0 407 }
michael@0 408 narrow{
michael@0 409 "1",
michael@0 410 "2",
michael@0 411 "3",
michael@0 412 "4",
michael@0 413 "5",
michael@0 414 "6",
michael@0 415 "7",
michael@0 416 "8",
michael@0 417 "9",
michael@0 418 "10",
michael@0 419 "11",
michael@0 420 "12",
michael@0 421 }
michael@0 422 wide{
michael@0 423 "1",
michael@0 424 "2",
michael@0 425 "3",
michael@0 426 "4",
michael@0 427 "5",
michael@0 428 "6",
michael@0 429 "7",
michael@0 430 "8",
michael@0 431 "9",
michael@0 432 "10",
michael@0 433 "11",
michael@0 434 "12",
michael@0 435 }
michael@0 436 }
michael@0 437 }
michael@0 438 }
michael@0 439 coptic{
michael@0 440 monthNames{
michael@0 441 format{
michael@0 442 abbreviated{
michael@0 443 "ເທົາ",
michael@0 444 "ບາບາ",
michael@0 445 "ຮາໂຕ",
michael@0 446 "ເຄຍ",
michael@0 447 "ໂທບາ",
michael@0 448 "ອຳເຊີ",
michael@0 449 "ບາລຳຮາດ",
michael@0 450 "ບາລາມູດາ",
michael@0 451 "ບາສຮານ",
michael@0 452 "ເປົານາ",
michael@0 453 "ອີແປບ",
michael@0 454 "ມາສລາ",
michael@0 455 "ນາຊິວ",
michael@0 456 }
michael@0 457 narrow{
michael@0 458 "1",
michael@0 459 "2",
michael@0 460 "3",
michael@0 461 "4",
michael@0 462 "5",
michael@0 463 "6",
michael@0 464 "7",
michael@0 465 "8",
michael@0 466 "9",
michael@0 467 "10",
michael@0 468 "11",
michael@0 469 "12",
michael@0 470 "13",
michael@0 471 }
michael@0 472 wide{
michael@0 473 "ເທົາ",
michael@0 474 "ບາບາ",
michael@0 475 "ຮາໂຕ",
michael@0 476 "ເຄຍ",
michael@0 477 "ໂທບາ",
michael@0 478 "ອາເຊີ",
michael@0 479 "ບາລຳຮາດ",
michael@0 480 "ບາລາມູດາ",
michael@0 481 "ບາສຮານ",
michael@0 482 "ເປົານາ",
michael@0 483 "ອີແປບ",
michael@0 484 "ມາສລາ",
michael@0 485 "ນາຊີວ",
michael@0 486 }
michael@0 487 }
michael@0 488 stand-alone{
michael@0 489 abbreviated{
michael@0 490 "ເທົາ",
michael@0 491 "ບາບາ",
michael@0 492 "ຮາໂຕ",
michael@0 493 "ເຄຍ",
michael@0 494 "ໂທບາ",
michael@0 495 "ອຳເຊີ",
michael@0 496 "ບາລຳຮາດ",
michael@0 497 "ບາລາມູດາ",
michael@0 498 "ບາສຮານ",
michael@0 499 "ເປົານາ",
michael@0 500 "ອີແປບ",
michael@0 501 "ມາສລາ",
michael@0 502 "ນາຊີວ",
michael@0 503 }
michael@0 504 narrow{
michael@0 505 "1",
michael@0 506 "2",
michael@0 507 "3",
michael@0 508 "4",
michael@0 509 "5",
michael@0 510 "6",
michael@0 511 "7",
michael@0 512 "8",
michael@0 513 "9",
michael@0 514 "10",
michael@0 515 "11",
michael@0 516 "12",
michael@0 517 "13",
michael@0 518 }
michael@0 519 wide{
michael@0 520 "ເທົາ",
michael@0 521 "ບາບາ",
michael@0 522 "ຮາໂຕ",
michael@0 523 "ເຄຍ",
michael@0 524 "ໂທບາ",
michael@0 525 "ອຳເຊີ",
michael@0 526 "ບາລຳຮາດ",
michael@0 527 "ບາລາມູດາ",
michael@0 528 "ບາສຮານ",
michael@0 529 "ເປົານາ",
michael@0 530 "ອີແປບ",
michael@0 531 "ມາສລາ",
michael@0 532 "ນາຊີວ",
michael@0 533 }
michael@0 534 }
michael@0 535 }
michael@0 536 }
michael@0 537 ethiopic{
michael@0 538 monthNames{
michael@0 539 format{
michael@0 540 abbreviated{
michael@0 541 "ແມສເຄີແຣມ",
michael@0 542 "ເຕເກມ",
michael@0 543 "ເຮດາ",
michael@0 544 "ທາຊັສ",
michael@0 545 "ເທີ",
michael@0 546 "ເຍຄາທິດ",
michael@0 547 "ເມກາບິດ",
michael@0 548 "ເມຍເຊຍ",
michael@0 549 "ເຈນບອດ",
michael@0 550 "ເຊເນ",
michael@0 551 "ຮຳເລ",
michael@0 552 "ເນແຮສ໌",
michael@0 553 "ພາກູເມນ",
michael@0 554 }
michael@0 555 narrow{
michael@0 556 "1",
michael@0 557 "2",
michael@0 558 "3",
michael@0 559 "4",
michael@0 560 "5",
michael@0 561 "6",
michael@0 562 "7",
michael@0 563 "8",
michael@0 564 "9",
michael@0 565 "10",
michael@0 566 "11",
michael@0 567 "12",
michael@0 568 "13",
michael@0 569 }
michael@0 570 wide{
michael@0 571 "ແມສເຄີແຣມ",
michael@0 572 "ເຕເກມ",
michael@0 573 "ເຮດາ",
michael@0 574 "ທາຊັສ",
michael@0 575 "ເທີ",
michael@0 576 "ເຍຄາທິດ",
michael@0 577 "ເມກາບິດ",
michael@0 578 "ເມຍເຊຍ",
michael@0 579 "ເຈນບອດ",
michael@0 580 "ເຊເນ",
michael@0 581 "ຮຳເລ",
michael@0 582 "ເນແຮສ໌",
michael@0 583 "ພາກູເມນ",
michael@0 584 }
michael@0 585 }
michael@0 586 stand-alone{
michael@0 587 abbreviated{
michael@0 588 "ແມສເຄີແຣມ",
michael@0 589 "ເຕເກມ",
michael@0 590 "ເຮດາ",
michael@0 591 "ທາຊັສ",
michael@0 592 "ເທີ",
michael@0 593 "ເຍຄາທິດ",
michael@0 594 "ເມກາບິດ",
michael@0 595 "ເມຍເຊຍ",
michael@0 596 "ເຈນບອດ",
michael@0 597 "ເຊເນ",
michael@0 598 "ຮຳເລ",
michael@0 599 "ເນແຮສ໌",
michael@0 600 "ພາກູເມນ",
michael@0 601 }
michael@0 602 narrow{
michael@0 603 "1",
michael@0 604 "2",
michael@0 605 "3",
michael@0 606 "4",
michael@0 607 "5",
michael@0 608 "6",
michael@0 609 "7",
michael@0 610 "8",
michael@0 611 "9",
michael@0 612 "10",
michael@0 613 "11",
michael@0 614 "12",
michael@0 615 "13",
michael@0 616 }
michael@0 617 wide{
michael@0 618 "ແມສເຄີແຣມ",
michael@0 619 "ເຕເກມ",
michael@0 620 "ເຮດາ",
michael@0 621 "ທາຊັສ",
michael@0 622 "ເທີ",
michael@0 623 "ເຍຄາທິດ",
michael@0 624 "ເມກາບິດ",
michael@0 625 "ເມຍເຊຍ",
michael@0 626 "ເຈນບອດ",
michael@0 627 "ເຊເນ",
michael@0 628 "ຮຳເລ",
michael@0 629 "ເນແຮສ໌",
michael@0 630 "ພາກູເມນ",
michael@0 631 }
michael@0 632 }
michael@0 633 }
michael@0 634 }
michael@0 635 generic{
michael@0 636 DateTimePatterns{
michael@0 637 "H ໂມງ m ນາທີ ss ວິນາທີ zzzz",
michael@0 638 "H ໂມງ m ນາທີ ss ວິນາທີ z",
michael@0 639 "H:mm:ss",
michael@0 640 "H:mm",
michael@0 641 "EEEEທີ d MMMM y G",
michael@0 642 "d MMMM y G",
michael@0 643 "d MMM y G",
michael@0 644 "d/M/y GGGGG",
michael@0 645 "{1}, {0}",
michael@0 646 "{1}, {0}",
michael@0 647 "{1}, {0}",
michael@0 648 "{1}, {0}",
michael@0 649 "{1}, {0}",
michael@0 650 }
michael@0 651 availableFormats{
michael@0 652 Ed{"E d"}
michael@0 653 Gy{"G y"}
michael@0 654 GyMMM{"G MMM y"}
michael@0 655 GyMMMEd{"G E, d MMM y"}
michael@0 656 GyMMMd{"G d MMM y"}
michael@0 657 H{"HH"}
michael@0 658 Hm{"HH:mm"}
michael@0 659 Hms{"HH:mm:ss"}
michael@0 660 M{"L"}
michael@0 661 MEd{"E, d/M"}
michael@0 662 MMM{"LLL"}
michael@0 663 MMMEd{"E d MMM"}
michael@0 664 MMMd{"d MMM"}
michael@0 665 Md{"d/M"}
michael@0 666 d{"d"}
michael@0 667 h{"h ໂມງa"}
michael@0 668 hm{"h:mm a"}
michael@0 669 hms{"h:mm:ss a"}
michael@0 670 ms{"mm:ss"}
michael@0 671 y{"G y"}
michael@0 672 yyyy{"G y"}
michael@0 673 yyyyM{"G M/y"}
michael@0 674 yyyyMEd{"E, G d/M/y"}
michael@0 675 yyyyMMM{"G MMM y"}
michael@0 676 yyyyMMMEd{"E, G d MMM y"}
michael@0 677 yyyyMMMd{"G d MMM y"}
michael@0 678 yyyyMd{"G d/M/y"}
michael@0 679 yyyyQQQ{"G QQQ y"}
michael@0 680 yyyyQQQQ{"G y QQQQ"}
michael@0 681 }
michael@0 682 intervalFormats{
michael@0 683 H{
michael@0 684 H{"HH–HH"}
michael@0 685 }
michael@0 686 Hm{
michael@0 687 H{"HH:mm–HH:mm"}
michael@0 688 m{"HH:mm–HH:mm"}
michael@0 689 }
michael@0 690 Hmv{
michael@0 691 H{"HH:mm–HH:mm v"}
michael@0 692 m{"HH:mm–HH:mm v"}
michael@0 693 }
michael@0 694 Hv{
michael@0 695 H{"HH–HH v"}
michael@0 696 }
michael@0 697 M{
michael@0 698 M{"M–M"}
michael@0 699 }
michael@0 700 MEd{
michael@0 701 M{"E, MM-dd – E, MM-dd"}
michael@0 702 d{"E, MM-dd – E, MM-dd"}
michael@0 703 }
michael@0 704 MMM{
michael@0 705 M{"LLL–LLL"}
michael@0 706 }
michael@0 707 MMMEd{
michael@0 708 M{"E, MM-d – E, MM-d"}
michael@0 709 d{"E, MM-d – E, MM-d"}
michael@0 710 }
michael@0 711 MMMd{
michael@0 712 M{"MM-d – MM-d"}
michael@0 713 d{"MM-d – d"}
michael@0 714 }
michael@0 715 Md{
michael@0 716 M{"MM-dd – MM-dd"}
michael@0 717 d{"MM-dd – dd"}
michael@0 718 }
michael@0 719 d{
michael@0 720 d{"d–d"}
michael@0 721 }
michael@0 722 fallback{"{0} – {1}"}
michael@0 723 h{
michael@0 724 a{"h a – h a"}
michael@0 725 h{"h–h a"}
michael@0 726 }
michael@0 727 hm{
michael@0 728 a{"h:mm a – h:mm a"}
michael@0 729 h{"h:mm–h:mm a"}
michael@0 730 m{"h:mm–h:mm a"}
michael@0 731 }
michael@0 732 hmv{
michael@0 733 a{"h:mm a – h:mm a v"}
michael@0 734 h{"h:mm–h:mm a v"}
michael@0 735 m{"h:mm–h:mm a v"}
michael@0 736 }
michael@0 737 hv{
michael@0 738 a{"h a – h a v"}
michael@0 739 h{"h–h a v"}
michael@0 740 }
michael@0 741 y{
michael@0 742 y{"G y–y"}
michael@0 743 }
michael@0 744 yM{
michael@0 745 M{"G y-MM – MM"}
michael@0 746 y{"G y-MM – y-MM"}
michael@0 747 }
michael@0 748 yMEd{
michael@0 749 M{"E, G y-MM-dd – E, y-MM-dd"}
michael@0 750 d{"E, G y-MM-dd – E, y-MM-dd"}
michael@0 751 y{"E, G y-MM-dd – E, y-MM-dd"}
michael@0 752 }
michael@0 753 yMMM{
michael@0 754 M{"G y-MM – MM"}
michael@0 755 y{"G y-MM – y-MM"}
michael@0 756 }
michael@0 757 yMMMEd{
michael@0 758 M{"E, G y-MM-dd – E, y-MM-dd"}
michael@0 759 d{"E, G y-MM-dd – E, y-MM-dd"}
michael@0 760 y{"E, G y-MM-dd – E, y-MM-dd"}
michael@0 761 }
michael@0 762 yMMMM{
michael@0 763 M{"G y-MM – MM"}
michael@0 764 y{"G y-MM – y-MM"}
michael@0 765 }
michael@0 766 yMMMd{
michael@0 767 M{"G y-MM-dd – MM-d"}
michael@0 768 d{"G y-MM-d – d"}
michael@0 769 y{"G y-MM-dd – y-MM-dd"}
michael@0 770 }
michael@0 771 yMd{
michael@0 772 M{"G y-MM-dd – MM-dd"}
michael@0 773 d{"G y-MM-dd – dd"}
michael@0 774 y{"G y-MM-dd – y-MM-dd"}
michael@0 775 }
michael@0 776 }
michael@0 777 }
michael@0 778 gregorian{
michael@0 779 AmPmMarkers{
michael@0 780 "ກ່ອນທ່ຽງ",
michael@0 781 "ຫຼັງທ່ຽງ",
michael@0 782 }
michael@0 783 DateTimePatterns{
michael@0 784 "H ໂມງ m ນາທີ ss ວິນາທີ zzzz",
michael@0 785 "H ໂມງ m ນາທີ ss ວິນາທີ z",
michael@0 786 "H:mm:ss",
michael@0 787 "H:mm",
michael@0 788 "EEEE ທີ d MMMM G y",
michael@0 789 "d MMMM y",
michael@0 790 "d MMM y",
michael@0 791 "d/M/y",
michael@0 792 "{1}, {0}",
michael@0 793 "{1}, {0}",
michael@0 794 "{1}, {0}",
michael@0 795 "{1}, {0}",
michael@0 796 "{1}, {0}",
michael@0 797 }
michael@0 798 appendItems{
michael@0 799 Timezone{"{0} {1}"}
michael@0 800 }
michael@0 801 availableFormats{
michael@0 802 EHm{"E HH:mm"}
michael@0 803 EHms{"E HH:mm:ss"}
michael@0 804 Ed{"E, d"}
michael@0 805 Ehm{"E h:mm a"}
michael@0 806 Ehms{"E h:mm:ss a"}
michael@0 807 Gy{"G y"}
michael@0 808 GyMMM{"MMM, G y"}
michael@0 809 GyMMMEd{"E d MMMM, G y"}
michael@0 810 GyMMMd{"d MMMM, G y"}
michael@0 811 H{"HH"}
michael@0 812 Hm{"HH:mm"}
michael@0 813 Hms{"HH:mm:ss"}
michael@0 814 M{"L"}
michael@0 815 MEd{"E, d/M"}
michael@0 816 MMM{"LLL"}
michael@0 817 MMMEd{"E d MMM"}
michael@0 818 MMMd{"d MMM"}
michael@0 819 Md{"d/M"}
michael@0 820 d{"d"}
michael@0 821 h{"h ໂມງa"}
michael@0 822 hm{"h:mm a"}
michael@0 823 hms{"h:mm:ss a"}
michael@0 824 ms{"mm:ss"}
michael@0 825 y{"y"}
michael@0 826 yM{"M/y"}
michael@0 827 yMEd{"E, d/M/y"}
michael@0 828 yMMM{"MMM y"}
michael@0 829 yMMMEd{"E, d MMM y"}
michael@0 830 yMMMd{"d MMM y"}
michael@0 831 yMd{"d/M/y"}
michael@0 832 yQQQ{"QQQ y"}
michael@0 833 yQQQQ{"QQQQ y"}
michael@0 834 }
michael@0 835 dayNames{
michael@0 836 format{
michael@0 837 abbreviated{
michael@0 838 "ວັນອາທິດ",
michael@0 839 "ວັນຈັນ",
michael@0 840 "ວັນອັງຄານ",
michael@0 841 "ວັນພຸດ",
michael@0 842 "ວັນພະຫັດ",
michael@0 843 "ວັນສຸກ",
michael@0 844 "ວັນເສົາ",
michael@0 845 }
michael@0 846 narrow{
michael@0 847 "1",
michael@0 848 "2",
michael@0 849 "3",
michael@0 850 "4",
michael@0 851 "5",
michael@0 852 "6",
michael@0 853 "7",
michael@0 854 }
michael@0 855 short{
michael@0 856 "ວັນອາທິດ",
michael@0 857 "ວັນຈັນ",
michael@0 858 "ວັນອັງຄານ",
michael@0 859 "ວັນພຸດ",
michael@0 860 "ວັນພະຫັດ",
michael@0 861 "ວັນສຸກ",
michael@0 862 "ວັນເສົາ",
michael@0 863 }
michael@0 864 wide{
michael@0 865 "ວັນອາທິດ",
michael@0 866 "ວັນຈັນ",
michael@0 867 "ວັນອັງຄານ",
michael@0 868 "ວັນພຸດ",
michael@0 869 "ວັນພະຫັດ",
michael@0 870 "ວັນສຸກ",
michael@0 871 "ວັນເສົາ",
michael@0 872 }
michael@0 873 }
michael@0 874 stand-alone{
michael@0 875 abbreviated{
michael@0 876 "ວັນອາທິດ",
michael@0 877 "ວັນຈັນ",
michael@0 878 "ວັນອັງຄານ",
michael@0 879 "ວັນພຸດ",
michael@0 880 "ວັນພະຫັດ",
michael@0 881 "ວັນສຸກ",
michael@0 882 "ວັນເສົາ",
michael@0 883 }
michael@0 884 narrow{
michael@0 885 "ທ",
michael@0 886 "ຈ",
michael@0 887 "ຄ",
michael@0 888 "​ພຸ",
michael@0 889 "ພ",
michael@0 890 "​ສຸ",
michael@0 891 "ສ",
michael@0 892 }
michael@0 893 short{
michael@0 894 "ອ.ທ.",
michael@0 895 "ຈັນ",
michael@0 896 "ຄ",
michael@0 897 "ພ",
michael@0 898 "ພຫ",
michael@0 899 "ວັນສຸກ",
michael@0 900 "ເສົາ",
michael@0 901 }
michael@0 902 wide{
michael@0 903 "ວັນອາທິດ",
michael@0 904 "ວັນຈັນ",
michael@0 905 "ວັນອັງຄານ",
michael@0 906 "ວັນພຸດ",
michael@0 907 "ວັນພະຫັດ",
michael@0 908 "ວັນສຸກ",
michael@0 909 "ວັນເສົາ",
michael@0 910 }
michael@0 911 }
michael@0 912 }
michael@0 913 eras{
michael@0 914 abbreviated{
michael@0 915 "ກ່ອນ ຄ.ສ.",
michael@0 916 "ຄ.ສ.",
michael@0 917 }
michael@0 918 }
michael@0 919 intervalFormats{
michael@0 920 H{
michael@0 921 H{"HH–HH"}
michael@0 922 }
michael@0 923 Hm{
michael@0 924 H{"HH:mm–HH:mm"}
michael@0 925 m{"HH:mm–HH:mm"}
michael@0 926 }
michael@0 927 Hmv{
michael@0 928 H{"HH:mm–HH:mm v"}
michael@0 929 m{"HH:mm–HH:mm v"}
michael@0 930 }
michael@0 931 Hv{
michael@0 932 H{"HH–HH v"}
michael@0 933 }
michael@0 934 M{
michael@0 935 M{"M–M"}
michael@0 936 }
michael@0 937 MEd{
michael@0 938 M{"E, dd/MM – E, dd/MM"}
michael@0 939 d{"E, dd/MM – E, dd/MM"}
michael@0 940 }
michael@0 941 MMM{
michael@0 942 M{"LLL–LLL"}
michael@0 943 }
michael@0 944 MMMEd{
michael@0 945 M{"E, d/MM – E, d/MM"}
michael@0 946 d{"E, d/MM – E, d/MM"}
michael@0 947 }
michael@0 948 MMMd{
michael@0 949 M{"d/MM – d/MM"}
michael@0 950 d{"d/MM – d/MM"}
michael@0 951 }
michael@0 952 Md{
michael@0 953 M{"dd/MM – dd/MM"}
michael@0 954 d{"dd/MM – dd/MM"}
michael@0 955 }
michael@0 956 d{
michael@0 957 d{"d–d"}
michael@0 958 }
michael@0 959 fallback{"{0} – {1}"}
michael@0 960 h{
michael@0 961 a{"h a – h a"}
michael@0 962 h{"h–h a"}
michael@0 963 }
michael@0 964 hm{
michael@0 965 a{"h:mm a – h:mm a"}
michael@0 966 h{"h:mm–h:mm a"}
michael@0 967 m{"h:mm–h:mm a"}
michael@0 968 }
michael@0 969 hmv{
michael@0 970 a{"h:mm a – h:mm a v"}
michael@0 971 h{"h:mm–h:mm a v"}
michael@0 972 m{"h:mm–h:mm a v"}
michael@0 973 }
michael@0 974 hv{
michael@0 975 a{"h a – h a v"}
michael@0 976 h{"h–h a v"}
michael@0 977 }
michael@0 978 y{
michael@0 979 y{"y–y"}
michael@0 980 }
michael@0 981 yM{
michael@0 982 M{"MM/y – MM/y"}
michael@0 983 y{"y/MM – y/MM"}
michael@0 984 }
michael@0 985 yMEd{
michael@0 986 M{"E, dd/MM/y – E, dd/MM/y"}
michael@0 987 d{"E, dd/MM/y – E, dd/MM/y"}
michael@0 988 y{"E, dd/MM/y – E, dd/MM/y"}
michael@0 989 }
michael@0 990 yMMM{
michael@0 991 M{"MM/y – MM/y"}
michael@0 992 y{"MM/y – MM/y"}
michael@0 993 }
michael@0 994 yMMMEd{
michael@0 995 M{"E, dd/MM/y – E, dd/MM/y"}
michael@0 996 d{"E, dd/MM/y – E, dd/MM/y"}
michael@0 997 y{"E, dd/MM/y – E, dd/MM/y"}
michael@0 998 }
michael@0 999 yMMMM{
michael@0 1000 M{"MM/y – MM"}
michael@0 1001 y{"MM/y – MM/y"}
michael@0 1002 }
michael@0 1003 yMMMd{
michael@0 1004 M{"d/MM/y – d/MM"}
michael@0 1005 d{"d/MM/y – d/MM/y"}
michael@0 1006 y{"dd/MM/y – dd/MM/y"}
michael@0 1007 }
michael@0 1008 yMd{
michael@0 1009 M{"dd/MM/y – dd/MM/y"}
michael@0 1010 d{"dd/MM/y – dd/MM/y"}
michael@0 1011 y{"dd/MM/y – dd/MM/y"}
michael@0 1012 }
michael@0 1013 }
michael@0 1014 monthNames{
michael@0 1015 format{
michael@0 1016 abbreviated{
michael@0 1017 "ມ.ກ.",
michael@0 1018 "ກ.ພ.",
michael@0 1019 "ມ.ນ.",
michael@0 1020 "ມ.ສ.",
michael@0 1021 "ພ.ພ.",
michael@0 1022 "ມິ.ຖ.",
michael@0 1023 "ກ.ລ.",
michael@0 1024 "ສ.ຫ.",
michael@0 1025 "ກ.ຍ.",
michael@0 1026 "ຕ.ລ.",
michael@0 1027 "ພ.ຈ.",
michael@0 1028 "ທ.ວ.",
michael@0 1029 }
michael@0 1030 narrow{
michael@0 1031 "1",
michael@0 1032 "2",
michael@0 1033 "3",
michael@0 1034 "4",
michael@0 1035 "5",
michael@0 1036 "6",
michael@0 1037 "7",
michael@0 1038 "8",
michael@0 1039 "9",
michael@0 1040 "10",
michael@0 1041 "11",
michael@0 1042 "12",
michael@0 1043 }
michael@0 1044 wide{
michael@0 1045 "ມັງກອນ",
michael@0 1046 "ກຸມພາ",
michael@0 1047 "ມີນາ",
michael@0 1048 "ເມສາ",
michael@0 1049 "ພຶດສະພາ",
michael@0 1050 "ມິຖຸນາ",
michael@0 1051 "ກໍລະກົດ",
michael@0 1052 "ສິງຫາ",
michael@0 1053 "ກັນຍາ",
michael@0 1054 "ຕຸລາ",
michael@0 1055 "ພະຈິກ",
michael@0 1056 "ທັນວາ",
michael@0 1057 }
michael@0 1058 }
michael@0 1059 stand-alone{
michael@0 1060 abbreviated{
michael@0 1061 "ມ.ກ.",
michael@0 1062 "ກ.ພ.",
michael@0 1063 "ມ.ນ.",
michael@0 1064 "ມ.ສ.",
michael@0 1065 "ພ.ພ.",
michael@0 1066 "ມິ.ຖ.",
michael@0 1067 "ກ.ລ.",
michael@0 1068 "ສ.ຫ.",
michael@0 1069 "ກ.ຍ.",
michael@0 1070 "ຕ.ລ.",
michael@0 1071 "ພ.ຈ.",
michael@0 1072 "ທ.ວ.",
michael@0 1073 }
michael@0 1074 narrow{
michael@0 1075 "1",
michael@0 1076 "2",
michael@0 1077 "3",
michael@0 1078 "4",
michael@0 1079 "5",
michael@0 1080 "6",
michael@0 1081 "7",
michael@0 1082 "8",
michael@0 1083 "9",
michael@0 1084 "10",
michael@0 1085 "11",
michael@0 1086 "12",
michael@0 1087 }
michael@0 1088 wide{
michael@0 1089 "ມັງກອນ",
michael@0 1090 "ກຸມພາ",
michael@0 1091 "ມີນາ",
michael@0 1092 "ເມສາ",
michael@0 1093 "ພຶດສະພາ",
michael@0 1094 "ມິຖຸນາ",
michael@0 1095 "ກໍລະກົດ",
michael@0 1096 "ສິງຫາ",
michael@0 1097 "ກັນຍາ",
michael@0 1098 "ຕຸລາ",
michael@0 1099 "ພະຈິກ",
michael@0 1100 "ທັນວາ",
michael@0 1101 }
michael@0 1102 }
michael@0 1103 }
michael@0 1104 quarters{
michael@0 1105 format{
michael@0 1106 abbreviated{
michael@0 1107 "ຕມ1",
michael@0 1108 "ຕມ2",
michael@0 1109 "ຕມ3",
michael@0 1110 "ຕມ4",
michael@0 1111 }
michael@0 1112 narrow{
michael@0 1113 "1",
michael@0 1114 "2",
michael@0 1115 "3",
michael@0 1116 "4",
michael@0 1117 }
michael@0 1118 wide{
michael@0 1119 "ໄຕຣມາດ 1",
michael@0 1120 "ໄຕຣມາດ 2",
michael@0 1121 "ໄຕຣມາດ 3",
michael@0 1122 "ໄຕຣມາດ 4",
michael@0 1123 }
michael@0 1124 }
michael@0 1125 stand-alone{
michael@0 1126 abbreviated{
michael@0 1127 "ຕ1",
michael@0 1128 "ຕ2",
michael@0 1129 "ຕ3",
michael@0 1130 "ຕ4",
michael@0 1131 }
michael@0 1132 narrow{
michael@0 1133 "1",
michael@0 1134 "2",
michael@0 1135 "3",
michael@0 1136 "4",
michael@0 1137 }
michael@0 1138 wide{
michael@0 1139 "ໄຕຣມາດ 1",
michael@0 1140 "ໄຕຣມາດ 2",
michael@0 1141 "ໄຕຣມາດ 3",
michael@0 1142 "ໄຕຣມາດ 4",
michael@0 1143 }
michael@0 1144 }
michael@0 1145 }
michael@0 1146 }
michael@0 1147 hebrew{
michael@0 1148 eras{
michael@0 1149 abbreviated{
michael@0 1150 "AM",
michael@0 1151 }
michael@0 1152 }
michael@0 1153 monthNames{
michael@0 1154 format{
michael@0 1155 abbreviated{
michael@0 1156 "ທຣິດຣີ",
michael@0 1157 "ເຮວານ",
michael@0 1158 "ກິດເລບ",
michael@0 1159 "ເຕເວດ",
michael@0 1160 "ຊີວັດ",
michael@0 1161 "ອາດາ I",
michael@0 1162 "ອາດາ",
michael@0 1163 "ນິດຊານ",
michael@0 1164 "ອີຍາຣ",
michael@0 1165 "ສີວານ",
michael@0 1166 "ຕາມູ",
michael@0 1167 "ເອບ",
michael@0 1168 "ອີລູ",
michael@0 1169 "ອາດາ II",
michael@0 1170 }
michael@0 1171 wide{
michael@0 1172 "ທຣິດຣີ",
michael@0 1173 "ເຮວານ",
michael@0 1174 "ກິດເລບ",
michael@0 1175 "ເຕເວດ",
michael@0 1176 "ຊີວັດ",
michael@0 1177 "ອາດາ I",
michael@0 1178 "ອາດາ",
michael@0 1179 "ນິດຊານ",
michael@0 1180 "ອີຍາ",
michael@0 1181 "ສີວານ",
michael@0 1182 "ຕາມູ",
michael@0 1183 "ເອບ",
michael@0 1184 "ອີລູ",
michael@0 1185 "ອາດ II",
michael@0 1186 }
michael@0 1187 }
michael@0 1188 stand-alone{
michael@0 1189 abbreviated{
michael@0 1190 "ທຣິດຣີ",
michael@0 1191 "ເຮວານ",
michael@0 1192 "ກິດເລບ",
michael@0 1193 "ເຕເວດ",
michael@0 1194 "ຊີວັດ",
michael@0 1195 "ອາດາ I",
michael@0 1196 "ອາດາ",
michael@0 1197 "ນິດຊານ",
michael@0 1198 "ອີຍາຣ",
michael@0 1199 "ສີວານ",
michael@0 1200 "ຕາມູ",
michael@0 1201 "ເອບ",
michael@0 1202 "ອີລູ",
michael@0 1203 "ອາດາ II",
michael@0 1204 }
michael@0 1205 wide{
michael@0 1206 "ທຣິດຣີ",
michael@0 1207 "ເຮວານ",
michael@0 1208 "ກິດເລບ",
michael@0 1209 "ເຕເວດ",
michael@0 1210 "ຊີວັດ",
michael@0 1211 "ອາດາ I",
michael@0 1212 "ອາດາ",
michael@0 1213 "ນິດຊານ",
michael@0 1214 "ອີຍາ",
michael@0 1215 "ສີວານ",
michael@0 1216 "ຕາມູ",
michael@0 1217 "ເອບ",
michael@0 1218 "ອີລູ",
michael@0 1219 "ອາດາ II",
michael@0 1220 }
michael@0 1221 }
michael@0 1222 }
michael@0 1223 }
michael@0 1224 indian{
michael@0 1225 eras{
michael@0 1226 abbreviated{
michael@0 1227 "ມ.ສ.",
michael@0 1228 }
michael@0 1229 }
michael@0 1230 monthNames{
michael@0 1231 format{
michael@0 1232 abbreviated{
michael@0 1233 "ຈິຕຣາ",
michael@0 1234 "ວິສາຂະ",
michael@0 1235 "ເຊດຖາ",
michael@0 1236 "ອັດສາ",
michael@0 1237 "ສາຣາວານາ",
michael@0 1238 "ພະຕຣາ",
michael@0 1239 "ອັສວິຊາ",
michael@0 1240 "ການຕິກາ",
michael@0 1241 "ອັກຣາຮາຢານາ",
michael@0 1242 "ປຸສາ",
michael@0 1243 "ມາຄະ",
michael@0 1244 "ຜາລກຸນີ",
michael@0 1245 }
michael@0 1246 narrow{
michael@0 1247 "1",
michael@0 1248 "2",
michael@0 1249 "3",
michael@0 1250 "4",
michael@0 1251 "5",
michael@0 1252 "6",
michael@0 1253 "7",
michael@0 1254 "8",
michael@0 1255 "9",
michael@0 1256 "10",
michael@0 1257 "11",
michael@0 1258 "12",
michael@0 1259 }
michael@0 1260 wide{
michael@0 1261 "ຈິຕຣາ",
michael@0 1262 "ວິສາຂະ",
michael@0 1263 "ເຊດຖາ",
michael@0 1264 "ອັດສາ",
michael@0 1265 "ສາຣາວານາ",
michael@0 1266 "ພະຕຣາ",
michael@0 1267 "ອັສວິຊາ",
michael@0 1268 "ການຕິກາ",
michael@0 1269 "ອັກຣາຮາຢານາ",
michael@0 1270 "ປຸສະຍາ",
michael@0 1271 "ມາຄະ",
michael@0 1272 "ຜາລກຸນີ",
michael@0 1273 }
michael@0 1274 }
michael@0 1275 stand-alone{
michael@0 1276 abbreviated{
michael@0 1277 "ຈິຕຣາ",
michael@0 1278 "ວິສາຂະ",
michael@0 1279 "ເຊດຖາ",
michael@0 1280 "ອັດສາ",
michael@0 1281 "ສາຣາວານາ",
michael@0 1282 "ພະຕຣາ",
michael@0 1283 "ອັສວິຊາ",
michael@0 1284 "ການຕິກາ",
michael@0 1285 "ອັກຣາຮາຢານາ",
michael@0 1286 "ປຸສະຍາ",
michael@0 1287 "ມາຄະ",
michael@0 1288 "ຜາລກຸນີ",
michael@0 1289 }
michael@0 1290 narrow{
michael@0 1291 "1",
michael@0 1292 "2",
michael@0 1293 "3",
michael@0 1294 "4",
michael@0 1295 "5",
michael@0 1296 "6",
michael@0 1297 "7",
michael@0 1298 "8",
michael@0 1299 "9",
michael@0 1300 "10",
michael@0 1301 "11",
michael@0 1302 "12",
michael@0 1303 }
michael@0 1304 wide{
michael@0 1305 "ຈິຕຣາ",
michael@0 1306 "ວິສາຂະ",
michael@0 1307 "ເຊດຖາ",
michael@0 1308 "ອັດສາ",
michael@0 1309 "ສາຣາວານາ",
michael@0 1310 "ພະຕຣາ",
michael@0 1311 "ອັສວິຊາ",
michael@0 1312 "ການຕິກາ",
michael@0 1313 "ອັກຣາຮາຢານາ",
michael@0 1314 "ປຸສະຍາ",
michael@0 1315 "ມາຄະ",
michael@0 1316 "ຜາລກຸນີ",
michael@0 1317 }
michael@0 1318 }
michael@0 1319 }
michael@0 1320 }
michael@0 1321 islamic{
michael@0 1322 DateTimePatterns{
michael@0 1323 "H ໂມງ m ນາທີ ss ວິນາທີ zzzz",
michael@0 1324 "H ໂມງ m ນາທີ ss ວິນາທີ z",
michael@0 1325 "H:mm:ss",
michael@0 1326 "H:mm",
michael@0 1327 "EEEE, y MMMM dd",
michael@0 1328 "y MMMM d",
michael@0 1329 "y MMM d",
michael@0 1330 "y-MM-dd",
michael@0 1331 "{1}, {0}",
michael@0 1332 "{1}, {0}",
michael@0 1333 "{1}, {0}",
michael@0 1334 "{1}, {0}",
michael@0 1335 "{1}, {0}",
michael@0 1336 }
michael@0 1337 availableFormats{
michael@0 1338 H{"H"}
michael@0 1339 Hm{"H:mm"}
michael@0 1340 Hms{"HH:mm:ss"}
michael@0 1341 M{"L"}
michael@0 1342 MEd{"E, d/M"}
michael@0 1343 MMM{"LLL"}
michael@0 1344 MMMEd{"E MMM d"}
michael@0 1345 MMMd{"d MMM"}
michael@0 1346 Md{"d/M"}
michael@0 1347 d{"d"}
michael@0 1348 h{"ha"}
michael@0 1349 hm{"h mm a"}
michael@0 1350 hms{"H:mm:ss"}
michael@0 1351 ms{"mm:ss"}
michael@0 1352 y{"y"}
michael@0 1353 yM{"M/y"}
michael@0 1354 yMEd{"E M/d/y"}
michael@0 1355 yMMM{"MMM y"}
michael@0 1356 yMMMEd{"E,MMM d,y"}
michael@0 1357 yQQQ{"QQQ y"}
michael@0 1358 yQQQQ{"QQQQ y"}
michael@0 1359 }
michael@0 1360 eras{
michael@0 1361 abbreviated{
michael@0 1362 "AH",
michael@0 1363 }
michael@0 1364 }
michael@0 1365 monthNames{
michael@0 1366 format{
michael@0 1367 abbreviated{
michael@0 1368 "ມຸຮັດ",
michael@0 1369 "ເຄາະ",
michael@0 1370 "ຮອດບີ 1",
michael@0 1371 "ຮອກບີ 2",
michael@0 1372 "ນຸມາ 1",
michael@0 1373 "ນຸມາ 2",
michael@0 1374 "ເຮາະ",
michael@0 1375 "ຊະອ໌",
michael@0 1376 "ເຮາະມະ",
michael@0 1377 "ເຊົາ",
michael@0 1378 "ຊຸລກິອຸ",
michael@0 1379 "ຊຸລຫິຈ",
michael@0 1380 }
michael@0 1381 narrow{
michael@0 1382 "1",
michael@0 1383 "2",
michael@0 1384 "3",
michael@0 1385 "4",
michael@0 1386 "5",
michael@0 1387 "6",
michael@0 1388 "7",
michael@0 1389 "8",
michael@0 1390 "9",
michael@0 1391 "10",
michael@0 1392 "11",
michael@0 1393 "12",
michael@0 1394 }
michael@0 1395 wide{
michael@0 1396 "ມຸຣະຮອມ",
michael@0 1397 "ຊາຟາຣ",
michael@0 1398 "ຮາບີ 1",
michael@0 1399 "ຮາບີ 2",
michael@0 1400 "ຈຸມາດາ 1",
michael@0 1401 "ຈຸມາດາ 2",
michael@0 1402 "ຮາຈັບ",
michael@0 1403 "ຊະບານ",
michael@0 1404 "ຮາມາດອນ",
michael@0 1405 "ເຊົາວັດ",
michael@0 1406 "ດຸອັດກິດະ",
michael@0 1407 "ດຸອັດກິຈະ",
michael@0 1408 }
michael@0 1409 }
michael@0 1410 stand-alone{
michael@0 1411 abbreviated{
michael@0 1412 "ມຸຮັດ",
michael@0 1413 "ເຄາະ",
michael@0 1414 "ຮອກບີ 1",
michael@0 1415 "ຮອກບີ 2",
michael@0 1416 "ນຸມາ 1",
michael@0 1417 "ນຸມາ 2",
michael@0 1418 "ເຮາະ",
michael@0 1419 "ຊາ",
michael@0 1420 "ເຮາະມະ",
michael@0 1421 "ເຊົາ",
michael@0 1422 "ຊຸລກິອຸ",
michael@0 1423 "ຊຸລຫິຈ",
michael@0 1424 }
michael@0 1425 narrow{
michael@0 1426 "1",
michael@0 1427 "2",
michael@0 1428 "3",
michael@0 1429 "4",
michael@0 1430 "5",
michael@0 1431 "6",
michael@0 1432 "7",
michael@0 1433 "8",
michael@0 1434 "9",
michael@0 1435 "10",
michael@0 1436 "11",
michael@0 1437 "12",
michael@0 1438 }
michael@0 1439 wide{
michael@0 1440 "ມຸຣະຮອມ",
michael@0 1441 "ຊາຟາຣ",
michael@0 1442 "ຮາບີ 1",
michael@0 1443 "ຮາບີ 2",
michael@0 1444 "ຈຸມາດາ 1",
michael@0 1445 "ຈຸມາດາ 2",
michael@0 1446 "ຮາຈັບ",
michael@0 1447 "ຊະບານ",
michael@0 1448 "ຮາມາດອນ",
michael@0 1449 "ເຊົາວັດ",
michael@0 1450 "ດຸອັດກິດະ",
michael@0 1451 "ດຸອັດກິຈະ",
michael@0 1452 }
michael@0 1453 }
michael@0 1454 }
michael@0 1455 }
michael@0 1456 japanese{
michael@0 1457 eras{
michael@0 1458 abbreviated{
michael@0 1459 "ທະອິກະ (645–650)",
michael@0 1460 "ຮາກູຊິ (650–671)",
michael@0 1461 "ຮາກູໂຮ (672–686)",
michael@0 1462 "ຊູໂຊ (686–701)",
michael@0 1463 "ທາອິໂຮ (701–704)",
michael@0 1464 "ເຄອຸງ (704–708)",
michael@0 1465 "ວະໂດ (708–715)",
michael@0 1466 "ເຣອິກິ (715–717)",
michael@0 1467 "ໂຢໂຣ (717–724)",
michael@0 1468 "ຈິງກິ (724–729)",
michael@0 1469 "ເທັມປຽວ (729–749)",
michael@0 1470 "ເທັມປຽວ-ຄໍາໂປ (749–749)",
michael@0 1471 "ເທັມປຽວ-ໂຊໂຮ (749–757)",
michael@0 1472 "ເທັມປຽວ-ໂຮຈິ (757–765)",
michael@0 1473 "ເທັມປຽວ-ຈິງໂງະ (765–767)",
michael@0 1474 "ຈິງໂງະ-ເຄອຸງ (767–770)",
michael@0 1475 "ໂຮກິ (770–780)",
michael@0 1476 "ເທັນ-ໂອ (781–782)",
michael@0 1477 "ເອັນຣຢາກຸ (782–806)",
michael@0 1478 "ດາອິໂດ (806–810)",
michael@0 1479 "ໂກນິນ (810–824)",
michael@0 1480 "ເທັນໂຊ (824–834)",
michael@0 1481 "ໂຊວະ (834–848)",
michael@0 1482 "ກະໂຈ (848–851)",
michael@0 1483 "ນິນຈູ (851–854)",
michael@0 1484 "ສະອິໂກະ (854–857)",
michael@0 1485 "ເທັນນານ (857–859)",
michael@0 1486 "ໂຈງານ (859–877)",
michael@0 1487 "ເກັນເກ (877–885)",
michael@0 1488 "ນິນນາ (885–889)",
michael@0 1489 "ກໍາປຽວ (889–898)",
michael@0 1490 "ໂຊຕາອິ (898–901)",
michael@0 1491 "ເອັນງິ (901–923)",
michael@0 1492 "ເອັນໂຊ (923–931)",
michael@0 1493 "ໂຊເຮ (931–938)",
michael@0 1494 "ເທັນງຽວ (938–947)",
michael@0 1495 "ເທັນຣຢາກູ (947–957)",
michael@0 1496 "ເທັນໂຕະກຸ (957–961)",
michael@0 1497 "ໂອວະ (961–964)",
michael@0 1498 "ໂກໂຮ (964–968)",
michael@0 1499 "ອານະ (968–970)",
michael@0 1500 "ເທັນໂຣະກຸ (970–973)",
michael@0 1501 "ເທັນ-ເອັນ (973–976)",
michael@0 1502 "ໂຈເງັນ (976–978)",
michael@0 1503 "ເທັນເງັນ (978–983)",
michael@0 1504 "ເອການ (983–985)",
michael@0 1505 "ການນະ (985–987)",
michael@0 1506 "ເອ-ເອັນ (987–989)",
michael@0 1507 "ເອໂຊ (989–990)",
michael@0 1508 "ໂຊຣຢະກຸ (990–995)",
michael@0 1509 "ໂຊໂຕະກຸ (995–999)",
michael@0 1510 "ໂຊໂຮ (999–1004)",
michael@0 1511 "ການໂກ (1004–1012)",
michael@0 1512 "ໂຊຫວະ (1012–1017)",
michael@0 1513 "ການນິງ (1017–1021)",
michael@0 1514 "ຈິອານ (1021–1024)",
michael@0 1515 "ມານຈຸ (1024–1028)",
michael@0 1516 "ໂຊເງັນ (1028–1037)",
michael@0 1517 "ໂຊເຣຢະກຸ (1037–1040)",
michael@0 1518 "ໂຊຄິວ (1040–1044)",
michael@0 1519 "ການໂຕະກຸ (1044–1046)",
michael@0 1520 "ເອະໂຊ (1046–1053)",
michael@0 1521 "ເທັນງິ (1053–1058)",
michael@0 1522 "ໂກເຮ (1058–1065)",
michael@0 1523 "ຈິເຣຢະກຸ (1065–1069)",
michael@0 1524 "ເອັນຄິວ (1069–1074)",
michael@0 1525 "ໂຊະໂຮ (1074–1077)",
michael@0 1526 "ໂຊະເຣຢະກຸ (1077–1081)",
michael@0 1527 "ເອໂຊະ (1081–1084)",
michael@0 1528 "ໂອໂຕະກຸ (1084–1087)",
michael@0 1529 "ການຈິ (1087–1094)",
michael@0 1530 "ກາໂຊ (1094–1096)",
michael@0 1531 "ເອະໂຊະ (1096–1097)",
michael@0 1532 "ໂຊະໂຕະກຸ (1097–1099)",
michael@0 1533 "ໂກະວະ (1099–1104)",
michael@0 1534 "ໂຊະຈິ (1104–1106)",
michael@0 1535 "ກາໂຊະ (1106–1108)",
michael@0 1536 "ເທັນນິນ (1108–1110)",
michael@0 1537 "ເທັນ-ອິ (1110–1113)",
michael@0 1538 "ເອກິວ (1113–1118)",
michael@0 1539 "ເຄັນ-ເອ (1118–1120)",
michael@0 1540 "ໂຮະອານ (1120–1124)",
michael@0 1541 "ເທັນຈິ (1124–1126)",
michael@0 1542 "ດາອິຈິ (1126–1131)",
michael@0 1543 "ເທັນໂຊະ (1131–1132)",
michael@0 1544 "ໂຊະໂຊະ (1132–1135)",
michael@0 1545 "ໂຮເອັນ (1135–1141)",
michael@0 1546 "ເອຈິ (1141–1142)",
michael@0 1547 "ໂກະຈິ (1142–1144)",
michael@0 1548 "ເທັນໂຢະ (1144–1145)",
michael@0 1549 "ຄິວອານ (1145–1151)",
michael@0 1550 "ນິນເປ (1151–1154)",
michael@0 1551 "ຄິວຈຸ (1154–1156)",
michael@0 1552 "ໂຮເຄັນ (1156–1159)",
michael@0 1553 "ເຮຈິ (1159–1160)",
michael@0 1554 "ເອເຣຢະກຸ (1160–1161)",
michael@0 1555 "ໂອໂຊ (1161–1163)",
michael@0 1556 "ໂຊະການ (1163–1165)",
michael@0 1557 "ເອມານ (1165–1166)",
michael@0 1558 "ນິນ-ອານ (1166–1169)",
michael@0 1559 "ກະໂອ (1169–1171)",
michael@0 1560 "ໂຊະອານ (1171–1175)",
michael@0 1561 "ອານເຄັນ (1175–1177)",
michael@0 1562 "ຈິໂຊະ (1177–1181)",
michael@0 1563 "ໂຢະວະ (1181–1182)",
michael@0 1564 "ຈຸເອະ (1182–1184)",
michael@0 1565 "ເຄັນເຣຢຸກິ (1184–1185)",
michael@0 1566 "ບັນຈິ (1185–1190)",
michael@0 1567 "ເກັນຄິວ (1190–1199)",
michael@0 1568 "ໂຊຈິ (1199–1201)",
michael@0 1569 "ເກັນນິນ (1201–1204)",
michael@0 1570 "ເຄັນກິວ (1204–1206)",
michael@0 1571 "ເກັນ-ເອະ (1206–1207)",
michael@0 1572 "ໂຊະເຄັນ (1207–1211)",
michael@0 1573 "ເກັນເຣຢະກຸ (1211–1213)",
michael@0 1574 "ເກັນໂປະ (1213–1219)",
michael@0 1575 "ໂຊະກິວ (1219–1222)",
michael@0 1576 "ໂຈະໂອະ (1222–1224)",
michael@0 1577 "ເຄັນນິນ (1224–1225)",
michael@0 1578 "ກາໂຮກຸ (1225–1227)",
michael@0 1579 "ອານເຕະ (1227–1229)",
michael@0 1580 "ການກິ (1229–1232)",
michael@0 1581 "ໂຈະເອະ (1232–1233)",
michael@0 1582 "ເທັມປຸກຸ (1233–1234)",
michael@0 1583 "ບັນເຣຢະກຸ (1234–1235)",
michael@0 1584 "ກາເຕະ (1235–1238)",
michael@0 1585 "ເຣຢະກຸນິນ (1238–1239)",
michael@0 1586 "ເອັນ-ໂອ (1239–1240)",
michael@0 1587 "ນິນຈີ (1240–1243)",
michael@0 1588 "ຄານເຈນ (1243–1247)",
michael@0 1589 "ໂຫຈີ (1247–1249)",
michael@0 1590 "ເຄນໂຊ (1249–1256)",
michael@0 1591 "ໂຄເຈນ (1256–1257)",
michael@0 1592 "ໂຊກາ (1257–1259)",
michael@0 1593 "ໂຊເກນ (1259–1260)",
michael@0 1594 "ບຸນ-ໂອ (1260–1261)",
michael@0 1595 "ໂຄໂຊ (1261–1264)",
michael@0 1596 "ບຸນ-ອີ (1264–1275)",
michael@0 1597 "ເຄນຈີ (1275–1278)",
michael@0 1598 "ເຄິນ (1278–1288)",
michael@0 1599 "ໂຊ (1288–1293)",
michael@0 1600 "ອິນນິນ (1293–1299)",
michael@0 1601 "ເຊີນ (1299–1302)",
michael@0 1602 "ເຄນເຈນ (1302–1303)",
michael@0 1603 "ຄາເຈນ (1303–1306)",
michael@0 1604 "ໂຕກູຈິ (1306–1308)",
michael@0 1605 "ອິນກິ (1308–1311)",
michael@0 1606 "ໂອໂຊ (1300–1312)",
michael@0 1607 "ໂຊວາ (1312–1317)",
michael@0 1608 "ບຸນໂປ (1317–1319)",
michael@0 1609 "ຈີໂນ (1319–1321)",
michael@0 1610 "ເຈນກຽວ (1321–1324)",
michael@0 1611 "ໂຊຊິ (1324–1326)",
michael@0 1612 "ຄາຣາກິ (1326–1329)",
michael@0 1613 "ເຈນໂຕກູ (1329–1331)",
michael@0 1614 "ເຈນໂກ (1331–1334)",
michael@0 1615 "ເກັມມຸ (1334–1336)",
michael@0 1616 "ເອັນເຈັນ (1336–1340)",
michael@0 1617 "ໂກໂກກຸ (1340–1346)",
michael@0 1618 "ໂຊຊິ (1346–1370)",
michael@0 1619 "ເຄນໂຕກຸ (1370–1372)",
michael@0 1620 "ບຸນຊຸ (1372–1375)",
michael@0 1621 "ເທັນຈຸ (1375–1379)",
michael@0 1622 "ຄໍຢາກຸ (1379–1381)",
michael@0 1623 "ໂກວາ (1381–1384)",
michael@0 1624 "ເຈັນຊຸ (1384–1392)",
michael@0 1625 "ມີໂຕກຸ (1384–1387)",
michael@0 1626 "ກາກິ (1387–1389)",
michael@0 1627 "ຄູ (1389–1390)",
michael@0 1628 "ມິໂຕກຸ (1390–1394)",
michael@0 1629 "ໂອອິ (1394–1428)",
michael@0 1630 "ໂຊໂຊ (1428–1429)",
michael@0 1631 "ອິກຽວ (1429–1441)",
michael@0 1632 "ກາກິຊຸ (1441–1444)",
michael@0 1633 "ບຸນ-ອານ (1444–1449)",
michael@0 1634 "ໂຫໂຕກຸ (1449–1452)",
michael@0 1635 "ກຽວໂຕກຸ (1452–1455)",
michael@0 1636 "ເກໂຊ (1455–1457)",
michael@0 1637 "ໂຊໂຣກຸ (1457–1460)",
michael@0 1638 "ຄານໂຊ (1460–1466)",
michael@0 1639 "ບຸນໂຊ (1466–1467)",
michael@0 1640 "ໂອນິນ (1467–1469)",
michael@0 1641 "ບຸນມິ (1469–1487)",
michael@0 1642 "ໂຊກຽວ (1487–1489)",
michael@0 1643 "ເອັນໂຕກຸ (1489–1492)",
michael@0 1644 "ມິໂອ (1492–1501)",
michael@0 1645 "ບຸນກິ (1501–1504)",
michael@0 1646 "ອິໂຊ (1504–1521)",
michael@0 1647 "ໄຕອິ (1521–1528)",
michael@0 1648 "ກຽວໂຣກຸ (1528–1532)",
michael@0 1649 "ເທັນມອນ (1532–1555)",
michael@0 1650 "ໂກຈິ (1555–1558)",
michael@0 1651 "ອິໂຣກຸ (1558–1570)",
michael@0 1652 "ເຈັນກິ (1570–1573)",
michael@0 1653 "ເທັນໂຊ (1573–1592)",
michael@0 1654 "ບຸນໂຣກຸ (1592–1596)",
michael@0 1655 "ຄິໂຊ (1596–1615)",
michael@0 1656 "ເກັນວາ (1615–1624)",
michael@0 1657 "ຄານ-ອິ (1624–1644)",
michael@0 1658 "ໂຊໂຊ (1644–1648)",
michael@0 1659 "ຄຽນ (1648–1652)",
michael@0 1660 "ຊຸ (1652–1655)",
michael@0 1661 "ເມຍຢາກຸ (1655–1658)",
michael@0 1662 "ແມນຈິ (1658–1661)",
michael@0 1663 "ການບຸນ (1661–1673)",
michael@0 1664 "ເອັນໂປ (1673–1681)",
michael@0 1665 "ເທັນວາ (1681–1684)",
michael@0 1666 "ໂຈກຽວ (1684–1688)",
michael@0 1667 "ເຈັນໂຣກຸ (1688–1704)",
michael@0 1668 "ໂຫອິ (1704–1711)",
michael@0 1669 "ຊຸຕຸກຸ (1711–1716)",
michael@0 1670 "ກຽວຫຸ (1716–1736)",
michael@0 1671 "ເຈັນບຸນ (1736–1741)",
michael@0 1672 "ຄານໂປ (1741–1744)",
michael@0 1673 "ເອັນກຽວ (1744–1748)",
michael@0 1674 "ຄານ-ອິນ (1748–1751)",
michael@0 1675 "ໂຫຢາກຸ (1751–1764)",
michael@0 1676 "ເມຍວາ (1764–1772)",
michael@0 1677 "ເອັນ-ອິ (1772–1781)",
michael@0 1678 "ເທັນມິ (1781–1789)",
michael@0 1679 "ຄານຊິ (1789–1801)",
michael@0 1680 "ກຽວວາ (1801–1804)",
michael@0 1681 "ບຸນກາ (1804–1818)",
michael@0 1682 "ບຸນຊິ (1818–1830)",
michael@0 1683 "ເທັນໂປ (1830–1844)",
michael@0 1684 "ກຸກາ (1844–1848)",
michael@0 1685 "ກາອິ (1848–1854)",
michael@0 1686 "ແອັນຊິ (1854–1860)",
michael@0 1687 "ແມັນ-ເອັນ (1860–1861)",
michael@0 1688 "ບຸນກຸ (1861–1864)",
michael@0 1689 "ເຈນຈີ (1864–1865)",
michael@0 1690 "ຄີໂອ (1865–1868)",
michael@0 1691 "ມີຈີ",
michael@0 1692 "ໄຕໂຊ",
michael@0 1693 "ໂຊວາ",
michael@0 1694 "ຮີຊີ",
michael@0 1695 }
michael@0 1696 }
michael@0 1697 }
michael@0 1698 persian{
michael@0 1699 eras{
michael@0 1700 abbreviated{
michael@0 1701 "ປີເປີເຊຍ",
michael@0 1702 }
michael@0 1703 }
michael@0 1704 monthNames{
michael@0 1705 format{
michael@0 1706 abbreviated{
michael@0 1707 "ຟາຣວາດິນ",
michael@0 1708 "ອໍຣດີບີເຫຣດ",
michael@0 1709 "ຄໍຣເດດ",
michael@0 1710 "ແຕຣ",
michael@0 1711 "ມໍຣເດດ",
michael@0 1712 "ຊາຣຫິວາ",
michael@0 1713 "ເມີ",
michael@0 1714 "ອາບານ",
michael@0 1715 "ອາຊາ",
michael@0 1716 "ດີຣ",
michael@0 1717 "ບຣາມານ",
michael@0 1718 "ເອສຟານ",
michael@0 1719 }
michael@0 1720 narrow{
michael@0 1721 "1",
michael@0 1722 "2",
michael@0 1723 "3",
michael@0 1724 "4",
michael@0 1725 "5",
michael@0 1726 "6",
michael@0 1727 "7",
michael@0 1728 "8",
michael@0 1729 "9",
michael@0 1730 "10",
michael@0 1731 "11",
michael@0 1732 "12",
michael@0 1733 }
michael@0 1734 wide{
michael@0 1735 "ຟຣາວາດິນ",
michael@0 1736 "ອໍຣດີບີເຫຣດ",
michael@0 1737 "ຄໍຣເດດ",
michael@0 1738 "ແຕຣ",
michael@0 1739 "ມໍຣດາເ",
michael@0 1740 "ຊາຣຫິວາ",
michael@0 1741 "ເມີ",
michael@0 1742 "ອາບານ",
michael@0 1743 "ອາຊາຣ",
michael@0 1744 "ດີຣ",
michael@0 1745 "ບຣາແມນ",
michael@0 1746 "ເອສຟານ",
michael@0 1747 }
michael@0 1748 }
michael@0 1749 stand-alone{
michael@0 1750 abbreviated{
michael@0 1751 "ຟຣາວາດິນ",
michael@0 1752 "ອໍຣດີບີເຫຮດ",
michael@0 1753 "ຄໍຣເດດ",
michael@0 1754 "ແຕຣ",
michael@0 1755 "ມໍຣເດດ",
michael@0 1756 "ຊາຣລິວາ",
michael@0 1757 "ເມີ",
michael@0 1758 "ອາບານ",
michael@0 1759 "ອາຊາ",
michael@0 1760 "ດີຣ",
michael@0 1761 "ບຣາມານ",
michael@0 1762 "ເອສຟານ",
michael@0 1763 }
michael@0 1764 narrow{
michael@0 1765 "1",
michael@0 1766 "2",
michael@0 1767 "3",
michael@0 1768 "4",
michael@0 1769 "5",
michael@0 1770 "6",
michael@0 1771 "7",
michael@0 1772 "8",
michael@0 1773 "9",
michael@0 1774 "10",
michael@0 1775 "11",
michael@0 1776 "12",
michael@0 1777 }
michael@0 1778 wide{
michael@0 1779 "ຟຣາວາດິນ",
michael@0 1780 "ອໍຣດີບີເຫຣດ",
michael@0 1781 "ຄໍຣເດດ",
michael@0 1782 "ແຕຣ",
michael@0 1783 "ມໍຣເດດ",
michael@0 1784 "ຊາຣຫິວາ",
michael@0 1785 "ເມີ",
michael@0 1786 "ອາບານ",
michael@0 1787 "ອາຊາຣ",
michael@0 1788 "ດີຣ",
michael@0 1789 "ບຣາແມນ",
michael@0 1790 "ເອສຟານ",
michael@0 1791 }
michael@0 1792 }
michael@0 1793 }
michael@0 1794 }
michael@0 1795 roc{
michael@0 1796 eras{
michael@0 1797 abbreviated{
michael@0 1798 "ກ່ອນ R.O.C.",
michael@0 1799 "R.O.C.",
michael@0 1800 }
michael@0 1801 }
michael@0 1802 }
michael@0 1803 }
michael@0 1804 delimiters{
michael@0 1805 alternateQuotationEnd{"’"}
michael@0 1806 alternateQuotationStart{"‘"}
michael@0 1807 quotationEnd{"”"}
michael@0 1808 quotationStart{"“"}
michael@0 1809 }
michael@0 1810 durationUnits{
michael@0 1811 hm{"h:mm"}
michael@0 1812 hms{"h:mm:ss"}
michael@0 1813 ms{"m:ss"}
michael@0 1814 }
michael@0 1815 fields{
michael@0 1816 day{
michael@0 1817 dn{"ມື້"}
michael@0 1818 relative{
michael@0 1819 "-1"{"ມື້ວານ"}
michael@0 1820 "-2"{"ມື້ກ່ອນ"}
michael@0 1821 "0"{"ມື້ນີ້"}
michael@0 1822 "1"{"ມື້ອື່ນ"}
michael@0 1823 "2"{"ມື້ຮື"}
michael@0 1824 }
michael@0 1825 relativeTime{
michael@0 1826 future{
michael@0 1827 other{"ໃນອີກ {0} ມື້"}
michael@0 1828 }
michael@0 1829 past{
michael@0 1830 other{"{0} ມື້ກ່ອນ"}
michael@0 1831 }
michael@0 1832 }
michael@0 1833 }
michael@0 1834 dayperiod{
michael@0 1835 dn{"ກ່ອນທ່ຽງ/ຫຼັງທ່ຽງ"}
michael@0 1836 }
michael@0 1837 era{
michael@0 1838 dn{"ສະໄໝ"}
michael@0 1839 }
michael@0 1840 fri{
michael@0 1841 relative{
michael@0 1842 "-1"{"ວັນສຸກແລ້ວ"}
michael@0 1843 "0"{"ວັນສຸກນີ້"}
michael@0 1844 "1"{"ວັນສຸກໜ້າ"}
michael@0 1845 }
michael@0 1846 }
michael@0 1847 hour{
michael@0 1848 dn{"ຊົ່ວໂມງ"}
michael@0 1849 relativeTime{
michael@0 1850 future{
michael@0 1851 other{"ໃນອີກ {0} ຊົ່ວໂມງ"}
michael@0 1852 }
michael@0 1853 past{
michael@0 1854 other{"{0} ຊົ່ວໂມງກ່ອນ"}
michael@0 1855 }
michael@0 1856 }
michael@0 1857 }
michael@0 1858 minute{
michael@0 1859 dn{"ນາທີ"}
michael@0 1860 relativeTime{
michael@0 1861 future{
michael@0 1862 other{"{0} ໃນອີກ 0 ນາທີ"}
michael@0 1863 }
michael@0 1864 past{
michael@0 1865 other{"{0} ນາທີກ່ອນ"}
michael@0 1866 }
michael@0 1867 }
michael@0 1868 }
michael@0 1869 mon{
michael@0 1870 relative{
michael@0 1871 "-1"{"ວັນຈັນແລ້ວ"}
michael@0 1872 "0"{"ວັນຈັນນີ້"}
michael@0 1873 "1"{"ວັນຈັນໜ້າ"}
michael@0 1874 }
michael@0 1875 }
michael@0 1876 month{
michael@0 1877 dn{"ເດືອນ"}
michael@0 1878 relative{
michael@0 1879 "-1"{"ເດືອນແລ້ວ"}
michael@0 1880 "0"{"ເດືອນນີ້"}
michael@0 1881 "1"{"ເດືອນໜ້າ"}
michael@0 1882 }
michael@0 1883 relativeTime{
michael@0 1884 future{
michael@0 1885 other{"ໃນອີກ {0} ເດືອນ"}
michael@0 1886 }
michael@0 1887 past{
michael@0 1888 other{"{0} ເດືອນກ່ອນ"}
michael@0 1889 }
michael@0 1890 }
michael@0 1891 }
michael@0 1892 sat{
michael@0 1893 relative{
michael@0 1894 "-1"{"ວັນເສົາແລ້ວ"}
michael@0 1895 "0"{"ວັນເສົານີ້"}
michael@0 1896 "1"{"ວັນເສົາໜ້າ"}
michael@0 1897 }
michael@0 1898 }
michael@0 1899 second{
michael@0 1900 dn{"ວິນາທີ"}
michael@0 1901 relative{
michael@0 1902 "0"{"ຕອນນີ້"}
michael@0 1903 }
michael@0 1904 relativeTime{
michael@0 1905 future{
michael@0 1906 other{"ໃນອີກ {0} ວິນາທີ"}
michael@0 1907 }
michael@0 1908 past{
michael@0 1909 other{"{0} ວິນາທີກ່ອນ"}
michael@0 1910 }
michael@0 1911 }
michael@0 1912 }
michael@0 1913 sun{
michael@0 1914 relative{
michael@0 1915 "-1"{"ວັນເສົາແລ້ວ"}
michael@0 1916 "0"{"ວັນເສົານີ້"}
michael@0 1917 "1"{"ວັນເສົາໜ້າ"}
michael@0 1918 }
michael@0 1919 }
michael@0 1920 thu{
michael@0 1921 relative{
michael@0 1922 "-1"{"ວັນພະຫັດແລ້ວ"}
michael@0 1923 "0"{"ວັນພະຫັດນີ້"}
michael@0 1924 "1"{"ວັນພະຫັດໜ້າ"}
michael@0 1925 }
michael@0 1926 }
michael@0 1927 tue{
michael@0 1928 relative{
michael@0 1929 "-1"{"ວັນອັງຄານແລ້ວ"}
michael@0 1930 "0"{"ວັນອັງຄານນີ້"}
michael@0 1931 "1"{"ວັນອັງຄານໜ້າ"}
michael@0 1932 }
michael@0 1933 }
michael@0 1934 wed{
michael@0 1935 relative{
michael@0 1936 "-1"{"ວັນພຸດແລ້ວ"}
michael@0 1937 "0"{"ວັນພຸດນີ້"}
michael@0 1938 "1"{"ວັນພຸດໜ້າ"}
michael@0 1939 }
michael@0 1940 }
michael@0 1941 week{
michael@0 1942 dn{"ອາທິດ"}
michael@0 1943 relative{
michael@0 1944 "-1"{"ອາທິດແລ້ວ"}
michael@0 1945 "0"{"ອາທິດນີ້"}
michael@0 1946 "1"{"ອາທິດໜ້າ"}
michael@0 1947 }
michael@0 1948 relativeTime{
michael@0 1949 future{
michael@0 1950 other{"ໃນອີກ {0} ອາທິດ"}
michael@0 1951 }
michael@0 1952 past{
michael@0 1953 other{"{0} ອາທິດກ່ອນ"}
michael@0 1954 }
michael@0 1955 }
michael@0 1956 }
michael@0 1957 weekday{
michael@0 1958 dn{"ມື້ຂອງອາທິດ"}
michael@0 1959 }
michael@0 1960 year{
michael@0 1961 dn{"ປີ"}
michael@0 1962 relative{
michael@0 1963 "-1"{"ປີກາຍ"}
michael@0 1964 "0"{"ປີນີ້"}
michael@0 1965 "1"{"ປີໜ້າ"}
michael@0 1966 }
michael@0 1967 relativeTime{
michael@0 1968 future{
michael@0 1969 other{"ໃນອີກ {0} ປີ"}
michael@0 1970 }
michael@0 1971 past{
michael@0 1972 other{"{0} ປີກ່ອນ"}
michael@0 1973 }
michael@0 1974 }
michael@0 1975 }
michael@0 1976 zone{
michael@0 1977 dn{"ເຂດເວລາ"}
michael@0 1978 }
michael@0 1979 }
michael@0 1980 listPattern{
michael@0 1981 standard{
michael@0 1982 2{"{0} ແລະ {1}"}
michael@0 1983 end{"{0}, {1}"}
michael@0 1984 middle{"{0}, {1}"}
michael@0 1985 start{"{0}, {1}"}
michael@0 1986 }
michael@0 1987 unit{
michael@0 1988 2{"{0}, {1}"}
michael@0 1989 end{"{0}, {1}"}
michael@0 1990 middle{"{0}, {1}"}
michael@0 1991 start{"{0}, {1}"}
michael@0 1992 }
michael@0 1993 }
michael@0 1994 measurementSystemNames{
michael@0 1995 UK{"ອັງກິດ"}
michael@0 1996 US{"ອາເມລິກາ"}
michael@0 1997 metric{"ເມທຣິກ"}
michael@0 1998 }
michael@0 1999 units{
michael@0 2000 acceleration{
michael@0 2001 g-force{
michael@0 2002 other{"{0} ແຮງຈີ"}
michael@0 2003 }
michael@0 2004 }
michael@0 2005 angle{
michael@0 2006 arc-minute{
michael@0 2007 other{"{0} ນາທີ"}
michael@0 2008 }
michael@0 2009 arc-second{
michael@0 2010 other{"{0} ວິນາທີ"}
michael@0 2011 }
michael@0 2012 degree{
michael@0 2013 other{"{0} ອົງສາ"}
michael@0 2014 }
michael@0 2015 }
michael@0 2016 area{
michael@0 2017 acre{
michael@0 2018 other{"{0} ເອເຄີ"}
michael@0 2019 }
michael@0 2020 hectare{
michael@0 2021 other{"{0} ເຮັກຕາ"}
michael@0 2022 }
michael@0 2023 square-foot{
michael@0 2024 other{"{0} ft²"}
michael@0 2025 }
michael@0 2026 square-kilometer{
michael@0 2027 other{"{0} ກິໂລຕາແມັດ"}
michael@0 2028 }
michael@0 2029 square-meter{
michael@0 2030 other{"{0} ຕາແມັດ"}
michael@0 2031 }
michael@0 2032 square-mile{
michael@0 2033 other{"{0} ຕາໄມ"}
michael@0 2034 }
michael@0 2035 }
michael@0 2036 compound{
michael@0 2037 per{"{0} ຕໍ່ {1}"}
michael@0 2038 }
michael@0 2039 duration{
michael@0 2040 day{
michael@0 2041 other{"{0} ມື້"}
michael@0 2042 }
michael@0 2043 hour{
michael@0 2044 other{"{0} ຊົ່ວໂມງ"}
michael@0 2045 }
michael@0 2046 millisecond{
michael@0 2047 other{"{0} ມິນລີວິນາທີ"}
michael@0 2048 }
michael@0 2049 minute{
michael@0 2050 other{"{0} ນາທີ"}
michael@0 2051 }
michael@0 2052 month{
michael@0 2053 other{"{0} ເດືອນ"}
michael@0 2054 }
michael@0 2055 second{
michael@0 2056 other{"{0} ວິນາທີ"}
michael@0 2057 }
michael@0 2058 week{
michael@0 2059 other{"{0} ອາທິດ"}
michael@0 2060 }
michael@0 2061 year{
michael@0 2062 other{"{0} ປີ"}
michael@0 2063 }
michael@0 2064 }
michael@0 2065 length{
michael@0 2066 centimeter{
michael@0 2067 other{"{0} ຊັງຕີແມັດ"}
michael@0 2068 }
michael@0 2069 foot{
michael@0 2070 other{"{0} ຟຸດ"}
michael@0 2071 }
michael@0 2072 inch{
michael@0 2073 other{"{0} ນິ້ວ"}
michael@0 2074 }
michael@0 2075 kilometer{
michael@0 2076 other{"{0} ກິໂລແມັດ"}
michael@0 2077 }
michael@0 2078 light-year{
michael@0 2079 other{"{0} ປີແສງ"}
michael@0 2080 }
michael@0 2081 meter{
michael@0 2082 other{"{0} ແມັດ"}
michael@0 2083 }
michael@0 2084 mile{
michael@0 2085 other{"{0} ໄມ"}
michael@0 2086 }
michael@0 2087 millimeter{
michael@0 2088 other{"{0} ມິນລິແມັດ"}
michael@0 2089 }
michael@0 2090 picometer{
michael@0 2091 other{"{0} ປິໂກແມັດ"}
michael@0 2092 }
michael@0 2093 yard{
michael@0 2094 other{"{0} ຫລາ"}
michael@0 2095 }
michael@0 2096 }
michael@0 2097 mass{
michael@0 2098 gram{
michael@0 2099 other{"{0} ກຣາມ"}
michael@0 2100 }
michael@0 2101 kilogram{
michael@0 2102 other{"{0} ກິໂລກຣາມ"}
michael@0 2103 }
michael@0 2104 ounce{
michael@0 2105 other{"{0} ອອນ"}
michael@0 2106 }
michael@0 2107 pound{
michael@0 2108 other{"{0} ປອນ"}
michael@0 2109 }
michael@0 2110 }
michael@0 2111 power{
michael@0 2112 horsepower{
michael@0 2113 other{"{0} ແຮງມ້າ"}
michael@0 2114 }
michael@0 2115 kilowatt{
michael@0 2116 other{"{0} ກິໂລວັດ"}
michael@0 2117 }
michael@0 2118 watt{
michael@0 2119 other{"{0} ວັດ"}
michael@0 2120 }
michael@0 2121 }
michael@0 2122 pressure{
michael@0 2123 hectopascal{
michael@0 2124 other{"{0} hPa"}
michael@0 2125 }
michael@0 2126 inch-hg{
michael@0 2127 other{"{0} inHg"}
michael@0 2128 }
michael@0 2129 millibar{
michael@0 2130 other{"{0} ມິນລິບາ"}
michael@0 2131 }
michael@0 2132 }
michael@0 2133 speed{
michael@0 2134 kilometer-per-hour{
michael@0 2135 other{"{0} ກິໂລແມັດຕໍ່ຊົ່ວໂມງ"}
michael@0 2136 }
michael@0 2137 meter-per-second{
michael@0 2138 other{"{0} ແມັດຕໍ່ນາທີ"}
michael@0 2139 }
michael@0 2140 mile-per-hour{
michael@0 2141 other{"{0} ໄມຕໍ່ຊົ່ວໂມງ"}
michael@0 2142 }
michael@0 2143 }
michael@0 2144 temperature{
michael@0 2145 celsius{
michael@0 2146 other{"{0} ອົງສາເຊວຊຽສ"}
michael@0 2147 }
michael@0 2148 fahrenheit{
michael@0 2149 other{"{0} ອົງສາຟາເຣນຮາຍ"}
michael@0 2150 }
michael@0 2151 }
michael@0 2152 volume{
michael@0 2153 cubic-kilometer{
michael@0 2154 other{"{0} ກິໂລແມັດກ້ອນ"}
michael@0 2155 }
michael@0 2156 cubic-mile{
michael@0 2157 other{"{0} ໄມກ້ອນ"}
michael@0 2158 }
michael@0 2159 liter{
michael@0 2160 other{"{0} ລິດ"}
michael@0 2161 }
michael@0 2162 }
michael@0 2163 }
michael@0 2164 unitsNarrow{
michael@0 2165 angle{
michael@0 2166 arc-minute{
michael@0 2167 other{"{0}′"}
michael@0 2168 }
michael@0 2169 arc-second{
michael@0 2170 other{"{0}″"}
michael@0 2171 }
michael@0 2172 degree{
michael@0 2173 other{"{0}°"}
michael@0 2174 }
michael@0 2175 }
michael@0 2176 area{
michael@0 2177 acre{
michael@0 2178 other{"{0} ac"}
michael@0 2179 }
michael@0 2180 hectare{
michael@0 2181 other{"{0} ຮຕ"}
michael@0 2182 }
michael@0 2183 square-foot{
michael@0 2184 other{"{0} ft²"}
michael@0 2185 }
michael@0 2186 square-kilometer{
michael@0 2187 other{"{0} km²"}
michael@0 2188 }
michael@0 2189 square-meter{
michael@0 2190 other{"{0} m²"}
michael@0 2191 }
michael@0 2192 square-mile{
michael@0 2193 other{"{0} mi²"}
michael@0 2194 }
michael@0 2195 }
michael@0 2196 compound{
michael@0 2197 per{"{0}/{1}"}
michael@0 2198 }
michael@0 2199 duration{
michael@0 2200 day{
michael@0 2201 other{"{0} ມື້"}
michael@0 2202 }
michael@0 2203 hour{
michael@0 2204 other{"{0} ຊມ"}
michael@0 2205 }
michael@0 2206 millisecond{
michael@0 2207 other{"{0} ມລ. ວິ."}
michael@0 2208 }
michael@0 2209 minute{
michael@0 2210 other{"{0} ນທ"}
michael@0 2211 }
michael@0 2212 month{
michael@0 2213 other{"{0} ດ"}
michael@0 2214 }
michael@0 2215 second{
michael@0 2216 other{"{0} ວິ"}
michael@0 2217 }
michael@0 2218 week{
michael@0 2219 other{"{0} ອທ"}
michael@0 2220 }
michael@0 2221 year{
michael@0 2222 other{"{0} ປ"}
michael@0 2223 }
michael@0 2224 }
michael@0 2225 length{
michael@0 2226 centimeter{
michael@0 2227 other{"{0} ຊມ"}
michael@0 2228 }
michael@0 2229 foot{
michael@0 2230 other{"{0} ຟ"}
michael@0 2231 }
michael@0 2232 inch{
michael@0 2233 other{"{0} ນ"}
michael@0 2234 }
michael@0 2235 kilometer{
michael@0 2236 other{"{0} ກມ"}
michael@0 2237 }
michael@0 2238 light-year{
michael@0 2239 other{"{0} ປສ"}
michael@0 2240 }
michael@0 2241 meter{
michael@0 2242 other{"{0} ມ"}
michael@0 2243 }
michael@0 2244 mile{
michael@0 2245 other{"{0} ໄມ"}
michael@0 2246 }
michael@0 2247 millimeter{
michael@0 2248 other{"{0} ມິນ"}
michael@0 2249 }
michael@0 2250 picometer{
michael@0 2251 other{"{0} ປກມ"}
michael@0 2252 }
michael@0 2253 yard{
michael@0 2254 other{"{0} ຫລາ"}
michael@0 2255 }
michael@0 2256 }
michael@0 2257 mass{
michael@0 2258 gram{
michael@0 2259 other{"{0} ກຼ"}
michael@0 2260 }
michael@0 2261 kilogram{
michael@0 2262 other{"{0} ກລ"}
michael@0 2263 }
michael@0 2264 ounce{
michael@0 2265 other{"{0} ອ"}
michael@0 2266 }
michael@0 2267 pound{
michael@0 2268 other{"{0} ປ"}
michael@0 2269 }
michael@0 2270 }
michael@0 2271 power{
michael@0 2272 horsepower{
michael@0 2273 other{"{0} hp"}
michael@0 2274 }
michael@0 2275 kilowatt{
michael@0 2276 other{"{0} kW"}
michael@0 2277 }
michael@0 2278 watt{
michael@0 2279 other{"{0} W"}
michael@0 2280 }
michael@0 2281 }
michael@0 2282 pressure{
michael@0 2283 hectopascal{
michael@0 2284 other{"{0} hPa"}
michael@0 2285 }
michael@0 2286 inch-hg{
michael@0 2287 other{"{0} inHg"}
michael@0 2288 }
michael@0 2289 millibar{
michael@0 2290 other{"{0} ມິນ. ບາ"}
michael@0 2291 }
michael@0 2292 }
michael@0 2293 speed{
michael@0 2294 kilometer-per-hour{
michael@0 2295 other{"{0} km/h"}
michael@0 2296 }
michael@0 2297 meter-per-second{
michael@0 2298 other{"{0} m/s"}
michael@0 2299 }
michael@0 2300 mile-per-hour{
michael@0 2301 other{"{0} mi/h"}
michael@0 2302 }
michael@0 2303 }
michael@0 2304 temperature{
michael@0 2305 celsius{
michael@0 2306 other{"{0} ອົງສາ ຊີ."}
michael@0 2307 }
michael@0 2308 fahrenheit{
michael@0 2309 other{"{0} ອົງສາ ຟ."}
michael@0 2310 }
michael@0 2311 }
michael@0 2312 volume{
michael@0 2313 cubic-kilometer{
michael@0 2314 other{"{0} km³"}
michael@0 2315 }
michael@0 2316 cubic-mile{
michael@0 2317 other{"{0} mi³"}
michael@0 2318 }
michael@0 2319 liter{
michael@0 2320 other{"{0} ລ"}
michael@0 2321 }
michael@0 2322 }
michael@0 2323 }
michael@0 2324 unitsShort{
michael@0 2325 acceleration{
michael@0 2326 g-force{
michael@0 2327 other{"{0} g force"}
michael@0 2328 }
michael@0 2329 }
michael@0 2330 angle{
michael@0 2331 arc-minute{
michael@0 2332 other{"{0} ນທ."}
michael@0 2333 }
michael@0 2334 arc-second{
michael@0 2335 other{"{0} ວິ."}
michael@0 2336 }
michael@0 2337 degree{
michael@0 2338 other{"{0} ອົງສາ"}
michael@0 2339 }
michael@0 2340 }
michael@0 2341 area{
michael@0 2342 acre{
michael@0 2343 other{"{0} ເອເຄີ"}
michael@0 2344 }
michael@0 2345 hectare{
michael@0 2346 other{"{0} ຮຕ."}
michael@0 2347 }
michael@0 2348 square-foot{
michael@0 2349 other{"{0} ft²"}
michael@0 2350 }
michael@0 2351 square-kilometer{
michael@0 2352 other{"{0} km²"}
michael@0 2353 }
michael@0 2354 square-meter{
michael@0 2355 other{"{0} m²"}
michael@0 2356 }
michael@0 2357 square-mile{
michael@0 2358 other{"{0} mi²"}
michael@0 2359 }
michael@0 2360 }
michael@0 2361 compound{
michael@0 2362 per{"{0}/{1}"}
michael@0 2363 }
michael@0 2364 duration{
michael@0 2365 day{
michael@0 2366 other{"{0} ມື້"}
michael@0 2367 }
michael@0 2368 hour{
michael@0 2369 other{"{0} ຊມ."}
michael@0 2370 }
michael@0 2371 millisecond{
michael@0 2372 other{"{0} ມລ ວິນາທີ"}
michael@0 2373 }
michael@0 2374 minute{
michael@0 2375 other{"{0} ນທ."}
michael@0 2376 }
michael@0 2377 month{
michael@0 2378 other{"{0} ດ."}
michael@0 2379 }
michael@0 2380 second{
michael@0 2381 other{"{0} ວິ."}
michael@0 2382 }
michael@0 2383 week{
michael@0 2384 other{"{0} ອທ."}
michael@0 2385 }
michael@0 2386 year{
michael@0 2387 other{"{0} ປີ"}
michael@0 2388 }
michael@0 2389 }
michael@0 2390 length{
michael@0 2391 centimeter{
michael@0 2392 other{"{0} ຊມ"}
michael@0 2393 }
michael@0 2394 foot{
michael@0 2395 other{"{0} ຟ"}
michael@0 2396 }
michael@0 2397 inch{
michael@0 2398 other{"{0} ນິ"}
michael@0 2399 }
michael@0 2400 kilometer{
michael@0 2401 other{"{0} ກມ"}
michael@0 2402 }
michael@0 2403 light-year{
michael@0 2404 other{"{0} ປສ"}
michael@0 2405 }
michael@0 2406 meter{
michael@0 2407 other{"{0} ມ"}
michael@0 2408 }
michael@0 2409 mile{
michael@0 2410 other{"{0} ໄມ"}
michael@0 2411 }
michael@0 2412 millimeter{
michael@0 2413 other{"{0} ມິນ"}
michael@0 2414 }
michael@0 2415 picometer{
michael@0 2416 other{"{0} ປກມ"}
michael@0 2417 }
michael@0 2418 yard{
michael@0 2419 other{"{0} ຫລາ"}
michael@0 2420 }
michael@0 2421 }
michael@0 2422 mass{
michael@0 2423 gram{
michael@0 2424 other{"{0} ກຼ"}
michael@0 2425 }
michael@0 2426 kilogram{
michael@0 2427 other{"{0} ກິໂລ"}
michael@0 2428 }
michael@0 2429 ounce{
michael@0 2430 other{"{0} ອ"}
michael@0 2431 }
michael@0 2432 pound{
michael@0 2433 other{"{0} ປ"}
michael@0 2434 }
michael@0 2435 }
michael@0 2436 power{
michael@0 2437 horsepower{
michael@0 2438 other{"{0} hp"}
michael@0 2439 }
michael@0 2440 kilowatt{
michael@0 2441 other{"{0} ກລ. ວັດ"}
michael@0 2442 }
michael@0 2443 watt{
michael@0 2444 other{"{0} W"}
michael@0 2445 }
michael@0 2446 }
michael@0 2447 pressure{
michael@0 2448 hectopascal{
michael@0 2449 other{"{0} hPa"}
michael@0 2450 }
michael@0 2451 inch-hg{
michael@0 2452 other{"{0} inHg"}
michael@0 2453 }
michael@0 2454 millibar{
michael@0 2455 other{"{0} ມິນ. ບາ"}
michael@0 2456 }
michael@0 2457 }
michael@0 2458 speed{
michael@0 2459 kilometer-per-hour{
michael@0 2460 other{"{0} ກມ/ຊມ"}
michael@0 2461 }
michael@0 2462 meter-per-second{
michael@0 2463 other{"{0} ມ/ນທ"}
michael@0 2464 }
michael@0 2465 mile-per-hour{
michael@0 2466 other{"{0} ໄມ/ຊມ"}
michael@0 2467 }
michael@0 2468 }
michael@0 2469 temperature{
michael@0 2470 celsius{
michael@0 2471 other{"{0} ອົງສາ ຊີ."}
michael@0 2472 }
michael@0 2473 fahrenheit{
michael@0 2474 other{"{0} ອົງສາ ຟ."}
michael@0 2475 }
michael@0 2476 }
michael@0 2477 volume{
michael@0 2478 cubic-kilometer{
michael@0 2479 other{"{0} km³"}
michael@0 2480 }
michael@0 2481 cubic-mile{
michael@0 2482 other{"{0} mi³"}
michael@0 2483 }
michael@0 2484 liter{
michael@0 2485 other{"{0} ລິດ"}
michael@0 2486 }
michael@0 2487 }
michael@0 2488 }
michael@0 2489 }

mercurial