Wed, 31 Dec 2014 07:22:50 +0100
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/mk.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/mk.xml |
michael@0 | 11 | */ |
michael@0 | 12 | mk{ |
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 | ExemplarCharactersIndex{"[А Б В Г Д Ѓ Е Ж З Ѕ И Ј К Л Љ М Н Њ О П Р С Т Ќ У Ф Х Ц Ч Џ Ш]"} |
michael@0 | 24 | ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ‘ ‚ “ „ ( ) \\[ \\] \\{ \\}]"} |
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 | "HH:mm:ss zzzz", |
michael@0 | 165 | "HH:mm:ss z", |
michael@0 | 166 | "HH:mm:ss", |
michael@0 | 167 | "HH:mm", |
michael@0 | 168 | "EEEE, dd MMMM y 'г'. G", |
michael@0 | 169 | "dd MMMM y 'г'. G", |
michael@0 | 170 | "dd.M.y G", |
michael@0 | 171 | "dd.M.y GGGGG", |
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{"d E"} |
michael@0 | 180 | Gy{"y 'г'. G"} |
michael@0 | 181 | GyMMM{"MMM y 'г'. G"} |
michael@0 | 182 | GyMMMEd{"E, dd MMM y 'г'. G"} |
michael@0 | 183 | GyMMMd{"dd 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{"L"} |
michael@0 | 188 | MEd{"E, dd.M"} |
michael@0 | 189 | MMM{"LLL"} |
michael@0 | 190 | MMMEd{"E, dd MMM"} |
michael@0 | 191 | MMMMEd{"E, dd MMMM"} |
michael@0 | 192 | MMMMd{"dd MMMM"} |
michael@0 | 193 | MMMd{"dd MMM"} |
michael@0 | 194 | Md{"dd.M"} |
michael@0 | 195 | d{"d"} |
michael@0 | 196 | h{"h a"} |
michael@0 | 197 | hm{"h:mm a"} |
michael@0 | 198 | hms{"h:mm:ss a"} |
michael@0 | 199 | ms{"mm:ss"} |
michael@0 | 200 | y{"y 'г'. G"} |
michael@0 | 201 | yyyy{"y 'г'. G"} |
michael@0 | 202 | yyyyM{"M.y G"} |
michael@0 | 203 | yyyyMEd{"E, dd.M.y G"} |
michael@0 | 204 | yyyyMMM{"MMM y 'г'. G"} |
michael@0 | 205 | yyyyMMMEd{"E, dd MMM y 'г'. G"} |
michael@0 | 206 | yyyyMMMM{"MMMM y 'г'. G"} |
michael@0 | 207 | yyyyMMMd{"dd MMM y 'г'. G"} |
michael@0 | 208 | yyyyMd{"dd.M.y G"} |
michael@0 | 209 | yyyyQQQ{"G y QQQ"} |
michael@0 | 210 | yyyyQQQQ{"G y QQQQ"} |
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, dd.M - E, dd.M"} |
michael@0 | 232 | d{"E, dd.M - E, dd.M"} |
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, dd MMM - E, dd MMM"} |
michael@0 | 239 | d{"E, dd - E, dd MMM"} |
michael@0 | 240 | } |
michael@0 | 241 | MMMM{ |
michael@0 | 242 | M{"LLLL–LLLL"} |
michael@0 | 243 | } |
michael@0 | 244 | MMMd{ |
michael@0 | 245 | M{"dd MMM - dd MMM"} |
michael@0 | 246 | d{"dd-dd MMM"} |
michael@0 | 247 | } |
michael@0 | 248 | Md{ |
michael@0 | 249 | M{"dd.M - dd.M"} |
michael@0 | 250 | d{"dd.M - dd.M"} |
michael@0 | 251 | } |
michael@0 | 252 | d{ |
michael@0 | 253 | d{"d-d"} |
michael@0 | 254 | } |
michael@0 | 255 | fallback{"{0} - {1}"} |
michael@0 | 256 | h{ |
michael@0 | 257 | a{"h a – h a"} |
michael@0 | 258 | h{"h-h a"} |
michael@0 | 259 | } |
michael@0 | 260 | hm{ |
michael@0 | 261 | a{"h:mm a – h:mm a"} |
michael@0 | 262 | h{"h:mm-h:mm a"} |
michael@0 | 263 | m{"h:mm-h:mm a"} |
michael@0 | 264 | } |
michael@0 | 265 | hmv{ |
michael@0 | 266 | a{"h:mm a – h:mm a v"} |
michael@0 | 267 | h{"h:mm-h:mm a v"} |
michael@0 | 268 | m{"h:mm-h:mm a v"} |
michael@0 | 269 | } |
michael@0 | 270 | hv{ |
michael@0 | 271 | a{"h a – h a v"} |
michael@0 | 272 | h{"h-h a v"} |
michael@0 | 273 | } |
michael@0 | 274 | y{ |
michael@0 | 275 | y{"y-y G"} |
michael@0 | 276 | } |
michael@0 | 277 | yM{ |
michael@0 | 278 | M{"M.y - M.y G"} |
michael@0 | 279 | y{"M.y - M.y G"} |
michael@0 | 280 | } |
michael@0 | 281 | yMEd{ |
michael@0 | 282 | M{"E, dd.M.y - E, dd.M.y G"} |
michael@0 | 283 | d{"E, dd.M.y - E, dd.M.y G"} |
michael@0 | 284 | y{"E, dd.M.y - E, dd.M.y G"} |
michael@0 | 285 | } |
michael@0 | 286 | yMMM{ |
michael@0 | 287 | M{"MMM-MMM y G"} |
michael@0 | 288 | y{"MMM y - MMM y G"} |
michael@0 | 289 | } |
michael@0 | 290 | yMMMEd{ |
michael@0 | 291 | M{"E, dd MMM - E, dd MMM y G"} |
michael@0 | 292 | d{"E, dd - E, dd MMM y G"} |
michael@0 | 293 | y{"E, dd MMM y - E, dd MMM y G"} |
michael@0 | 294 | } |
michael@0 | 295 | yMMMM{ |
michael@0 | 296 | M{"MMMM-MMMM y G"} |
michael@0 | 297 | y{"MMMM y - MMMM y G"} |
michael@0 | 298 | } |
michael@0 | 299 | yMMMd{ |
michael@0 | 300 | M{"dd MMM - dd MMM y G"} |
michael@0 | 301 | d{"dd-dd MMM y G"} |
michael@0 | 302 | y{"dd MMM y - dd MMM y G"} |
michael@0 | 303 | } |
michael@0 | 304 | yMd{ |
michael@0 | 305 | M{"dd.M.y - dd.M.y G"} |
michael@0 | 306 | d{"dd.M.y - dd.M.y G"} |
michael@0 | 307 | y{"dd.M.y - dd.M.y G"} |
michael@0 | 308 | } |
michael@0 | 309 | } |
michael@0 | 310 | } |
michael@0 | 311 | gregorian{ |
michael@0 | 312 | AmPmMarkers{ |
michael@0 | 313 | "претпладне", |
michael@0 | 314 | "попладне", |
michael@0 | 315 | } |
michael@0 | 316 | DateTimePatterns{ |
michael@0 | 317 | "HH:mm:ss zzzz", |
michael@0 | 318 | "HH:mm:ss z", |
michael@0 | 319 | "HH:mm:ss", |
michael@0 | 320 | "HH:mm", |
michael@0 | 321 | "EEEE, dd MMMM y 'г'.", |
michael@0 | 322 | "dd MMMM y 'г'.", |
michael@0 | 323 | "dd.M.y", |
michael@0 | 324 | "dd.M.yy", |
michael@0 | 325 | "{1} {0}", |
michael@0 | 326 | "{1} {0}", |
michael@0 | 327 | "{1} {0}", |
michael@0 | 328 | "{1} {0}", |
michael@0 | 329 | "{1} {0}", |
michael@0 | 330 | } |
michael@0 | 331 | appendItems{ |
michael@0 | 332 | Timezone{"{0} {1}"} |
michael@0 | 333 | } |
michael@0 | 334 | availableFormats{ |
michael@0 | 335 | EHm{"E HH:mm"} |
michael@0 | 336 | EHms{"E HH:mm:ss"} |
michael@0 | 337 | Ed{"E, d"} |
michael@0 | 338 | Ehm{"E h:mm a"} |
michael@0 | 339 | Ehms{"E h:mm:ss a"} |
michael@0 | 340 | Gy{"y 'г'. G"} |
michael@0 | 341 | GyMMM{"MMM y 'г'. G"} |
michael@0 | 342 | GyMMMEd{"E, dd MMM y 'г'. G"} |
michael@0 | 343 | GyMMMd{"dd MMM y 'г'. G"} |
michael@0 | 344 | H{"HH"} |
michael@0 | 345 | Hm{"HH:mm"} |
michael@0 | 346 | Hms{"HH:mm:ss"} |
michael@0 | 347 | M{"L"} |
michael@0 | 348 | MEd{"E, d.M"} |
michael@0 | 349 | MMM{"LLL"} |
michael@0 | 350 | MMMEd{"E d MMM"} |
michael@0 | 351 | MMMMEd{"E d MMMM"} |
michael@0 | 352 | MMMMd{"d MMMM"} |
michael@0 | 353 | MMMMdd{"dd MMMM"} |
michael@0 | 354 | MMMd{"d MMM"} |
michael@0 | 355 | Md{"d.M"} |
michael@0 | 356 | Mdd{"dd.M"} |
michael@0 | 357 | d{"d"} |
michael@0 | 358 | h{"h a"} |
michael@0 | 359 | hm{"h:mm a"} |
michael@0 | 360 | hms{"h:mm:ss a"} |
michael@0 | 361 | ms{"mm:ss"} |
michael@0 | 362 | y{"y 'г'."} |
michael@0 | 363 | yM{"M.y"} |
michael@0 | 364 | yMEd{"E, d.M.y"} |
michael@0 | 365 | yMMM{"MMM y 'г'."} |
michael@0 | 366 | yMMMEd{"E, d MMM y 'г'."} |
michael@0 | 367 | yMMMM{"MMMM y 'г'."} |
michael@0 | 368 | yMMMd{"d MMM y 'г'."} |
michael@0 | 369 | yMd{"d.M.y"} |
michael@0 | 370 | yQQQ{"QQQ y 'г'."} |
michael@0 | 371 | yQQQQ{"QQQQ y 'г'."} |
michael@0 | 372 | } |
michael@0 | 373 | dayNames{ |
michael@0 | 374 | format{ |
michael@0 | 375 | abbreviated{ |
michael@0 | 376 | "нед.", |
michael@0 | 377 | "пон.", |
michael@0 | 378 | "вт.", |
michael@0 | 379 | "сре.", |
michael@0 | 380 | "чет.", |
michael@0 | 381 | "пет.", |
michael@0 | 382 | "саб.", |
michael@0 | 383 | } |
michael@0 | 384 | narrow{ |
michael@0 | 385 | "н", |
michael@0 | 386 | "п", |
michael@0 | 387 | "в", |
michael@0 | 388 | "с", |
michael@0 | 389 | "ч", |
michael@0 | 390 | "п", |
michael@0 | 391 | "с", |
michael@0 | 392 | } |
michael@0 | 393 | short{ |
michael@0 | 394 | "нед.", |
michael@0 | 395 | "пон.", |
michael@0 | 396 | "3", |
michael@0 | 397 | "сре.", |
michael@0 | 398 | "чет.", |
michael@0 | 399 | "пет.", |
michael@0 | 400 | "7", |
michael@0 | 401 | } |
michael@0 | 402 | wide{ |
michael@0 | 403 | "недела", |
michael@0 | 404 | "понеделник", |
michael@0 | 405 | "вторник", |
michael@0 | 406 | "среда", |
michael@0 | 407 | "четврток", |
michael@0 | 408 | "петок", |
michael@0 | 409 | "сабота", |
michael@0 | 410 | } |
michael@0 | 411 | } |
michael@0 | 412 | stand-alone{ |
michael@0 | 413 | abbreviated{ |
michael@0 | 414 | "нед.", |
michael@0 | 415 | "пон.", |
michael@0 | 416 | "вт.", |
michael@0 | 417 | "сре.", |
michael@0 | 418 | "чет.", |
michael@0 | 419 | "пет.", |
michael@0 | 420 | "саб.", |
michael@0 | 421 | } |
michael@0 | 422 | narrow{ |
michael@0 | 423 | "н", |
michael@0 | 424 | "п", |
michael@0 | 425 | "в", |
michael@0 | 426 | "с", |
michael@0 | 427 | "ч", |
michael@0 | 428 | "п", |
michael@0 | 429 | "с", |
michael@0 | 430 | } |
michael@0 | 431 | short{ |
michael@0 | 432 | "нед.", |
michael@0 | 433 | "пон.", |
michael@0 | 434 | "вто.", |
michael@0 | 435 | "сре.", |
michael@0 | 436 | "чет.", |
michael@0 | 437 | "пет.", |
michael@0 | 438 | "саб.", |
michael@0 | 439 | } |
michael@0 | 440 | wide{ |
michael@0 | 441 | "недела", |
michael@0 | 442 | "понеделник", |
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 | eras{ |
michael@0 | 452 | abbreviated{ |
michael@0 | 453 | "пр.н.е.", |
michael@0 | 454 | "н.е.", |
michael@0 | 455 | } |
michael@0 | 456 | } |
michael@0 | 457 | intervalFormats{ |
michael@0 | 458 | H{ |
michael@0 | 459 | H{"HH–HH"} |
michael@0 | 460 | } |
michael@0 | 461 | Hm{ |
michael@0 | 462 | H{"HH:mm-HH:mm"} |
michael@0 | 463 | m{"HH:mm-HH:mm"} |
michael@0 | 464 | } |
michael@0 | 465 | Hmv{ |
michael@0 | 466 | H{"HH:mm-HH:mm v"} |
michael@0 | 467 | m{"HH:mm-HH:mm v"} |
michael@0 | 468 | } |
michael@0 | 469 | Hv{ |
michael@0 | 470 | H{"HH-HH v"} |
michael@0 | 471 | } |
michael@0 | 472 | M{ |
michael@0 | 473 | M{"M-M"} |
michael@0 | 474 | } |
michael@0 | 475 | MEd{ |
michael@0 | 476 | M{"E, dd.M - E, dd.M"} |
michael@0 | 477 | d{"E, dd.M - E, dd.M"} |
michael@0 | 478 | } |
michael@0 | 479 | MMM{ |
michael@0 | 480 | M{"MMM-MMM"} |
michael@0 | 481 | } |
michael@0 | 482 | MMMEd{ |
michael@0 | 483 | M{"E, dd MMM - E, dd MMM"} |
michael@0 | 484 | d{"E, dd - E, dd MMM"} |
michael@0 | 485 | } |
michael@0 | 486 | MMMM{ |
michael@0 | 487 | M{"LLLL–LLLL"} |
michael@0 | 488 | } |
michael@0 | 489 | MMMd{ |
michael@0 | 490 | M{"dd MMM - dd MMM"} |
michael@0 | 491 | d{"dd-dd MMM"} |
michael@0 | 492 | } |
michael@0 | 493 | Md{ |
michael@0 | 494 | M{"dd.M - dd.M"} |
michael@0 | 495 | d{"dd.M - dd.M"} |
michael@0 | 496 | } |
michael@0 | 497 | d{ |
michael@0 | 498 | d{"d-d"} |
michael@0 | 499 | } |
michael@0 | 500 | fallback{"{0} - {1}"} |
michael@0 | 501 | h{ |
michael@0 | 502 | a{"h a – h a"} |
michael@0 | 503 | h{"h-h a"} |
michael@0 | 504 | } |
michael@0 | 505 | hm{ |
michael@0 | 506 | a{"h:mm a – h:mm a"} |
michael@0 | 507 | h{"h:mm-h:mm a"} |
michael@0 | 508 | m{"h:mm-h:mm a"} |
michael@0 | 509 | } |
michael@0 | 510 | hmv{ |
michael@0 | 511 | a{"h:mm a – h:mm a v"} |
michael@0 | 512 | h{"h:mm-h:mm a v"} |
michael@0 | 513 | m{"h:mm-h:mm a v"} |
michael@0 | 514 | } |
michael@0 | 515 | hv{ |
michael@0 | 516 | a{"h a – h a v"} |
michael@0 | 517 | h{"h-h a v"} |
michael@0 | 518 | } |
michael@0 | 519 | y{ |
michael@0 | 520 | y{"y-y"} |
michael@0 | 521 | } |
michael@0 | 522 | yM{ |
michael@0 | 523 | M{"M.y - M.y"} |
michael@0 | 524 | y{"M.y - M.y"} |
michael@0 | 525 | } |
michael@0 | 526 | yMEd{ |
michael@0 | 527 | M{"E, dd.M.y - E, dd.M.y"} |
michael@0 | 528 | d{"E, dd.M.y - E, dd.M.y"} |
michael@0 | 529 | y{"E, dd.M.y - E, dd.M.y"} |
michael@0 | 530 | } |
michael@0 | 531 | yMMM{ |
michael@0 | 532 | M{"MMM-MMM y"} |
michael@0 | 533 | y{"MMM y - MMM y"} |
michael@0 | 534 | } |
michael@0 | 535 | yMMMEd{ |
michael@0 | 536 | M{"E, dd MMM - E, dd MMM y"} |
michael@0 | 537 | d{"E, dd - E, dd MMM y"} |
michael@0 | 538 | y{"E, dd MMM y - E, dd MMM y"} |
michael@0 | 539 | } |
michael@0 | 540 | yMMMM{ |
michael@0 | 541 | M{"MMMM–MMMM y"} |
michael@0 | 542 | y{"MMMM y – MMMM y"} |
michael@0 | 543 | } |
michael@0 | 544 | yMMMd{ |
michael@0 | 545 | M{"dd MMM - dd MMM y"} |
michael@0 | 546 | d{"dd-dd MMM y"} |
michael@0 | 547 | y{"dd MMM y - dd MMM y"} |
michael@0 | 548 | } |
michael@0 | 549 | yMd{ |
michael@0 | 550 | M{"dd.M.y - dd.M.y"} |
michael@0 | 551 | d{"dd.M.y - dd.M.y"} |
michael@0 | 552 | y{"dd.M.y - dd.M.y"} |
michael@0 | 553 | } |
michael@0 | 554 | } |
michael@0 | 555 | monthNames{ |
michael@0 | 556 | format{ |
michael@0 | 557 | abbreviated{ |
michael@0 | 558 | "јан.", |
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 | narrow{ |
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 | wide{ |
michael@0 | 586 | "јануари", |
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 | stand-alone{ |
michael@0 | 601 | abbreviated{ |
michael@0 | 602 | "јан.", |
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 | narrow{ |
michael@0 | 616 | "ј", |
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 | wide{ |
michael@0 | 630 | "јануари", |
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 | quarters{ |
michael@0 | 646 | format{ |
michael@0 | 647 | abbreviated{ |
michael@0 | 648 | "Q1", |
michael@0 | 649 | "Q2", |
michael@0 | 650 | "Q3", |
michael@0 | 651 | "Q4", |
michael@0 | 652 | } |
michael@0 | 653 | narrow{ |
michael@0 | 654 | "1", |
michael@0 | 655 | "2", |
michael@0 | 656 | "3", |
michael@0 | 657 | "4", |
michael@0 | 658 | } |
michael@0 | 659 | wide{ |
michael@0 | 660 | "прво тромесечје", |
michael@0 | 661 | "второ тромесечје", |
michael@0 | 662 | "трето тромесечје", |
michael@0 | 663 | "четврто тромесечје", |
michael@0 | 664 | } |
michael@0 | 665 | } |
michael@0 | 666 | stand-alone{ |
michael@0 | 667 | abbreviated{ |
michael@0 | 668 | "јан-мар", |
michael@0 | 669 | "апр-јун", |
michael@0 | 670 | "јул-сеп", |
michael@0 | 671 | "окт-дек", |
michael@0 | 672 | } |
michael@0 | 673 | narrow{ |
michael@0 | 674 | "1", |
michael@0 | 675 | "2", |
michael@0 | 676 | "3", |
michael@0 | 677 | "4", |
michael@0 | 678 | } |
michael@0 | 679 | wide{ |
michael@0 | 680 | "прво тромесечје", |
michael@0 | 681 | "второ тромесечје", |
michael@0 | 682 | "трето тромесечје", |
michael@0 | 683 | "четврто тромесечје", |
michael@0 | 684 | } |
michael@0 | 685 | } |
michael@0 | 686 | } |
michael@0 | 687 | } |
michael@0 | 688 | } |
michael@0 | 689 | delimiters{ |
michael@0 | 690 | alternateQuotationEnd{"‘"} |
michael@0 | 691 | alternateQuotationStart{"‚"} |
michael@0 | 692 | quotationEnd{"“"} |
michael@0 | 693 | quotationStart{"„"} |
michael@0 | 694 | } |
michael@0 | 695 | durationUnits{ |
michael@0 | 696 | hm{"h:mm"} |
michael@0 | 697 | hms{"h:mm:ss"} |
michael@0 | 698 | ms{"m:ss"} |
michael@0 | 699 | } |
michael@0 | 700 | fields{ |
michael@0 | 701 | day{ |
michael@0 | 702 | dn{"ден"} |
michael@0 | 703 | relative{ |
michael@0 | 704 | "-1"{"вчера"} |
michael@0 | 705 | "-2"{"завчера"} |
michael@0 | 706 | "0"{"Денес"} |
michael@0 | 707 | "1"{"утре"} |
michael@0 | 708 | "2"{"задутре"} |
michael@0 | 709 | } |
michael@0 | 710 | relativeTime{ |
michael@0 | 711 | future{ |
michael@0 | 712 | one{"За {0} ден"} |
michael@0 | 713 | other{"За {0} дена"} |
michael@0 | 714 | } |
michael@0 | 715 | past{ |
michael@0 | 716 | one{"Пред {0} ден"} |
michael@0 | 717 | other{"Пред {0} дена"} |
michael@0 | 718 | } |
michael@0 | 719 | } |
michael@0 | 720 | } |
michael@0 | 721 | dayperiod{ |
michael@0 | 722 | dn{"претпладне/попладне"} |
michael@0 | 723 | } |
michael@0 | 724 | era{ |
michael@0 | 725 | dn{"Ера"} |
michael@0 | 726 | } |
michael@0 | 727 | fri{ |
michael@0 | 728 | relative{ |
michael@0 | 729 | "-1"{"минатиот петок"} |
michael@0 | 730 | "0"{"овој петок"} |
michael@0 | 731 | "1"{"следниот петок"} |
michael@0 | 732 | } |
michael@0 | 733 | } |
michael@0 | 734 | hour{ |
michael@0 | 735 | dn{"Час"} |
michael@0 | 736 | relativeTime{ |
michael@0 | 737 | future{ |
michael@0 | 738 | one{"За {0} час"} |
michael@0 | 739 | other{"За {0} часа"} |
michael@0 | 740 | } |
michael@0 | 741 | past{ |
michael@0 | 742 | one{"Пред {0} час"} |
michael@0 | 743 | other{"Пред {0} часа"} |
michael@0 | 744 | } |
michael@0 | 745 | } |
michael@0 | 746 | } |
michael@0 | 747 | minute{ |
michael@0 | 748 | dn{"Минута"} |
michael@0 | 749 | relativeTime{ |
michael@0 | 750 | future{ |
michael@0 | 751 | one{"За {0} минута"} |
michael@0 | 752 | other{"За {0} минути"} |
michael@0 | 753 | } |
michael@0 | 754 | past{ |
michael@0 | 755 | one{"Пред {0} минута"} |
michael@0 | 756 | other{"Пред {0} минути"} |
michael@0 | 757 | } |
michael@0 | 758 | } |
michael@0 | 759 | } |
michael@0 | 760 | mon{ |
michael@0 | 761 | relative{ |
michael@0 | 762 | "-1"{"минатиот понеделник"} |
michael@0 | 763 | "0"{"овој понеделник"} |
michael@0 | 764 | "1"{"следниот понеделник"} |
michael@0 | 765 | } |
michael@0 | 766 | } |
michael@0 | 767 | month{ |
michael@0 | 768 | dn{"Месец"} |
michael@0 | 769 | relative{ |
michael@0 | 770 | "-1"{"минатиот месец"} |
michael@0 | 771 | "0"{"овој месец"} |
michael@0 | 772 | "1"{"следниот месец"} |
michael@0 | 773 | } |
michael@0 | 774 | relativeTime{ |
michael@0 | 775 | future{ |
michael@0 | 776 | one{"За {0} месец"} |
michael@0 | 777 | other{"За {0} месеци"} |
michael@0 | 778 | } |
michael@0 | 779 | past{ |
michael@0 | 780 | one{"Пред {0} месец"} |
michael@0 | 781 | other{"Пред {0} месеци"} |
michael@0 | 782 | } |
michael@0 | 783 | } |
michael@0 | 784 | } |
michael@0 | 785 | sat{ |
michael@0 | 786 | relative{ |
michael@0 | 787 | "-1"{"минатата сабота"} |
michael@0 | 788 | "0"{"оваа сабота"} |
michael@0 | 789 | "1"{"следната сабота"} |
michael@0 | 790 | } |
michael@0 | 791 | } |
michael@0 | 792 | second{ |
michael@0 | 793 | dn{"Секунда"} |
michael@0 | 794 | relative{ |
michael@0 | 795 | "0"{"сега"} |
michael@0 | 796 | } |
michael@0 | 797 | relativeTime{ |
michael@0 | 798 | future{ |
michael@0 | 799 | one{"За {0} секунда"} |
michael@0 | 800 | other{"За {0} секунди"} |
michael@0 | 801 | } |
michael@0 | 802 | past{ |
michael@0 | 803 | one{"Пред {0} секунда"} |
michael@0 | 804 | other{"Пред {0} секунди"} |
michael@0 | 805 | } |
michael@0 | 806 | } |
michael@0 | 807 | } |
michael@0 | 808 | sun{ |
michael@0 | 809 | relative{ |
michael@0 | 810 | "-1"{"минатата недела"} |
michael@0 | 811 | "0"{"оваа недела"} |
michael@0 | 812 | "1"{"следната недела"} |
michael@0 | 813 | } |
michael@0 | 814 | } |
michael@0 | 815 | thu{ |
michael@0 | 816 | relative{ |
michael@0 | 817 | "-1"{"минатиот четврток"} |
michael@0 | 818 | "0"{"овој четврток"} |
michael@0 | 819 | "1"{"следниот четврток"} |
michael@0 | 820 | } |
michael@0 | 821 | } |
michael@0 | 822 | tue{ |
michael@0 | 823 | relative{ |
michael@0 | 824 | "-1"{"минатиот вторник"} |
michael@0 | 825 | "0"{"овој вторник"} |
michael@0 | 826 | "1"{"следниот вторник"} |
michael@0 | 827 | } |
michael@0 | 828 | } |
michael@0 | 829 | wed{ |
michael@0 | 830 | relative{ |
michael@0 | 831 | "-1"{"минатата среда"} |
michael@0 | 832 | "0"{"оваа среда"} |
michael@0 | 833 | "1"{"следната среда"} |
michael@0 | 834 | } |
michael@0 | 835 | } |
michael@0 | 836 | week{ |
michael@0 | 837 | dn{"Недела"} |
michael@0 | 838 | relative{ |
michael@0 | 839 | "-1"{"минатата седмица"} |
michael@0 | 840 | "0"{"оваа седмица"} |
michael@0 | 841 | "1"{"следната седмица"} |
michael@0 | 842 | } |
michael@0 | 843 | relativeTime{ |
michael@0 | 844 | future{ |
michael@0 | 845 | one{"За {0} седмица"} |
michael@0 | 846 | other{"За {0} седмици"} |
michael@0 | 847 | } |
michael@0 | 848 | past{ |
michael@0 | 849 | one{"Пред {0} седмица"} |
michael@0 | 850 | other{"Пред {0} седмици"} |
michael@0 | 851 | } |
michael@0 | 852 | } |
michael@0 | 853 | } |
michael@0 | 854 | weekday{ |
michael@0 | 855 | dn{"Ден во неделата"} |
michael@0 | 856 | } |
michael@0 | 857 | year{ |
michael@0 | 858 | dn{"година"} |
michael@0 | 859 | relative{ |
michael@0 | 860 | "-1"{"минатата година"} |
michael@0 | 861 | "0"{"оваа година"} |
michael@0 | 862 | "1"{"следната година"} |
michael@0 | 863 | } |
michael@0 | 864 | relativeTime{ |
michael@0 | 865 | future{ |
michael@0 | 866 | one{"За {0} година"} |
michael@0 | 867 | other{"За {0} години"} |
michael@0 | 868 | } |
michael@0 | 869 | past{ |
michael@0 | 870 | one{"Пред {0} година"} |
michael@0 | 871 | other{"Пред {0} години"} |
michael@0 | 872 | } |
michael@0 | 873 | } |
michael@0 | 874 | } |
michael@0 | 875 | zone{ |
michael@0 | 876 | dn{"зона"} |
michael@0 | 877 | } |
michael@0 | 878 | } |
michael@0 | 879 | listPattern{ |
michael@0 | 880 | standard{ |
michael@0 | 881 | 2{"{0}, {1}"} |
michael@0 | 882 | end{"{0}, {1}"} |
michael@0 | 883 | middle{"{0}, {1}"} |
michael@0 | 884 | start{"{0}, {1}"} |
michael@0 | 885 | } |
michael@0 | 886 | unit{ |
michael@0 | 887 | end{"{0} и {1}"} |
michael@0 | 888 | } |
michael@0 | 889 | unit-narrow{ |
michael@0 | 890 | 2{"{0} и {1}"} |
michael@0 | 891 | end{"{0} и {1}"} |
michael@0 | 892 | } |
michael@0 | 893 | unit-short{ |
michael@0 | 894 | 2{"{0} и {1}"} |
michael@0 | 895 | end{"{0} и {1}"} |
michael@0 | 896 | } |
michael@0 | 897 | } |
michael@0 | 898 | measurementSystemNames{ |
michael@0 | 899 | UK{"британски"} |
michael@0 | 900 | US{"американски"} |
michael@0 | 901 | metric{"метрички"} |
michael@0 | 902 | } |
michael@0 | 903 | units{ |
michael@0 | 904 | acceleration{ |
michael@0 | 905 | g-force{ |
michael@0 | 906 | one{"{0} гравитациска сила"} |
michael@0 | 907 | other{"{0} гравитациска сила"} |
michael@0 | 908 | } |
michael@0 | 909 | } |
michael@0 | 910 | angle{ |
michael@0 | 911 | arc-minute{ |
michael@0 | 912 | one{"{0} минута"} |
michael@0 | 913 | other{"{0} минути"} |
michael@0 | 914 | } |
michael@0 | 915 | arc-second{ |
michael@0 | 916 | one{"{0} секунда"} |
michael@0 | 917 | other{"{0} секунди"} |
michael@0 | 918 | } |
michael@0 | 919 | degree{ |
michael@0 | 920 | one{"{0} степен"} |
michael@0 | 921 | other{"{0} степени"} |
michael@0 | 922 | } |
michael@0 | 923 | } |
michael@0 | 924 | area{ |
michael@0 | 925 | acre{ |
michael@0 | 926 | one{"{0} акр"} |
michael@0 | 927 | other{"{0} акри"} |
michael@0 | 928 | } |
michael@0 | 929 | hectare{ |
michael@0 | 930 | one{"{0} хектар"} |
michael@0 | 931 | other{"{0} хектари"} |
michael@0 | 932 | } |
michael@0 | 933 | square-foot{ |
michael@0 | 934 | one{"{0} квадратна стапка"} |
michael@0 | 935 | other{"{0} квадратни стапки"} |
michael@0 | 936 | } |
michael@0 | 937 | square-kilometer{ |
michael@0 | 938 | one{"{0} квадратен километар"} |
michael@0 | 939 | other{"{0} квадратни километри"} |
michael@0 | 940 | } |
michael@0 | 941 | square-meter{ |
michael@0 | 942 | one{"{0} квадратен метар"} |
michael@0 | 943 | other{"{0} квадратни метри"} |
michael@0 | 944 | } |
michael@0 | 945 | square-mile{ |
michael@0 | 946 | one{"{0} квадратна милја"} |
michael@0 | 947 | other{"{0} квадратни милји"} |
michael@0 | 948 | } |
michael@0 | 949 | } |
michael@0 | 950 | compound{ |
michael@0 | 951 | per{"{0} на {1}"} |
michael@0 | 952 | } |
michael@0 | 953 | duration{ |
michael@0 | 954 | day{ |
michael@0 | 955 | one{"{0} ден"} |
michael@0 | 956 | other{"{0} дена"} |
michael@0 | 957 | } |
michael@0 | 958 | hour{ |
michael@0 | 959 | one{"{0} час"} |
michael@0 | 960 | other{"{0} часа"} |
michael@0 | 961 | } |
michael@0 | 962 | millisecond{ |
michael@0 | 963 | one{"{0} милисекунда"} |
michael@0 | 964 | other{"{0} милисекунди"} |
michael@0 | 965 | } |
michael@0 | 966 | minute{ |
michael@0 | 967 | one{"{0} минута"} |
michael@0 | 968 | other{"{0} минути"} |
michael@0 | 969 | } |
michael@0 | 970 | month{ |
michael@0 | 971 | one{"{0} месец"} |
michael@0 | 972 | other{"{0} месеци"} |
michael@0 | 973 | } |
michael@0 | 974 | second{ |
michael@0 | 975 | one{"{0} секунда"} |
michael@0 | 976 | other{"{0} секунди"} |
michael@0 | 977 | } |
michael@0 | 978 | week{ |
michael@0 | 979 | one{"{0} седмица"} |
michael@0 | 980 | other{"{0} седмици"} |
michael@0 | 981 | } |
michael@0 | 982 | year{ |
michael@0 | 983 | one{"{0} година"} |
michael@0 | 984 | other{"{0} години"} |
michael@0 | 985 | } |
michael@0 | 986 | } |
michael@0 | 987 | length{ |
michael@0 | 988 | centimeter{ |
michael@0 | 989 | one{"{0} сантиметар"} |
michael@0 | 990 | other{"{0} сантиметри"} |
michael@0 | 991 | } |
michael@0 | 992 | foot{ |
michael@0 | 993 | one{"{0} стапка"} |
michael@0 | 994 | other{"{0} стапки"} |
michael@0 | 995 | } |
michael@0 | 996 | inch{ |
michael@0 | 997 | one{"{0} инч"} |
michael@0 | 998 | other{"{0} инчи"} |
michael@0 | 999 | } |
michael@0 | 1000 | kilometer{ |
michael@0 | 1001 | one{"{0} километар"} |
michael@0 | 1002 | other{"{0} километри"} |
michael@0 | 1003 | } |
michael@0 | 1004 | light-year{ |
michael@0 | 1005 | one{"{0} светлосна година"} |
michael@0 | 1006 | other{"{0} светлосни години"} |
michael@0 | 1007 | } |
michael@0 | 1008 | meter{ |
michael@0 | 1009 | one{"{0} метар"} |
michael@0 | 1010 | other{"{0} метри"} |
michael@0 | 1011 | } |
michael@0 | 1012 | mile{ |
michael@0 | 1013 | one{"{0} милја"} |
michael@0 | 1014 | other{"{0} милји"} |
michael@0 | 1015 | } |
michael@0 | 1016 | millimeter{ |
michael@0 | 1017 | one{"{0} милиметар"} |
michael@0 | 1018 | other{"{0} милиметри"} |
michael@0 | 1019 | } |
michael@0 | 1020 | picometer{ |
michael@0 | 1021 | one{"{0} пикометар"} |
michael@0 | 1022 | other{"{0} пикометри"} |
michael@0 | 1023 | } |
michael@0 | 1024 | yard{ |
michael@0 | 1025 | one{"{0} јард"} |
michael@0 | 1026 | other{"{0} јарди"} |
michael@0 | 1027 | } |
michael@0 | 1028 | } |
michael@0 | 1029 | mass{ |
michael@0 | 1030 | gram{ |
michael@0 | 1031 | one{"{0} грам"} |
michael@0 | 1032 | other{"{0} грама"} |
michael@0 | 1033 | } |
michael@0 | 1034 | kilogram{ |
michael@0 | 1035 | one{"{0} килограм"} |
michael@0 | 1036 | other{"{0} килограми"} |
michael@0 | 1037 | } |
michael@0 | 1038 | ounce{ |
michael@0 | 1039 | one{"{0} унца"} |
michael@0 | 1040 | other{"{0} унци"} |
michael@0 | 1041 | } |
michael@0 | 1042 | pound{ |
michael@0 | 1043 | one{"{0} фунта"} |
michael@0 | 1044 | other{"{0} фунти"} |
michael@0 | 1045 | } |
michael@0 | 1046 | } |
michael@0 | 1047 | power{ |
michael@0 | 1048 | horsepower{ |
michael@0 | 1049 | one{"{0} коњска сила"} |
michael@0 | 1050 | other{"{0} коњски сили"} |
michael@0 | 1051 | } |
michael@0 | 1052 | kilowatt{ |
michael@0 | 1053 | one{"{0} киловат"} |
michael@0 | 1054 | other{"{0} киловати"} |
michael@0 | 1055 | } |
michael@0 | 1056 | watt{ |
michael@0 | 1057 | one{"{0} ват"} |
michael@0 | 1058 | other{"{0} вати"} |
michael@0 | 1059 | } |
michael@0 | 1060 | } |
michael@0 | 1061 | pressure{ |
michael@0 | 1062 | hectopascal{ |
michael@0 | 1063 | one{"{0} хектопаскал"} |
michael@0 | 1064 | other{"{0} хектопаскали"} |
michael@0 | 1065 | } |
michael@0 | 1066 | inch-hg{ |
michael@0 | 1067 | one{"{0} инч жива"} |
michael@0 | 1068 | other{"{0} инчи жива"} |
michael@0 | 1069 | } |
michael@0 | 1070 | millibar{ |
michael@0 | 1071 | one{"{0} милибар"} |
michael@0 | 1072 | other{"{0} милибари"} |
michael@0 | 1073 | } |
michael@0 | 1074 | } |
michael@0 | 1075 | speed{ |
michael@0 | 1076 | kilometer-per-hour{ |
michael@0 | 1077 | one{"{0} километар на час"} |
michael@0 | 1078 | other{"{0} километри на час"} |
michael@0 | 1079 | } |
michael@0 | 1080 | meter-per-second{ |
michael@0 | 1081 | one{"{0} метар во секунда"} |
michael@0 | 1082 | other{"{0} метри во секунда"} |
michael@0 | 1083 | } |
michael@0 | 1084 | mile-per-hour{ |
michael@0 | 1085 | one{"{0} милја на час"} |
michael@0 | 1086 | other{"{0} милји на час"} |
michael@0 | 1087 | } |
michael@0 | 1088 | } |
michael@0 | 1089 | temperature{ |
michael@0 | 1090 | celsius{ |
michael@0 | 1091 | one{"{0} целзиусов степен"} |
michael@0 | 1092 | other{"{0} целзиусови степени"} |
michael@0 | 1093 | } |
michael@0 | 1094 | fahrenheit{ |
michael@0 | 1095 | one{"{0} фаренхајтов степен"} |
michael@0 | 1096 | other{"{0} фаренхајтови степени"} |
michael@0 | 1097 | } |
michael@0 | 1098 | } |
michael@0 | 1099 | volume{ |
michael@0 | 1100 | cubic-kilometer{ |
michael@0 | 1101 | one{"{0} кубен километар"} |
michael@0 | 1102 | other{"{0} кубни километри"} |
michael@0 | 1103 | } |
michael@0 | 1104 | cubic-mile{ |
michael@0 | 1105 | one{"{0} кубна милја"} |
michael@0 | 1106 | other{"{0} кубни милји"} |
michael@0 | 1107 | } |
michael@0 | 1108 | liter{ |
michael@0 | 1109 | one{"{0} литар"} |
michael@0 | 1110 | other{"{0} литри"} |
michael@0 | 1111 | } |
michael@0 | 1112 | } |
michael@0 | 1113 | } |
michael@0 | 1114 | unitsNarrow{ |
michael@0 | 1115 | acceleration{ |
michael@0 | 1116 | g-force{ |
michael@0 | 1117 | one{"{0} G"} |
michael@0 | 1118 | other{"{0} G"} |
michael@0 | 1119 | } |
michael@0 | 1120 | } |
michael@0 | 1121 | angle{ |
michael@0 | 1122 | arc-minute{ |
michael@0 | 1123 | one{"{0}′"} |
michael@0 | 1124 | other{"{0}′"} |
michael@0 | 1125 | } |
michael@0 | 1126 | arc-second{ |
michael@0 | 1127 | one{"{0}″"} |
michael@0 | 1128 | other{"{0}″"} |
michael@0 | 1129 | } |
michael@0 | 1130 | degree{ |
michael@0 | 1131 | one{"{0}°"} |
michael@0 | 1132 | other{"{0}°"} |
michael@0 | 1133 | } |
michael@0 | 1134 | } |
michael@0 | 1135 | area{ |
michael@0 | 1136 | acre{ |
michael@0 | 1137 | one{"{0} акр"} |
michael@0 | 1138 | other{"{0} акри"} |
michael@0 | 1139 | } |
michael@0 | 1140 | hectare{ |
michael@0 | 1141 | one{"{0} ха"} |
michael@0 | 1142 | other{"{0} ха"} |
michael@0 | 1143 | } |
michael@0 | 1144 | square-foot{ |
michael@0 | 1145 | one{"{0} ст²"} |
michael@0 | 1146 | other{"{0} ст²"} |
michael@0 | 1147 | } |
michael@0 | 1148 | square-kilometer{ |
michael@0 | 1149 | one{"{0} км²"} |
michael@0 | 1150 | other{"{0} км²"} |
michael@0 | 1151 | } |
michael@0 | 1152 | square-meter{ |
michael@0 | 1153 | one{"{0} м²"} |
michael@0 | 1154 | other{"{0} м²"} |
michael@0 | 1155 | } |
michael@0 | 1156 | square-mile{ |
michael@0 | 1157 | one{"{0} ми²"} |
michael@0 | 1158 | other{"{0} ми²"} |
michael@0 | 1159 | } |
michael@0 | 1160 | } |
michael@0 | 1161 | compound{ |
michael@0 | 1162 | per{"{0}/{1}"} |
michael@0 | 1163 | } |
michael@0 | 1164 | duration{ |
michael@0 | 1165 | day{ |
michael@0 | 1166 | one{"{0} ден"} |
michael@0 | 1167 | other{"{0} дена"} |
michael@0 | 1168 | } |
michael@0 | 1169 | hour{ |
michael@0 | 1170 | one{"{0} час"} |
michael@0 | 1171 | other{"{0} часа"} |
michael@0 | 1172 | } |
michael@0 | 1173 | millisecond{ |
michael@0 | 1174 | one{"{0} мс"} |
michael@0 | 1175 | other{"{0} мс"} |
michael@0 | 1176 | } |
michael@0 | 1177 | minute{ |
michael@0 | 1178 | one{"{0} мин."} |
michael@0 | 1179 | other{"{0} мин."} |
michael@0 | 1180 | } |
michael@0 | 1181 | month{ |
michael@0 | 1182 | one{"{0} мес."} |
michael@0 | 1183 | other{"{0} мес."} |
michael@0 | 1184 | } |
michael@0 | 1185 | second{ |
michael@0 | 1186 | one{"{0} сек."} |
michael@0 | 1187 | other{"{0} сек."} |
michael@0 | 1188 | } |
michael@0 | 1189 | week{ |
michael@0 | 1190 | one{"{0} сед."} |
michael@0 | 1191 | other{"{0} сед."} |
michael@0 | 1192 | } |
michael@0 | 1193 | year{ |
michael@0 | 1194 | one{"{0} год."} |
michael@0 | 1195 | other{"{0} год."} |
michael@0 | 1196 | } |
michael@0 | 1197 | } |
michael@0 | 1198 | length{ |
michael@0 | 1199 | centimeter{ |
michael@0 | 1200 | one{"{0} см"} |
michael@0 | 1201 | other{"{0} см"} |
michael@0 | 1202 | } |
michael@0 | 1203 | foot{ |
michael@0 | 1204 | one{"{0} ст"} |
michael@0 | 1205 | other{"{0} ст"} |
michael@0 | 1206 | } |
michael@0 | 1207 | inch{ |
michael@0 | 1208 | one{"{0} инч"} |
michael@0 | 1209 | other{"{0} инчи"} |
michael@0 | 1210 | } |
michael@0 | 1211 | kilometer{ |
michael@0 | 1212 | one{"{0} км"} |
michael@0 | 1213 | other{"{0} км"} |
michael@0 | 1214 | } |
michael@0 | 1215 | light-year{ |
michael@0 | 1216 | one{"{0} сг"} |
michael@0 | 1217 | other{"{0} сг"} |
michael@0 | 1218 | } |
michael@0 | 1219 | meter{ |
michael@0 | 1220 | one{"{0} м"} |
michael@0 | 1221 | other{"{0} м"} |
michael@0 | 1222 | } |
michael@0 | 1223 | mile{ |
michael@0 | 1224 | one{"{0} ми"} |
michael@0 | 1225 | other{"{0} ми"} |
michael@0 | 1226 | } |
michael@0 | 1227 | millimeter{ |
michael@0 | 1228 | one{"{0} мм"} |
michael@0 | 1229 | other{"{0} мм"} |
michael@0 | 1230 | } |
michael@0 | 1231 | picometer{ |
michael@0 | 1232 | one{"{0} пм"} |
michael@0 | 1233 | other{"{0} пм"} |
michael@0 | 1234 | } |
michael@0 | 1235 | yard{ |
michael@0 | 1236 | one{"{0} јард"} |
michael@0 | 1237 | other{"{0} јарди"} |
michael@0 | 1238 | } |
michael@0 | 1239 | } |
michael@0 | 1240 | mass{ |
michael@0 | 1241 | gram{ |
michael@0 | 1242 | one{"{0} г"} |
michael@0 | 1243 | other{"{0} г"} |
michael@0 | 1244 | } |
michael@0 | 1245 | kilogram{ |
michael@0 | 1246 | one{"{0} кг"} |
michael@0 | 1247 | other{"{0} кг"} |
michael@0 | 1248 | } |
michael@0 | 1249 | ounce{ |
michael@0 | 1250 | one{"{0} унца"} |
michael@0 | 1251 | other{"{0} унци"} |
michael@0 | 1252 | } |
michael@0 | 1253 | pound{ |
michael@0 | 1254 | one{"{0} фунта"} |
michael@0 | 1255 | other{"{0} фунти"} |
michael@0 | 1256 | } |
michael@0 | 1257 | } |
michael@0 | 1258 | power{ |
michael@0 | 1259 | horsepower{ |
michael@0 | 1260 | one{"{0} кс"} |
michael@0 | 1261 | other{"{0} кс"} |
michael@0 | 1262 | } |
michael@0 | 1263 | kilowatt{ |
michael@0 | 1264 | one{"{0} kW"} |
michael@0 | 1265 | other{"{0} kW"} |
michael@0 | 1266 | } |
michael@0 | 1267 | watt{ |
michael@0 | 1268 | one{"{0} ват"} |
michael@0 | 1269 | other{"{0} вати"} |
michael@0 | 1270 | } |
michael@0 | 1271 | } |
michael@0 | 1272 | pressure{ |
michael@0 | 1273 | hectopascal{ |
michael@0 | 1274 | one{"{0} hPa"} |
michael@0 | 1275 | other{"{0} hPa"} |
michael@0 | 1276 | } |
michael@0 | 1277 | inch-hg{ |
michael@0 | 1278 | one{"{0} inHg"} |
michael@0 | 1279 | other{"{0} inHg"} |
michael@0 | 1280 | } |
michael@0 | 1281 | millibar{ |
michael@0 | 1282 | one{"{0} мб"} |
michael@0 | 1283 | other{"{0} мб"} |
michael@0 | 1284 | } |
michael@0 | 1285 | } |
michael@0 | 1286 | speed{ |
michael@0 | 1287 | kilometer-per-hour{ |
michael@0 | 1288 | one{"{0} к/ч"} |
michael@0 | 1289 | other{"{0} к/ч"} |
michael@0 | 1290 | } |
michael@0 | 1291 | meter-per-second{ |
michael@0 | 1292 | one{"{0} м/с"} |
michael@0 | 1293 | other{"{0} м/с"} |
michael@0 | 1294 | } |
michael@0 | 1295 | mile-per-hour{ |
michael@0 | 1296 | one{"{0} ми/ч"} |
michael@0 | 1297 | other{"{0} ми/ч"} |
michael@0 | 1298 | } |
michael@0 | 1299 | } |
michael@0 | 1300 | temperature{ |
michael@0 | 1301 | celsius{ |
michael@0 | 1302 | one{"{0}°"} |
michael@0 | 1303 | other{"{0}°"} |
michael@0 | 1304 | } |
michael@0 | 1305 | fahrenheit{ |
michael@0 | 1306 | one{"{0}°F"} |
michael@0 | 1307 | other{"{0}°F"} |
michael@0 | 1308 | } |
michael@0 | 1309 | } |
michael@0 | 1310 | volume{ |
michael@0 | 1311 | cubic-kilometer{ |
michael@0 | 1312 | one{"{0} км³"} |
michael@0 | 1313 | other{"{0} км³"} |
michael@0 | 1314 | } |
michael@0 | 1315 | cubic-mile{ |
michael@0 | 1316 | one{"{0} ми³"} |
michael@0 | 1317 | other{"{0} ми³"} |
michael@0 | 1318 | } |
michael@0 | 1319 | liter{ |
michael@0 | 1320 | one{"{0} л"} |
michael@0 | 1321 | other{"{0} л"} |
michael@0 | 1322 | } |
michael@0 | 1323 | } |
michael@0 | 1324 | } |
michael@0 | 1325 | unitsShort{ |
michael@0 | 1326 | acceleration{ |
michael@0 | 1327 | g-force{ |
michael@0 | 1328 | one{"{0} G"} |
michael@0 | 1329 | other{"{0} G"} |
michael@0 | 1330 | } |
michael@0 | 1331 | } |
michael@0 | 1332 | angle{ |
michael@0 | 1333 | arc-minute{ |
michael@0 | 1334 | one{"{0} мин."} |
michael@0 | 1335 | other{"{0} мин."} |
michael@0 | 1336 | } |
michael@0 | 1337 | degree{ |
michael@0 | 1338 | one{"{0} степ."} |
michael@0 | 1339 | other{"{0} степ."} |
michael@0 | 1340 | } |
michael@0 | 1341 | } |
michael@0 | 1342 | area{ |
michael@0 | 1343 | acre{ |
michael@0 | 1344 | one{"{0} акр"} |
michael@0 | 1345 | other{"{0} акри"} |
michael@0 | 1346 | } |
michael@0 | 1347 | hectare{ |
michael@0 | 1348 | one{"{0} ха"} |
michael@0 | 1349 | other{"{0} ха"} |
michael@0 | 1350 | } |
michael@0 | 1351 | square-foot{ |
michael@0 | 1352 | one{"{0} кв. стапка"} |
michael@0 | 1353 | other{"{0} кв. стапки"} |
michael@0 | 1354 | } |
michael@0 | 1355 | square-kilometer{ |
michael@0 | 1356 | one{"{0} км²"} |
michael@0 | 1357 | other{"{0} км²"} |
michael@0 | 1358 | } |
michael@0 | 1359 | square-meter{ |
michael@0 | 1360 | one{"{0} м²"} |
michael@0 | 1361 | other{"{0} м²"} |
michael@0 | 1362 | } |
michael@0 | 1363 | square-mile{ |
michael@0 | 1364 | one{"{0} кв. милја"} |
michael@0 | 1365 | other{"{0} кв. милји"} |
michael@0 | 1366 | } |
michael@0 | 1367 | } |
michael@0 | 1368 | compound{ |
michael@0 | 1369 | per{"{0}/{1}"} |
michael@0 | 1370 | } |
michael@0 | 1371 | duration{ |
michael@0 | 1372 | day{ |
michael@0 | 1373 | one{"{0} ден"} |
michael@0 | 1374 | other{"{0} дена"} |
michael@0 | 1375 | } |
michael@0 | 1376 | hour{ |
michael@0 | 1377 | one{"{0} час"} |
michael@0 | 1378 | other{"{0} часа"} |
michael@0 | 1379 | } |
michael@0 | 1380 | millisecond{ |
michael@0 | 1381 | one{"{0} мс"} |
michael@0 | 1382 | other{"{0} мс"} |
michael@0 | 1383 | } |
michael@0 | 1384 | minute{ |
michael@0 | 1385 | one{"{0} мин."} |
michael@0 | 1386 | other{"{0} мин."} |
michael@0 | 1387 | } |
michael@0 | 1388 | month{ |
michael@0 | 1389 | one{"{0} мес."} |
michael@0 | 1390 | other{"{0} мес."} |
michael@0 | 1391 | } |
michael@0 | 1392 | second{ |
michael@0 | 1393 | one{"{0} сек."} |
michael@0 | 1394 | other{"{0} сек."} |
michael@0 | 1395 | } |
michael@0 | 1396 | week{ |
michael@0 | 1397 | one{"{0} сед."} |
michael@0 | 1398 | other{"{0} сед."} |
michael@0 | 1399 | } |
michael@0 | 1400 | year{ |
michael@0 | 1401 | one{"{0} год."} |
michael@0 | 1402 | other{"{0} год."} |
michael@0 | 1403 | } |
michael@0 | 1404 | } |
michael@0 | 1405 | length{ |
michael@0 | 1406 | centimeter{ |
michael@0 | 1407 | one{"{0} см"} |
michael@0 | 1408 | other{"{0} см"} |
michael@0 | 1409 | } |
michael@0 | 1410 | foot{ |
michael@0 | 1411 | one{"{0} ст"} |
michael@0 | 1412 | other{"{0} ст"} |
michael@0 | 1413 | } |
michael@0 | 1414 | inch{ |
michael@0 | 1415 | one{"{0} инч"} |
michael@0 | 1416 | other{"{0} инчи"} |
michael@0 | 1417 | } |
michael@0 | 1418 | kilometer{ |
michael@0 | 1419 | one{"{0} км"} |
michael@0 | 1420 | other{"{0} км"} |
michael@0 | 1421 | } |
michael@0 | 1422 | light-year{ |
michael@0 | 1423 | one{"{0} сг"} |
michael@0 | 1424 | other{"{0} сг"} |
michael@0 | 1425 | } |
michael@0 | 1426 | meter{ |
michael@0 | 1427 | one{"{0} м"} |
michael@0 | 1428 | other{"{0} м"} |
michael@0 | 1429 | } |
michael@0 | 1430 | mile{ |
michael@0 | 1431 | one{"{0} ми"} |
michael@0 | 1432 | other{"{0} ми"} |
michael@0 | 1433 | } |
michael@0 | 1434 | millimeter{ |
michael@0 | 1435 | one{"{0} мм"} |
michael@0 | 1436 | other{"{0} мм"} |
michael@0 | 1437 | } |
michael@0 | 1438 | picometer{ |
michael@0 | 1439 | one{"{0} пм"} |
michael@0 | 1440 | other{"{0} пм"} |
michael@0 | 1441 | } |
michael@0 | 1442 | yard{ |
michael@0 | 1443 | one{"{0} јард"} |
michael@0 | 1444 | other{"{0} јарди"} |
michael@0 | 1445 | } |
michael@0 | 1446 | } |
michael@0 | 1447 | mass{ |
michael@0 | 1448 | gram{ |
michael@0 | 1449 | one{"{0} г"} |
michael@0 | 1450 | other{"{0} г"} |
michael@0 | 1451 | } |
michael@0 | 1452 | kilogram{ |
michael@0 | 1453 | one{"{0} кг"} |
michael@0 | 1454 | other{"{0} кг"} |
michael@0 | 1455 | } |
michael@0 | 1456 | ounce{ |
michael@0 | 1457 | one{"{0} унца"} |
michael@0 | 1458 | other{"{0} унци"} |
michael@0 | 1459 | } |
michael@0 | 1460 | pound{ |
michael@0 | 1461 | one{"{0} фунта"} |
michael@0 | 1462 | other{"{0} фунти"} |
michael@0 | 1463 | } |
michael@0 | 1464 | } |
michael@0 | 1465 | power{ |
michael@0 | 1466 | horsepower{ |
michael@0 | 1467 | one{"{0} кс"} |
michael@0 | 1468 | other{"{0} кс"} |
michael@0 | 1469 | } |
michael@0 | 1470 | kilowatt{ |
michael@0 | 1471 | one{"{0} kW"} |
michael@0 | 1472 | other{"{0} kW"} |
michael@0 | 1473 | } |
michael@0 | 1474 | watt{ |
michael@0 | 1475 | one{"{0} ват"} |
michael@0 | 1476 | other{"{0} вати"} |
michael@0 | 1477 | } |
michael@0 | 1478 | } |
michael@0 | 1479 | pressure{ |
michael@0 | 1480 | hectopascal{ |
michael@0 | 1481 | one{"{0} hPa"} |
michael@0 | 1482 | other{"{0} hPa"} |
michael@0 | 1483 | } |
michael@0 | 1484 | inch-hg{ |
michael@0 | 1485 | one{"{0} inHg"} |
michael@0 | 1486 | other{"{0} inHg"} |
michael@0 | 1487 | } |
michael@0 | 1488 | millibar{ |
michael@0 | 1489 | one{"{0} мб"} |
michael@0 | 1490 | other{"{0} мб"} |
michael@0 | 1491 | } |
michael@0 | 1492 | } |
michael@0 | 1493 | speed{ |
michael@0 | 1494 | kilometer-per-hour{ |
michael@0 | 1495 | one{"{0} к/ч"} |
michael@0 | 1496 | other{"{0} к/ч"} |
michael@0 | 1497 | } |
michael@0 | 1498 | meter-per-second{ |
michael@0 | 1499 | one{"{0} м/с"} |
michael@0 | 1500 | other{"{0} м/с"} |
michael@0 | 1501 | } |
michael@0 | 1502 | mile-per-hour{ |
michael@0 | 1503 | one{"{0} ми/ч"} |
michael@0 | 1504 | other{"{0} ми/ч"} |
michael@0 | 1505 | } |
michael@0 | 1506 | } |
michael@0 | 1507 | temperature{ |
michael@0 | 1508 | celsius{ |
michael@0 | 1509 | one{"{0}°C"} |
michael@0 | 1510 | other{"{0}°C"} |
michael@0 | 1511 | } |
michael@0 | 1512 | fahrenheit{ |
michael@0 | 1513 | one{"{0}°F"} |
michael@0 | 1514 | other{"{0}°F"} |
michael@0 | 1515 | } |
michael@0 | 1516 | } |
michael@0 | 1517 | volume{ |
michael@0 | 1518 | cubic-kilometer{ |
michael@0 | 1519 | one{"{0} км³"} |
michael@0 | 1520 | other{"{0} км³"} |
michael@0 | 1521 | } |
michael@0 | 1522 | cubic-mile{ |
michael@0 | 1523 | one{"{0} ми³"} |
michael@0 | 1524 | other{"{0} ми³"} |
michael@0 | 1525 | } |
michael@0 | 1526 | liter{ |
michael@0 | 1527 | one{"{0} л"} |
michael@0 | 1528 | other{"{0} л"} |
michael@0 | 1529 | } |
michael@0 | 1530 | } |
michael@0 | 1531 | } |
michael@0 | 1532 | } |