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