Sat, 03 Jan 2015 20:18:00 +0100
Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/sr_Latn.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/sr_Latn.xml |
michael@0 | 11 | */ |
michael@0 | 12 | sr_Latn{ |
michael@0 | 13 | %%Parent{"root"} |
michael@0 | 14 | AuxExemplarCharacters{"[å q w x y]"} |
michael@0 | 15 | Ellipsis{ |
michael@0 | 16 | final{"{0}…"} |
michael@0 | 17 | initial{"…{0}"} |
michael@0 | 18 | medial{"{0}…{1}"} |
michael@0 | 19 | word-final{"{0} …"} |
michael@0 | 20 | word-initial{"… {0}"} |
michael@0 | 21 | word-medial{"{0} … {1}"} |
michael@0 | 22 | } |
michael@0 | 23 | ExemplarCharacters{"[a b c ć č d đ {dž} e f g h i j k l {lj} m n {nj} o p r s š t u v z ž]"} |
michael@0 | 24 | ExemplarCharactersIndex{"[A B C Ć Č D {DŽ} E F G H I J K L {LJ} M N {NJ} O P Q R S Š T U V W X Y Z Ž]"} |
michael@0 | 25 | ExemplarCharactersPunctuation{"[\\- ‐ – , ; \\: ! ? . … ‘ ‚ “ „ ( ) \\[ \\] \\{ \\} * #]"} |
michael@0 | 26 | LocaleScript{ |
michael@0 | 27 | "Latn", |
michael@0 | 28 | } |
michael@0 | 29 | MoreInformation{"?"} |
michael@0 | 30 | NumberElements{ |
michael@0 | 31 | latn{ |
michael@0 | 32 | miscPatterns{ |
michael@0 | 33 | atLeast{"{0}+"} |
michael@0 | 34 | range{"{0}–{1}"} |
michael@0 | 35 | } |
michael@0 | 36 | patterns{ |
michael@0 | 37 | accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"} |
michael@0 | 38 | currencyFormat{"#,##0.00 ¤"} |
michael@0 | 39 | decimalFormat{"#,##0.###"} |
michael@0 | 40 | percentFormat{"#,##0%"} |
michael@0 | 41 | scientificFormat{"#E0"} |
michael@0 | 42 | } |
michael@0 | 43 | patternsLong{ |
michael@0 | 44 | decimalFormat{ |
michael@0 | 45 | 1000{ |
michael@0 | 46 | few{"0 hiljade"} |
michael@0 | 47 | one{"0 hiljada"} |
michael@0 | 48 | other{"0 hiljada"} |
michael@0 | 49 | } |
michael@0 | 50 | 10000{ |
michael@0 | 51 | few{"00 hiljade"} |
michael@0 | 52 | one{"00 hiljada"} |
michael@0 | 53 | other{"00 hiljada"} |
michael@0 | 54 | } |
michael@0 | 55 | 100000{ |
michael@0 | 56 | few{"000 hiljade"} |
michael@0 | 57 | one{"000 hiljada"} |
michael@0 | 58 | other{"000 hiljada"} |
michael@0 | 59 | } |
michael@0 | 60 | 1000000{ |
michael@0 | 61 | few{"0 miliona"} |
michael@0 | 62 | one{"0 milion"} |
michael@0 | 63 | other{"0 miliona"} |
michael@0 | 64 | } |
michael@0 | 65 | 10000000{ |
michael@0 | 66 | few{"00 miliona"} |
michael@0 | 67 | one{"00 milion"} |
michael@0 | 68 | other{"00 miliona"} |
michael@0 | 69 | } |
michael@0 | 70 | 100000000{ |
michael@0 | 71 | few{"000 miliona"} |
michael@0 | 72 | one{"000 milion"} |
michael@0 | 73 | other{"000 miliona"} |
michael@0 | 74 | } |
michael@0 | 75 | 1000000000{ |
michael@0 | 76 | few{"0 milijarde"} |
michael@0 | 77 | one{"0 milijarda"} |
michael@0 | 78 | other{"0 milijardi"} |
michael@0 | 79 | } |
michael@0 | 80 | 10000000000{ |
michael@0 | 81 | few{"00 milijarde"} |
michael@0 | 82 | one{"00 milijarda"} |
michael@0 | 83 | other{"00 milijardi"} |
michael@0 | 84 | } |
michael@0 | 85 | 100000000000{ |
michael@0 | 86 | few{"000 milijarde"} |
michael@0 | 87 | one{"000 milijarda"} |
michael@0 | 88 | other{"000 milijardi"} |
michael@0 | 89 | } |
michael@0 | 90 | 1000000000000{ |
michael@0 | 91 | few{"0 triliona"} |
michael@0 | 92 | one{"0 trilion"} |
michael@0 | 93 | other{"0 triliona"} |
michael@0 | 94 | } |
michael@0 | 95 | 10000000000000{ |
michael@0 | 96 | few{"00 triliona"} |
michael@0 | 97 | one{"00 trilion"} |
michael@0 | 98 | other{"00 triliona"} |
michael@0 | 99 | } |
michael@0 | 100 | 100000000000000{ |
michael@0 | 101 | few{"000 triliona"} |
michael@0 | 102 | one{"000 trilion"} |
michael@0 | 103 | other{"000 triliona"} |
michael@0 | 104 | } |
michael@0 | 105 | } |
michael@0 | 106 | } |
michael@0 | 107 | patternsShort{ |
michael@0 | 108 | decimalFormat{ |
michael@0 | 109 | 1000{ |
michael@0 | 110 | few{"0"} |
michael@0 | 111 | one{"0"} |
michael@0 | 112 | other{"0"} |
michael@0 | 113 | } |
michael@0 | 114 | 10000{ |
michael@0 | 115 | few{"00K"} |
michael@0 | 116 | one{"00 hilj"} |
michael@0 | 117 | other{"00 hilj"} |
michael@0 | 118 | } |
michael@0 | 119 | 100000{ |
michael@0 | 120 | few{"000K"} |
michael@0 | 121 | one{"000 hilj"} |
michael@0 | 122 | other{"000 hilj"} |
michael@0 | 123 | } |
michael@0 | 124 | 1000000{ |
michael@0 | 125 | few{"0 mil"} |
michael@0 | 126 | one{"0 mil"} |
michael@0 | 127 | other{"0 mil"} |
michael@0 | 128 | } |
michael@0 | 129 | 10000000{ |
michael@0 | 130 | few{"00 mil"} |
michael@0 | 131 | one{"00 mil"} |
michael@0 | 132 | other{"00 mil"} |
michael@0 | 133 | } |
michael@0 | 134 | 100000000{ |
michael@0 | 135 | few{"000 mil"} |
michael@0 | 136 | one{"000 mil"} |
michael@0 | 137 | other{"000 mil"} |
michael@0 | 138 | } |
michael@0 | 139 | 1000000000{ |
michael@0 | 140 | few{"0 mlrd"} |
michael@0 | 141 | one{"0 mlrd"} |
michael@0 | 142 | other{"0 mlrd"} |
michael@0 | 143 | } |
michael@0 | 144 | 10000000000{ |
michael@0 | 145 | few{"00 mlrd"} |
michael@0 | 146 | one{"00 mlrd"} |
michael@0 | 147 | other{"00 mlrd"} |
michael@0 | 148 | } |
michael@0 | 149 | 100000000000{ |
michael@0 | 150 | few{"000 mlrd"} |
michael@0 | 151 | one{"000 mlrd"} |
michael@0 | 152 | other{"000 mlrd"} |
michael@0 | 153 | } |
michael@0 | 154 | 1000000000000{ |
michael@0 | 155 | few{"0 bil"} |
michael@0 | 156 | one{"0 bil"} |
michael@0 | 157 | other{"0 bil"} |
michael@0 | 158 | } |
michael@0 | 159 | 10000000000000{ |
michael@0 | 160 | few{"00 bil"} |
michael@0 | 161 | one{"00 bil"} |
michael@0 | 162 | other{"00 bil"} |
michael@0 | 163 | } |
michael@0 | 164 | 100000000000000{ |
michael@0 | 165 | few{"000 bil"} |
michael@0 | 166 | one{"000 bil"} |
michael@0 | 167 | other{"000 bil"} |
michael@0 | 168 | } |
michael@0 | 169 | } |
michael@0 | 170 | } |
michael@0 | 171 | symbols{ |
michael@0 | 172 | decimal{","} |
michael@0 | 173 | exponential{"E"} |
michael@0 | 174 | group{"."} |
michael@0 | 175 | infinity{"∞"} |
michael@0 | 176 | list{";"} |
michael@0 | 177 | minusSign{"-"} |
michael@0 | 178 | nan{"NaN"} |
michael@0 | 179 | perMille{"‰"} |
michael@0 | 180 | percentSign{"%"} |
michael@0 | 181 | plusSign{"+"} |
michael@0 | 182 | superscriptingExponent{"×"} |
michael@0 | 183 | } |
michael@0 | 184 | } |
michael@0 | 185 | } |
michael@0 | 186 | Version{"2.0.92.87"} |
michael@0 | 187 | calendar{ |
michael@0 | 188 | buddhist{ |
michael@0 | 189 | eras{ |
michael@0 | 190 | abbreviated{ |
michael@0 | 191 | "BE", |
michael@0 | 192 | } |
michael@0 | 193 | } |
michael@0 | 194 | } |
michael@0 | 195 | coptic{ |
michael@0 | 196 | monthNames{ |
michael@0 | 197 | format{ |
michael@0 | 198 | wide{ |
michael@0 | 199 | "Taut", |
michael@0 | 200 | "Baba", |
michael@0 | 201 | "Hator", |
michael@0 | 202 | "Kiahk", |
michael@0 | 203 | "Toba", |
michael@0 | 204 | "Amšir", |
michael@0 | 205 | "Baramhat", |
michael@0 | 206 | "Baramuda", |
michael@0 | 207 | "Bašans", |
michael@0 | 208 | "Paona", |
michael@0 | 209 | "Epep", |
michael@0 | 210 | "Mesra", |
michael@0 | 211 | "Nasi", |
michael@0 | 212 | } |
michael@0 | 213 | } |
michael@0 | 214 | } |
michael@0 | 215 | } |
michael@0 | 216 | ethiopic{ |
michael@0 | 217 | monthNames{ |
michael@0 | 218 | format{ |
michael@0 | 219 | wide{ |
michael@0 | 220 | "Meskerem", |
michael@0 | 221 | "Tekemt", |
michael@0 | 222 | "Hedar", |
michael@0 | 223 | "Tahsas", |
michael@0 | 224 | "Ter", |
michael@0 | 225 | "Jekatit", |
michael@0 | 226 | "Megabit", |
michael@0 | 227 | "Miazia", |
michael@0 | 228 | "Genbot", |
michael@0 | 229 | "Sene", |
michael@0 | 230 | "Hamle", |
michael@0 | 231 | "Nehase", |
michael@0 | 232 | "Pagumen", |
michael@0 | 233 | } |
michael@0 | 234 | } |
michael@0 | 235 | } |
michael@0 | 236 | } |
michael@0 | 237 | generic{ |
michael@0 | 238 | DateTimePatterns{ |
michael@0 | 239 | "HH.mm.ss zzzz", |
michael@0 | 240 | "HH.mm.ss z", |
michael@0 | 241 | "HH.mm.ss", |
michael@0 | 242 | "HH.mm", |
michael@0 | 243 | "EEEE, dd. MMMM y. G", |
michael@0 | 244 | "dd. MMMM y. G", |
michael@0 | 245 | "dd.MM.y. G", |
michael@0 | 246 | "d.M.y. GGGGG", |
michael@0 | 247 | "{1} {0}", |
michael@0 | 248 | "{1} {0}", |
michael@0 | 249 | "{1} {0}", |
michael@0 | 250 | "{1} {0}", |
michael@0 | 251 | "{1} {0}", |
michael@0 | 252 | } |
michael@0 | 253 | availableFormats{ |
michael@0 | 254 | Ed{"E d."} |
michael@0 | 255 | Gy{"y. G"} |
michael@0 | 256 | GyMMM{"MMM y. G"} |
michael@0 | 257 | GyMMMEd{"E, d. MMM y. G"} |
michael@0 | 258 | GyMMMd{"d. MMM y. G"} |
michael@0 | 259 | H{"HH"} |
michael@0 | 260 | Hm{"HH.mm"} |
michael@0 | 261 | Hms{"HH.mm.ss"} |
michael@0 | 262 | M{"L"} |
michael@0 | 263 | MEd{"E, M-d"} |
michael@0 | 264 | MMM{"LLL"} |
michael@0 | 265 | MMMEd{"E d. MMM"} |
michael@0 | 266 | MMMMEd{"E d. MMMM"} |
michael@0 | 267 | MMMMd{"d. MMMM"} |
michael@0 | 268 | MMMMdd{"dd. MMMM"} |
michael@0 | 269 | MMMd{"d. MMM"} |
michael@0 | 270 | MMMdd{"dd.MMM"} |
michael@0 | 271 | MMdd{"MM-dd"} |
michael@0 | 272 | Md{"d/M"} |
michael@0 | 273 | d{"d"} |
michael@0 | 274 | h{"hh a"} |
michael@0 | 275 | hm{"hh.mm a"} |
michael@0 | 276 | hms{"hh.mm.ss a"} |
michael@0 | 277 | ms{"mm.ss"} |
michael@0 | 278 | y{"y. G"} |
michael@0 | 279 | yyyy{"y. G"} |
michael@0 | 280 | yyyyM{"M. y. G"} |
michael@0 | 281 | yyyyMEd{"E, d.M.y. G"} |
michael@0 | 282 | yyyyMM{"MM.y G"} |
michael@0 | 283 | yyyyMMM{"MMM y. G"} |
michael@0 | 284 | yyyyMMMEd{"E, d. MMM y. G"} |
michael@0 | 285 | yyyyMMMM{"MMMM y. G"} |
michael@0 | 286 | yyyyMMMd{"d. MMM y. G"} |
michael@0 | 287 | yyyyMMdd{"dd.MM.y G"} |
michael@0 | 288 | yyyyMd{"d.M.y. G"} |
michael@0 | 289 | yyyyQQQ{"QQQ, y. G"} |
michael@0 | 290 | yyyyQQQQ{"QQQQ y. G"} |
michael@0 | 291 | } |
michael@0 | 292 | intervalFormats{ |
michael@0 | 293 | H{ |
michael@0 | 294 | H{"HH-HH"} |
michael@0 | 295 | } |
michael@0 | 296 | Hm{ |
michael@0 | 297 | H{"HH.mm-HH.mm"} |
michael@0 | 298 | m{"HH.mm-HH.mm"} |
michael@0 | 299 | } |
michael@0 | 300 | Hmv{ |
michael@0 | 301 | H{"HH.mm-HH.mm v"} |
michael@0 | 302 | m{"HH.mm-HH.mm v"} |
michael@0 | 303 | } |
michael@0 | 304 | Hv{ |
michael@0 | 305 | H{"HH-HH v"} |
michael@0 | 306 | } |
michael@0 | 307 | M{ |
michael@0 | 308 | M{"M-M"} |
michael@0 | 309 | } |
michael@0 | 310 | MEd{ |
michael@0 | 311 | M{"E, d.M - E, d.M"} |
michael@0 | 312 | d{"E, d.M - E, d.M"} |
michael@0 | 313 | } |
michael@0 | 314 | MMM{ |
michael@0 | 315 | M{"MMM-MMM"} |
michael@0 | 316 | } |
michael@0 | 317 | MMMEd{ |
michael@0 | 318 | M{"E, dd. MMM - E, dd. MMM"} |
michael@0 | 319 | d{"E, dd. - E, dd. MMM"} |
michael@0 | 320 | } |
michael@0 | 321 | MMMd{ |
michael@0 | 322 | M{"dd. MMM - dd. MMM"} |
michael@0 | 323 | d{"dd.-dd. MMM"} |
michael@0 | 324 | } |
michael@0 | 325 | Md{ |
michael@0 | 326 | M{"d.M - d.M"} |
michael@0 | 327 | d{"d.M - d.M"} |
michael@0 | 328 | } |
michael@0 | 329 | d{ |
michael@0 | 330 | d{"d-d"} |
michael@0 | 331 | } |
michael@0 | 332 | fallback{"{0} - {1}"} |
michael@0 | 333 | h{ |
michael@0 | 334 | a{"h a - h a"} |
michael@0 | 335 | h{"h-h a"} |
michael@0 | 336 | } |
michael@0 | 337 | hm{ |
michael@0 | 338 | a{"h.mm a - h.mm a"} |
michael@0 | 339 | h{"h.mm-h.mm a"} |
michael@0 | 340 | m{"h.mm-h.mm a"} |
michael@0 | 341 | } |
michael@0 | 342 | hmv{ |
michael@0 | 343 | a{"h.mm a - h.mm a v"} |
michael@0 | 344 | h{"h.mm-h.mm a v"} |
michael@0 | 345 | m{"h.mm-h.mm a v"} |
michael@0 | 346 | } |
michael@0 | 347 | hv{ |
michael@0 | 348 | a{"h a - h a v"} |
michael@0 | 349 | h{"h-h a v"} |
michael@0 | 350 | } |
michael@0 | 351 | y{ |
michael@0 | 352 | y{"y-y"} |
michael@0 | 353 | } |
michael@0 | 354 | yM{ |
michael@0 | 355 | M{"y M - M"} |
michael@0 | 356 | y{"M.y - M.y"} |
michael@0 | 357 | } |
michael@0 | 358 | yMEd{ |
michael@0 | 359 | M{"E, d.M.y. - E, d.M.y."} |
michael@0 | 360 | d{"E, d.M.y. - E, d.M.y."} |
michael@0 | 361 | y{"E, d.M.y. - E, d.M.y."} |
michael@0 | 362 | } |
michael@0 | 363 | yMMM{ |
michael@0 | 364 | M{"MMM-MMM y."} |
michael@0 | 365 | y{"MMM y. - MMM y."} |
michael@0 | 366 | } |
michael@0 | 367 | yMMMEd{ |
michael@0 | 368 | M{"E, dd. MMM - E, dd. MMM y."} |
michael@0 | 369 | d{"E, dd. - E, dd. MMM y."} |
michael@0 | 370 | y{"E, dd. MMM y. - E, dd. MMM y."} |
michael@0 | 371 | } |
michael@0 | 372 | yMMMM{ |
michael@0 | 373 | M{"y-MM – MM"} |
michael@0 | 374 | y{"y-MM – y-MM"} |
michael@0 | 375 | } |
michael@0 | 376 | yMMMd{ |
michael@0 | 377 | M{"dd. MMM - dd. MMM y."} |
michael@0 | 378 | d{"dd.-dd. MMM y."} |
michael@0 | 379 | y{"dd. MMM y. - dd. MMM y."} |
michael@0 | 380 | } |
michael@0 | 381 | yMd{ |
michael@0 | 382 | M{"d.M.y. - d.M.y."} |
michael@0 | 383 | d{"d.M.y. - d.M.y."} |
michael@0 | 384 | y{"d.M.y. - d.M.y."} |
michael@0 | 385 | } |
michael@0 | 386 | } |
michael@0 | 387 | } |
michael@0 | 388 | gregorian{ |
michael@0 | 389 | AmPmMarkers{ |
michael@0 | 390 | "pre podne", |
michael@0 | 391 | "popodne", |
michael@0 | 392 | } |
michael@0 | 393 | DateTimePatterns{ |
michael@0 | 394 | "HH.mm.ss zzzz", |
michael@0 | 395 | "HH.mm.ss z", |
michael@0 | 396 | "HH.mm.ss", |
michael@0 | 397 | "HH.mm", |
michael@0 | 398 | "EEEE, dd. MMMM y.", |
michael@0 | 399 | "dd. MMMM y.", |
michael@0 | 400 | "dd.MM.y.", |
michael@0 | 401 | "d.M.yy.", |
michael@0 | 402 | "{1} {0}", |
michael@0 | 403 | "{1} {0}", |
michael@0 | 404 | "{1} {0}", |
michael@0 | 405 | "{1} {0}", |
michael@0 | 406 | "{1} {0}", |
michael@0 | 407 | } |
michael@0 | 408 | appendItems{ |
michael@0 | 409 | Timezone{"{0} {1}"} |
michael@0 | 410 | } |
michael@0 | 411 | availableFormats{ |
michael@0 | 412 | EHm{"E, HH:mm"} |
michael@0 | 413 | EHms{"E, HH:mm:ss"} |
michael@0 | 414 | Ed{"E d."} |
michael@0 | 415 | Ehm{"E, h:mm a"} |
michael@0 | 416 | Ehms{"E, h:mm:ss a"} |
michael@0 | 417 | Gy{"y. G"} |
michael@0 | 418 | GyMMM{"MMM y. G"} |
michael@0 | 419 | GyMMMEd{"E, d. MMM y. G"} |
michael@0 | 420 | GyMMMd{"d. MMM y. G"} |
michael@0 | 421 | H{"HH"} |
michael@0 | 422 | Hm{"HH.mm"} |
michael@0 | 423 | Hms{"HH.mm.ss"} |
michael@0 | 424 | M{"L"} |
michael@0 | 425 | MEd{"E, M-d"} |
michael@0 | 426 | MMM{"LLL"} |
michael@0 | 427 | MMMEd{"E d. MMM"} |
michael@0 | 428 | MMMMEd{"E d. MMMM"} |
michael@0 | 429 | MMMMd{"d. MMMM"} |
michael@0 | 430 | MMMMdd{"dd. MMMM"} |
michael@0 | 431 | MMMd{"d. MMM"} |
michael@0 | 432 | MMMdd{"dd.MMM"} |
michael@0 | 433 | MMdd{"MM-dd"} |
michael@0 | 434 | Md{"d/M"} |
michael@0 | 435 | d{"d"} |
michael@0 | 436 | h{"hh a"} |
michael@0 | 437 | hm{"hh.mm a"} |
michael@0 | 438 | hms{"hh.mm.ss a"} |
michael@0 | 439 | ms{"mm.ss"} |
michael@0 | 440 | y{"y."} |
michael@0 | 441 | yM{"y-M"} |
michael@0 | 442 | yMEd{"E, d. M. y."} |
michael@0 | 443 | yMM{"MM.y"} |
michael@0 | 444 | yMMM{"MMM y."} |
michael@0 | 445 | yMMMEd{"E, d. MMM y."} |
michael@0 | 446 | yMMMM{"MMMM y."} |
michael@0 | 447 | yMMMd{"d. MMM y."} |
michael@0 | 448 | yMMdd{"dd.MM.y"} |
michael@0 | 449 | yMd{"d. M. y."} |
michael@0 | 450 | yQQQ{"QQQ. y"} |
michael@0 | 451 | yQQQQ{"QQQQ. y"} |
michael@0 | 452 | } |
michael@0 | 453 | dayNames{ |
michael@0 | 454 | format{ |
michael@0 | 455 | abbreviated{ |
michael@0 | 456 | "ned", |
michael@0 | 457 | "pon", |
michael@0 | 458 | "uto", |
michael@0 | 459 | "sre", |
michael@0 | 460 | "čet", |
michael@0 | 461 | "pet", |
michael@0 | 462 | "sub", |
michael@0 | 463 | } |
michael@0 | 464 | narrow{ |
michael@0 | 465 | "n", |
michael@0 | 466 | "p", |
michael@0 | 467 | "u", |
michael@0 | 468 | "s", |
michael@0 | 469 | "č", |
michael@0 | 470 | "p", |
michael@0 | 471 | "s", |
michael@0 | 472 | } |
michael@0 | 473 | short{ |
michael@0 | 474 | "ned", |
michael@0 | 475 | "pon", |
michael@0 | 476 | "uto", |
michael@0 | 477 | "sre", |
michael@0 | 478 | "čet", |
michael@0 | 479 | "pet", |
michael@0 | 480 | "sub", |
michael@0 | 481 | } |
michael@0 | 482 | wide{ |
michael@0 | 483 | "nedelja", |
michael@0 | 484 | "ponedeljak", |
michael@0 | 485 | "utorak", |
michael@0 | 486 | "sreda", |
michael@0 | 487 | "četvrtak", |
michael@0 | 488 | "petak", |
michael@0 | 489 | "subota", |
michael@0 | 490 | } |
michael@0 | 491 | } |
michael@0 | 492 | stand-alone{ |
michael@0 | 493 | abbreviated{ |
michael@0 | 494 | "ned", |
michael@0 | 495 | "pon", |
michael@0 | 496 | "uto", |
michael@0 | 497 | "sre", |
michael@0 | 498 | "čet", |
michael@0 | 499 | "pet", |
michael@0 | 500 | "sub", |
michael@0 | 501 | } |
michael@0 | 502 | narrow{ |
michael@0 | 503 | "n", |
michael@0 | 504 | "p", |
michael@0 | 505 | "u", |
michael@0 | 506 | "s", |
michael@0 | 507 | "č", |
michael@0 | 508 | "p", |
michael@0 | 509 | "s", |
michael@0 | 510 | } |
michael@0 | 511 | short{ |
michael@0 | 512 | "ne", |
michael@0 | 513 | "po", |
michael@0 | 514 | "ut", |
michael@0 | 515 | "sr", |
michael@0 | 516 | "če", |
michael@0 | 517 | "pe", |
michael@0 | 518 | "su", |
michael@0 | 519 | } |
michael@0 | 520 | wide{ |
michael@0 | 521 | "nedelja", |
michael@0 | 522 | "ponedeljak", |
michael@0 | 523 | "utorak", |
michael@0 | 524 | "sreda", |
michael@0 | 525 | "četvrtak", |
michael@0 | 526 | "petak", |
michael@0 | 527 | "subota", |
michael@0 | 528 | } |
michael@0 | 529 | } |
michael@0 | 530 | } |
michael@0 | 531 | eras{ |
michael@0 | 532 | abbreviated{ |
michael@0 | 533 | "p. n. e.", |
michael@0 | 534 | "n. e.", |
michael@0 | 535 | } |
michael@0 | 536 | narrow{ |
michael@0 | 537 | "p.n.e.", |
michael@0 | 538 | "n.e.", |
michael@0 | 539 | } |
michael@0 | 540 | wide{ |
michael@0 | 541 | "Pre nove ere", |
michael@0 | 542 | "Nove ere", |
michael@0 | 543 | } |
michael@0 | 544 | } |
michael@0 | 545 | intervalFormats{ |
michael@0 | 546 | H{ |
michael@0 | 547 | H{"HH-HH"} |
michael@0 | 548 | } |
michael@0 | 549 | Hm{ |
michael@0 | 550 | H{"HH.mm-HH.mm"} |
michael@0 | 551 | m{"HH.mm-HH.mm"} |
michael@0 | 552 | } |
michael@0 | 553 | Hmv{ |
michael@0 | 554 | H{"HH.mm-HH.mm v"} |
michael@0 | 555 | m{"HH.mm-HH.mm v"} |
michael@0 | 556 | } |
michael@0 | 557 | Hv{ |
michael@0 | 558 | H{"HH-HH v"} |
michael@0 | 559 | } |
michael@0 | 560 | M{ |
michael@0 | 561 | M{"M-M"} |
michael@0 | 562 | } |
michael@0 | 563 | MEd{ |
michael@0 | 564 | M{"E, d.M - E, d.M"} |
michael@0 | 565 | d{"E, d.M - E, d.M"} |
michael@0 | 566 | } |
michael@0 | 567 | MMM{ |
michael@0 | 568 | M{"MMM-MMM"} |
michael@0 | 569 | } |
michael@0 | 570 | MMMEd{ |
michael@0 | 571 | M{"E, dd. MMM - E, dd. MMM"} |
michael@0 | 572 | d{"E, dd. - E, dd. MMM"} |
michael@0 | 573 | } |
michael@0 | 574 | MMMd{ |
michael@0 | 575 | M{"dd. MMM - dd. MMM"} |
michael@0 | 576 | d{"dd.-dd. MMM"} |
michael@0 | 577 | } |
michael@0 | 578 | Md{ |
michael@0 | 579 | M{"d.M - d.M"} |
michael@0 | 580 | d{"d.M - d.M"} |
michael@0 | 581 | } |
michael@0 | 582 | d{ |
michael@0 | 583 | d{"d-d"} |
michael@0 | 584 | } |
michael@0 | 585 | fallback{"{0} - {1}"} |
michael@0 | 586 | h{ |
michael@0 | 587 | a{"h a - h a"} |
michael@0 | 588 | h{"h-h a"} |
michael@0 | 589 | } |
michael@0 | 590 | hm{ |
michael@0 | 591 | a{"h.mm a - h.mm a"} |
michael@0 | 592 | h{"h.mm-h.mm a"} |
michael@0 | 593 | m{"h.mm-h.mm a"} |
michael@0 | 594 | } |
michael@0 | 595 | hmv{ |
michael@0 | 596 | a{"h.mm a - h.mm a v"} |
michael@0 | 597 | h{"h.mm-h.mm a v"} |
michael@0 | 598 | m{"h.mm-h.mm a v"} |
michael@0 | 599 | } |
michael@0 | 600 | hv{ |
michael@0 | 601 | a{"h a - h a v"} |
michael@0 | 602 | h{"h-h a v"} |
michael@0 | 603 | } |
michael@0 | 604 | y{ |
michael@0 | 605 | y{"y-y"} |
michael@0 | 606 | } |
michael@0 | 607 | yM{ |
michael@0 | 608 | M{"y M - M"} |
michael@0 | 609 | y{"y M - M"} |
michael@0 | 610 | } |
michael@0 | 611 | yMEd{ |
michael@0 | 612 | M{"E, d.M.y. - E, d.M.y."} |
michael@0 | 613 | d{"E, d.M.y. - E, d.M.y."} |
michael@0 | 614 | y{"E, d.M.y. - E, d.M.y."} |
michael@0 | 615 | } |
michael@0 | 616 | yMMM{ |
michael@0 | 617 | M{"MMM-MMM y."} |
michael@0 | 618 | y{"MMM y. - MMM y."} |
michael@0 | 619 | } |
michael@0 | 620 | yMMMEd{ |
michael@0 | 621 | M{"E, dd. MMM - E, dd. MMM y."} |
michael@0 | 622 | d{"E, dd. - E, dd. MMM y."} |
michael@0 | 623 | y{"E, dd. MMM y. - E, dd. MMM y."} |
michael@0 | 624 | } |
michael@0 | 625 | yMMMM{ |
michael@0 | 626 | M{"y-MM – MM"} |
michael@0 | 627 | y{"y-MM – y-MM"} |
michael@0 | 628 | } |
michael@0 | 629 | yMMMd{ |
michael@0 | 630 | M{"dd. MMM - dd. MMM y."} |
michael@0 | 631 | d{"dd.-dd. MMM y."} |
michael@0 | 632 | y{"dd. MMM y. - dd. MMM y."} |
michael@0 | 633 | } |
michael@0 | 634 | yMd{ |
michael@0 | 635 | M{"d.M.y. - d.M.y."} |
michael@0 | 636 | d{"d.M.y. - d.M.y."} |
michael@0 | 637 | y{"d.M.y. - d.M.y."} |
michael@0 | 638 | } |
michael@0 | 639 | } |
michael@0 | 640 | monthNames{ |
michael@0 | 641 | format{ |
michael@0 | 642 | abbreviated{ |
michael@0 | 643 | "jan", |
michael@0 | 644 | "feb", |
michael@0 | 645 | "mar", |
michael@0 | 646 | "apr", |
michael@0 | 647 | "maj", |
michael@0 | 648 | "jun", |
michael@0 | 649 | "jul", |
michael@0 | 650 | "avg", |
michael@0 | 651 | "sep", |
michael@0 | 652 | "okt", |
michael@0 | 653 | "nov", |
michael@0 | 654 | "dec", |
michael@0 | 655 | } |
michael@0 | 656 | narrow{ |
michael@0 | 657 | "j", |
michael@0 | 658 | "f", |
michael@0 | 659 | "m", |
michael@0 | 660 | "a", |
michael@0 | 661 | "m", |
michael@0 | 662 | "j", |
michael@0 | 663 | "j", |
michael@0 | 664 | "a", |
michael@0 | 665 | "s", |
michael@0 | 666 | "o", |
michael@0 | 667 | "n", |
michael@0 | 668 | "d", |
michael@0 | 669 | } |
michael@0 | 670 | wide{ |
michael@0 | 671 | "januar", |
michael@0 | 672 | "februar", |
michael@0 | 673 | "mart", |
michael@0 | 674 | "april", |
michael@0 | 675 | "maj", |
michael@0 | 676 | "jun", |
michael@0 | 677 | "jul", |
michael@0 | 678 | "avgust", |
michael@0 | 679 | "septembar", |
michael@0 | 680 | "oktobar", |
michael@0 | 681 | "novembar", |
michael@0 | 682 | "decembar", |
michael@0 | 683 | } |
michael@0 | 684 | } |
michael@0 | 685 | stand-alone{ |
michael@0 | 686 | abbreviated{ |
michael@0 | 687 | "jan", |
michael@0 | 688 | "feb", |
michael@0 | 689 | "mar", |
michael@0 | 690 | "apr", |
michael@0 | 691 | "maj", |
michael@0 | 692 | "jun", |
michael@0 | 693 | "jul", |
michael@0 | 694 | "avg", |
michael@0 | 695 | "sep", |
michael@0 | 696 | "okt", |
michael@0 | 697 | "nov", |
michael@0 | 698 | "dec", |
michael@0 | 699 | } |
michael@0 | 700 | narrow{ |
michael@0 | 701 | "j", |
michael@0 | 702 | "f", |
michael@0 | 703 | "m", |
michael@0 | 704 | "a", |
michael@0 | 705 | "m", |
michael@0 | 706 | "j", |
michael@0 | 707 | "j", |
michael@0 | 708 | "a", |
michael@0 | 709 | "s", |
michael@0 | 710 | "o", |
michael@0 | 711 | "n", |
michael@0 | 712 | "d", |
michael@0 | 713 | } |
michael@0 | 714 | wide{ |
michael@0 | 715 | "januar", |
michael@0 | 716 | "februar", |
michael@0 | 717 | "mart", |
michael@0 | 718 | "april", |
michael@0 | 719 | "maj", |
michael@0 | 720 | "jun", |
michael@0 | 721 | "jul", |
michael@0 | 722 | "avgust", |
michael@0 | 723 | "septembar", |
michael@0 | 724 | "oktobar", |
michael@0 | 725 | "novembar", |
michael@0 | 726 | "decembar", |
michael@0 | 727 | } |
michael@0 | 728 | } |
michael@0 | 729 | } |
michael@0 | 730 | quarters{ |
michael@0 | 731 | format{ |
michael@0 | 732 | abbreviated{ |
michael@0 | 733 | "K1", |
michael@0 | 734 | "K2", |
michael@0 | 735 | "K3", |
michael@0 | 736 | "K4", |
michael@0 | 737 | } |
michael@0 | 738 | narrow{ |
michael@0 | 739 | "1.", |
michael@0 | 740 | "2.", |
michael@0 | 741 | "3.", |
michael@0 | 742 | "4.", |
michael@0 | 743 | } |
michael@0 | 744 | wide{ |
michael@0 | 745 | "Prvo tromesečje", |
michael@0 | 746 | "Drugo tromesečje", |
michael@0 | 747 | "Treće tromesečje", |
michael@0 | 748 | "Četvrto tromesečje", |
michael@0 | 749 | } |
michael@0 | 750 | } |
michael@0 | 751 | stand-alone{ |
michael@0 | 752 | abbreviated{ |
michael@0 | 753 | "K1", |
michael@0 | 754 | "K2", |
michael@0 | 755 | "K3", |
michael@0 | 756 | "K4", |
michael@0 | 757 | } |
michael@0 | 758 | narrow{ |
michael@0 | 759 | "1.", |
michael@0 | 760 | "2.", |
michael@0 | 761 | "3.", |
michael@0 | 762 | "4.", |
michael@0 | 763 | } |
michael@0 | 764 | wide{ |
michael@0 | 765 | "Prvo tromesečje", |
michael@0 | 766 | "Drugo tromesečje", |
michael@0 | 767 | "Treće tromesečje", |
michael@0 | 768 | "Četvrto tromesečje", |
michael@0 | 769 | } |
michael@0 | 770 | } |
michael@0 | 771 | } |
michael@0 | 772 | } |
michael@0 | 773 | hebrew{ |
michael@0 | 774 | monthNames{ |
michael@0 | 775 | format{ |
michael@0 | 776 | wide{ |
michael@0 | 777 | "Tišri", |
michael@0 | 778 | "Hešvan", |
michael@0 | 779 | "Kislev", |
michael@0 | 780 | "Tevet", |
michael@0 | 781 | "Ševat", |
michael@0 | 782 | "Adar I", |
michael@0 | 783 | "Adar", |
michael@0 | 784 | "Nisan", |
michael@0 | 785 | "Ijar", |
michael@0 | 786 | "Sivan", |
michael@0 | 787 | "Tamuz", |
michael@0 | 788 | "Av", |
michael@0 | 789 | "Elul", |
michael@0 | 790 | "Adar II", |
michael@0 | 791 | } |
michael@0 | 792 | } |
michael@0 | 793 | } |
michael@0 | 794 | } |
michael@0 | 795 | indian{ |
michael@0 | 796 | eras{ |
michael@0 | 797 | abbreviated{ |
michael@0 | 798 | "SAKA", |
michael@0 | 799 | } |
michael@0 | 800 | } |
michael@0 | 801 | monthNames{ |
michael@0 | 802 | format{ |
michael@0 | 803 | wide{ |
michael@0 | 804 | "Čaitra", |
michael@0 | 805 | "Vaisaka", |
michael@0 | 806 | "Jiaista", |
michael@0 | 807 | "Asada", |
michael@0 | 808 | "Sravana", |
michael@0 | 809 | "Badra", |
michael@0 | 810 | "Asvina", |
michael@0 | 811 | "Kartika", |
michael@0 | 812 | "Argajana", |
michael@0 | 813 | "Pauza", |
michael@0 | 814 | "Maga", |
michael@0 | 815 | "Falguna", |
michael@0 | 816 | } |
michael@0 | 817 | } |
michael@0 | 818 | } |
michael@0 | 819 | } |
michael@0 | 820 | islamic{ |
michael@0 | 821 | eras{ |
michael@0 | 822 | abbreviated{ |
michael@0 | 823 | "AH", |
michael@0 | 824 | } |
michael@0 | 825 | } |
michael@0 | 826 | monthNames{ |
michael@0 | 827 | format{ |
michael@0 | 828 | wide{ |
michael@0 | 829 | "Muraham", |
michael@0 | 830 | "Safar", |
michael@0 | 831 | "Rabiʻ I", |
michael@0 | 832 | "Rabiʻ II", |
michael@0 | 833 | "Jumada I", |
michael@0 | 834 | "Jumada II", |
michael@0 | 835 | "Rađab", |
michael@0 | 836 | "Šaʻban", |
michael@0 | 837 | "Ramadan", |
michael@0 | 838 | "Šaval", |
michael@0 | 839 | "Duʻl-Kiʻda", |
michael@0 | 840 | "Duʻl-hiđa", |
michael@0 | 841 | } |
michael@0 | 842 | } |
michael@0 | 843 | } |
michael@0 | 844 | } |
michael@0 | 845 | japanese{ |
michael@0 | 846 | DateTimePatterns{ |
michael@0 | 847 | "HH.mm.ss zzzz", |
michael@0 | 848 | "HH.mm.ss z", |
michael@0 | 849 | "HH.mm.ss", |
michael@0 | 850 | "HH.mm", |
michael@0 | 851 | "EEEE, MMMM d, y G", |
michael@0 | 852 | "MMMM d, y G", |
michael@0 | 853 | "MMM d, y G", |
michael@0 | 854 | "M/d/yy G", |
michael@0 | 855 | "{1} {0}", |
michael@0 | 856 | "{1} {0}", |
michael@0 | 857 | "{1} {0}", |
michael@0 | 858 | "{1} {0}", |
michael@0 | 859 | "{1} {0}", |
michael@0 | 860 | } |
michael@0 | 861 | eras{ |
michael@0 | 862 | abbreviated{ |
michael@0 | 863 | "Taika (645-650)", |
michael@0 | 864 | "Hakuči (650-671)", |
michael@0 | 865 | "Hakuho (672-686)", |
michael@0 | 866 | "Šučo (686-701)", |
michael@0 | 867 | "Taiho (701-704)", |
michael@0 | 868 | "Keiun (704-708)", |
michael@0 | 869 | "Vado (708-715)", |
michael@0 | 870 | "Reiki (715-717)", |
michael@0 | 871 | "Joro (717-724)", |
michael@0 | 872 | "Jinki (724-729)", |
michael@0 | 873 | "Tempio (729-749)", |
michael@0 | 874 | "Tempio-kampo (749-749)", |
michael@0 | 875 | "Tempio-šoho (749-757)", |
michael@0 | 876 | "Tempio-hođi (757-765)", |
michael@0 | 877 | "Tempo-đingo (765-767)", |
michael@0 | 878 | "Đingo-keiun (767-770)", |
michael@0 | 879 | "Hoki (770-780)", |
michael@0 | 880 | "Ten-o (781-782)", |
michael@0 | 881 | "Enrjaku (782-806)", |
michael@0 | 882 | "Daido (806-810)", |
michael@0 | 883 | "Konin (810-824)", |
michael@0 | 884 | "Tenčo (824-834)", |
michael@0 | 885 | "Šova (834-848)", |
michael@0 | 886 | "Kajo (848-851)", |
michael@0 | 887 | "Ninju (851-854)", |
michael@0 | 888 | "Saiko (854-857)", |
michael@0 | 889 | "Tenan (857-859)", |
michael@0 | 890 | "Jogan (859-877)", |
michael@0 | 891 | "Genkei (877-885)", |
michael@0 | 892 | "Ninja (885-889)", |
michael@0 | 893 | "Kampjo (889-898)", |
michael@0 | 894 | "Šotai (898-901)", |
michael@0 | 895 | "Enđi (901-923)", |
michael@0 | 896 | "Enčo (923-931)", |
michael@0 | 897 | "Šohei (931-938)", |
michael@0 | 898 | "Tengjo (938-947)", |
michael@0 | 899 | "Tenriaku (947-957)", |
michael@0 | 900 | "Tentoku (957-961)", |
michael@0 | 901 | "Ova (961-964)", |
michael@0 | 902 | "Koho (964-968)", |
michael@0 | 903 | "Ana (968-970)", |
michael@0 | 904 | "Tenroku (970-973)", |
michael@0 | 905 | "Ten-en (973-976)", |
michael@0 | 906 | "Jogen (976-978)", |
michael@0 | 907 | "Tengen (978-983)", |
michael@0 | 908 | "Eikan (983-985)", |
michael@0 | 909 | "Kana (985-987)", |
michael@0 | 910 | "Ei-en (987-989)", |
michael@0 | 911 | "Eiso (989-990)", |
michael@0 | 912 | "Šorjaku (990-995)", |
michael@0 | 913 | "Čotoku (995-999)", |
michael@0 | 914 | "Čoho (999-1004)", |
michael@0 | 915 | "Kanko (1004-1012)", |
michael@0 | 916 | "Čova (1012-1017)", |
michael@0 | 917 | "Kanin (1017-1021)", |
michael@0 | 918 | "Đian (1021-1024)", |
michael@0 | 919 | "Manju (1024-1028)", |
michael@0 | 920 | "Čogen (1028-1037)", |
michael@0 | 921 | "Čorjaku (1037-1040)", |
michael@0 | 922 | "Čokju (1040-1044)", |
michael@0 | 923 | "Kantoku (1044-1046)", |
michael@0 | 924 | "Eišo (1046-1053)", |
michael@0 | 925 | "Tenđi (1053-1058)", |
michael@0 | 926 | "Kohei (1058-1065)", |
michael@0 | 927 | "Đirjaku (1065-1069)", |
michael@0 | 928 | "Enkju (1069-1074)", |
michael@0 | 929 | "Šoho (1074-1077)", |
michael@0 | 930 | "Šorjaku (1077-1081)", |
michael@0 | 931 | "Eišo (1081-1084)", |
michael@0 | 932 | "Otoku (1084-1087)", |
michael@0 | 933 | "Kanđi (1087-1094)", |
michael@0 | 934 | "Kaho (1094-1096)", |
michael@0 | 935 | "Eičo (1096-1097)", |
michael@0 | 936 | "Šotoku (1097-1099)", |
michael@0 | 937 | "Kova (1099-1104)", |
michael@0 | 938 | "Čođi (1104-1106)", |
michael@0 | 939 | "Kašo (1106-1108)", |
michael@0 | 940 | "Tenin (1108-1110)", |
michael@0 | 941 | "Ten-ei (1110-1113)", |
michael@0 | 942 | "Eikju (1113-1118)", |
michael@0 | 943 | "Đen-ei (1118-1120)", |
michael@0 | 944 | "Hoan (1120-1124)", |
michael@0 | 945 | "Tenđi (1124-1126)", |
michael@0 | 946 | "Daiđi (1126-1131)", |
michael@0 | 947 | "Tenšo (1131-1132)", |
michael@0 | 948 | "Čošao (1132-1135)", |
michael@0 | 949 | "Hoen (1135-1141)", |
michael@0 | 950 | "Eiđi (1141-1142)", |
michael@0 | 951 | "Kođi (1142-1144)", |
michael@0 | 952 | "Tenjo (1144-1145)", |
michael@0 | 953 | "Kjuan (1145-1151)", |
michael@0 | 954 | "Ninpei (1151-1154)", |
michael@0 | 955 | "Kjuju (1154-1156)", |
michael@0 | 956 | "Hogen (1156-1159)", |
michael@0 | 957 | "Heiđi (1159-1160)", |
michael@0 | 958 | "Eirjaku (1160-1161)", |
michael@0 | 959 | "Oho (1161-1163)", |
michael@0 | 960 | "Čokan (1163-1165)", |
michael@0 | 961 | "Eiman (1165-1166)", |
michael@0 | 962 | "Nin-an (1166-1169)", |
michael@0 | 963 | "Kao (1169-1171)", |
michael@0 | 964 | "Šoan (1171-1175)", |
michael@0 | 965 | "Angen (1175-1177)", |
michael@0 | 966 | "Đišo (1177-1181)", |
michael@0 | 967 | "Jova (1181-1182)", |
michael@0 | 968 | "Đuei (1182-1184)", |
michael@0 | 969 | "Genrjuku (1184-1185)", |
michael@0 | 970 | "Bunđi (1185-1190)", |
michael@0 | 971 | "Kenkju (1190-1199)", |
michael@0 | 972 | "Šođi (1199-1201)", |
michael@0 | 973 | "Kenin (1201-1204)", |
michael@0 | 974 | "Genkju (1204-1206)", |
michael@0 | 975 | "Ken-ei (1206-1207)", |
michael@0 | 976 | "Šogen (1207-1211)", |
michael@0 | 977 | "Kenrjaku (1211-1213)", |
michael@0 | 978 | "Kenpo (1213-1219)", |
michael@0 | 979 | "Šokju (1219-1222)", |
michael@0 | 980 | "Đu (1222-1224)", |
michael@0 | 981 | "Đenin (1224-1225)", |
michael@0 | 982 | "Karoku (1225-1227)", |
michael@0 | 983 | "Antei (1227-1229)", |
michael@0 | 984 | "Kanki (1229-1232)", |
michael@0 | 985 | "Đoei (1232-1233)", |
michael@0 | 986 | "Tempuku (1233-1234)", |
michael@0 | 987 | "Bunrjaku (1234-1235)", |
michael@0 | 988 | "Katei (1235-1238)", |
michael@0 | 989 | "Rjakunin (1238-1239)", |
michael@0 | 990 | "En-o (1239-1240)", |
michael@0 | 991 | "Ninji (1240-1243)", |
michael@0 | 992 | "Kangen (1243-1247)", |
michael@0 | 993 | "Hođi (1247-1249)", |
michael@0 | 994 | "Kenčo (1249-1256)", |
michael@0 | 995 | "Kogen (1256-1257)", |
michael@0 | 996 | "Šoka (1257-1259)", |
michael@0 | 997 | "Šogen (1259-1260)", |
michael@0 | 998 | "Bun-o (1260-1261)", |
michael@0 | 999 | "Kočo (1261-1264)", |
michael@0 | 1000 | "Bun-ei (1264-1275)", |
michael@0 | 1001 | "Kenđi (1275-1278)", |
michael@0 | 1002 | "Koan (1278-1288)", |
michael@0 | 1003 | "Šu (1288-1293)", |
michael@0 | 1004 | "Einin (1293-1299)", |
michael@0 | 1005 | "Šoan (1299-1302)", |
michael@0 | 1006 | "Kengen (1302-1303)", |
michael@0 | 1007 | "Kagen (1303-1306)", |
michael@0 | 1008 | "Tokuđi (1306-1308)", |
michael@0 | 1009 | "Enkei (1308-1311)", |
michael@0 | 1010 | "Očo (1311-1312)", |
michael@0 | 1011 | "Šova (1312-1317)", |
michael@0 | 1012 | "Bunpo (1317-1319)", |
michael@0 | 1013 | "Đeno (1319-1321)", |
michael@0 | 1014 | "Đenkjo (1321-1324)", |
michael@0 | 1015 | "Šoču (1324-1326)", |
michael@0 | 1016 | "Kareki (1326-1329)", |
michael@0 | 1017 | "Gentoku (1329-1331)", |
michael@0 | 1018 | "Genko (1331-1334)", |
michael@0 | 1019 | "Kemu (1334-1336)", |
michael@0 | 1020 | "Engen (1336-1340)", |
michael@0 | 1021 | "Kokoku (1340-1346)", |
michael@0 | 1022 | "Šohei (1346-1370)", |
michael@0 | 1023 | "Kentoku (1370-1372)", |
michael@0 | 1024 | "Buču (1372-1375)", |
michael@0 | 1025 | "Tenju (1375-1379)", |
michael@0 | 1026 | "Korjaku (1379-1381)", |
michael@0 | 1027 | "Kova (1381-1384)", |
michael@0 | 1028 | "Genču (1384-1392)", |
michael@0 | 1029 | "Meitoku (1384-1387)", |
michael@0 | 1030 | "Kakei (1387-1389)", |
michael@0 | 1031 | "Ku (1389-1390)", |
michael@0 | 1032 | "Meitoku (1390-1394)", |
michael@0 | 1033 | "Oei (1394-1428)", |
michael@0 | 1034 | "Šočo (1428-1429)", |
michael@0 | 1035 | "Eikjo (1429-1441)", |
michael@0 | 1036 | "Kakitsu (1441-1444)", |
michael@0 | 1037 | "Bun-an (1444-1449)", |
michael@0 | 1038 | "Hotoku (1449-1452)", |
michael@0 | 1039 | "Kjotoku (1452-1455)", |
michael@0 | 1040 | "Košo (1455-1457)", |
michael@0 | 1041 | "Čoroku (1457-1460)", |
michael@0 | 1042 | "Kanšo (1460-1466)", |
michael@0 | 1043 | "Bunšo (1466-1467)", |
michael@0 | 1044 | "Onin (1467-1469)", |
michael@0 | 1045 | "Bunmei (1469-1487)", |
michael@0 | 1046 | "Čokjo (1487-1489)", |
michael@0 | 1047 | "Entoku (1489-1492)", |
michael@0 | 1048 | "Meio (1492-1501)", |
michael@0 | 1049 | "Bunki (1501-1504)", |
michael@0 | 1050 | "Eišo (1504-1521)", |
michael@0 | 1051 | "Taiei (1521-1528)", |
michael@0 | 1052 | "Kjoroku (1528-1532)", |
michael@0 | 1053 | "Tenmon (1532-1555)", |
michael@0 | 1054 | "Kođi (1555-1558)", |
michael@0 | 1055 | "Eiroku (1558-1570)", |
michael@0 | 1056 | "Genki (1570-1573)", |
michael@0 | 1057 | "Tenšo (1573-1592)", |
michael@0 | 1058 | "Bunroku (1592-1596)", |
michael@0 | 1059 | "Keičo (1596-1615)", |
michael@0 | 1060 | "Genva (1615-1624)", |
michael@0 | 1061 | "Kan-ei (1624-1644)", |
michael@0 | 1062 | "Šoho (1644-1648)", |
michael@0 | 1063 | "Keian (1648-1652)", |
michael@0 | 1064 | "Šu (1652-1655)", |
michael@0 | 1065 | "Meirjaku (1655-1658)", |
michael@0 | 1066 | "Manji (1658-1661)", |
michael@0 | 1067 | "Kanbun (1661-1673)", |
michael@0 | 1068 | "Enpo (1673-1681)", |
michael@0 | 1069 | "Tenva (1681-1684)", |
michael@0 | 1070 | "Jokjo (1684-1688)", |
michael@0 | 1071 | "Genroku (1688-1704)", |
michael@0 | 1072 | "Hoei (1704-1711)", |
michael@0 | 1073 | "Šotoku (1711-1716)", |
michael@0 | 1074 | "Kjoho (1716-1736)", |
michael@0 | 1075 | "Genbun (1736-1741)", |
michael@0 | 1076 | "Kanpo (1741-1744)", |
michael@0 | 1077 | "Enkjo (1744-1748)", |
michael@0 | 1078 | "Kan-en (1748-1751)", |
michael@0 | 1079 | "Horjaku (1751-1764)", |
michael@0 | 1080 | "Meiva (1764-1772)", |
michael@0 | 1081 | "An-ei (1772-1781)", |
michael@0 | 1082 | "Tenmei (1781-1789)", |
michael@0 | 1083 | "Kansei (1789-1801)", |
michael@0 | 1084 | "Kjova (1801-1804)", |
michael@0 | 1085 | "Bunka (1804-1818)", |
michael@0 | 1086 | "Bunsei (1818-1830)", |
michael@0 | 1087 | "Tenpo (1830-1844)", |
michael@0 | 1088 | "Koka (1844-1848)", |
michael@0 | 1089 | "Kaei (1848-1854)", |
michael@0 | 1090 | "Ansei (1854-1860)", |
michael@0 | 1091 | "Man-en (1860-1861)", |
michael@0 | 1092 | "Bunkju (1861-1864)", |
michael@0 | 1093 | "Genđi (1864-1865)", |
michael@0 | 1094 | "Keiko (1865-1868)", |
michael@0 | 1095 | "Meiđi", |
michael@0 | 1096 | "Taišo", |
michael@0 | 1097 | "Šova", |
michael@0 | 1098 | "Haisei", |
michael@0 | 1099 | } |
michael@0 | 1100 | } |
michael@0 | 1101 | } |
michael@0 | 1102 | persian{ |
michael@0 | 1103 | monthNames{ |
michael@0 | 1104 | format{ |
michael@0 | 1105 | wide{ |
michael@0 | 1106 | "Faravadin", |
michael@0 | 1107 | "Ordibehešt", |
michael@0 | 1108 | "Kordad", |
michael@0 | 1109 | "Tir", |
michael@0 | 1110 | "Mordad", |
michael@0 | 1111 | "Šahrivar", |
michael@0 | 1112 | "Mehr", |
michael@0 | 1113 | "Aban", |
michael@0 | 1114 | "Azar", |
michael@0 | 1115 | "Dej", |
michael@0 | 1116 | "Bahman", |
michael@0 | 1117 | "Esfand", |
michael@0 | 1118 | } |
michael@0 | 1119 | } |
michael@0 | 1120 | } |
michael@0 | 1121 | } |
michael@0 | 1122 | roc{ |
michael@0 | 1123 | eras{ |
michael@0 | 1124 | abbreviated{ |
michael@0 | 1125 | "Pre RK", |
michael@0 | 1126 | "RK", |
michael@0 | 1127 | } |
michael@0 | 1128 | } |
michael@0 | 1129 | } |
michael@0 | 1130 | } |
michael@0 | 1131 | delimiters{ |
michael@0 | 1132 | alternateQuotationEnd{"‘"} |
michael@0 | 1133 | alternateQuotationStart{"‚"} |
michael@0 | 1134 | quotationEnd{"“"} |
michael@0 | 1135 | quotationStart{"„"} |
michael@0 | 1136 | } |
michael@0 | 1137 | durationUnits{ |
michael@0 | 1138 | hm{"h:mm"} |
michael@0 | 1139 | hms{"h:mm:ss"} |
michael@0 | 1140 | ms{"m:ss"} |
michael@0 | 1141 | } |
michael@0 | 1142 | fields{ |
michael@0 | 1143 | day{ |
michael@0 | 1144 | dn{"dan"} |
michael@0 | 1145 | relative{ |
michael@0 | 1146 | "-1"{"juče"} |
michael@0 | 1147 | "-2"{"prekjuče"} |
michael@0 | 1148 | "0"{"danas"} |
michael@0 | 1149 | "1"{"sutra"} |
michael@0 | 1150 | "2"{"prekosutra"} |
michael@0 | 1151 | } |
michael@0 | 1152 | relativeTime{ |
michael@0 | 1153 | future{ |
michael@0 | 1154 | few{"za {0} dana"} |
michael@0 | 1155 | one{"za {0} dan"} |
michael@0 | 1156 | other{"za {0} dana"} |
michael@0 | 1157 | } |
michael@0 | 1158 | past{ |
michael@0 | 1159 | few{"pre {0} dana"} |
michael@0 | 1160 | one{"pre {0} dana"} |
michael@0 | 1161 | other{"pre {0} dana"} |
michael@0 | 1162 | } |
michael@0 | 1163 | } |
michael@0 | 1164 | } |
michael@0 | 1165 | dayperiod{ |
michael@0 | 1166 | dn{"pre podne/popodne"} |
michael@0 | 1167 | } |
michael@0 | 1168 | era{ |
michael@0 | 1169 | dn{"era"} |
michael@0 | 1170 | } |
michael@0 | 1171 | fri{ |
michael@0 | 1172 | relative{ |
michael@0 | 1173 | "-1"{"prošlog petka"} |
michael@0 | 1174 | "0"{"ovog petka"} |
michael@0 | 1175 | "1"{"sledećeg petka"} |
michael@0 | 1176 | } |
michael@0 | 1177 | } |
michael@0 | 1178 | hour{ |
michael@0 | 1179 | dn{"čas"} |
michael@0 | 1180 | relativeTime{ |
michael@0 | 1181 | future{ |
michael@0 | 1182 | few{"za {0} sata"} |
michael@0 | 1183 | one{"za {0} sat"} |
michael@0 | 1184 | other{"za {0} sati"} |
michael@0 | 1185 | } |
michael@0 | 1186 | past{ |
michael@0 | 1187 | few{"pre {0} sata"} |
michael@0 | 1188 | one{"pre {0} sata"} |
michael@0 | 1189 | other{"pre {0} sati"} |
michael@0 | 1190 | } |
michael@0 | 1191 | } |
michael@0 | 1192 | } |
michael@0 | 1193 | minute{ |
michael@0 | 1194 | dn{"minut"} |
michael@0 | 1195 | relativeTime{ |
michael@0 | 1196 | future{ |
michael@0 | 1197 | few{"za {0} minuta"} |
michael@0 | 1198 | one{"za {0} minut"} |
michael@0 | 1199 | other{"za {0} minuta"} |
michael@0 | 1200 | } |
michael@0 | 1201 | past{ |
michael@0 | 1202 | few{"pre {0} minuta"} |
michael@0 | 1203 | one{"pre {0} minuta"} |
michael@0 | 1204 | other{"pre {0} minuta"} |
michael@0 | 1205 | } |
michael@0 | 1206 | } |
michael@0 | 1207 | } |
michael@0 | 1208 | mon{ |
michael@0 | 1209 | relative{ |
michael@0 | 1210 | "-1"{"prošlog ponedeljka"} |
michael@0 | 1211 | "0"{"ovog ponedeljka"} |
michael@0 | 1212 | "1"{"sledećeg ponedeljka"} |
michael@0 | 1213 | } |
michael@0 | 1214 | } |
michael@0 | 1215 | month{ |
michael@0 | 1216 | dn{"mesec"} |
michael@0 | 1217 | relative{ |
michael@0 | 1218 | "-1"{"Prošlog meseca"} |
michael@0 | 1219 | "0"{"Ovog meseca"} |
michael@0 | 1220 | "1"{"Sledećeg meseca"} |
michael@0 | 1221 | } |
michael@0 | 1222 | relativeTime{ |
michael@0 | 1223 | future{ |
michael@0 | 1224 | few{"za {0} meseca"} |
michael@0 | 1225 | one{"za {0} mesec"} |
michael@0 | 1226 | other{"za {0} meseci"} |
michael@0 | 1227 | } |
michael@0 | 1228 | past{ |
michael@0 | 1229 | few{"pre {0} meseca"} |
michael@0 | 1230 | one{"pre {0} meseca"} |
michael@0 | 1231 | other{"pre {0} meseci"} |
michael@0 | 1232 | } |
michael@0 | 1233 | } |
michael@0 | 1234 | } |
michael@0 | 1235 | sat{ |
michael@0 | 1236 | relative{ |
michael@0 | 1237 | "-1"{"prošle subote"} |
michael@0 | 1238 | "0"{"ove subote"} |
michael@0 | 1239 | "1"{"sledeće subote"} |
michael@0 | 1240 | } |
michael@0 | 1241 | } |
michael@0 | 1242 | second{ |
michael@0 | 1243 | dn{"sekund"} |
michael@0 | 1244 | relative{ |
michael@0 | 1245 | "0"{"sada"} |
michael@0 | 1246 | } |
michael@0 | 1247 | relativeTime{ |
michael@0 | 1248 | future{ |
michael@0 | 1249 | few{"za {0} sekunde"} |
michael@0 | 1250 | one{"za {0} sekundu"} |
michael@0 | 1251 | other{"za {0} sekundi"} |
michael@0 | 1252 | } |
michael@0 | 1253 | past{ |
michael@0 | 1254 | few{"pre {0} sekunde"} |
michael@0 | 1255 | one{"pre {0} sekunde"} |
michael@0 | 1256 | other{"pre {0} sekundi"} |
michael@0 | 1257 | } |
michael@0 | 1258 | } |
michael@0 | 1259 | } |
michael@0 | 1260 | sun{ |
michael@0 | 1261 | relative{ |
michael@0 | 1262 | "-1"{"prošle nedelje"} |
michael@0 | 1263 | "0"{"ove nedelje"} |
michael@0 | 1264 | "1"{"sledeće nedelje"} |
michael@0 | 1265 | } |
michael@0 | 1266 | } |
michael@0 | 1267 | thu{ |
michael@0 | 1268 | relative{ |
michael@0 | 1269 | "-1"{"prošlog četvrtka"} |
michael@0 | 1270 | "0"{"ovog četvrtka"} |
michael@0 | 1271 | "1"{"sledećeg četvrtka"} |
michael@0 | 1272 | } |
michael@0 | 1273 | } |
michael@0 | 1274 | tue{ |
michael@0 | 1275 | relative{ |
michael@0 | 1276 | "-1"{"prošlog utorka"} |
michael@0 | 1277 | "0"{"ovog utorka"} |
michael@0 | 1278 | "1"{"sledećeg utorka"} |
michael@0 | 1279 | } |
michael@0 | 1280 | } |
michael@0 | 1281 | wed{ |
michael@0 | 1282 | relative{ |
michael@0 | 1283 | "-1"{"prošle srede"} |
michael@0 | 1284 | "0"{"ove srede"} |
michael@0 | 1285 | "1"{"sledeće srede"} |
michael@0 | 1286 | } |
michael@0 | 1287 | } |
michael@0 | 1288 | week{ |
michael@0 | 1289 | dn{"nedelja"} |
michael@0 | 1290 | relative{ |
michael@0 | 1291 | "-1"{"Prošle nedelje"} |
michael@0 | 1292 | "0"{"Ove nedelje"} |
michael@0 | 1293 | "1"{"Sledeće nedelje"} |
michael@0 | 1294 | } |
michael@0 | 1295 | relativeTime{ |
michael@0 | 1296 | future{ |
michael@0 | 1297 | few{"za {0} nedelje"} |
michael@0 | 1298 | one{"za {0} nedelju"} |
michael@0 | 1299 | other{"za {0} nedelja"} |
michael@0 | 1300 | } |
michael@0 | 1301 | past{ |
michael@0 | 1302 | few{"pre {0} nedelje"} |
michael@0 | 1303 | one{"pre {0} nedelje"} |
michael@0 | 1304 | other{"pre {0} nedelja"} |
michael@0 | 1305 | } |
michael@0 | 1306 | } |
michael@0 | 1307 | } |
michael@0 | 1308 | weekday{ |
michael@0 | 1309 | dn{"dan u nedelji"} |
michael@0 | 1310 | } |
michael@0 | 1311 | year{ |
michael@0 | 1312 | dn{"godina"} |
michael@0 | 1313 | relative{ |
michael@0 | 1314 | "-1"{"Prošle godine"} |
michael@0 | 1315 | "0"{"Ove godine"} |
michael@0 | 1316 | "1"{"Sledeće godine"} |
michael@0 | 1317 | } |
michael@0 | 1318 | relativeTime{ |
michael@0 | 1319 | future{ |
michael@0 | 1320 | few{"za {0} godine"} |
michael@0 | 1321 | one{"za {0} godinu"} |
michael@0 | 1322 | other{"za {0} godina"} |
michael@0 | 1323 | } |
michael@0 | 1324 | past{ |
michael@0 | 1325 | few{"pre {0} godine"} |
michael@0 | 1326 | one{"pre {0} godine"} |
michael@0 | 1327 | other{"pre {0} godina"} |
michael@0 | 1328 | } |
michael@0 | 1329 | } |
michael@0 | 1330 | } |
michael@0 | 1331 | zone{ |
michael@0 | 1332 | dn{"zona"} |
michael@0 | 1333 | } |
michael@0 | 1334 | } |
michael@0 | 1335 | listPattern{ |
michael@0 | 1336 | standard{ |
michael@0 | 1337 | 2{"{0} i {1}"} |
michael@0 | 1338 | end{"{0} i {1}"} |
michael@0 | 1339 | middle{"{0}, {1}"} |
michael@0 | 1340 | start{"{0}, {1}"} |
michael@0 | 1341 | } |
michael@0 | 1342 | unit{ |
michael@0 | 1343 | 2{"{0} i {1}"} |
michael@0 | 1344 | end{"{0} i {1}"} |
michael@0 | 1345 | middle{"{0}, {1}"} |
michael@0 | 1346 | start{"{0}, {1}"} |
michael@0 | 1347 | } |
michael@0 | 1348 | unit-short{ |
michael@0 | 1349 | 2{"{0} i {1}"} |
michael@0 | 1350 | end{"{0} i {1}"} |
michael@0 | 1351 | middle{"{0}, {1}"} |
michael@0 | 1352 | start{"{0}, {1}"} |
michael@0 | 1353 | } |
michael@0 | 1354 | } |
michael@0 | 1355 | measurementSystemNames{ |
michael@0 | 1356 | UK{"imperijalni"} |
michael@0 | 1357 | US{"SAD"} |
michael@0 | 1358 | metric{"Metrički"} |
michael@0 | 1359 | } |
michael@0 | 1360 | transformNames{ |
michael@0 | 1361 | BGN{"BGN (BGN)"} |
michael@0 | 1362 | Numeric{"Numerička"} |
michael@0 | 1363 | Tone{"Ton"} |
michael@0 | 1364 | UNGEGN{"UNGEGN (BGN)"} |
michael@0 | 1365 | x-Accents{"Akcenti"} |
michael@0 | 1366 | x-Fullwidth{"puna širina"} |
michael@0 | 1367 | x-Halfwidth{"pola širine"} |
michael@0 | 1368 | x-Jamo{"Džamo"} |
michael@0 | 1369 | x-Pinyin{"Pinjin"} |
michael@0 | 1370 | x-Publishing{"Izdavački"} |
michael@0 | 1371 | } |
michael@0 | 1372 | units{ |
michael@0 | 1373 | acceleration{ |
michael@0 | 1374 | g-force{ |
michael@0 | 1375 | few{"{0} ge sila"} |
michael@0 | 1376 | one{"{0} ge sila"} |
michael@0 | 1377 | other{"{0} ge sila"} |
michael@0 | 1378 | } |
michael@0 | 1379 | } |
michael@0 | 1380 | angle{ |
michael@0 | 1381 | arc-minute{ |
michael@0 | 1382 | few{"{0} minuta"} |
michael@0 | 1383 | one{"{0} minut"} |
michael@0 | 1384 | other{"{0} minuta"} |
michael@0 | 1385 | } |
michael@0 | 1386 | arc-second{ |
michael@0 | 1387 | few{"{0} sekunde"} |
michael@0 | 1388 | one{"{0} sekunda"} |
michael@0 | 1389 | other{"{0} sekundi"} |
michael@0 | 1390 | } |
michael@0 | 1391 | degree{ |
michael@0 | 1392 | few{"{0} stepena"} |
michael@0 | 1393 | one{"{0} stepen"} |
michael@0 | 1394 | other{"{0} stepeni"} |
michael@0 | 1395 | } |
michael@0 | 1396 | } |
michael@0 | 1397 | area{ |
michael@0 | 1398 | acre{ |
michael@0 | 1399 | few{"{0} akera"} |
michael@0 | 1400 | one{"{0} aker"} |
michael@0 | 1401 | other{"{0} akera"} |
michael@0 | 1402 | } |
michael@0 | 1403 | hectare{ |
michael@0 | 1404 | few{"{0} hektara"} |
michael@0 | 1405 | one{"{0} hektar"} |
michael@0 | 1406 | other{"{0} hektara"} |
michael@0 | 1407 | } |
michael@0 | 1408 | square-foot{ |
michael@0 | 1409 | few{"{0} kvadratne stope"} |
michael@0 | 1410 | one{"{0} kvadratna stopa"} |
michael@0 | 1411 | other{"{0} kvadratnih stopa"} |
michael@0 | 1412 | } |
michael@0 | 1413 | square-kilometer{ |
michael@0 | 1414 | few{"{0} kvadratna kilometra"} |
michael@0 | 1415 | one{"{0} kvadratni kilometar"} |
michael@0 | 1416 | other{"{0} kvadratnih kilometara"} |
michael@0 | 1417 | } |
michael@0 | 1418 | square-meter{ |
michael@0 | 1419 | few{"{0} kvadratna metra"} |
michael@0 | 1420 | one{"{0} kvadratni metar"} |
michael@0 | 1421 | other{"{0} kvadratnih metara"} |
michael@0 | 1422 | } |
michael@0 | 1423 | square-mile{ |
michael@0 | 1424 | few{"{0} kvadratne milje"} |
michael@0 | 1425 | one{"{0} kvadratna milja"} |
michael@0 | 1426 | other{"{0} kvadratnih milja"} |
michael@0 | 1427 | } |
michael@0 | 1428 | } |
michael@0 | 1429 | compound{ |
michael@0 | 1430 | per{"{0}/{1}"} |
michael@0 | 1431 | } |
michael@0 | 1432 | duration{ |
michael@0 | 1433 | day{ |
michael@0 | 1434 | few{"{0} dana"} |
michael@0 | 1435 | one{"{0} dan"} |
michael@0 | 1436 | other{"{0} dana"} |
michael@0 | 1437 | } |
michael@0 | 1438 | hour{ |
michael@0 | 1439 | few{"{0} sata"} |
michael@0 | 1440 | one{"{0} sat"} |
michael@0 | 1441 | other{"{0} sati"} |
michael@0 | 1442 | } |
michael@0 | 1443 | millisecond{ |
michael@0 | 1444 | few{"{0} milisekunde"} |
michael@0 | 1445 | one{"{0} milisekunda"} |
michael@0 | 1446 | other{"{0} milisekundi"} |
michael@0 | 1447 | } |
michael@0 | 1448 | minute{ |
michael@0 | 1449 | few{"{0} minuta"} |
michael@0 | 1450 | one{"{0} minut"} |
michael@0 | 1451 | other{"{0} minuta"} |
michael@0 | 1452 | } |
michael@0 | 1453 | month{ |
michael@0 | 1454 | few{"{0} meseca"} |
michael@0 | 1455 | one{"{0} mesec"} |
michael@0 | 1456 | other{"{0} meseci"} |
michael@0 | 1457 | } |
michael@0 | 1458 | second{ |
michael@0 | 1459 | few{"{0} sekunde"} |
michael@0 | 1460 | one{"{0} sekunda"} |
michael@0 | 1461 | other{"{0} sekundi"} |
michael@0 | 1462 | } |
michael@0 | 1463 | week{ |
michael@0 | 1464 | few{"{0} nedelje"} |
michael@0 | 1465 | one{"{0} nedelja"} |
michael@0 | 1466 | other{"{0} nedelja"} |
michael@0 | 1467 | } |
michael@0 | 1468 | year{ |
michael@0 | 1469 | few{"{0} godine"} |
michael@0 | 1470 | one{"{0} godina"} |
michael@0 | 1471 | other{"{0} godina"} |
michael@0 | 1472 | } |
michael@0 | 1473 | } |
michael@0 | 1474 | length{ |
michael@0 | 1475 | centimeter{ |
michael@0 | 1476 | few{"{0} centimentra"} |
michael@0 | 1477 | one{"{0} centimetar"} |
michael@0 | 1478 | other{"{0} centimetara"} |
michael@0 | 1479 | } |
michael@0 | 1480 | foot{ |
michael@0 | 1481 | few{"{0} stope"} |
michael@0 | 1482 | one{"{0} stopa"} |
michael@0 | 1483 | other{"{0} stopa"} |
michael@0 | 1484 | } |
michael@0 | 1485 | inch{ |
michael@0 | 1486 | few{"{0} inča"} |
michael@0 | 1487 | one{"{0} inč"} |
michael@0 | 1488 | other{"{0} inča"} |
michael@0 | 1489 | } |
michael@0 | 1490 | kilometer{ |
michael@0 | 1491 | few{"{0} kilometra"} |
michael@0 | 1492 | one{"{0} kilometar"} |
michael@0 | 1493 | other{"{0} kilometara"} |
michael@0 | 1494 | } |
michael@0 | 1495 | light-year{ |
michael@0 | 1496 | few{"{0} svetlosne godine"} |
michael@0 | 1497 | one{"{0} svetlosna godina"} |
michael@0 | 1498 | other{"{0} svetlosnih godina"} |
michael@0 | 1499 | } |
michael@0 | 1500 | meter{ |
michael@0 | 1501 | few{"{0} metra"} |
michael@0 | 1502 | one{"{0} metar"} |
michael@0 | 1503 | other{"{0} metara"} |
michael@0 | 1504 | } |
michael@0 | 1505 | mile{ |
michael@0 | 1506 | few{"{0} milje"} |
michael@0 | 1507 | one{"{0} milja"} |
michael@0 | 1508 | other{"{0} milja"} |
michael@0 | 1509 | } |
michael@0 | 1510 | millimeter{ |
michael@0 | 1511 | few{"{0} milimetra"} |
michael@0 | 1512 | one{"{0} milimetar"} |
michael@0 | 1513 | other{"{0} milimetara"} |
michael@0 | 1514 | } |
michael@0 | 1515 | picometer{ |
michael@0 | 1516 | few{"{0} pikometra"} |
michael@0 | 1517 | one{"{0} pikometar"} |
michael@0 | 1518 | other{"{0} pikometara"} |
michael@0 | 1519 | } |
michael@0 | 1520 | yard{ |
michael@0 | 1521 | few{"{0} jarda"} |
michael@0 | 1522 | one{"{0} jard"} |
michael@0 | 1523 | other{"{0} jardi"} |
michael@0 | 1524 | } |
michael@0 | 1525 | } |
michael@0 | 1526 | mass{ |
michael@0 | 1527 | gram{ |
michael@0 | 1528 | few{"{0} grama"} |
michael@0 | 1529 | one{"{0} gram"} |
michael@0 | 1530 | other{"{0} grama"} |
michael@0 | 1531 | } |
michael@0 | 1532 | kilogram{ |
michael@0 | 1533 | few{"{0} kilograma"} |
michael@0 | 1534 | one{"{0} kilogram"} |
michael@0 | 1535 | other{"{0} kilograma"} |
michael@0 | 1536 | } |
michael@0 | 1537 | ounce{ |
michael@0 | 1538 | few{"{0} unce"} |
michael@0 | 1539 | one{"{0} unca"} |
michael@0 | 1540 | other{"{0} unci"} |
michael@0 | 1541 | } |
michael@0 | 1542 | pound{ |
michael@0 | 1543 | few{"{0} funte"} |
michael@0 | 1544 | one{"{0} funta"} |
michael@0 | 1545 | other{"{0} funti"} |
michael@0 | 1546 | } |
michael@0 | 1547 | } |
michael@0 | 1548 | power{ |
michael@0 | 1549 | horsepower{ |
michael@0 | 1550 | few{"{0} konjske snage"} |
michael@0 | 1551 | one{"{0} konjska snaga"} |
michael@0 | 1552 | other{"{0} konjskih snaga"} |
michael@0 | 1553 | } |
michael@0 | 1554 | kilowatt{ |
michael@0 | 1555 | few{"{0} kilovata"} |
michael@0 | 1556 | one{"{0} kilovat"} |
michael@0 | 1557 | other{"{0} kilovati"} |
michael@0 | 1558 | } |
michael@0 | 1559 | watt{ |
michael@0 | 1560 | few{"{0} vata"} |
michael@0 | 1561 | one{"{0} vat"} |
michael@0 | 1562 | other{"{0} vati"} |
michael@0 | 1563 | } |
michael@0 | 1564 | } |
michael@0 | 1565 | pressure{ |
michael@0 | 1566 | hectopascal{ |
michael@0 | 1567 | few{"{0} hektopaskala"} |
michael@0 | 1568 | one{"{0} hektopaskal"} |
michael@0 | 1569 | other{"{0} hektopaskala"} |
michael@0 | 1570 | } |
michael@0 | 1571 | inch-hg{ |
michael@0 | 1572 | few{"{0} inča živinog stuba"} |
michael@0 | 1573 | one{"{0} inč živinog stuba"} |
michael@0 | 1574 | other{"{0} inča živinog stuba"} |
michael@0 | 1575 | } |
michael@0 | 1576 | millibar{ |
michael@0 | 1577 | few{"{0} milibara"} |
michael@0 | 1578 | one{"{0} milibar"} |
michael@0 | 1579 | other{"{0} milibara"} |
michael@0 | 1580 | } |
michael@0 | 1581 | } |
michael@0 | 1582 | speed{ |
michael@0 | 1583 | kilometer-per-hour{ |
michael@0 | 1584 | few{"{0} kilometra na sat"} |
michael@0 | 1585 | one{"{0} kilometar na sat"} |
michael@0 | 1586 | other{"{0} kilometara na sat"} |
michael@0 | 1587 | } |
michael@0 | 1588 | meter-per-second{ |
michael@0 | 1589 | few{"{0} metra u sekundi"} |
michael@0 | 1590 | one{"{0} metar u sekundi"} |
michael@0 | 1591 | other{"{0} metara u sekundi"} |
michael@0 | 1592 | } |
michael@0 | 1593 | mile-per-hour{ |
michael@0 | 1594 | few{"{0} milje na sat"} |
michael@0 | 1595 | one{"{0} milja na sat"} |
michael@0 | 1596 | other{"{0} milja na sat"} |
michael@0 | 1597 | } |
michael@0 | 1598 | } |
michael@0 | 1599 | temperature{ |
michael@0 | 1600 | celsius{ |
michael@0 | 1601 | few{"{0} stepena Celzijusa"} |
michael@0 | 1602 | one{"{0} stepen Celzijusa"} |
michael@0 | 1603 | other{"{0} stepeni Celzijusa"} |
michael@0 | 1604 | } |
michael@0 | 1605 | fahrenheit{ |
michael@0 | 1606 | few{"{0} stepena Farenhajta"} |
michael@0 | 1607 | one{"{0} stepen Farenhajta"} |
michael@0 | 1608 | other{"{0} stepeni Farenhajta"} |
michael@0 | 1609 | } |
michael@0 | 1610 | } |
michael@0 | 1611 | volume{ |
michael@0 | 1612 | cubic-kilometer{ |
michael@0 | 1613 | few{"{0} kubna kilometra"} |
michael@0 | 1614 | one{"{0} kubni kilometar"} |
michael@0 | 1615 | other{"{0} kubnih kilometara"} |
michael@0 | 1616 | } |
michael@0 | 1617 | cubic-mile{ |
michael@0 | 1618 | few{"{0} kubna metra"} |
michael@0 | 1619 | one{"{0} kubni metar"} |
michael@0 | 1620 | other{"{0} kubnih metara"} |
michael@0 | 1621 | } |
michael@0 | 1622 | liter{ |
michael@0 | 1623 | few{"{0} litra"} |
michael@0 | 1624 | one{"{0} litar"} |
michael@0 | 1625 | other{"{0} litara"} |
michael@0 | 1626 | } |
michael@0 | 1627 | } |
michael@0 | 1628 | } |
michael@0 | 1629 | unitsNarrow{ |
michael@0 | 1630 | acceleration{ |
michael@0 | 1631 | g-force{ |
michael@0 | 1632 | few{"{0} G"} |
michael@0 | 1633 | one{"{0} G"} |
michael@0 | 1634 | other{"{0} G"} |
michael@0 | 1635 | } |
michael@0 | 1636 | } |
michael@0 | 1637 | angle{ |
michael@0 | 1638 | arc-minute{ |
michael@0 | 1639 | few{"{0}′"} |
michael@0 | 1640 | one{"{0}′"} |
michael@0 | 1641 | other{"{0}′"} |
michael@0 | 1642 | } |
michael@0 | 1643 | arc-second{ |
michael@0 | 1644 | few{"{0}″"} |
michael@0 | 1645 | one{"{0}″"} |
michael@0 | 1646 | other{"{0}″"} |
michael@0 | 1647 | } |
michael@0 | 1648 | degree{ |
michael@0 | 1649 | few{"{0}°"} |
michael@0 | 1650 | one{"{0}°"} |
michael@0 | 1651 | other{"{0}°"} |
michael@0 | 1652 | } |
michael@0 | 1653 | } |
michael@0 | 1654 | area{ |
michael@0 | 1655 | acre{ |
michael@0 | 1656 | few{"{0} ac"} |
michael@0 | 1657 | one{"{0} ac"} |
michael@0 | 1658 | other{"{0} ac"} |
michael@0 | 1659 | } |
michael@0 | 1660 | hectare{ |
michael@0 | 1661 | few{"{0} ha"} |
michael@0 | 1662 | one{"{0} ha"} |
michael@0 | 1663 | other{"{0} ha"} |
michael@0 | 1664 | } |
michael@0 | 1665 | square-foot{ |
michael@0 | 1666 | few{"{0} ft²"} |
michael@0 | 1667 | one{"{0} ft²"} |
michael@0 | 1668 | other{"{0} ft²"} |
michael@0 | 1669 | } |
michael@0 | 1670 | square-kilometer{ |
michael@0 | 1671 | few{"{0} km²"} |
michael@0 | 1672 | one{"{0} km²"} |
michael@0 | 1673 | other{"{0} km²"} |
michael@0 | 1674 | } |
michael@0 | 1675 | square-meter{ |
michael@0 | 1676 | few{"{0} m²"} |
michael@0 | 1677 | one{"{0} m²"} |
michael@0 | 1678 | other{"{0} m²"} |
michael@0 | 1679 | } |
michael@0 | 1680 | square-mile{ |
michael@0 | 1681 | few{"{0} mi²"} |
michael@0 | 1682 | one{"{0} mi²"} |
michael@0 | 1683 | other{"{0} mi²"} |
michael@0 | 1684 | } |
michael@0 | 1685 | } |
michael@0 | 1686 | compound{ |
michael@0 | 1687 | per{"{0}/{1}"} |
michael@0 | 1688 | } |
michael@0 | 1689 | duration{ |
michael@0 | 1690 | day{ |
michael@0 | 1691 | few{"{0} d"} |
michael@0 | 1692 | one{"{0} d"} |
michael@0 | 1693 | other{"{0} d"} |
michael@0 | 1694 | } |
michael@0 | 1695 | hour{ |
michael@0 | 1696 | few{"{0} sata"} |
michael@0 | 1697 | one{"{0} sat"} |
michael@0 | 1698 | other{"{0} sati"} |
michael@0 | 1699 | } |
michael@0 | 1700 | millisecond{ |
michael@0 | 1701 | few{"{0} ms"} |
michael@0 | 1702 | one{"{0} ms"} |
michael@0 | 1703 | other{"{0} ms"} |
michael@0 | 1704 | } |
michael@0 | 1705 | minute{ |
michael@0 | 1706 | few{"{0} m"} |
michael@0 | 1707 | one{"{0} m"} |
michael@0 | 1708 | other{"{0} m"} |
michael@0 | 1709 | } |
michael@0 | 1710 | month{ |
michael@0 | 1711 | few{"{0} m"} |
michael@0 | 1712 | one{"{0} m"} |
michael@0 | 1713 | other{"{0} m"} |
michael@0 | 1714 | } |
michael@0 | 1715 | second{ |
michael@0 | 1716 | few{"{0} sek"} |
michael@0 | 1717 | one{"{0} sek"} |
michael@0 | 1718 | other{"{0} sek"} |
michael@0 | 1719 | } |
michael@0 | 1720 | week{ |
michael@0 | 1721 | few{"{0} n"} |
michael@0 | 1722 | one{"{0} n"} |
michael@0 | 1723 | other{"{0} n"} |
michael@0 | 1724 | } |
michael@0 | 1725 | year{ |
michael@0 | 1726 | few{"{0} g"} |
michael@0 | 1727 | one{"{0} g"} |
michael@0 | 1728 | other{"{0} g"} |
michael@0 | 1729 | } |
michael@0 | 1730 | } |
michael@0 | 1731 | length{ |
michael@0 | 1732 | centimeter{ |
michael@0 | 1733 | few{"{0} cm"} |
michael@0 | 1734 | one{"{0} cm"} |
michael@0 | 1735 | other{"{0} cm"} |
michael@0 | 1736 | } |
michael@0 | 1737 | foot{ |
michael@0 | 1738 | few{"{0} st"} |
michael@0 | 1739 | one{"{0} st"} |
michael@0 | 1740 | other{"{0} st"} |
michael@0 | 1741 | } |
michael@0 | 1742 | inch{ |
michael@0 | 1743 | few{"{0} inča"} |
michael@0 | 1744 | one{"{0} inč"} |
michael@0 | 1745 | other{"{0} inča"} |
michael@0 | 1746 | } |
michael@0 | 1747 | kilometer{ |
michael@0 | 1748 | few{"{0} km"} |
michael@0 | 1749 | one{"{0} km"} |
michael@0 | 1750 | other{"{0} km"} |
michael@0 | 1751 | } |
michael@0 | 1752 | light-year{ |
michael@0 | 1753 | few{"{0} sg"} |
michael@0 | 1754 | one{"{0} sg"} |
michael@0 | 1755 | other{"{0} sg"} |
michael@0 | 1756 | } |
michael@0 | 1757 | meter{ |
michael@0 | 1758 | few{"{0} m"} |
michael@0 | 1759 | one{"{0} m"} |
michael@0 | 1760 | other{"{0} m"} |
michael@0 | 1761 | } |
michael@0 | 1762 | mile{ |
michael@0 | 1763 | few{"{0} milje"} |
michael@0 | 1764 | one{"{0} milja"} |
michael@0 | 1765 | other{"{0} milja"} |
michael@0 | 1766 | } |
michael@0 | 1767 | millimeter{ |
michael@0 | 1768 | few{"{0} mm"} |
michael@0 | 1769 | one{"{0} mm"} |
michael@0 | 1770 | other{"{0} mm"} |
michael@0 | 1771 | } |
michael@0 | 1772 | picometer{ |
michael@0 | 1773 | few{"{0} pm"} |
michael@0 | 1774 | one{"{0} pm"} |
michael@0 | 1775 | other{"{0} pm"} |
michael@0 | 1776 | } |
michael@0 | 1777 | yard{ |
michael@0 | 1778 | few{"{0} jrd"} |
michael@0 | 1779 | one{"{0} jrd"} |
michael@0 | 1780 | other{"{0} jrd"} |
michael@0 | 1781 | } |
michael@0 | 1782 | } |
michael@0 | 1783 | mass{ |
michael@0 | 1784 | gram{ |
michael@0 | 1785 | few{"{0} g"} |
michael@0 | 1786 | one{"{0} g"} |
michael@0 | 1787 | other{"{0} g"} |
michael@0 | 1788 | } |
michael@0 | 1789 | kilogram{ |
michael@0 | 1790 | few{"{0} kg"} |
michael@0 | 1791 | one{"{0} kg"} |
michael@0 | 1792 | other{"{0} kg"} |
michael@0 | 1793 | } |
michael@0 | 1794 | ounce{ |
michael@0 | 1795 | few{"{0} unce"} |
michael@0 | 1796 | one{"{0} unca"} |
michael@0 | 1797 | other{"{0} unci"} |
michael@0 | 1798 | } |
michael@0 | 1799 | pound{ |
michael@0 | 1800 | few{"{0} lb"} |
michael@0 | 1801 | one{"{0} lb"} |
michael@0 | 1802 | other{"{0} lb"} |
michael@0 | 1803 | } |
michael@0 | 1804 | } |
michael@0 | 1805 | power{ |
michael@0 | 1806 | horsepower{ |
michael@0 | 1807 | few{"{0} ks"} |
michael@0 | 1808 | one{"{0} ks"} |
michael@0 | 1809 | other{"{0} ks"} |
michael@0 | 1810 | } |
michael@0 | 1811 | kilowatt{ |
michael@0 | 1812 | few{"{0} kW"} |
michael@0 | 1813 | one{"{0} kW"} |
michael@0 | 1814 | other{"{0} kW"} |
michael@0 | 1815 | } |
michael@0 | 1816 | watt{ |
michael@0 | 1817 | few{"{0} W"} |
michael@0 | 1818 | one{"{0} W"} |
michael@0 | 1819 | other{"{0} W"} |
michael@0 | 1820 | } |
michael@0 | 1821 | } |
michael@0 | 1822 | pressure{ |
michael@0 | 1823 | hectopascal{ |
michael@0 | 1824 | few{"{0} hPa"} |
michael@0 | 1825 | one{"{0} hPa"} |
michael@0 | 1826 | other{"{0} hPa"} |
michael@0 | 1827 | } |
michael@0 | 1828 | inch-hg{ |
michael@0 | 1829 | few{"{0} inHg"} |
michael@0 | 1830 | one{"{0} inHg"} |
michael@0 | 1831 | other{"{0} inHg"} |
michael@0 | 1832 | } |
michael@0 | 1833 | millibar{ |
michael@0 | 1834 | few{"{0} mbar"} |
michael@0 | 1835 | one{"{0} mbar"} |
michael@0 | 1836 | other{"{0} mbar"} |
michael@0 | 1837 | } |
michael@0 | 1838 | } |
michael@0 | 1839 | speed{ |
michael@0 | 1840 | kilometer-per-hour{ |
michael@0 | 1841 | few{"{0} km/h"} |
michael@0 | 1842 | one{"{0} km/h"} |
michael@0 | 1843 | other{"{0} km/h"} |
michael@0 | 1844 | } |
michael@0 | 1845 | meter-per-second{ |
michael@0 | 1846 | few{"{0} m/s"} |
michael@0 | 1847 | one{"{0} m/s"} |
michael@0 | 1848 | other{"{0} m/s"} |
michael@0 | 1849 | } |
michael@0 | 1850 | mile-per-hour{ |
michael@0 | 1851 | few{"{0} mi/h"} |
michael@0 | 1852 | one{"{0} mi/h"} |
michael@0 | 1853 | other{"{0} mi/h"} |
michael@0 | 1854 | } |
michael@0 | 1855 | } |
michael@0 | 1856 | temperature{ |
michael@0 | 1857 | celsius{ |
michael@0 | 1858 | few{"{0}°"} |
michael@0 | 1859 | one{"{0}°"} |
michael@0 | 1860 | other{"{0}°"} |
michael@0 | 1861 | } |
michael@0 | 1862 | fahrenheit{ |
michael@0 | 1863 | few{"{0}°F"} |
michael@0 | 1864 | one{"{0}°F"} |
michael@0 | 1865 | other{"{0}°F"} |
michael@0 | 1866 | } |
michael@0 | 1867 | } |
michael@0 | 1868 | volume{ |
michael@0 | 1869 | cubic-kilometer{ |
michael@0 | 1870 | few{"{0} km³"} |
michael@0 | 1871 | one{"{0} km³"} |
michael@0 | 1872 | other{"{0} km³"} |
michael@0 | 1873 | } |
michael@0 | 1874 | cubic-mile{ |
michael@0 | 1875 | few{"{0} mi³"} |
michael@0 | 1876 | one{"{0} mi³"} |
michael@0 | 1877 | other{"{0} mi³"} |
michael@0 | 1878 | } |
michael@0 | 1879 | liter{ |
michael@0 | 1880 | few{"{0} l"} |
michael@0 | 1881 | one{"{0} l"} |
michael@0 | 1882 | other{"{0} l"} |
michael@0 | 1883 | } |
michael@0 | 1884 | } |
michael@0 | 1885 | } |
michael@0 | 1886 | unitsShort{ |
michael@0 | 1887 | acceleration{ |
michael@0 | 1888 | g-force{ |
michael@0 | 1889 | few{"{0} G"} |
michael@0 | 1890 | one{"{0} G"} |
michael@0 | 1891 | other{"{0} G"} |
michael@0 | 1892 | } |
michael@0 | 1893 | } |
michael@0 | 1894 | angle{ |
michael@0 | 1895 | arc-minute{ |
michael@0 | 1896 | few{"{0}′"} |
michael@0 | 1897 | one{"{0}′"} |
michael@0 | 1898 | other{"{0}′"} |
michael@0 | 1899 | } |
michael@0 | 1900 | arc-second{ |
michael@0 | 1901 | few{"{0}″"} |
michael@0 | 1902 | one{"{0}″"} |
michael@0 | 1903 | other{"{0}″"} |
michael@0 | 1904 | } |
michael@0 | 1905 | degree{ |
michael@0 | 1906 | few{"{0}°"} |
michael@0 | 1907 | one{"{0}°"} |
michael@0 | 1908 | other{"{0}°"} |
michael@0 | 1909 | } |
michael@0 | 1910 | } |
michael@0 | 1911 | area{ |
michael@0 | 1912 | acre{ |
michael@0 | 1913 | few{"{0} ac"} |
michael@0 | 1914 | one{"{0} ac"} |
michael@0 | 1915 | other{"{0} ac"} |
michael@0 | 1916 | } |
michael@0 | 1917 | hectare{ |
michael@0 | 1918 | few{"{0} ha"} |
michael@0 | 1919 | one{"{0} ha"} |
michael@0 | 1920 | other{"{0} ha"} |
michael@0 | 1921 | } |
michael@0 | 1922 | square-foot{ |
michael@0 | 1923 | few{"{0} ft²"} |
michael@0 | 1924 | one{"{0} ft²"} |
michael@0 | 1925 | other{"{0} ft²"} |
michael@0 | 1926 | } |
michael@0 | 1927 | square-kilometer{ |
michael@0 | 1928 | few{"{0} km²"} |
michael@0 | 1929 | one{"{0} km²"} |
michael@0 | 1930 | other{"{0} km²"} |
michael@0 | 1931 | } |
michael@0 | 1932 | square-meter{ |
michael@0 | 1933 | few{"{0} m²"} |
michael@0 | 1934 | one{"{0} m²"} |
michael@0 | 1935 | other{"{0} m²"} |
michael@0 | 1936 | } |
michael@0 | 1937 | square-mile{ |
michael@0 | 1938 | few{"{0} mi²"} |
michael@0 | 1939 | one{"{0} mi²"} |
michael@0 | 1940 | other{"{0} mi²"} |
michael@0 | 1941 | } |
michael@0 | 1942 | } |
michael@0 | 1943 | compound{ |
michael@0 | 1944 | per{"{0}/{1}"} |
michael@0 | 1945 | } |
michael@0 | 1946 | duration{ |
michael@0 | 1947 | day{ |
michael@0 | 1948 | few{"{0} dana"} |
michael@0 | 1949 | one{"{0} dan"} |
michael@0 | 1950 | other{"{0} dana"} |
michael@0 | 1951 | } |
michael@0 | 1952 | hour{ |
michael@0 | 1953 | few{"{0} sata"} |
michael@0 | 1954 | one{"{0} sat"} |
michael@0 | 1955 | other{"{0} sati"} |
michael@0 | 1956 | } |
michael@0 | 1957 | millisecond{ |
michael@0 | 1958 | few{"{0} ms"} |
michael@0 | 1959 | one{"{0} ms"} |
michael@0 | 1960 | other{"{0} ms"} |
michael@0 | 1961 | } |
michael@0 | 1962 | minute{ |
michael@0 | 1963 | few{"{0} min"} |
michael@0 | 1964 | one{"{0} min"} |
michael@0 | 1965 | other{"{0} min"} |
michael@0 | 1966 | } |
michael@0 | 1967 | month{ |
michael@0 | 1968 | few{"{0} mes"} |
michael@0 | 1969 | one{"{0} mes"} |
michael@0 | 1970 | other{"{0} mes"} |
michael@0 | 1971 | } |
michael@0 | 1972 | second{ |
michael@0 | 1973 | few{"{0} sek"} |
michael@0 | 1974 | one{"{0} sek"} |
michael@0 | 1975 | other{"{0} sek"} |
michael@0 | 1976 | } |
michael@0 | 1977 | week{ |
michael@0 | 1978 | few{"{0} ned"} |
michael@0 | 1979 | one{"{0} ned"} |
michael@0 | 1980 | other{"{0} ned"} |
michael@0 | 1981 | } |
michael@0 | 1982 | year{ |
michael@0 | 1983 | few{"{0} god"} |
michael@0 | 1984 | one{"{0} god"} |
michael@0 | 1985 | other{"{0} god"} |
michael@0 | 1986 | } |
michael@0 | 1987 | } |
michael@0 | 1988 | length{ |
michael@0 | 1989 | centimeter{ |
michael@0 | 1990 | few{"{0} cm"} |
michael@0 | 1991 | one{"{0} cm"} |
michael@0 | 1992 | other{"{0} cm"} |
michael@0 | 1993 | } |
michael@0 | 1994 | foot{ |
michael@0 | 1995 | few{"{0} st"} |
michael@0 | 1996 | one{"{0} st"} |
michael@0 | 1997 | other{"{0} st"} |
michael@0 | 1998 | } |
michael@0 | 1999 | inch{ |
michael@0 | 2000 | few{"{0} inča"} |
michael@0 | 2001 | one{"{0} inč"} |
michael@0 | 2002 | other{"{0} inča"} |
michael@0 | 2003 | } |
michael@0 | 2004 | kilometer{ |
michael@0 | 2005 | few{"{0} km"} |
michael@0 | 2006 | one{"{0} km"} |
michael@0 | 2007 | other{"{0} km"} |
michael@0 | 2008 | } |
michael@0 | 2009 | light-year{ |
michael@0 | 2010 | few{"{0} sg"} |
michael@0 | 2011 | one{"{0} sg"} |
michael@0 | 2012 | other{"{0} sg"} |
michael@0 | 2013 | } |
michael@0 | 2014 | meter{ |
michael@0 | 2015 | few{"{0} m"} |
michael@0 | 2016 | one{"{0} m"} |
michael@0 | 2017 | other{"{0} m"} |
michael@0 | 2018 | } |
michael@0 | 2019 | mile{ |
michael@0 | 2020 | few{"{0} milje"} |
michael@0 | 2021 | one{"{0} milja"} |
michael@0 | 2022 | other{"{0} milja"} |
michael@0 | 2023 | } |
michael@0 | 2024 | millimeter{ |
michael@0 | 2025 | few{"{0} mm"} |
michael@0 | 2026 | one{"{0} mm"} |
michael@0 | 2027 | other{"{0} mm"} |
michael@0 | 2028 | } |
michael@0 | 2029 | picometer{ |
michael@0 | 2030 | few{"{0} pm"} |
michael@0 | 2031 | one{"{0} pm"} |
michael@0 | 2032 | other{"{0} pm"} |
michael@0 | 2033 | } |
michael@0 | 2034 | yard{ |
michael@0 | 2035 | few{"{0} jrd"} |
michael@0 | 2036 | one{"{0} jrd"} |
michael@0 | 2037 | other{"{0} jrd"} |
michael@0 | 2038 | } |
michael@0 | 2039 | } |
michael@0 | 2040 | mass{ |
michael@0 | 2041 | gram{ |
michael@0 | 2042 | few{"{0} g"} |
michael@0 | 2043 | one{"{0} g"} |
michael@0 | 2044 | other{"{0} g"} |
michael@0 | 2045 | } |
michael@0 | 2046 | kilogram{ |
michael@0 | 2047 | few{"{0} kg"} |
michael@0 | 2048 | one{"{0} kg"} |
michael@0 | 2049 | other{"{0} kg"} |
michael@0 | 2050 | } |
michael@0 | 2051 | ounce{ |
michael@0 | 2052 | few{"{0} unce"} |
michael@0 | 2053 | one{"{0} unca"} |
michael@0 | 2054 | other{"{0} unci"} |
michael@0 | 2055 | } |
michael@0 | 2056 | pound{ |
michael@0 | 2057 | few{"{0} lb"} |
michael@0 | 2058 | one{"{0} lb"} |
michael@0 | 2059 | other{"{0} lb"} |
michael@0 | 2060 | } |
michael@0 | 2061 | } |
michael@0 | 2062 | power{ |
michael@0 | 2063 | horsepower{ |
michael@0 | 2064 | few{"{0} ks"} |
michael@0 | 2065 | one{"{0} ks"} |
michael@0 | 2066 | other{"{0} ks"} |
michael@0 | 2067 | } |
michael@0 | 2068 | kilowatt{ |
michael@0 | 2069 | few{"{0} kW"} |
michael@0 | 2070 | one{"{0} kW"} |
michael@0 | 2071 | other{"{0} kW"} |
michael@0 | 2072 | } |
michael@0 | 2073 | watt{ |
michael@0 | 2074 | few{"{0} W"} |
michael@0 | 2075 | one{"{0} W"} |
michael@0 | 2076 | other{"{0} W"} |
michael@0 | 2077 | } |
michael@0 | 2078 | } |
michael@0 | 2079 | pressure{ |
michael@0 | 2080 | hectopascal{ |
michael@0 | 2081 | few{"{0} hPa"} |
michael@0 | 2082 | one{"{0} hPa"} |
michael@0 | 2083 | other{"{0} hPa"} |
michael@0 | 2084 | } |
michael@0 | 2085 | inch-hg{ |
michael@0 | 2086 | few{"{0} inHg"} |
michael@0 | 2087 | one{"{0} inHg"} |
michael@0 | 2088 | other{"{0} inHg"} |
michael@0 | 2089 | } |
michael@0 | 2090 | millibar{ |
michael@0 | 2091 | few{"{0} mbar"} |
michael@0 | 2092 | one{"{0} mbar"} |
michael@0 | 2093 | other{"{0} mbar"} |
michael@0 | 2094 | } |
michael@0 | 2095 | } |
michael@0 | 2096 | speed{ |
michael@0 | 2097 | kilometer-per-hour{ |
michael@0 | 2098 | few{"{0} km/h"} |
michael@0 | 2099 | one{"{0} km/h"} |
michael@0 | 2100 | other{"{0} km/h"} |
michael@0 | 2101 | } |
michael@0 | 2102 | meter-per-second{ |
michael@0 | 2103 | few{"{0} m/s"} |
michael@0 | 2104 | one{"{0} m/s"} |
michael@0 | 2105 | other{"{0} m/s"} |
michael@0 | 2106 | } |
michael@0 | 2107 | mile-per-hour{ |
michael@0 | 2108 | few{"{0} mi/h"} |
michael@0 | 2109 | one{"{0} mi/h"} |
michael@0 | 2110 | other{"{0} mi/h"} |
michael@0 | 2111 | } |
michael@0 | 2112 | } |
michael@0 | 2113 | temperature{ |
michael@0 | 2114 | celsius{ |
michael@0 | 2115 | few{"{0}°C"} |
michael@0 | 2116 | one{"{0}°C"} |
michael@0 | 2117 | other{"{0}°C"} |
michael@0 | 2118 | } |
michael@0 | 2119 | fahrenheit{ |
michael@0 | 2120 | few{"{0}°F"} |
michael@0 | 2121 | one{"{0}°F"} |
michael@0 | 2122 | other{"{0}°F"} |
michael@0 | 2123 | } |
michael@0 | 2124 | } |
michael@0 | 2125 | volume{ |
michael@0 | 2126 | cubic-kilometer{ |
michael@0 | 2127 | few{"{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 | one{"{0} mi³"} |
michael@0 | 2134 | other{"{0} mi³"} |
michael@0 | 2135 | } |
michael@0 | 2136 | liter{ |
michael@0 | 2137 | few{"{0} l"} |
michael@0 | 2138 | one{"{0} l"} |
michael@0 | 2139 | other{"{0} l"} |
michael@0 | 2140 | } |
michael@0 | 2141 | } |
michael@0 | 2142 | } |
michael@0 | 2143 | } |