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

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

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

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

michael@0 1 // ***************************************************************************
michael@0 2 // *
michael@0 3 // * Copyright (C) 2013 International Business Machines
michael@0 4 // * Corporation and others. All Rights Reserved.
michael@0 5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
michael@0 6 // * Source File: <path>/common/main/bg.xml
michael@0 7 // *
michael@0 8 // ***************************************************************************
michael@0 9 /**
michael@0 10 * ICU <specials> source: <path>/common/main/bg.xml
michael@0 11 */
michael@0 12 bg{
michael@0 13 AuxExemplarCharacters{"[{а\u0300} ѐ ё ѝ {о\u0300} {у\u0300} {ъ\u0300} ы ѣ э {ю\u0300} {я\u0300} ѫ]"}
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 ExemplarCharactersIndex{"[А Б В Г Д Е Ж З И Й К Л М Н О П Р С Т У Ф Х Ц Ч Ш Щ Ю Я]"}
michael@0 24 ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ' ‘ ‚ \u0022 “ „ ( ) \\[ \\] § * / ″ №]"}
michael@0 25 LocaleScript{
michael@0 26 "Cyrl",
michael@0 27 }
michael@0 28 MoreInformation{"?"}
michael@0 29 NumberElements{
michael@0 30 latn{
michael@0 31 miscPatterns{
michael@0 32 atLeast{"⩾ {0}"}
michael@0 33 range{"{0} – {1}"}
michael@0 34 }
michael@0 35 patterns{
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 хиляда"}
michael@0 45 other{"0 хиляди"}
michael@0 46 }
michael@0 47 10000{
michael@0 48 one{"00 хиляди"}
michael@0 49 other{"00 хиляди"}
michael@0 50 }
michael@0 51 100000{
michael@0 52 one{"000 Х"}
michael@0 53 other{"000 хиляди"}
michael@0 54 }
michael@0 55 1000000{
michael@0 56 one{"0 милион"}
michael@0 57 other{"0 милиона"}
michael@0 58 }
michael@0 59 10000000{
michael@0 60 one{"00 милиона"}
michael@0 61 other{"00 милиона"}
michael@0 62 }
michael@0 63 100000000{
michael@0 64 one{"000 милиона"}
michael@0 65 other{"000 милиона"}
michael@0 66 }
michael@0 67 1000000000{
michael@0 68 one{"0 милиард"}
michael@0 69 other{"0 милиарда"}
michael@0 70 }
michael@0 71 10000000000{
michael@0 72 one{"00 милиарда"}
michael@0 73 other{"00 милиарда"}
michael@0 74 }
michael@0 75 100000000000{
michael@0 76 one{"000 милиарда"}
michael@0 77 other{"000 милиарда"}
michael@0 78 }
michael@0 79 1000000000000{
michael@0 80 one{"0 трилион"}
michael@0 81 other{"0 трилиона"}
michael@0 82 }
michael@0 83 10000000000000{
michael@0 84 one{"00 трилиона"}
michael@0 85 other{"00 трилиона"}
michael@0 86 }
michael@0 87 100000000000000{
michael@0 88 one{"000 трилиона"}
michael@0 89 other{"000 трилиона"}
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 хил'.'"}
michael@0 97 other{"0 хил'.'"}
michael@0 98 }
michael@0 99 10000{
michael@0 100 one{"00 хил'.'"}
michael@0 101 other{"00 хил'.'"}
michael@0 102 }
michael@0 103 100000{
michael@0 104 one{"000 хил'.'"}
michael@0 105 other{"000 хил'.'"}
michael@0 106 }
michael@0 107 1000000{
michael@0 108 one{"0 млн'.'"}
michael@0 109 other{"0 млн'.'"}
michael@0 110 }
michael@0 111 10000000{
michael@0 112 one{"00 млн'.'"}
michael@0 113 other{"00 млн'.'"}
michael@0 114 }
michael@0 115 100000000{
michael@0 116 one{"000 млн'.'"}
michael@0 117 other{"000 млн'.'"}
michael@0 118 }
michael@0 119 1000000000{
michael@0 120 one{"0 млрд'.'"}
michael@0 121 other{"0 млрд'.'"}
michael@0 122 }
michael@0 123 10000000000{
michael@0 124 one{"00 млрд'.'"}
michael@0 125 other{"00 млрд'.'"}
michael@0 126 }
michael@0 127 100000000000{
michael@0 128 one{"000 млрд'.'"}
michael@0 129 other{"000 млрд'.'"}
michael@0 130 }
michael@0 131 1000000000000{
michael@0 132 one{"0 трлн'.'"}
michael@0 133 other{"0 трлн'.'"}
michael@0 134 }
michael@0 135 10000000000000{
michael@0 136 one{"00 трлн'.'"}
michael@0 137 other{"00 трлн'.'"}
michael@0 138 }
michael@0 139 100000000000000{
michael@0 140 one{"000 трлн'.'"}
michael@0 141 other{"000 трлн'.'"}
michael@0 142 }
michael@0 143 }
michael@0 144 }
michael@0 145 symbols{
michael@0 146 decimal{","}
michael@0 147 exponential{"E"}
michael@0 148 group{" "}
michael@0 149 infinity{"∞"}
michael@0 150 list{";"}
michael@0 151 minusSign{"-"}
michael@0 152 nan{"NaN"}
michael@0 153 perMille{"‰"}
michael@0 154 percentSign{"%"}
michael@0 155 plusSign{"+"}
michael@0 156 superscriptingExponent{"."}
michael@0 157 }
michael@0 158 }
michael@0 159 }
michael@0 160 Version{"2.0.92.87"}
michael@0 161 calendar{
michael@0 162 generic{
michael@0 163 DateTimePatterns{
michael@0 164 "H:mm:ss zzzz",
michael@0 165 "H:mm:ss z",
michael@0 166 "H:mm:ss",
michael@0 167 "H:mm",
michael@0 168 "EEEE, d MMMM y 'г'. G",
michael@0 169 "d MMMM y 'г'. G",
michael@0 170 "d.MM.y 'г'. G",
michael@0 171 "d.MM.yy G",
michael@0 172 "{1}, {0}",
michael@0 173 "{1}, {0}",
michael@0 174 "{1}, {0}",
michael@0 175 "{1}, {0}",
michael@0 176 "{1}, {0}",
michael@0 177 }
michael@0 178 availableFormats{
michael@0 179 Ed{"E, d"}
michael@0 180 Gy{"y 'г'. G"}
michael@0 181 GyMMM{"MMM y 'г'. G"}
michael@0 182 GyMMMEd{"E, d MMM y 'г'. G"}
michael@0 183 GyMMMd{"d MMM y 'г'. G"}
michael@0 184 H{"HH"}
michael@0 185 Hm{"HH:mm"}
michael@0 186 Hms{"HH:mm:ss"}
michael@0 187 M{"M"}
michael@0 188 MEd{"E, d.MM"}
michael@0 189 MMM{"MMM"}
michael@0 190 MMMEd{"E, d MMM"}
michael@0 191 MMMMd{"d MMMM"}
michael@0 192 MMMd{"d MMM"}
michael@0 193 Md{"d.MM"}
michael@0 194 d{"d"}
michael@0 195 h{"h"}
michael@0 196 hm{"h:mm a"}
michael@0 197 hms{"h:mm:ss a"}
michael@0 198 ms{"mm:ss"}
michael@0 199 y{"y 'г'. G"}
michael@0 200 yyyy{"y 'г'. G"}
michael@0 201 yyyyM{"M.y 'г'. G"}
michael@0 202 yyyyMEd{"E, d.MM.y 'г'. G"}
michael@0 203 yyyyMM{"MM.y G"}
michael@0 204 yyyyMMM{"MMM y 'г'. G"}
michael@0 205 yyyyMMMEd{"E, d MMM y 'г'. G"}
michael@0 206 yyyyMMMM{"MMMM y 'г'. G"}
michael@0 207 yyyyMMMd{"d MMM y 'г'. G"}
michael@0 208 yyyyMd{"d.MM.y 'г'. G"}
michael@0 209 yyyyQQQ{"QQQ y 'г'. G"}
michael@0 210 yyyyQQQQ{"QQQQ y 'г'. G"}
michael@0 211 }
michael@0 212 intervalFormats{
michael@0 213 H{
michael@0 214 H{"HH-HH"}
michael@0 215 }
michael@0 216 Hm{
michael@0 217 H{"HH:mm-HH:mm"}
michael@0 218 m{"HH:mm-HH:mm"}
michael@0 219 }
michael@0 220 Hmv{
michael@0 221 H{"HH:mm-HH:mm v"}
michael@0 222 m{"HH:mm-HH:mm v"}
michael@0 223 }
michael@0 224 Hv{
michael@0 225 H{"HH-HH v"}
michael@0 226 }
michael@0 227 M{
michael@0 228 M{"M – M"}
michael@0 229 }
michael@0 230 MEd{
michael@0 231 M{"E, d.MM – E, d.MM"}
michael@0 232 d{"E, d.MM – E, d.MM"}
michael@0 233 }
michael@0 234 MMM{
michael@0 235 M{"MMM – MMM"}
michael@0 236 }
michael@0 237 MMMEd{
michael@0 238 M{"E, d MMM – E, d MMM"}
michael@0 239 d{"E, d MMM – E, d MMM"}
michael@0 240 }
michael@0 241 MMMd{
michael@0 242 M{"d MMM – d MMM"}
michael@0 243 d{"d – d MMM"}
michael@0 244 }
michael@0 245 Md{
michael@0 246 M{"d.MM – d.MM"}
michael@0 247 d{"d.MM – d.MM"}
michael@0 248 }
michael@0 249 d{
michael@0 250 d{"d – d"}
michael@0 251 }
michael@0 252 fallback{"{0} – {1}"}
michael@0 253 h{
michael@0 254 a{"H – H"}
michael@0 255 h{"h-h a"}
michael@0 256 }
michael@0 257 hm{
michael@0 258 a{"H:mm – H:mm"}
michael@0 259 h{"h:mm-h:mm a"}
michael@0 260 m{"h:mm-h:mm a"}
michael@0 261 }
michael@0 262 hmv{
michael@0 263 a{"H:mm – H:mm v"}
michael@0 264 h{"h:mm-h:mm a v"}
michael@0 265 m{"h:mm-h:mm a v"}
michael@0 266 }
michael@0 267 hv{
michael@0 268 a{"H – H v"}
michael@0 269 h{"h-h a v"}
michael@0 270 }
michael@0 271 y{
michael@0 272 y{"y – y 'г'.G"}
michael@0 273 }
michael@0 274 yM{
michael@0 275 M{"MM – MM.y 'г'. G"}
michael@0 276 y{"MM 'г'. – MM.y 'г'. G"}
michael@0 277 }
michael@0 278 yMEd{
michael@0 279 M{"E, d.MM – E, d.MM.y 'г'. G"}
michael@0 280 d{"E, d.MM – E, d.MM.y 'г'. G"}
michael@0 281 y{"E, d.MM.y 'г'. – E, d.MM.y 'г'. G"}
michael@0 282 }
michael@0 283 yMMM{
michael@0 284 M{"MMM – MMM y 'г'. G"}
michael@0 285 y{"MMM y 'г'. – MMM y 'г'. G"}
michael@0 286 }
michael@0 287 yMMMEd{
michael@0 288 M{"E, d MMM – E, d MMM y 'г'. G"}
michael@0 289 d{"E, d MMM – E, d MMM y 'г'. G"}
michael@0 290 y{"E, d MMM y 'г'. – E, d MMM y 'г'. G"}
michael@0 291 }
michael@0 292 yMMMM{
michael@0 293 M{"MMMM – MMMM y 'г'. G"}
michael@0 294 y{"MMMM y 'г'. – MMMM y 'г'. G"}
michael@0 295 }
michael@0 296 yMMMd{
michael@0 297 M{"d MMM – d MMM y 'г'. G"}
michael@0 298 d{"d – d MMM y 'г'. G"}
michael@0 299 y{"d MMM y 'г'. – d MMM y 'г'. G"}
michael@0 300 }
michael@0 301 yMd{
michael@0 302 M{"d.MM – d.MM.y 'г'. G"}
michael@0 303 d{"d.MM – d.MM.y 'г'. G"}
michael@0 304 y{"d.MM.y 'г'. – d.MM.y 'г'. G"}
michael@0 305 }
michael@0 306 }
michael@0 307 }
michael@0 308 gregorian{
michael@0 309 AmPmMarkers{
michael@0 310 "пр.об.",
michael@0 311 "сл.об.",
michael@0 312 }
michael@0 313 DateTimePatterns{
michael@0 314 "H:mm:ss zzzz",
michael@0 315 "H:mm:ss z",
michael@0 316 "H:mm:ss",
michael@0 317 "H:mm",
michael@0 318 "EEEE, d MMMM y 'г'.",
michael@0 319 "d MMMM y 'г'.",
michael@0 320 "d.MM.y 'г'.",
michael@0 321 "d.MM.yy",
michael@0 322 "{1}, {0}",
michael@0 323 "{1}, {0}",
michael@0 324 "{1}, {0}",
michael@0 325 "{1}, {0}",
michael@0 326 "{1}, {0}",
michael@0 327 }
michael@0 328 appendItems{
michael@0 329 Timezone{"{0} {1}"}
michael@0 330 }
michael@0 331 availableFormats{
michael@0 332 EHm{"E HH:mm"}
michael@0 333 EHms{"E, H:mm:ss"}
michael@0 334 Ed{"E, d"}
michael@0 335 Ehm{"E, h:mm a"}
michael@0 336 Ehms{"E h:mm:ss a"}
michael@0 337 Gy{"y 'г'. G"}
michael@0 338 GyMMM{"MMM y 'г'. G"}
michael@0 339 GyMMMEd{"E, d MMM y 'г'. G"}
michael@0 340 GyMMMd{"d MMM y 'г'. G"}
michael@0 341 H{"H"}
michael@0 342 Hm{"H:mm"}
michael@0 343 Hms{"H:mm:ss"}
michael@0 344 M{"L"}
michael@0 345 MEd{"E, d.MM"}
michael@0 346 MMM{"LLL"}
michael@0 347 MMMEd{"E, d MMM"}
michael@0 348 MMMMd{"d MMMM"}
michael@0 349 MMMMdd{"d MMMM"}
michael@0 350 MMMd{"d MMM"}
michael@0 351 Md{"d.MM"}
michael@0 352 d{"d"}
michael@0 353 h{"h a"}
michael@0 354 hm{"h:mm a"}
michael@0 355 hms{"h:mm:ss a"}
michael@0 356 ms{"m:ss"}
michael@0 357 y{"y 'г'."}
michael@0 358 yM{"M.y 'г'."}
michael@0 359 yMEd{"E, d.MM.y 'г'."}
michael@0 360 yMM{"MM.y 'г'."}
michael@0 361 yMMM{"MMM y 'г'."}
michael@0 362 yMMMEd{"E, d MMM y 'г'."}
michael@0 363 yMMMM{"MMMM y 'г'."}
michael@0 364 yMMMd{"d MMM y 'г'."}
michael@0 365 yMd{"d.MM.y 'г'."}
michael@0 366 yQQQ{"QQQ y 'г'."}
michael@0 367 yQQQQ{"QQQQ y 'г'."}
michael@0 368 }
michael@0 369 dayNames{
michael@0 370 format{
michael@0 371 abbreviated{
michael@0 372 "нд",
michael@0 373 "пн",
michael@0 374 "вт",
michael@0 375 "ср",
michael@0 376 "чт",
michael@0 377 "пт",
michael@0 378 "сб",
michael@0 379 }
michael@0 380 narrow{
michael@0 381 "н",
michael@0 382 "п",
michael@0 383 "в",
michael@0 384 "с",
michael@0 385 "ч",
michael@0 386 "п",
michael@0 387 "с",
michael@0 388 }
michael@0 389 short{
michael@0 390 "нд",
michael@0 391 "пн",
michael@0 392 "вт",
michael@0 393 "ср",
michael@0 394 "чт",
michael@0 395 "пт",
michael@0 396 "сб",
michael@0 397 }
michael@0 398 wide{
michael@0 399 "неделя",
michael@0 400 "понеделник",
michael@0 401 "вторник",
michael@0 402 "сряда",
michael@0 403 "четвъртък",
michael@0 404 "петък",
michael@0 405 "събота",
michael@0 406 }
michael@0 407 }
michael@0 408 stand-alone{
michael@0 409 abbreviated{
michael@0 410 "нд",
michael@0 411 "пн",
michael@0 412 "вт",
michael@0 413 "ср",
michael@0 414 "чт",
michael@0 415 "пт",
michael@0 416 "сб",
michael@0 417 }
michael@0 418 narrow{
michael@0 419 "н",
michael@0 420 "п",
michael@0 421 "в",
michael@0 422 "с",
michael@0 423 "ч",
michael@0 424 "п",
michael@0 425 "с",
michael@0 426 }
michael@0 427 short{
michael@0 428 "нд",
michael@0 429 "пн",
michael@0 430 "вт",
michael@0 431 "ср",
michael@0 432 "чт",
michael@0 433 "пт",
michael@0 434 "сб",
michael@0 435 }
michael@0 436 wide{
michael@0 437 "неделя",
michael@0 438 "понеделник",
michael@0 439 "вторник",
michael@0 440 "сряда",
michael@0 441 "четвъртък",
michael@0 442 "петък",
michael@0 443 "събота",
michael@0 444 }
michael@0 445 }
michael@0 446 }
michael@0 447 eras{
michael@0 448 abbreviated{
michael@0 449 "пр.Хр.",
michael@0 450 "сл.Хр.",
michael@0 451 }
michael@0 452 narrow{
michael@0 453 "пр.Хр.",
michael@0 454 "сл.н.е.",
michael@0 455 }
michael@0 456 wide{
michael@0 457 "пр.Хр.",
michael@0 458 "сл.Хр.",
michael@0 459 }
michael@0 460 }
michael@0 461 intervalFormats{
michael@0 462 H{
michael@0 463 H{"H – H"}
michael@0 464 }
michael@0 465 Hm{
michael@0 466 H{"H:mm – H:mm"}
michael@0 467 m{"H:mm – H:mm"}
michael@0 468 }
michael@0 469 Hmv{
michael@0 470 H{"H:mm – H:mm v"}
michael@0 471 m{"H:mm – H:mm v"}
michael@0 472 }
michael@0 473 Hv{
michael@0 474 H{"H – H v"}
michael@0 475 }
michael@0 476 M{
michael@0 477 M{"M – M"}
michael@0 478 }
michael@0 479 MEd{
michael@0 480 M{"E, d.MM – E, d.MM"}
michael@0 481 d{"E, d.MM – E, d.MM"}
michael@0 482 }
michael@0 483 MMM{
michael@0 484 M{"MMM – MMM"}
michael@0 485 }
michael@0 486 MMMEd{
michael@0 487 M{"E, d MMM – E, d MMM"}
michael@0 488 d{"E, d MMM – E, d MMM"}
michael@0 489 }
michael@0 490 MMMd{
michael@0 491 M{"d MMM – d MMM"}
michael@0 492 d{"d – d MMM"}
michael@0 493 }
michael@0 494 Md{
michael@0 495 M{"d.MM – d.MM"}
michael@0 496 d{"d.MM – d.MM"}
michael@0 497 }
michael@0 498 d{
michael@0 499 d{"d – d"}
michael@0 500 }
michael@0 501 fallback{"{0} – {1}"}
michael@0 502 h{
michael@0 503 a{"H – H"}
michael@0 504 h{"H – H"}
michael@0 505 }
michael@0 506 hm{
michael@0 507 a{"H:mm – H:mm"}
michael@0 508 h{"H:mm – H:mm"}
michael@0 509 m{"H:mm – H:mm"}
michael@0 510 }
michael@0 511 hmv{
michael@0 512 a{"H:mm – H:mm v"}
michael@0 513 h{"H:mm – H:mm v"}
michael@0 514 m{"H:mm – H:mm v"}
michael@0 515 }
michael@0 516 hv{
michael@0 517 a{"H – H v"}
michael@0 518 h{"H – H v"}
michael@0 519 }
michael@0 520 y{
michael@0 521 y{"y – y 'г'."}
michael@0 522 }
michael@0 523 yM{
michael@0 524 M{"MM.y 'г'. – MM.y 'г'."}
michael@0 525 y{"MM.y 'г'. – MM.y 'г'."}
michael@0 526 }
michael@0 527 yMEd{
michael@0 528 M{"E, d.MM – E, d.MM.y 'г'."}
michael@0 529 d{"E, d.MM – E, d.MM.y 'г'."}
michael@0 530 y{"E, d.MM.y 'г'. – E, d.MM.y 'г'."}
michael@0 531 }
michael@0 532 yMMM{
michael@0 533 M{"MMM – MMM y 'г'."}
michael@0 534 y{"MMM y 'г'. – MMM y 'г'."}
michael@0 535 }
michael@0 536 yMMMEd{
michael@0 537 M{"E, d MMM – E, d MMM y 'г'."}
michael@0 538 d{"E, d MMM – E, d MMM y 'г'."}
michael@0 539 y{"E, d MMM y 'г'. – E, d MMM y 'г'."}
michael@0 540 }
michael@0 541 yMMMM{
michael@0 542 M{"MMMM – MMMM y 'г'."}
michael@0 543 y{"MMMM y 'г'. – MMMM y 'г'."}
michael@0 544 }
michael@0 545 yMMMd{
michael@0 546 M{"d MMM – d MMM y 'г'."}
michael@0 547 d{"d – d MMM y 'г'."}
michael@0 548 y{"d MMM y 'г'. – d MMM y 'г'."}
michael@0 549 }
michael@0 550 yMd{
michael@0 551 M{"d.MM – d.MM.y 'г'."}
michael@0 552 d{"d.MM – d.MM.y 'г'."}
michael@0 553 y{"d.MM.y 'г'. – d.MM.y 'г'."}
michael@0 554 }
michael@0 555 }
michael@0 556 monthNames{
michael@0 557 format{
michael@0 558 abbreviated{
michael@0 559 "ян.",
michael@0 560 "февр.",
michael@0 561 "март",
michael@0 562 "апр.",
michael@0 563 "май",
michael@0 564 "юни",
michael@0 565 "юли",
michael@0 566 "авг.",
michael@0 567 "септ.",
michael@0 568 "окт.",
michael@0 569 "ноем.",
michael@0 570 "дек.",
michael@0 571 }
michael@0 572 narrow{
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 wide{
michael@0 587 "януари",
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 stand-alone{
michael@0 602 abbreviated{
michael@0 603 "ян.",
michael@0 604 "февр.",
michael@0 605 "март",
michael@0 606 "апр.",
michael@0 607 "май",
michael@0 608 "юни",
michael@0 609 "юли",
michael@0 610 "авг.",
michael@0 611 "септ.",
michael@0 612 "окт.",
michael@0 613 "ноем.",
michael@0 614 "дек.",
michael@0 615 }
michael@0 616 narrow{
michael@0 617 "я",
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 wide{
michael@0 631 "януари",
michael@0 632 "февруари",
michael@0 633 "март",
michael@0 634 "април",
michael@0 635 "май",
michael@0 636 "юни",
michael@0 637 "юли",
michael@0 638 "август",
michael@0 639 "септември",
michael@0 640 "октомври",
michael@0 641 "ноември",
michael@0 642 "декември",
michael@0 643 }
michael@0 644 }
michael@0 645 }
michael@0 646 quarters{
michael@0 647 format{
michael@0 648 abbreviated{
michael@0 649 "1 трим.",
michael@0 650 "2 трим.",
michael@0 651 "3 трим.",
michael@0 652 "4 трим.",
michael@0 653 }
michael@0 654 narrow{
michael@0 655 "1",
michael@0 656 "2",
michael@0 657 "3",
michael@0 658 "4",
michael@0 659 }
michael@0 660 wide{
michael@0 661 "1-во тримесечие",
michael@0 662 "2-ро тримесечие",
michael@0 663 "3-то тримесечие",
michael@0 664 "4-то тримесечие",
michael@0 665 }
michael@0 666 }
michael@0 667 stand-alone{
michael@0 668 abbreviated{
michael@0 669 "1 трим.",
michael@0 670 "2 трим.",
michael@0 671 "3 трим.",
michael@0 672 "4 трим.",
michael@0 673 }
michael@0 674 narrow{
michael@0 675 "1",
michael@0 676 "2",
michael@0 677 "3",
michael@0 678 "4",
michael@0 679 }
michael@0 680 wide{
michael@0 681 "1-во тримесечие",
michael@0 682 "2-ро тримесечие",
michael@0 683 "3-то тримесечие",
michael@0 684 "4-то тримесечие",
michael@0 685 }
michael@0 686 }
michael@0 687 }
michael@0 688 }
michael@0 689 hebrew{
michael@0 690 monthNames{
michael@0 691 format{
michael@0 692 wide{
michael@0 693 "тишри",
michael@0 694 "хешван",
michael@0 695 "кислев",
michael@0 696 "тебет",
michael@0 697 "шебат",
michael@0 698 "адар I",
michael@0 699 "адар",
michael@0 700 "нисан",
michael@0 701 "иар",
michael@0 702 "сиван",
michael@0 703 "тамуз",
michael@0 704 "ав",
michael@0 705 "елул",
michael@0 706 "адар II",
michael@0 707 }
michael@0 708 }
michael@0 709 }
michael@0 710 }
michael@0 711 indian{
michael@0 712 monthNames{
michael@0 713 format{
michael@0 714 wide{
michael@0 715 "чайтра",
michael@0 716 "вайсакха",
michael@0 717 "джаинтха",
michael@0 718 "асадха",
michael@0 719 "сравана",
michael@0 720 "бхада",
michael@0 721 "азвина",
michael@0 722 "картика",
michael@0 723 "аграхайана",
michael@0 724 "пауза",
michael@0 725 "магха",
michael@0 726 "пхалгуна",
michael@0 727 }
michael@0 728 }
michael@0 729 }
michael@0 730 }
michael@0 731 islamic{
michael@0 732 monthNames{
michael@0 733 format{
michael@0 734 wide{
michael@0 735 "мухарам",
michael@0 736 "сафар",
michael@0 737 "раби-1",
michael@0 738 "раби-2",
michael@0 739 "джумада-1",
michael@0 740 "джумада-2",
michael@0 741 "раджаб",
michael@0 742 "шабан",
michael@0 743 "рамазан",
michael@0 744 "Шавал",
michael@0 745 "Дхул-Каада",
michael@0 746 "Дхул-хиджа",
michael@0 747 }
michael@0 748 }
michael@0 749 }
michael@0 750 }
michael@0 751 }
michael@0 752 delimiters{
michael@0 753 alternateQuotationEnd{"“"}
michael@0 754 alternateQuotationStart{"„"}
michael@0 755 quotationEnd{"“"}
michael@0 756 quotationStart{"„"}
michael@0 757 }
michael@0 758 durationUnits{
michael@0 759 hm{"h:mm"}
michael@0 760 hms{"h:mm:ss"}
michael@0 761 ms{"m:ss"}
michael@0 762 }
michael@0 763 fields{
michael@0 764 day{
michael@0 765 dn{"ден"}
michael@0 766 relative{
michael@0 767 "-1"{"вчера"}
michael@0 768 "-2"{"онзи ден"}
michael@0 769 "0"{"днес"}
michael@0 770 "1"{"утре"}
michael@0 771 "2"{"вдругиден"}
michael@0 772 }
michael@0 773 relativeTime{
michael@0 774 future{
michael@0 775 one{"след {0} дни"}
michael@0 776 other{"след {0} дни"}
michael@0 777 }
michael@0 778 past{
michael@0 779 one{"преди {0} ден"}
michael@0 780 other{"преди {0} дни"}
michael@0 781 }
michael@0 782 }
michael@0 783 }
michael@0 784 dayperiod{
michael@0 785 dn{"пр.об./сл.об."}
michael@0 786 }
michael@0 787 era{
michael@0 788 dn{"ера"}
michael@0 789 }
michael@0 790 fri{
michael@0 791 relative{
michael@0 792 "-1"{"миналият петък"}
michael@0 793 "0"{"този петък"}
michael@0 794 "1"{"следващият петък"}
michael@0 795 }
michael@0 796 }
michael@0 797 hour{
michael@0 798 dn{"час"}
michael@0 799 relativeTime{
michael@0 800 future{
michael@0 801 one{"след {0} час"}
michael@0 802 other{"след {0} часа"}
michael@0 803 }
michael@0 804 past{
michael@0 805 one{"преди {0} час"}
michael@0 806 other{"преди {0} часа"}
michael@0 807 }
michael@0 808 }
michael@0 809 }
michael@0 810 minute{
michael@0 811 dn{"минута"}
michael@0 812 relativeTime{
michael@0 813 future{
michael@0 814 one{"след {0} минута"}
michael@0 815 other{"след {0} минути"}
michael@0 816 }
michael@0 817 past{
michael@0 818 one{"преди {0} минута"}
michael@0 819 other{"преди {0} минути"}
michael@0 820 }
michael@0 821 }
michael@0 822 }
michael@0 823 mon{
michael@0 824 relative{
michael@0 825 "-1"{"миналият понеделник"}
michael@0 826 "0"{"този понеделник"}
michael@0 827 "1"{"следващият понеделник"}
michael@0 828 }
michael@0 829 }
michael@0 830 month{
michael@0 831 dn{"месец"}
michael@0 832 relative{
michael@0 833 "-1"{"миналият месец"}
michael@0 834 "0"{"този месец"}
michael@0 835 "1"{"следващият месец"}
michael@0 836 }
michael@0 837 relativeTime{
michael@0 838 future{
michael@0 839 one{"след {0} месец"}
michael@0 840 other{"след {0} месеца"}
michael@0 841 }
michael@0 842 past{
michael@0 843 one{"преди {0} месец"}
michael@0 844 other{"преди {0} месеца"}
michael@0 845 }
michael@0 846 }
michael@0 847 }
michael@0 848 sat{
michael@0 849 relative{
michael@0 850 "-1"{"миналата събота"}
michael@0 851 "0"{"тази събота"}
michael@0 852 "1"{"следващата събота"}
michael@0 853 }
michael@0 854 }
michael@0 855 second{
michael@0 856 dn{"секунда"}
michael@0 857 relative{
michael@0 858 "0"{"сега"}
michael@0 859 }
michael@0 860 relativeTime{
michael@0 861 future{
michael@0 862 one{"след {0} секунда"}
michael@0 863 other{"след {0} секунди"}
michael@0 864 }
michael@0 865 past{
michael@0 866 one{"преди {0} секунда"}
michael@0 867 other{"преди {0} секунди"}
michael@0 868 }
michael@0 869 }
michael@0 870 }
michael@0 871 sun{
michael@0 872 relative{
michael@0 873 "-1"{"миналата неделя"}
michael@0 874 "0"{"тази неделя"}
michael@0 875 "1"{"следващата неделя"}
michael@0 876 }
michael@0 877 }
michael@0 878 thu{
michael@0 879 relative{
michael@0 880 "-1"{"миналият четвъртък"}
michael@0 881 "0"{"този четвъртък"}
michael@0 882 "1"{"следващият четвъртък"}
michael@0 883 }
michael@0 884 }
michael@0 885 tue{
michael@0 886 relative{
michael@0 887 "-1"{"миналият вторник"}
michael@0 888 "0"{"този вторник"}
michael@0 889 "1"{"следващият вторник"}
michael@0 890 }
michael@0 891 }
michael@0 892 wed{
michael@0 893 relative{
michael@0 894 "-1"{"миналата сряда"}
michael@0 895 "0"{"тази сряда"}
michael@0 896 "1"{"следващата сряда"}
michael@0 897 }
michael@0 898 }
michael@0 899 week{
michael@0 900 dn{"седмица"}
michael@0 901 relative{
michael@0 902 "-1"{"миналата седмица"}
michael@0 903 "0"{"тази седмица"}
michael@0 904 "1"{"следващата седмица"}
michael@0 905 }
michael@0 906 relativeTime{
michael@0 907 future{
michael@0 908 one{"след {0} седмица"}
michael@0 909 other{"след {0} седмици"}
michael@0 910 }
michael@0 911 past{
michael@0 912 one{"преди {0} седмица"}
michael@0 913 other{"преди {0} седмици"}
michael@0 914 }
michael@0 915 }
michael@0 916 }
michael@0 917 weekday{
michael@0 918 dn{"ден от седмицата"}
michael@0 919 }
michael@0 920 year{
michael@0 921 dn{"година"}
michael@0 922 relative{
michael@0 923 "-1"{"миналата година"}
michael@0 924 "0"{"тази година"}
michael@0 925 "1"{"следващата година"}
michael@0 926 }
michael@0 927 relativeTime{
michael@0 928 future{
michael@0 929 one{"след {0} година"}
michael@0 930 other{"след {0} години"}
michael@0 931 }
michael@0 932 past{
michael@0 933 one{"преди {0} година"}
michael@0 934 other{"преди {0} години"}
michael@0 935 }
michael@0 936 }
michael@0 937 }
michael@0 938 zone{
michael@0 939 dn{"часова зона"}
michael@0 940 }
michael@0 941 }
michael@0 942 listPattern{
michael@0 943 standard{
michael@0 944 2{"{0} и {1}"}
michael@0 945 end{"{0} и {1}"}
michael@0 946 middle{"{0}, {1}"}
michael@0 947 start{"{0}, {1}"}
michael@0 948 }
michael@0 949 unit{
michael@0 950 2{"{0} и {1}"}
michael@0 951 end{"{0} и {1}"}
michael@0 952 middle{"{0}, {1}"}
michael@0 953 start{"{0}, {1}"}
michael@0 954 }
michael@0 955 unit-short{
michael@0 956 2{"{0} и {1}"}
michael@0 957 end{"{0} и {1}"}
michael@0 958 middle{"{0}, {1}"}
michael@0 959 start{"{0}, {1}"}
michael@0 960 }
michael@0 961 }
michael@0 962 measurementSystemNames{
michael@0 963 UK{"имперска"}
michael@0 964 US{"американска"}
michael@0 965 metric{"метрична"}
michael@0 966 }
michael@0 967 transformNames{
michael@0 968 BGN{"АКГН (BGN)"}
michael@0 969 Numeric{"Цифрови"}
michael@0 970 Tone{"Интонация"}
michael@0 971 UNGEGN{"ГЕСГИООН (UNGEGN)"}
michael@0 972 x-Accents{"Диакритични знаци"}
michael@0 973 x-Fullwidth{"С пълна ширина"}
michael@0 974 x-Halfwidth{"С половин ширина"}
michael@0 975 x-Jamo{"Джамо"}
michael@0 976 x-Pinyin{"Пинин"}
michael@0 977 x-Publishing{"Типографски"}
michael@0 978 }
michael@0 979 units{
michael@0 980 acceleration{
michael@0 981 g-force{
michael@0 982 one{"{0} G"}
michael@0 983 other{"{0} G"}
michael@0 984 }
michael@0 985 }
michael@0 986 angle{
michael@0 987 arc-minute{
michael@0 988 one{"{0} минута"}
michael@0 989 other{"{0} минути"}
michael@0 990 }
michael@0 991 arc-second{
michael@0 992 one{"{0} секунда"}
michael@0 993 other{"{0} секунди"}
michael@0 994 }
michael@0 995 degree{
michael@0 996 one{"{0} градус"}
michael@0 997 other{"{0} градуса"}
michael@0 998 }
michael@0 999 }
michael@0 1000 area{
michael@0 1001 acre{
michael@0 1002 one{"{0} акър"}
michael@0 1003 other{"{0} акра"}
michael@0 1004 }
michael@0 1005 hectare{
michael@0 1006 one{"{0} хектар"}
michael@0 1007 other{"{0} хектара"}
michael@0 1008 }
michael@0 1009 square-foot{
michael@0 1010 one{"{0} квадратен фут"}
michael@0 1011 other{"{0} квадратни фута"}
michael@0 1012 }
michael@0 1013 square-kilometer{
michael@0 1014 one{"{0} квадратен километър"}
michael@0 1015 other{"{0} квадратни километра"}
michael@0 1016 }
michael@0 1017 square-meter{
michael@0 1018 one{"{0} квадратен метър"}
michael@0 1019 other{"{0} квадратни метра"}
michael@0 1020 }
michael@0 1021 square-mile{
michael@0 1022 one{"{0} квадратна миля"}
michael@0 1023 other{"{0} квадратни мили"}
michael@0 1024 }
michael@0 1025 }
michael@0 1026 compound{
michael@0 1027 per{"{0} в {1}"}
michael@0 1028 }
michael@0 1029 duration{
michael@0 1030 day{
michael@0 1031 one{"{0} ден"}
michael@0 1032 other{"{0} дни"}
michael@0 1033 }
michael@0 1034 hour{
michael@0 1035 one{"{0} час"}
michael@0 1036 other{"{0} часа"}
michael@0 1037 }
michael@0 1038 millisecond{
michael@0 1039 one{"{0} милисекунда"}
michael@0 1040 other{"{0} милисекунди"}
michael@0 1041 }
michael@0 1042 minute{
michael@0 1043 one{"{0} минута"}
michael@0 1044 other{"{0} минути"}
michael@0 1045 }
michael@0 1046 month{
michael@0 1047 one{"{0} месец"}
michael@0 1048 other{"{0} месеца"}
michael@0 1049 }
michael@0 1050 second{
michael@0 1051 one{"{0} секунда"}
michael@0 1052 other{"{0} секунди"}
michael@0 1053 }
michael@0 1054 week{
michael@0 1055 one{"{0} седмица"}
michael@0 1056 other{"{0} седмици"}
michael@0 1057 }
michael@0 1058 year{
michael@0 1059 one{"{0} година"}
michael@0 1060 other{"{0} години"}
michael@0 1061 }
michael@0 1062 }
michael@0 1063 length{
michael@0 1064 centimeter{
michael@0 1065 one{"{0} сантиметър"}
michael@0 1066 other{"{0} сантиметра"}
michael@0 1067 }
michael@0 1068 foot{
michael@0 1069 one{"{0} фут"}
michael@0 1070 other{"{0} фута"}
michael@0 1071 }
michael@0 1072 inch{
michael@0 1073 one{"{0} инч"}
michael@0 1074 other{"{0} инча"}
michael@0 1075 }
michael@0 1076 kilometer{
michael@0 1077 one{"{0} километър"}
michael@0 1078 other{"{0} километра"}
michael@0 1079 }
michael@0 1080 light-year{
michael@0 1081 one{"{0} светлинна година"}
michael@0 1082 other{"{0} светлинни години"}
michael@0 1083 }
michael@0 1084 meter{
michael@0 1085 one{"{0} метър"}
michael@0 1086 other{"{0} метра"}
michael@0 1087 }
michael@0 1088 mile{
michael@0 1089 one{"{0} миля"}
michael@0 1090 other{"{0} мили"}
michael@0 1091 }
michael@0 1092 millimeter{
michael@0 1093 one{"{0} милиметър"}
michael@0 1094 other{"{0} милиметра"}
michael@0 1095 }
michael@0 1096 picometer{
michael@0 1097 one{"{0} пикометър"}
michael@0 1098 other{"{0} пикометра"}
michael@0 1099 }
michael@0 1100 yard{
michael@0 1101 one{"{0} ярд"}
michael@0 1102 other{"{0} ярда"}
michael@0 1103 }
michael@0 1104 }
michael@0 1105 mass{
michael@0 1106 gram{
michael@0 1107 one{"{0} грам"}
michael@0 1108 other{"{0} грама"}
michael@0 1109 }
michael@0 1110 kilogram{
michael@0 1111 one{"{0} килограм"}
michael@0 1112 other{"{0} килограма"}
michael@0 1113 }
michael@0 1114 ounce{
michael@0 1115 one{"{0} унция"}
michael@0 1116 other{"{0} унции"}
michael@0 1117 }
michael@0 1118 pound{
michael@0 1119 one{"{0} фунт"}
michael@0 1120 other{"{0} фунта"}
michael@0 1121 }
michael@0 1122 }
michael@0 1123 power{
michael@0 1124 horsepower{
michael@0 1125 one{"{0} конска сила"}
michael@0 1126 other{"{0} конски сили"}
michael@0 1127 }
michael@0 1128 kilowatt{
michael@0 1129 one{"{0} киловат"}
michael@0 1130 other{"{0} киловата"}
michael@0 1131 }
michael@0 1132 watt{
michael@0 1133 one{"{0} ват"}
michael@0 1134 other{"{0} вата"}
michael@0 1135 }
michael@0 1136 }
michael@0 1137 pressure{
michael@0 1138 hectopascal{
michael@0 1139 one{"{0} хектопаскал"}
michael@0 1140 other{"{0} хектопаскала"}
michael@0 1141 }
michael@0 1142 inch-hg{
michael@0 1143 one{"{0} инч живачен стълб"}
michael@0 1144 other{"{0} инча живачен стълб"}
michael@0 1145 }
michael@0 1146 millibar{
michael@0 1147 one{"{0} милибар"}
michael@0 1148 other{"{0} милибара"}
michael@0 1149 }
michael@0 1150 }
michael@0 1151 speed{
michael@0 1152 kilometer-per-hour{
michael@0 1153 one{"{0} километър в час"}
michael@0 1154 other{"{0} километра в час"}
michael@0 1155 }
michael@0 1156 meter-per-second{
michael@0 1157 one{"{0} метър в секунда"}
michael@0 1158 other{"{0} метра в секунда"}
michael@0 1159 }
michael@0 1160 mile-per-hour{
michael@0 1161 one{"{0} миля в час"}
michael@0 1162 other{"{0} мили в час"}
michael@0 1163 }
michael@0 1164 }
michael@0 1165 temperature{
michael@0 1166 celsius{
michael@0 1167 one{"{0} градус Целзий"}
michael@0 1168 other{"{0} градуса Целзий"}
michael@0 1169 }
michael@0 1170 fahrenheit{
michael@0 1171 one{"{0} градус по Фаренхайт"}
michael@0 1172 other{"{0} градуса по Фаренхайт"}
michael@0 1173 }
michael@0 1174 }
michael@0 1175 volume{
michael@0 1176 cubic-kilometer{
michael@0 1177 one{"{0} кубически километър"}
michael@0 1178 other{"{0} кубически километра"}
michael@0 1179 }
michael@0 1180 cubic-mile{
michael@0 1181 one{"{0} кубическа миля"}
michael@0 1182 other{"{0} кубически мили"}
michael@0 1183 }
michael@0 1184 liter{
michael@0 1185 one{"{0} литър"}
michael@0 1186 other{"{0} литра"}
michael@0 1187 }
michael@0 1188 }
michael@0 1189 }
michael@0 1190 unitsNarrow{
michael@0 1191 acceleration{
michael@0 1192 g-force{
michael@0 1193 one{"{0} G"}
michael@0 1194 other{"{0} G"}
michael@0 1195 }
michael@0 1196 }
michael@0 1197 angle{
michael@0 1198 arc-minute{
michael@0 1199 one{"{0}′"}
michael@0 1200 other{"{0}′"}
michael@0 1201 }
michael@0 1202 arc-second{
michael@0 1203 one{"{0}″"}
michael@0 1204 other{"{0}″"}
michael@0 1205 }
michael@0 1206 degree{
michael@0 1207 one{"{0}°"}
michael@0 1208 other{"{0}°"}
michael@0 1209 }
michael@0 1210 }
michael@0 1211 area{
michael@0 1212 acre{
michael@0 1213 one{"{0} акър"}
michael@0 1214 other{"{0} акра"}
michael@0 1215 }
michael@0 1216 hectare{
michael@0 1217 one{"{0} ha"}
michael@0 1218 other{"{0} ha"}
michael@0 1219 }
michael@0 1220 square-foot{
michael@0 1221 one{"{0} кв. фут"}
michael@0 1222 other{"{0} кв. фута"}
michael@0 1223 }
michael@0 1224 square-kilometer{
michael@0 1225 one{"{0} km²"}
michael@0 1226 other{"{0} km²"}
michael@0 1227 }
michael@0 1228 square-meter{
michael@0 1229 one{"{0} m²"}
michael@0 1230 other{"{0} m²"}
michael@0 1231 }
michael@0 1232 square-mile{
michael@0 1233 one{"{0} кв. миля"}
michael@0 1234 other{"{0} кв. мили"}
michael@0 1235 }
michael@0 1236 }
michael@0 1237 compound{
michael@0 1238 per{"{0}/{1}"}
michael@0 1239 }
michael@0 1240 duration{
michael@0 1241 day{
michael@0 1242 one{"{0} д"}
michael@0 1243 other{"{0} д"}
michael@0 1244 }
michael@0 1245 hour{
michael@0 1246 one{"{0} h"}
michael@0 1247 other{"{0} h"}
michael@0 1248 }
michael@0 1249 millisecond{
michael@0 1250 one{"{0} ms"}
michael@0 1251 other{"{0} ms"}
michael@0 1252 }
michael@0 1253 minute{
michael@0 1254 one{"{0} min"}
michael@0 1255 other{"{0} min"}
michael@0 1256 }
michael@0 1257 month{
michael@0 1258 one{"{0} м"}
michael@0 1259 other{"{0} м"}
michael@0 1260 }
michael@0 1261 second{
michael@0 1262 one{"{0} s"}
michael@0 1263 other{"{0} s"}
michael@0 1264 }
michael@0 1265 week{
michael@0 1266 one{"{0} седм."}
michael@0 1267 other{"{0} седм."}
michael@0 1268 }
michael@0 1269 year{
michael@0 1270 one{"{0} г"}
michael@0 1271 other{"{0} г"}
michael@0 1272 }
michael@0 1273 }
michael@0 1274 length{
michael@0 1275 centimeter{
michael@0 1276 one{"{0} cm"}
michael@0 1277 other{"{0} cm"}
michael@0 1278 }
michael@0 1279 foot{
michael@0 1280 one{"{0} фут"}
michael@0 1281 other{"{0} фута"}
michael@0 1282 }
michael@0 1283 inch{
michael@0 1284 one{"{0}\u0022"}
michael@0 1285 other{"{0}\u0022"}
michael@0 1286 }
michael@0 1287 kilometer{
michael@0 1288 one{"{0} km"}
michael@0 1289 other{"{0} km"}
michael@0 1290 }
michael@0 1291 light-year{
michael@0 1292 one{"{0} св.г."}
michael@0 1293 other{"{0} св.г."}
michael@0 1294 }
michael@0 1295 meter{
michael@0 1296 one{"{0} m"}
michael@0 1297 other{"{0} m"}
michael@0 1298 }
michael@0 1299 mile{
michael@0 1300 one{"{0} миля"}
michael@0 1301 other{"{0} мили"}
michael@0 1302 }
michael@0 1303 millimeter{
michael@0 1304 one{"{0} mm"}
michael@0 1305 other{"{0} mm"}
michael@0 1306 }
michael@0 1307 picometer{
michael@0 1308 one{"{0} pm"}
michael@0 1309 other{"{0} pm"}
michael@0 1310 }
michael@0 1311 yard{
michael@0 1312 one{"{0} ярд"}
michael@0 1313 other{"{0} ярда"}
michael@0 1314 }
michael@0 1315 }
michael@0 1316 mass{
michael@0 1317 gram{
michael@0 1318 one{"{0} g"}
michael@0 1319 other{"{0} g"}
michael@0 1320 }
michael@0 1321 kilogram{
michael@0 1322 one{"{0} kg"}
michael@0 1323 other{"{0} kg"}
michael@0 1324 }
michael@0 1325 ounce{
michael@0 1326 one{"{0} унц."}
michael@0 1327 other{"{0} унц."}
michael@0 1328 }
michael@0 1329 pound{
michael@0 1330 one{"{0} фунт"}
michael@0 1331 other{"{0} фунта"}
michael@0 1332 }
michael@0 1333 }
michael@0 1334 power{
michael@0 1335 horsepower{
michael@0 1336 one{"{0} к.с."}
michael@0 1337 other{"{0} к.с."}
michael@0 1338 }
michael@0 1339 kilowatt{
michael@0 1340 one{"{0} kW"}
michael@0 1341 other{"{0} kW"}
michael@0 1342 }
michael@0 1343 watt{
michael@0 1344 one{"{0} W"}
michael@0 1345 other{"{0} W"}
michael@0 1346 }
michael@0 1347 }
michael@0 1348 pressure{
michael@0 1349 hectopascal{
michael@0 1350 one{"{0} hPa"}
michael@0 1351 other{"{0} hPa"}
michael@0 1352 }
michael@0 1353 inch-hg{
michael@0 1354 one{"{0} inHg"}
michael@0 1355 other{"{0} inHg"}
michael@0 1356 }
michael@0 1357 millibar{
michael@0 1358 one{"{0} mbar"}
michael@0 1359 other{"{0} mbar"}
michael@0 1360 }
michael@0 1361 }
michael@0 1362 speed{
michael@0 1363 kilometer-per-hour{
michael@0 1364 one{"{0} km/h"}
michael@0 1365 other{"{0} km/h"}
michael@0 1366 }
michael@0 1367 meter-per-second{
michael@0 1368 one{"{0} m/s"}
michael@0 1369 other{"{0} m/s"}
michael@0 1370 }
michael@0 1371 mile-per-hour{
michael@0 1372 one{"{0} миля/ч"}
michael@0 1373 other{"{0} мили/ч"}
michael@0 1374 }
michael@0 1375 }
michael@0 1376 temperature{
michael@0 1377 celsius{
michael@0 1378 one{"{0} °"}
michael@0 1379 other{"{0} °"}
michael@0 1380 }
michael@0 1381 fahrenheit{
michael@0 1382 one{"{0} °F"}
michael@0 1383 other{"{0} °F"}
michael@0 1384 }
michael@0 1385 }
michael@0 1386 volume{
michael@0 1387 cubic-kilometer{
michael@0 1388 one{"{0} km³"}
michael@0 1389 other{"{0} km³"}
michael@0 1390 }
michael@0 1391 cubic-mile{
michael@0 1392 one{"{0} куб. миля"}
michael@0 1393 other{"{0} куб. мили"}
michael@0 1394 }
michael@0 1395 liter{
michael@0 1396 one{"{0} l"}
michael@0 1397 other{"{0} l"}
michael@0 1398 }
michael@0 1399 }
michael@0 1400 }
michael@0 1401 unitsShort{
michael@0 1402 acceleration{
michael@0 1403 g-force{
michael@0 1404 one{"{0} G"}
michael@0 1405 other{"{0} G"}
michael@0 1406 }
michael@0 1407 }
michael@0 1408 angle{
michael@0 1409 arc-minute{
michael@0 1410 one{"{0}′"}
michael@0 1411 other{"{0}′"}
michael@0 1412 }
michael@0 1413 arc-second{
michael@0 1414 one{"{0}″"}
michael@0 1415 other{"{0}″"}
michael@0 1416 }
michael@0 1417 degree{
michael@0 1418 one{"{0}°"}
michael@0 1419 other{"{0}°"}
michael@0 1420 }
michael@0 1421 }
michael@0 1422 area{
michael@0 1423 acre{
michael@0 1424 one{"{0} акър"}
michael@0 1425 other{"{0} акра"}
michael@0 1426 }
michael@0 1427 hectare{
michael@0 1428 one{"{0} ha"}
michael@0 1429 other{"{0} ha"}
michael@0 1430 }
michael@0 1431 square-foot{
michael@0 1432 one{"{0} кв. фут"}
michael@0 1433 other{"{0} кв. фута"}
michael@0 1434 }
michael@0 1435 square-kilometer{
michael@0 1436 one{"{0} km²"}
michael@0 1437 other{"{0} km²"}
michael@0 1438 }
michael@0 1439 square-meter{
michael@0 1440 one{"{0} m²"}
michael@0 1441 other{"{0} m²"}
michael@0 1442 }
michael@0 1443 square-mile{
michael@0 1444 one{"{0} кв. миля"}
michael@0 1445 other{"{0} кв. мили"}
michael@0 1446 }
michael@0 1447 }
michael@0 1448 compound{
michael@0 1449 per{"{0}/{1}"}
michael@0 1450 }
michael@0 1451 duration{
michael@0 1452 day{
michael@0 1453 one{"{0} д"}
michael@0 1454 other{"{0} д"}
michael@0 1455 }
michael@0 1456 hour{
michael@0 1457 one{"{0} h"}
michael@0 1458 other{"{0} h"}
michael@0 1459 }
michael@0 1460 millisecond{
michael@0 1461 one{"{0} ms"}
michael@0 1462 other{"{0} ms"}
michael@0 1463 }
michael@0 1464 minute{
michael@0 1465 one{"{0} min"}
michael@0 1466 other{"{0} min"}
michael@0 1467 }
michael@0 1468 month{
michael@0 1469 one{"{0} мес."}
michael@0 1470 other{"{0} мес."}
michael@0 1471 }
michael@0 1472 second{
michael@0 1473 one{"{0} s"}
michael@0 1474 other{"{0} s"}
michael@0 1475 }
michael@0 1476 week{
michael@0 1477 one{"{0} седм."}
michael@0 1478 other{"{0} седм."}
michael@0 1479 }
michael@0 1480 year{
michael@0 1481 one{"{0} г"}
michael@0 1482 other{"{0} г"}
michael@0 1483 }
michael@0 1484 }
michael@0 1485 length{
michael@0 1486 centimeter{
michael@0 1487 one{"{0} cm"}
michael@0 1488 other{"{0} cm"}
michael@0 1489 }
michael@0 1490 foot{
michael@0 1491 one{"{0} фут"}
michael@0 1492 other{"{0} фута"}
michael@0 1493 }
michael@0 1494 inch{
michael@0 1495 one{"{0} инч"}
michael@0 1496 other{"{0} инча"}
michael@0 1497 }
michael@0 1498 kilometer{
michael@0 1499 one{"{0} km"}
michael@0 1500 other{"{0} km"}
michael@0 1501 }
michael@0 1502 light-year{
michael@0 1503 one{"{0} св.г."}
michael@0 1504 other{"{0} св.г."}
michael@0 1505 }
michael@0 1506 meter{
michael@0 1507 one{"{0} m"}
michael@0 1508 other{"{0} m"}
michael@0 1509 }
michael@0 1510 mile{
michael@0 1511 one{"{0} миля"}
michael@0 1512 other{"{0} мили"}
michael@0 1513 }
michael@0 1514 millimeter{
michael@0 1515 one{"{0} mm"}
michael@0 1516 other{"{0} mm"}
michael@0 1517 }
michael@0 1518 picometer{
michael@0 1519 one{"{0} pm"}
michael@0 1520 other{"{0} pm"}
michael@0 1521 }
michael@0 1522 yard{
michael@0 1523 one{"{0} ярд"}
michael@0 1524 other{"{0} ярда"}
michael@0 1525 }
michael@0 1526 }
michael@0 1527 mass{
michael@0 1528 gram{
michael@0 1529 one{"{0} g"}
michael@0 1530 other{"{0} g"}
michael@0 1531 }
michael@0 1532 kilogram{
michael@0 1533 one{"{0} kg"}
michael@0 1534 other{"{0} kg"}
michael@0 1535 }
michael@0 1536 ounce{
michael@0 1537 one{"{0} унц."}
michael@0 1538 other{"{0} унц."}
michael@0 1539 }
michael@0 1540 pound{
michael@0 1541 one{"{0} фунт"}
michael@0 1542 other{"{0} фунта"}
michael@0 1543 }
michael@0 1544 }
michael@0 1545 power{
michael@0 1546 horsepower{
michael@0 1547 one{"{0} к.с."}
michael@0 1548 other{"{0} к.с."}
michael@0 1549 }
michael@0 1550 kilowatt{
michael@0 1551 one{"{0} kW"}
michael@0 1552 other{"{0} kW"}
michael@0 1553 }
michael@0 1554 watt{
michael@0 1555 one{"{0} W"}
michael@0 1556 other{"{0} W"}
michael@0 1557 }
michael@0 1558 }
michael@0 1559 pressure{
michael@0 1560 hectopascal{
michael@0 1561 one{"{0} hPa"}
michael@0 1562 other{"{0} hPa"}
michael@0 1563 }
michael@0 1564 inch-hg{
michael@0 1565 one{"{0} inHg"}
michael@0 1566 other{"{0} inHg"}
michael@0 1567 }
michael@0 1568 millibar{
michael@0 1569 one{"{0} mbar"}
michael@0 1570 other{"{0} mbar"}
michael@0 1571 }
michael@0 1572 }
michael@0 1573 speed{
michael@0 1574 kilometer-per-hour{
michael@0 1575 one{"{0} km/h"}
michael@0 1576 other{"{0} km/h"}
michael@0 1577 }
michael@0 1578 meter-per-second{
michael@0 1579 one{"{0} m/s"}
michael@0 1580 other{"{0} m/s"}
michael@0 1581 }
michael@0 1582 mile-per-hour{
michael@0 1583 one{"{0} миля/ч"}
michael@0 1584 other{"{0} мили/ч"}
michael@0 1585 }
michael@0 1586 }
michael@0 1587 temperature{
michael@0 1588 celsius{
michael@0 1589 one{"{0} °C"}
michael@0 1590 other{"{0} °C"}
michael@0 1591 }
michael@0 1592 fahrenheit{
michael@0 1593 one{"{0} °F"}
michael@0 1594 other{"{0} °F"}
michael@0 1595 }
michael@0 1596 }
michael@0 1597 volume{
michael@0 1598 cubic-kilometer{
michael@0 1599 one{"{0} km³"}
michael@0 1600 other{"{0} km³"}
michael@0 1601 }
michael@0 1602 cubic-mile{
michael@0 1603 one{"{0} куб. миля"}
michael@0 1604 other{"{0} куб. мили"}
michael@0 1605 }
michael@0 1606 liter{
michael@0 1607 one{"{0} l"}
michael@0 1608 other{"{0} l"}
michael@0 1609 }
michael@0 1610 }
michael@0 1611 }
michael@0 1612 }

mercurial