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