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/sl.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/sl.xml |
michael@0 | 11 | */ |
michael@0 | 12 | sl{ |
michael@0 | 13 | AuxExemplarCharacters{ |
michael@0 | 14 | "[á à ă â å ä ā æ ç ć đ é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ q ú ù ŭ û ü" |
michael@0 | 15 | " ū w x y ÿ]" |
michael@0 | 16 | } |
michael@0 | 17 | ExemplarCharacters{"[a b c č d e f g h i j k l m n o p r s š t u v z ž]"} |
michael@0 | 18 | 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 | 19 | LocaleScript{ |
michael@0 | 20 | "Latn", |
michael@0 | 21 | } |
michael@0 | 22 | MoreInformation{"?"} |
michael@0 | 23 | NumberElements{ |
michael@0 | 24 | latn{ |
michael@0 | 25 | miscPatterns{ |
michael@0 | 26 | atLeast{"⩾{0}"} |
michael@0 | 27 | range{"{0}–{1}"} |
michael@0 | 28 | } |
michael@0 | 29 | patterns{ |
michael@0 | 30 | accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 31 | currencyFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 32 | decimalFormat{"#,##0.###"} |
michael@0 | 33 | percentFormat{"#,##0%"} |
michael@0 | 34 | scientificFormat{"#E0"} |
michael@0 | 35 | } |
michael@0 | 36 | patternsLong{ |
michael@0 | 37 | decimalFormat{ |
michael@0 | 38 | 1000{ |
michael@0 | 39 | few{"0 tisoč"} |
michael@0 | 40 | one{"0 tisoč"} |
michael@0 | 41 | other{"0 tisoč"} |
michael@0 | 42 | two{"0 tisoč"} |
michael@0 | 43 | } |
michael@0 | 44 | 10000{ |
michael@0 | 45 | few{"00 tisoč"} |
michael@0 | 46 | one{"00 tisoč"} |
michael@0 | 47 | other{"00 tisoč"} |
michael@0 | 48 | two{"00 tisoč"} |
michael@0 | 49 | } |
michael@0 | 50 | 100000{ |
michael@0 | 51 | few{"000 tisoč"} |
michael@0 | 52 | one{"000 tisoč"} |
michael@0 | 53 | other{"000 tisoč"} |
michael@0 | 54 | two{"000 tisoč"} |
michael@0 | 55 | } |
michael@0 | 56 | 1000000{ |
michael@0 | 57 | few{"0 milijone"} |
michael@0 | 58 | one{"0 milijon"} |
michael@0 | 59 | other{"0 milijonov"} |
michael@0 | 60 | two{"0 milijona"} |
michael@0 | 61 | } |
michael@0 | 62 | 10000000{ |
michael@0 | 63 | few{"00 milijoni"} |
michael@0 | 64 | one{"00 milijon"} |
michael@0 | 65 | other{"00 milijonov"} |
michael@0 | 66 | two{"00 milijona"} |
michael@0 | 67 | } |
michael@0 | 68 | 100000000{ |
michael@0 | 69 | few{"000 milijoni"} |
michael@0 | 70 | one{"000 milijon"} |
michael@0 | 71 | other{"000 milijonov"} |
michael@0 | 72 | two{"000 milijona"} |
michael@0 | 73 | } |
michael@0 | 74 | 1000000000{ |
michael@0 | 75 | few{"0 milijarde"} |
michael@0 | 76 | one{"0 milijarda"} |
michael@0 | 77 | other{"0 milijard"} |
michael@0 | 78 | two{"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 milijard"} |
michael@0 | 84 | two{"00 milijardi"} |
michael@0 | 85 | } |
michael@0 | 86 | 100000000000{ |
michael@0 | 87 | few{"000 milijarde"} |
michael@0 | 88 | one{"000 milijarda"} |
michael@0 | 89 | other{"000 milijard"} |
michael@0 | 90 | two{"000 milijardi"} |
michael@0 | 91 | } |
michael@0 | 92 | 1000000000000{ |
michael@0 | 93 | few{"0 bilijoni"} |
michael@0 | 94 | one{"0 bilijon"} |
michael@0 | 95 | other{"0 bilijonov"} |
michael@0 | 96 | two{"0 bilijona"} |
michael@0 | 97 | } |
michael@0 | 98 | 10000000000000{ |
michael@0 | 99 | few{"00 bilijoni"} |
michael@0 | 100 | one{"00 bilijon"} |
michael@0 | 101 | other{"00 bilijonov"} |
michael@0 | 102 | two{"00 bilijona"} |
michael@0 | 103 | } |
michael@0 | 104 | 100000000000000{ |
michael@0 | 105 | few{"000 bilijoni("} |
michael@0 | 106 | one{"000 bilijon"} |
michael@0 | 107 | other{"000 bilijonov"} |
michael@0 | 108 | two{"000 bilijona"} |
michael@0 | 109 | } |
michael@0 | 110 | } |
michael@0 | 111 | } |
michael@0 | 112 | patternsShort{ |
michael@0 | 113 | decimalFormat{ |
michael@0 | 114 | 1000{ |
michael@0 | 115 | few{"0 tis'.'"} |
michael@0 | 116 | one{"0 tis'.'"} |
michael@0 | 117 | other{"0 tis'.'"} |
michael@0 | 118 | two{"0 tis'.'"} |
michael@0 | 119 | } |
michael@0 | 120 | 10000{ |
michael@0 | 121 | few{"00 tis'.'"} |
michael@0 | 122 | one{"00 tis'.'"} |
michael@0 | 123 | other{"00 tis'.'"} |
michael@0 | 124 | two{"00 tis'.'"} |
michael@0 | 125 | } |
michael@0 | 126 | 100000{ |
michael@0 | 127 | few{"000 tis'.'"} |
michael@0 | 128 | one{"000 tis'.'"} |
michael@0 | 129 | other{"000 tis'.'"} |
michael@0 | 130 | two{"000 tis'.'"} |
michael@0 | 131 | } |
michael@0 | 132 | 1000000{ |
michael@0 | 133 | few{"0 mio'.'"} |
michael@0 | 134 | one{"0 mio'.'"} |
michael@0 | 135 | other{"0 mio'.'"} |
michael@0 | 136 | two{"0 mio'.'"} |
michael@0 | 137 | } |
michael@0 | 138 | 10000000{ |
michael@0 | 139 | few{"00 mio'.'"} |
michael@0 | 140 | one{"00 mio'.'"} |
michael@0 | 141 | other{"00 mio'.'"} |
michael@0 | 142 | two{"00 mio'.'"} |
michael@0 | 143 | } |
michael@0 | 144 | 100000000{ |
michael@0 | 145 | few{"000 mio'.'"} |
michael@0 | 146 | one{"000 mio'.'"} |
michael@0 | 147 | other{"000 mio'.'"} |
michael@0 | 148 | two{"000 mio'.'"} |
michael@0 | 149 | } |
michael@0 | 150 | 1000000000{ |
michael@0 | 151 | few{"0 mrd'.'"} |
michael@0 | 152 | one{"0 mrd'.'"} |
michael@0 | 153 | other{"0 mrd'.'"} |
michael@0 | 154 | two{"0 mrd'.'"} |
michael@0 | 155 | } |
michael@0 | 156 | 10000000000{ |
michael@0 | 157 | few{"00 mrd'.'"} |
michael@0 | 158 | one{"00 mrd'.'"} |
michael@0 | 159 | other{"00 mrd'.'"} |
michael@0 | 160 | two{"00 mrd'.'"} |
michael@0 | 161 | } |
michael@0 | 162 | 100000000000{ |
michael@0 | 163 | few{"000 mrd'.'"} |
michael@0 | 164 | one{"000 mrd'.'"} |
michael@0 | 165 | other{"000 mrd'.'"} |
michael@0 | 166 | two{"000 mrd'.'"} |
michael@0 | 167 | } |
michael@0 | 168 | 1000000000000{ |
michael@0 | 169 | few{"0 bil'.'"} |
michael@0 | 170 | one{"0 bil'.'"} |
michael@0 | 171 | other{"0 bil'.'"} |
michael@0 | 172 | two{"0 bil'.'"} |
michael@0 | 173 | } |
michael@0 | 174 | 10000000000000{ |
michael@0 | 175 | few{"00 bil'.'"} |
michael@0 | 176 | one{"00 bil'.'"} |
michael@0 | 177 | other{"00 bil'.'"} |
michael@0 | 178 | two{"00 bil'.'"} |
michael@0 | 179 | } |
michael@0 | 180 | 100000000000000{ |
michael@0 | 181 | few{"000 bil'.'"} |
michael@0 | 182 | one{"000 bil'.'"} |
michael@0 | 183 | other{"000 bil'.'"} |
michael@0 | 184 | two{"000 bil'.'"} |
michael@0 | 185 | } |
michael@0 | 186 | } |
michael@0 | 187 | } |
michael@0 | 188 | symbols{ |
michael@0 | 189 | decimal{","} |
michael@0 | 190 | exponential{"e"} |
michael@0 | 191 | group{"."} |
michael@0 | 192 | infinity{"∞"} |
michael@0 | 193 | list{";"} |
michael@0 | 194 | minusSign{"-"} |
michael@0 | 195 | nan{"NaN"} |
michael@0 | 196 | perMille{"‰"} |
michael@0 | 197 | percentSign{"%"} |
michael@0 | 198 | plusSign{"+"} |
michael@0 | 199 | superscriptingExponent{"×"} |
michael@0 | 200 | } |
michael@0 | 201 | } |
michael@0 | 202 | } |
michael@0 | 203 | Version{"2.0.92.87"} |
michael@0 | 204 | calendar{ |
michael@0 | 205 | generic{ |
michael@0 | 206 | DateTimePatterns{ |
michael@0 | 207 | "HH:mm:ss zzzz", |
michael@0 | 208 | "HH:mm:ss z", |
michael@0 | 209 | "HH:mm:ss", |
michael@0 | 210 | "HH:mm", |
michael@0 | 211 | "EEEE, dd. MMMM y G", |
michael@0 | 212 | "dd. MMMM y G", |
michael@0 | 213 | "d. MMM y G", |
michael@0 | 214 | "d. MM. yy GGGGG", |
michael@0 | 215 | "{1} {0}", |
michael@0 | 216 | "{1} {0}", |
michael@0 | 217 | "{1} {0}", |
michael@0 | 218 | "{1} {0}", |
michael@0 | 219 | "{1} {0}", |
michael@0 | 220 | } |
michael@0 | 221 | availableFormats{ |
michael@0 | 222 | Ed{"E, d."} |
michael@0 | 223 | Gy{"y G"} |
michael@0 | 224 | GyM{"M/y G"} |
michael@0 | 225 | GyMMM{"MMM y G"} |
michael@0 | 226 | GyMMMEd{"E, d. MMM y G"} |
michael@0 | 227 | GyMMMd{"d. MMM y G"} |
michael@0 | 228 | H{"HH"} |
michael@0 | 229 | Hm{"HH:mm"} |
michael@0 | 230 | Hms{"HH:mm:ss"} |
michael@0 | 231 | M{"L"} |
michael@0 | 232 | MEd{"E, d. MM."} |
michael@0 | 233 | MMM{"LLL"} |
michael@0 | 234 | MMMEd{"E, d. MMM"} |
michael@0 | 235 | MMMd{"d. MMM"} |
michael@0 | 236 | Md{"d. M."} |
michael@0 | 237 | d{"d"} |
michael@0 | 238 | h{"h a"} |
michael@0 | 239 | hm{"h:mm a"} |
michael@0 | 240 | hms{"h:mm:ss a"} |
michael@0 | 241 | ms{"mm:ss"} |
michael@0 | 242 | y{"y"} |
michael@0 | 243 | yyyy{"y G"} |
michael@0 | 244 | yyyyM{"M/y G"} |
michael@0 | 245 | yyyyMEd{"E, d. M. y G"} |
michael@0 | 246 | yyyyMMM{"MMM y G"} |
michael@0 | 247 | yyyyMMMEd{"E, d. MMM y G"} |
michael@0 | 248 | yyyyMMMM{"MMMM y G"} |
michael@0 | 249 | yyyyMMMd{"d. MMM y G"} |
michael@0 | 250 | yyyyMd{"d. M. y G"} |
michael@0 | 251 | yyyyQQQ{"QQQ y G"} |
michael@0 | 252 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 253 | } |
michael@0 | 254 | intervalFormats{ |
michael@0 | 255 | H{ |
michael@0 | 256 | H{"HH–HH"} |
michael@0 | 257 | } |
michael@0 | 258 | Hm{ |
michael@0 | 259 | H{"HH.mm–HH.mm"} |
michael@0 | 260 | m{"HH.mm–HH.mm"} |
michael@0 | 261 | } |
michael@0 | 262 | Hmv{ |
michael@0 | 263 | H{"HH.mm–HH.mm v"} |
michael@0 | 264 | m{"HH.mm–HH.mm v"} |
michael@0 | 265 | } |
michael@0 | 266 | Hv{ |
michael@0 | 267 | H{"HH–HH v"} |
michael@0 | 268 | } |
michael@0 | 269 | M{ |
michael@0 | 270 | M{"M.–M."} |
michael@0 | 271 | } |
michael@0 | 272 | MEd{ |
michael@0 | 273 | M{"E, d. M. – E, d. M."} |
michael@0 | 274 | d{"E, d. – E, d. M."} |
michael@0 | 275 | } |
michael@0 | 276 | MMM{ |
michael@0 | 277 | M{"MMM–MMM"} |
michael@0 | 278 | } |
michael@0 | 279 | MMMEd{ |
michael@0 | 280 | M{"E, d. MMM – E, d. MMM"} |
michael@0 | 281 | d{"E, d. – E, d. MMM"} |
michael@0 | 282 | } |
michael@0 | 283 | MMMd{ |
michael@0 | 284 | M{"d. MMM – d. MMM"} |
michael@0 | 285 | d{"d.–d. MMM"} |
michael@0 | 286 | } |
michael@0 | 287 | Md{ |
michael@0 | 288 | M{"d. M. – d. M."} |
michael@0 | 289 | d{"d. – d. M."} |
michael@0 | 290 | } |
michael@0 | 291 | d{ |
michael@0 | 292 | d{"d.–d."} |
michael@0 | 293 | } |
michael@0 | 294 | fallback{"{0} – {1}"} |
michael@0 | 295 | h{ |
michael@0 | 296 | a{"h a – h a"} |
michael@0 | 297 | h{"h–h a"} |
michael@0 | 298 | } |
michael@0 | 299 | hm{ |
michael@0 | 300 | a{"h:mm a – h:mm a"} |
michael@0 | 301 | h{"h:mm–h:mm a"} |
michael@0 | 302 | m{"h:mm–h:mm a"} |
michael@0 | 303 | } |
michael@0 | 304 | hmv{ |
michael@0 | 305 | a{"h:mm a – h:mm a v"} |
michael@0 | 306 | h{"h:mm–h:mm a v"} |
michael@0 | 307 | m{"h:mm–h:mm a v"} |
michael@0 | 308 | } |
michael@0 | 309 | hv{ |
michael@0 | 310 | a{"h a – h a v"} |
michael@0 | 311 | h{"h–h a v"} |
michael@0 | 312 | } |
michael@0 | 313 | y{ |
michael@0 | 314 | y{"y–y"} |
michael@0 | 315 | } |
michael@0 | 316 | yM{ |
michael@0 | 317 | M{"M.–M. y"} |
michael@0 | 318 | y{"M. y – M. y"} |
michael@0 | 319 | } |
michael@0 | 320 | yMEd{ |
michael@0 | 321 | M{"E, d. M. – E, d. M. y"} |
michael@0 | 322 | d{"E, d. – E, d. M. y"} |
michael@0 | 323 | y{"E, d. M. y – E, d. M. y"} |
michael@0 | 324 | } |
michael@0 | 325 | yMMM{ |
michael@0 | 326 | M{"MMM – MMM y"} |
michael@0 | 327 | y{"MMM y – MMM y"} |
michael@0 | 328 | } |
michael@0 | 329 | yMMMEd{ |
michael@0 | 330 | M{"E, d. MMM – E, d. MMM y"} |
michael@0 | 331 | d{"E, d. MMM – E, d. MMM y"} |
michael@0 | 332 | y{"E, d. MMM y – E, d. MMM y"} |
michael@0 | 333 | } |
michael@0 | 334 | yMMMM{ |
michael@0 | 335 | M{"MMMM–MMMM y"} |
michael@0 | 336 | y{"MMMM y – MMMM y"} |
michael@0 | 337 | } |
michael@0 | 338 | yMMMd{ |
michael@0 | 339 | M{"d. MMM – d. MMM y"} |
michael@0 | 340 | d{"d.–d. MMM y"} |
michael@0 | 341 | y{"d. MMM y – d. MMM y"} |
michael@0 | 342 | } |
michael@0 | 343 | yMd{ |
michael@0 | 344 | M{"d. M. – d. M. y"} |
michael@0 | 345 | d{"d. M. y – d. M. y"} |
michael@0 | 346 | y{"d. M. y – d. M. y"} |
michael@0 | 347 | } |
michael@0 | 348 | } |
michael@0 | 349 | } |
michael@0 | 350 | gregorian{ |
michael@0 | 351 | AmPmMarkers{ |
michael@0 | 352 | "dop.", |
michael@0 | 353 | "pop.", |
michael@0 | 354 | } |
michael@0 | 355 | DateTimePatterns{ |
michael@0 | 356 | "HH:mm:ss zzzz", |
michael@0 | 357 | "HH:mm:ss z", |
michael@0 | 358 | "HH:mm:ss", |
michael@0 | 359 | "HH:mm", |
michael@0 | 360 | "EEEE, dd. MMMM y", |
michael@0 | 361 | "dd. MMMM y", |
michael@0 | 362 | "d. MMM y", |
michael@0 | 363 | "d. MM. yy", |
michael@0 | 364 | "{1} {0}", |
michael@0 | 365 | "{1} {0}", |
michael@0 | 366 | "{1} {0}", |
michael@0 | 367 | "{1} {0}", |
michael@0 | 368 | "{1} {0}", |
michael@0 | 369 | } |
michael@0 | 370 | appendItems{ |
michael@0 | 371 | Timezone{"{0} {1}"} |
michael@0 | 372 | } |
michael@0 | 373 | availableFormats{ |
michael@0 | 374 | EHm{"E HH.mm"} |
michael@0 | 375 | EHms{"E HH.mm.ss"} |
michael@0 | 376 | Ed{"E, d."} |
michael@0 | 377 | Ehm{"E h.mm a"} |
michael@0 | 378 | Ehms{"E h.mm.ss a"} |
michael@0 | 379 | Gy{"y G"} |
michael@0 | 380 | GyM{"M/y G"} |
michael@0 | 381 | GyMMM{"MMM y G"} |
michael@0 | 382 | GyMMMEd{"E, d. MMM y G"} |
michael@0 | 383 | GyMMMd{"d. MMM y G"} |
michael@0 | 384 | H{"HH"} |
michael@0 | 385 | Hm{"HH:mm"} |
michael@0 | 386 | Hms{"HH:mm:ss"} |
michael@0 | 387 | M{"L"} |
michael@0 | 388 | MEd{"E, d. MM."} |
michael@0 | 389 | MMM{"LLL"} |
michael@0 | 390 | MMMEd{"E, d. MMM"} |
michael@0 | 391 | MMMd{"d. MMM"} |
michael@0 | 392 | Md{"d. M."} |
michael@0 | 393 | d{"d"} |
michael@0 | 394 | h{"h a"} |
michael@0 | 395 | hm{"h:mm a"} |
michael@0 | 396 | hms{"h:mm:ss a"} |
michael@0 | 397 | ms{"mm:ss"} |
michael@0 | 398 | y{"y"} |
michael@0 | 399 | yM{"M/y"} |
michael@0 | 400 | yMEd{"E, d. M. y"} |
michael@0 | 401 | yMMM{"MMM y"} |
michael@0 | 402 | yMMMEd{"E, d. MMM y"} |
michael@0 | 403 | yMMMM{"MMMM y"} |
michael@0 | 404 | yMMMd{"d. MMM y"} |
michael@0 | 405 | yMd{"d. M. y"} |
michael@0 | 406 | yQQQ{"QQQ y"} |
michael@0 | 407 | yQQQQ{"QQQQ y"} |
michael@0 | 408 | } |
michael@0 | 409 | dayNames{ |
michael@0 | 410 | format{ |
michael@0 | 411 | abbreviated{ |
michael@0 | 412 | "ned.", |
michael@0 | 413 | "pon.", |
michael@0 | 414 | "tor.", |
michael@0 | 415 | "sre.", |
michael@0 | 416 | "čet.", |
michael@0 | 417 | "pet.", |
michael@0 | 418 | "sob.", |
michael@0 | 419 | } |
michael@0 | 420 | narrow{ |
michael@0 | 421 | "n", |
michael@0 | 422 | "p", |
michael@0 | 423 | "t", |
michael@0 | 424 | "s", |
michael@0 | 425 | "č", |
michael@0 | 426 | "p", |
michael@0 | 427 | "s", |
michael@0 | 428 | } |
michael@0 | 429 | short{ |
michael@0 | 430 | "ned.", |
michael@0 | 431 | "pon.", |
michael@0 | 432 | "tor.", |
michael@0 | 433 | "sre.", |
michael@0 | 434 | "čet.", |
michael@0 | 435 | "pet.", |
michael@0 | 436 | "sob.", |
michael@0 | 437 | } |
michael@0 | 438 | wide{ |
michael@0 | 439 | "nedelja", |
michael@0 | 440 | "ponedeljek", |
michael@0 | 441 | "torek", |
michael@0 | 442 | "sreda", |
michael@0 | 443 | "četrtek", |
michael@0 | 444 | "petek", |
michael@0 | 445 | "sobota", |
michael@0 | 446 | } |
michael@0 | 447 | } |
michael@0 | 448 | stand-alone{ |
michael@0 | 449 | abbreviated{ |
michael@0 | 450 | "ned", |
michael@0 | 451 | "pon", |
michael@0 | 452 | "tor", |
michael@0 | 453 | "sre", |
michael@0 | 454 | "čet", |
michael@0 | 455 | "pet", |
michael@0 | 456 | "sob", |
michael@0 | 457 | } |
michael@0 | 458 | narrow{ |
michael@0 | 459 | "n", |
michael@0 | 460 | "p", |
michael@0 | 461 | "t", |
michael@0 | 462 | "s", |
michael@0 | 463 | "č", |
michael@0 | 464 | "p", |
michael@0 | 465 | "s", |
michael@0 | 466 | } |
michael@0 | 467 | short{ |
michael@0 | 468 | "ned.", |
michael@0 | 469 | "pon.", |
michael@0 | 470 | "tor.", |
michael@0 | 471 | "sre.", |
michael@0 | 472 | "čet.", |
michael@0 | 473 | "pet.", |
michael@0 | 474 | "sob.", |
michael@0 | 475 | } |
michael@0 | 476 | wide{ |
michael@0 | 477 | "nedelja", |
michael@0 | 478 | "ponedeljek", |
michael@0 | 479 | "torek", |
michael@0 | 480 | "sreda", |
michael@0 | 481 | "četrtek", |
michael@0 | 482 | "petek", |
michael@0 | 483 | "sobota", |
michael@0 | 484 | } |
michael@0 | 485 | } |
michael@0 | 486 | } |
michael@0 | 487 | eras{ |
michael@0 | 488 | abbreviated{ |
michael@0 | 489 | "pr. n. št.", |
michael@0 | 490 | "po Kr.", |
michael@0 | 491 | } |
michael@0 | 492 | wide{ |
michael@0 | 493 | "pred našim štetjem", |
michael@0 | 494 | "naše štetje", |
michael@0 | 495 | } |
michael@0 | 496 | } |
michael@0 | 497 | intervalFormats{ |
michael@0 | 498 | H{ |
michael@0 | 499 | H{"HH–HH"} |
michael@0 | 500 | } |
michael@0 | 501 | Hm{ |
michael@0 | 502 | H{"HH.mm–HH.mm"} |
michael@0 | 503 | m{"HH.mm–HH.mm"} |
michael@0 | 504 | } |
michael@0 | 505 | Hmv{ |
michael@0 | 506 | H{"HH.mm–HH.mm v"} |
michael@0 | 507 | m{"HH.mm–HH.mm v"} |
michael@0 | 508 | } |
michael@0 | 509 | Hv{ |
michael@0 | 510 | H{"HH–HH v"} |
michael@0 | 511 | } |
michael@0 | 512 | M{ |
michael@0 | 513 | M{"M.–M."} |
michael@0 | 514 | } |
michael@0 | 515 | MEd{ |
michael@0 | 516 | M{"E, d. M. – E, d. M."} |
michael@0 | 517 | d{"E, d. – E, d. M."} |
michael@0 | 518 | } |
michael@0 | 519 | MMM{ |
michael@0 | 520 | M{"MMM–MMM"} |
michael@0 | 521 | } |
michael@0 | 522 | MMMEd{ |
michael@0 | 523 | M{"E, d. MMM – E, d. MMM"} |
michael@0 | 524 | d{"E, d. – E, d. MMM"} |
michael@0 | 525 | } |
michael@0 | 526 | MMMd{ |
michael@0 | 527 | M{"d. MMM – d. MMM"} |
michael@0 | 528 | d{"d.–d. MMM"} |
michael@0 | 529 | } |
michael@0 | 530 | Md{ |
michael@0 | 531 | M{"d. M. – d. M."} |
michael@0 | 532 | d{"d. – d. M."} |
michael@0 | 533 | } |
michael@0 | 534 | d{ |
michael@0 | 535 | d{"d.–d."} |
michael@0 | 536 | } |
michael@0 | 537 | fallback{"{0} – {1}"} |
michael@0 | 538 | h{ |
michael@0 | 539 | a{"h a – h a"} |
michael@0 | 540 | h{"h–h a"} |
michael@0 | 541 | } |
michael@0 | 542 | hm{ |
michael@0 | 543 | a{"h:mm a – h:mm a"} |
michael@0 | 544 | h{"h:mm–h:mm a"} |
michael@0 | 545 | m{"h:mm–h:mm a"} |
michael@0 | 546 | } |
michael@0 | 547 | hmv{ |
michael@0 | 548 | a{"h:mm a – h:mm a v"} |
michael@0 | 549 | h{"h:mm–h:mm a v"} |
michael@0 | 550 | m{"h:mm–h:mm a v"} |
michael@0 | 551 | } |
michael@0 | 552 | hv{ |
michael@0 | 553 | a{"h a – h a v"} |
michael@0 | 554 | h{"h–h a v"} |
michael@0 | 555 | } |
michael@0 | 556 | y{ |
michael@0 | 557 | y{"y–y"} |
michael@0 | 558 | } |
michael@0 | 559 | yM{ |
michael@0 | 560 | M{"M.–M. y"} |
michael@0 | 561 | y{"M. y – M. y"} |
michael@0 | 562 | } |
michael@0 | 563 | yMEd{ |
michael@0 | 564 | M{"E, d. M. – E, d. M. y"} |
michael@0 | 565 | d{"E, d. – E, d. M. y"} |
michael@0 | 566 | y{"E, d. M. y – E, d. M. y"} |
michael@0 | 567 | } |
michael@0 | 568 | yMMM{ |
michael@0 | 569 | M{"MMM – MMM y"} |
michael@0 | 570 | y{"MMM y – MMM y"} |
michael@0 | 571 | } |
michael@0 | 572 | yMMMEd{ |
michael@0 | 573 | M{"E, d. MMM – E, d. MMM y"} |
michael@0 | 574 | d{"E, d. MMM – E, d. MMM y"} |
michael@0 | 575 | y{"E, d. MMM y – E, d. MMM y"} |
michael@0 | 576 | } |
michael@0 | 577 | yMMMM{ |
michael@0 | 578 | M{"MMMM–MMMM y"} |
michael@0 | 579 | y{"MMMM y – MMMM y"} |
michael@0 | 580 | } |
michael@0 | 581 | yMMMd{ |
michael@0 | 582 | M{"d. MMM – d. MMM y"} |
michael@0 | 583 | d{"d.–d. MMM y"} |
michael@0 | 584 | y{"d. MMM y – d. MMM y"} |
michael@0 | 585 | } |
michael@0 | 586 | yMd{ |
michael@0 | 587 | M{"d. M. – d. M. y"} |
michael@0 | 588 | d{"d. M. y – d. M. y"} |
michael@0 | 589 | y{"d. M. y – d. M. y"} |
michael@0 | 590 | } |
michael@0 | 591 | } |
michael@0 | 592 | monthNames{ |
michael@0 | 593 | format{ |
michael@0 | 594 | abbreviated{ |
michael@0 | 595 | "jan.", |
michael@0 | 596 | "feb.", |
michael@0 | 597 | "mar.", |
michael@0 | 598 | "apr.", |
michael@0 | 599 | "maj", |
michael@0 | 600 | "jun.", |
michael@0 | 601 | "jul.", |
michael@0 | 602 | "avg.", |
michael@0 | 603 | "sep.", |
michael@0 | 604 | "okt.", |
michael@0 | 605 | "nov.", |
michael@0 | 606 | "dec.", |
michael@0 | 607 | } |
michael@0 | 608 | narrow{ |
michael@0 | 609 | "j", |
michael@0 | 610 | "f", |
michael@0 | 611 | "m", |
michael@0 | 612 | "a", |
michael@0 | 613 | "m", |
michael@0 | 614 | "j", |
michael@0 | 615 | "j", |
michael@0 | 616 | "a", |
michael@0 | 617 | "s", |
michael@0 | 618 | "o", |
michael@0 | 619 | "n", |
michael@0 | 620 | "d", |
michael@0 | 621 | } |
michael@0 | 622 | wide{ |
michael@0 | 623 | "januar", |
michael@0 | 624 | "februar", |
michael@0 | 625 | "marec", |
michael@0 | 626 | "april", |
michael@0 | 627 | "maj", |
michael@0 | 628 | "junij", |
michael@0 | 629 | "julij", |
michael@0 | 630 | "avgust", |
michael@0 | 631 | "september", |
michael@0 | 632 | "oktober", |
michael@0 | 633 | "november", |
michael@0 | 634 | "december", |
michael@0 | 635 | } |
michael@0 | 636 | } |
michael@0 | 637 | stand-alone{ |
michael@0 | 638 | abbreviated{ |
michael@0 | 639 | "jan", |
michael@0 | 640 | "feb", |
michael@0 | 641 | "mar", |
michael@0 | 642 | "apr", |
michael@0 | 643 | "maj", |
michael@0 | 644 | "jun", |
michael@0 | 645 | "jul", |
michael@0 | 646 | "avg", |
michael@0 | 647 | "sep", |
michael@0 | 648 | "okt", |
michael@0 | 649 | "nov", |
michael@0 | 650 | "dec", |
michael@0 | 651 | } |
michael@0 | 652 | narrow{ |
michael@0 | 653 | "j", |
michael@0 | 654 | "f", |
michael@0 | 655 | "m", |
michael@0 | 656 | "a", |
michael@0 | 657 | "m", |
michael@0 | 658 | "j", |
michael@0 | 659 | "j", |
michael@0 | 660 | "a", |
michael@0 | 661 | "s", |
michael@0 | 662 | "o", |
michael@0 | 663 | "n", |
michael@0 | 664 | "d", |
michael@0 | 665 | } |
michael@0 | 666 | wide{ |
michael@0 | 667 | "januar", |
michael@0 | 668 | "februar", |
michael@0 | 669 | "marec", |
michael@0 | 670 | "april", |
michael@0 | 671 | "maj", |
michael@0 | 672 | "junij", |
michael@0 | 673 | "julij", |
michael@0 | 674 | "avgust", |
michael@0 | 675 | "september", |
michael@0 | 676 | "oktober", |
michael@0 | 677 | "november", |
michael@0 | 678 | "december", |
michael@0 | 679 | } |
michael@0 | 680 | } |
michael@0 | 681 | } |
michael@0 | 682 | quarters{ |
michael@0 | 683 | format{ |
michael@0 | 684 | abbreviated{ |
michael@0 | 685 | "Q1", |
michael@0 | 686 | "Q2", |
michael@0 | 687 | "Q3", |
michael@0 | 688 | "Q4", |
michael@0 | 689 | } |
michael@0 | 690 | narrow{ |
michael@0 | 691 | "1", |
michael@0 | 692 | "2", |
michael@0 | 693 | "3", |
michael@0 | 694 | "4", |
michael@0 | 695 | } |
michael@0 | 696 | wide{ |
michael@0 | 697 | "1. četrtletje", |
michael@0 | 698 | "2. četrtletje", |
michael@0 | 699 | "3. četrtletje", |
michael@0 | 700 | "4. četrtletje", |
michael@0 | 701 | } |
michael@0 | 702 | } |
michael@0 | 703 | stand-alone{ |
michael@0 | 704 | abbreviated{ |
michael@0 | 705 | "Q1", |
michael@0 | 706 | "Q2", |
michael@0 | 707 | "Q3", |
michael@0 | 708 | "Q4", |
michael@0 | 709 | } |
michael@0 | 710 | narrow{ |
michael@0 | 711 | "1", |
michael@0 | 712 | "2", |
michael@0 | 713 | "3", |
michael@0 | 714 | "4", |
michael@0 | 715 | } |
michael@0 | 716 | wide{ |
michael@0 | 717 | "1. četrtletje", |
michael@0 | 718 | "2. četrtletje", |
michael@0 | 719 | "3. četrtletje", |
michael@0 | 720 | "4. četrtletje", |
michael@0 | 721 | } |
michael@0 | 722 | } |
michael@0 | 723 | } |
michael@0 | 724 | } |
michael@0 | 725 | } |
michael@0 | 726 | delimiters{ |
michael@0 | 727 | alternateQuotationEnd{"‘"} |
michael@0 | 728 | alternateQuotationStart{"‚"} |
michael@0 | 729 | quotationEnd{"“"} |
michael@0 | 730 | quotationStart{"„"} |
michael@0 | 731 | } |
michael@0 | 732 | durationUnits{ |
michael@0 | 733 | hm{"h.mm"} |
michael@0 | 734 | hms{"h.mm.ss"} |
michael@0 | 735 | ms{"m.ss"} |
michael@0 | 736 | } |
michael@0 | 737 | fields{ |
michael@0 | 738 | day{ |
michael@0 | 739 | dn{"Dan"} |
michael@0 | 740 | relative{ |
michael@0 | 741 | "-1"{"Včeraj"} |
michael@0 | 742 | "-2"{"Predvčerajšnjim"} |
michael@0 | 743 | "0"{"Danes"} |
michael@0 | 744 | "1"{"Jutri"} |
michael@0 | 745 | "2"{"Pojutrišnjem"} |
michael@0 | 746 | } |
michael@0 | 747 | relativeTime{ |
michael@0 | 748 | future{ |
michael@0 | 749 | few{"Čez {0} dni"} |
michael@0 | 750 | one{"Čez {0} dan"} |
michael@0 | 751 | other{"Čez {0} dni"} |
michael@0 | 752 | two{"Čez {0} dni"} |
michael@0 | 753 | } |
michael@0 | 754 | past{ |
michael@0 | 755 | few{"Pred {0} dnevi"} |
michael@0 | 756 | one{"Pred {0} dnevom"} |
michael@0 | 757 | other{"Pred {0} dnevi"} |
michael@0 | 758 | two{"Pred {0} dnevoma"} |
michael@0 | 759 | } |
michael@0 | 760 | } |
michael@0 | 761 | } |
michael@0 | 762 | dayperiod{ |
michael@0 | 763 | dn{"Čas dneva"} |
michael@0 | 764 | } |
michael@0 | 765 | era{ |
michael@0 | 766 | dn{"Doba"} |
michael@0 | 767 | } |
michael@0 | 768 | fri{ |
michael@0 | 769 | relative{ |
michael@0 | 770 | "-1"{"Prejšnji petek"} |
michael@0 | 771 | "0"{"Ta petek"} |
michael@0 | 772 | "1"{"Naslednji petek"} |
michael@0 | 773 | } |
michael@0 | 774 | } |
michael@0 | 775 | hour{ |
michael@0 | 776 | dn{"Ura"} |
michael@0 | 777 | relativeTime{ |
michael@0 | 778 | future{ |
michael@0 | 779 | few{"Čez {0} h"} |
michael@0 | 780 | one{"Čez {0} h"} |
michael@0 | 781 | other{"Čez {0} h"} |
michael@0 | 782 | two{"Čez {0} h"} |
michael@0 | 783 | } |
michael@0 | 784 | past{ |
michael@0 | 785 | few{"Pred {0} h"} |
michael@0 | 786 | one{"Pred {0} h"} |
michael@0 | 787 | other{"Pred {0} h"} |
michael@0 | 788 | two{"Pred {0} h"} |
michael@0 | 789 | } |
michael@0 | 790 | } |
michael@0 | 791 | } |
michael@0 | 792 | minute{ |
michael@0 | 793 | dn{"Minuta"} |
michael@0 | 794 | relativeTime{ |
michael@0 | 795 | future{ |
michael@0 | 796 | few{"Čez {0} min."} |
michael@0 | 797 | one{"Čez {0} min."} |
michael@0 | 798 | other{"Čez {0} min."} |
michael@0 | 799 | two{"Čez {0} min."} |
michael@0 | 800 | } |
michael@0 | 801 | past{ |
michael@0 | 802 | few{"Pred {0} min."} |
michael@0 | 803 | one{"Pred {0} min."} |
michael@0 | 804 | other{"Pred {0} min."} |
michael@0 | 805 | two{"Pred {0} min."} |
michael@0 | 806 | } |
michael@0 | 807 | } |
michael@0 | 808 | } |
michael@0 | 809 | mon{ |
michael@0 | 810 | relative{ |
michael@0 | 811 | "-1"{"Prejšnji ponedeljek"} |
michael@0 | 812 | "0"{"Ta ponedeljek"} |
michael@0 | 813 | "1"{"Naslednji ponedeljek"} |
michael@0 | 814 | } |
michael@0 | 815 | } |
michael@0 | 816 | month{ |
michael@0 | 817 | dn{"Mesec"} |
michael@0 | 818 | relative{ |
michael@0 | 819 | "-1"{"Prejšnji mesec"} |
michael@0 | 820 | "0"{"Ta mesec"} |
michael@0 | 821 | "1"{"Naslednji mesec"} |
michael@0 | 822 | } |
michael@0 | 823 | relativeTime{ |
michael@0 | 824 | future{ |
michael@0 | 825 | few{"Čez {0} mesece"} |
michael@0 | 826 | one{"Čez {0} mesec"} |
michael@0 | 827 | other{"Čez {0} mesecev"} |
michael@0 | 828 | two{"Čez {0} meseca"} |
michael@0 | 829 | } |
michael@0 | 830 | past{ |
michael@0 | 831 | few{"Pred {0} meseci"} |
michael@0 | 832 | one{"Pred {0} mesecem"} |
michael@0 | 833 | other{"Pred {0} meseci"} |
michael@0 | 834 | two{"Pred {0} meseci"} |
michael@0 | 835 | } |
michael@0 | 836 | } |
michael@0 | 837 | } |
michael@0 | 838 | sat{ |
michael@0 | 839 | relative{ |
michael@0 | 840 | "-1"{"Prejšnjo soboto"} |
michael@0 | 841 | "0"{"To soboto"} |
michael@0 | 842 | "1"{"Naslednjo soboto"} |
michael@0 | 843 | } |
michael@0 | 844 | } |
michael@0 | 845 | second{ |
michael@0 | 846 | dn{"Sekunda"} |
michael@0 | 847 | relative{ |
michael@0 | 848 | "0"{"zdaj"} |
michael@0 | 849 | } |
michael@0 | 850 | relativeTime{ |
michael@0 | 851 | future{ |
michael@0 | 852 | few{"Čez {0} sekunde"} |
michael@0 | 853 | one{"Čez {0} sekundo"} |
michael@0 | 854 | other{"Čez {0} sekundi"} |
michael@0 | 855 | two{"Čez {0} sekundi"} |
michael@0 | 856 | } |
michael@0 | 857 | past{ |
michael@0 | 858 | few{"Pred {0} sekundami"} |
michael@0 | 859 | one{"Pred {0} sekundo"} |
michael@0 | 860 | other{"Pred {0} sekundami"} |
michael@0 | 861 | two{"Pred {0} sekundama"} |
michael@0 | 862 | } |
michael@0 | 863 | } |
michael@0 | 864 | } |
michael@0 | 865 | sun{ |
michael@0 | 866 | relative{ |
michael@0 | 867 | "-1"{"Prejšnjo nedeljo"} |
michael@0 | 868 | "0"{"To nedeljo"} |
michael@0 | 869 | "1"{"Naslednjo nedeljo"} |
michael@0 | 870 | } |
michael@0 | 871 | } |
michael@0 | 872 | thu{ |
michael@0 | 873 | relative{ |
michael@0 | 874 | "-1"{"Prejšnji četrtek"} |
michael@0 | 875 | "0"{"Ta četrtek"} |
michael@0 | 876 | "1"{"Naslednji četrtek"} |
michael@0 | 877 | } |
michael@0 | 878 | } |
michael@0 | 879 | tue{ |
michael@0 | 880 | relative{ |
michael@0 | 881 | "-1"{"Prejšnji torek"} |
michael@0 | 882 | "0"{"Ta torek"} |
michael@0 | 883 | "1"{"Naslednji torek"} |
michael@0 | 884 | } |
michael@0 | 885 | } |
michael@0 | 886 | wed{ |
michael@0 | 887 | relative{ |
michael@0 | 888 | "-1"{"Prejšnjo sredo"} |
michael@0 | 889 | "0"{"To sredo"} |
michael@0 | 890 | "1"{"Naslednjo sredo"} |
michael@0 | 891 | } |
michael@0 | 892 | } |
michael@0 | 893 | week{ |
michael@0 | 894 | dn{"Teden"} |
michael@0 | 895 | relative{ |
michael@0 | 896 | "-1"{"Prejšnji teden"} |
michael@0 | 897 | "0"{"Ta teden"} |
michael@0 | 898 | "1"{"Naslednji teden"} |
michael@0 | 899 | } |
michael@0 | 900 | relativeTime{ |
michael@0 | 901 | future{ |
michael@0 | 902 | few{"Čez {0} tedne"} |
michael@0 | 903 | one{"Čez {0} teden"} |
michael@0 | 904 | other{"Čez {0} tednov"} |
michael@0 | 905 | two{"Čez {0} tedna"} |
michael@0 | 906 | } |
michael@0 | 907 | past{ |
michael@0 | 908 | few{"Pred {0} tedni"} |
michael@0 | 909 | one{"Pred {0} tednom"} |
michael@0 | 910 | other{"Pred {0} tedni"} |
michael@0 | 911 | two{"Pred {0} tednoma"} |
michael@0 | 912 | } |
michael@0 | 913 | } |
michael@0 | 914 | } |
michael@0 | 915 | weekday{ |
michael@0 | 916 | dn{"Dan v tednu"} |
michael@0 | 917 | } |
michael@0 | 918 | year{ |
michael@0 | 919 | dn{"Leto"} |
michael@0 | 920 | relative{ |
michael@0 | 921 | "-1"{"Lani"} |
michael@0 | 922 | "0"{"Letos"} |
michael@0 | 923 | "1"{"Naslednje leto"} |
michael@0 | 924 | } |
michael@0 | 925 | relativeTime{ |
michael@0 | 926 | future{ |
michael@0 | 927 | few{"Čez {0} leta"} |
michael@0 | 928 | one{"Čez {0} leto"} |
michael@0 | 929 | other{"Čez {0} let"} |
michael@0 | 930 | two{"Čez {0} leti"} |
michael@0 | 931 | } |
michael@0 | 932 | past{ |
michael@0 | 933 | few{"Pred {0} leti"} |
michael@0 | 934 | one{"Pred {0} letom"} |
michael@0 | 935 | other{"Pred {0} leti"} |
michael@0 | 936 | two{"Pred {0} leti"} |
michael@0 | 937 | } |
michael@0 | 938 | } |
michael@0 | 939 | } |
michael@0 | 940 | zone{ |
michael@0 | 941 | dn{"Območje"} |
michael@0 | 942 | } |
michael@0 | 943 | } |
michael@0 | 944 | listPattern{ |
michael@0 | 945 | standard{ |
michael@0 | 946 | 2{"{0} in {1}"} |
michael@0 | 947 | end{"{0} in {1}"} |
michael@0 | 948 | middle{"{0}, {1}"} |
michael@0 | 949 | start{"{0}, {1}"} |
michael@0 | 950 | } |
michael@0 | 951 | } |
michael@0 | 952 | measurementSystemNames{ |
michael@0 | 953 | UK{"Angleški"} |
michael@0 | 954 | US{"imperialni"} |
michael@0 | 955 | metric{"metrični"} |
michael@0 | 956 | } |
michael@0 | 957 | transformNames{ |
michael@0 | 958 | BGN{"BGN"} |
michael@0 | 959 | Numeric{"Številsko"} |
michael@0 | 960 | Tone{"Ton"} |
michael@0 | 961 | UNGEGN{"UNGEGN"} |
michael@0 | 962 | x-Accents{"Accents"} |
michael@0 | 963 | x-Fullwidth{"Polna širina"} |
michael@0 | 964 | x-Halfwidth{"Polovična širina"} |
michael@0 | 965 | x-Jamo{"Jamo"} |
michael@0 | 966 | x-Pinyin{"Pinjin"} |
michael@0 | 967 | x-Publishing{"Publishing"} |
michael@0 | 968 | } |
michael@0 | 969 | units{ |
michael@0 | 970 | acceleration{ |
michael@0 | 971 | g-force{ |
michael@0 | 972 | few{"{0} G"} |
michael@0 | 973 | one{"{0} G"} |
michael@0 | 974 | other{"{0} G"} |
michael@0 | 975 | two{"{0} G"} |
michael@0 | 976 | } |
michael@0 | 977 | } |
michael@0 | 978 | angle{ |
michael@0 | 979 | arc-minute{ |
michael@0 | 980 | few{"{0}′"} |
michael@0 | 981 | one{"{0}′"} |
michael@0 | 982 | other{"{0}′"} |
michael@0 | 983 | two{"{0}′"} |
michael@0 | 984 | } |
michael@0 | 985 | arc-second{ |
michael@0 | 986 | few{"{0}″"} |
michael@0 | 987 | one{"{0}″"} |
michael@0 | 988 | other{"{0}″"} |
michael@0 | 989 | two{"{0}″"} |
michael@0 | 990 | } |
michael@0 | 991 | degree{ |
michael@0 | 992 | few{"{0} °"} |
michael@0 | 993 | one{"{0} °"} |
michael@0 | 994 | other{"{0} °"} |
michael@0 | 995 | two{"{0} °"} |
michael@0 | 996 | } |
michael@0 | 997 | } |
michael@0 | 998 | area{ |
michael@0 | 999 | acre{ |
michael@0 | 1000 | few{"{0} jutra"} |
michael@0 | 1001 | one{"{0} jutro"} |
michael@0 | 1002 | other{"{0} juter"} |
michael@0 | 1003 | two{"{0} jutri"} |
michael@0 | 1004 | } |
michael@0 | 1005 | hectare{ |
michael@0 | 1006 | few{"{0} ha"} |
michael@0 | 1007 | one{"{0} ha"} |
michael@0 | 1008 | other{"{0} ha"} |
michael@0 | 1009 | two{"{0} ha"} |
michael@0 | 1010 | } |
michael@0 | 1011 | square-foot{ |
michael@0 | 1012 | few{"{0} ft²"} |
michael@0 | 1013 | one{"{0} ft²"} |
michael@0 | 1014 | other{"{0} ft²"} |
michael@0 | 1015 | two{"{0} ft²"} |
michael@0 | 1016 | } |
michael@0 | 1017 | square-kilometer{ |
michael@0 | 1018 | few{"{0} km²"} |
michael@0 | 1019 | one{"{0} km²"} |
michael@0 | 1020 | other{"{0} km²"} |
michael@0 | 1021 | two{"{0} km²"} |
michael@0 | 1022 | } |
michael@0 | 1023 | square-meter{ |
michael@0 | 1024 | few{"{0} m²"} |
michael@0 | 1025 | one{"{0} m²"} |
michael@0 | 1026 | other{"{0} m²"} |
michael@0 | 1027 | two{"{0} m²"} |
michael@0 | 1028 | } |
michael@0 | 1029 | square-mile{ |
michael@0 | 1030 | few{"{0} mi²"} |
michael@0 | 1031 | one{"{0} mi²"} |
michael@0 | 1032 | other{"{0} mi²"} |
michael@0 | 1033 | two{"{0} mi²"} |
michael@0 | 1034 | } |
michael@0 | 1035 | } |
michael@0 | 1036 | compound{ |
michael@0 | 1037 | per{"{0}/{1}"} |
michael@0 | 1038 | } |
michael@0 | 1039 | duration{ |
michael@0 | 1040 | day{ |
michael@0 | 1041 | few{"{0} dnevi"} |
michael@0 | 1042 | one{"{0} dan"} |
michael@0 | 1043 | other{"{0} dni"} |
michael@0 | 1044 | two{"{0} dni"} |
michael@0 | 1045 | } |
michael@0 | 1046 | hour{ |
michael@0 | 1047 | few{"{0} ure"} |
michael@0 | 1048 | one{"{0} ura"} |
michael@0 | 1049 | other{"{0} ur"} |
michael@0 | 1050 | two{"{0} uri"} |
michael@0 | 1051 | } |
michael@0 | 1052 | millisecond{ |
michael@0 | 1053 | few{"{0} ms"} |
michael@0 | 1054 | one{"{0} ms"} |
michael@0 | 1055 | other{"{0} ms"} |
michael@0 | 1056 | two{"{0} ms"} |
michael@0 | 1057 | } |
michael@0 | 1058 | minute{ |
michael@0 | 1059 | few{"{0} minute"} |
michael@0 | 1060 | one{"{0} minuta"} |
michael@0 | 1061 | other{"{0} minut"} |
michael@0 | 1062 | two{"{0} minuti"} |
michael@0 | 1063 | } |
michael@0 | 1064 | month{ |
michael@0 | 1065 | few{"{0} meseci"} |
michael@0 | 1066 | one{"{0} mesec"} |
michael@0 | 1067 | other{"{0} mesecev"} |
michael@0 | 1068 | two{"{0} meseca"} |
michael@0 | 1069 | } |
michael@0 | 1070 | second{ |
michael@0 | 1071 | few{"{0} sekunde"} |
michael@0 | 1072 | one{"{0} sekunda"} |
michael@0 | 1073 | other{"{0} sekund"} |
michael@0 | 1074 | two{"{0} sekundi"} |
michael@0 | 1075 | } |
michael@0 | 1076 | week{ |
michael@0 | 1077 | few{"{0} tedni"} |
michael@0 | 1078 | one{"{0} teden"} |
michael@0 | 1079 | other{"{0} tednov"} |
michael@0 | 1080 | two{"{0} tedna"} |
michael@0 | 1081 | } |
michael@0 | 1082 | year{ |
michael@0 | 1083 | few{"{0} leta"} |
michael@0 | 1084 | one{"{0} leto"} |
michael@0 | 1085 | other{"{0} let"} |
michael@0 | 1086 | two{"{0} leti"} |
michael@0 | 1087 | } |
michael@0 | 1088 | } |
michael@0 | 1089 | length{ |
michael@0 | 1090 | centimeter{ |
michael@0 | 1091 | few{"{0} cm"} |
michael@0 | 1092 | one{"{0} cm"} |
michael@0 | 1093 | other{"{0} cm"} |
michael@0 | 1094 | two{"{0} cm"} |
michael@0 | 1095 | } |
michael@0 | 1096 | foot{ |
michael@0 | 1097 | few{"{0} ft"} |
michael@0 | 1098 | one{"{0} ft"} |
michael@0 | 1099 | other{"{0} ft"} |
michael@0 | 1100 | two{"{0} ft"} |
michael@0 | 1101 | } |
michael@0 | 1102 | inch{ |
michael@0 | 1103 | few{"{0} in"} |
michael@0 | 1104 | one{"{0} in"} |
michael@0 | 1105 | other{"{0} in"} |
michael@0 | 1106 | two{"{0} in"} |
michael@0 | 1107 | } |
michael@0 | 1108 | kilometer{ |
michael@0 | 1109 | few{"{0} km"} |
michael@0 | 1110 | one{"{0} km"} |
michael@0 | 1111 | other{"{0} km"} |
michael@0 | 1112 | two{"{0} km"} |
michael@0 | 1113 | } |
michael@0 | 1114 | light-year{ |
michael@0 | 1115 | few{"{0} svetlobna leta"} |
michael@0 | 1116 | one{"{0} svetlobno leto"} |
michael@0 | 1117 | other{"{0} svetlobnih let"} |
michael@0 | 1118 | two{"{0} svetlobni leti"} |
michael@0 | 1119 | } |
michael@0 | 1120 | meter{ |
michael@0 | 1121 | few{"{0} m"} |
michael@0 | 1122 | one{"{0} m"} |
michael@0 | 1123 | other{"{0} m"} |
michael@0 | 1124 | two{"{0} m"} |
michael@0 | 1125 | } |
michael@0 | 1126 | mile{ |
michael@0 | 1127 | few{"{0} mi"} |
michael@0 | 1128 | one{"{0} mi"} |
michael@0 | 1129 | other{"{0} mi"} |
michael@0 | 1130 | two{"{0} mi"} |
michael@0 | 1131 | } |
michael@0 | 1132 | millimeter{ |
michael@0 | 1133 | few{"{0} mm"} |
michael@0 | 1134 | one{"{0} mm"} |
michael@0 | 1135 | other{"{0} mm"} |
michael@0 | 1136 | two{"{0} mm"} |
michael@0 | 1137 | } |
michael@0 | 1138 | picometer{ |
michael@0 | 1139 | few{"{0} pm"} |
michael@0 | 1140 | one{"{0} pm"} |
michael@0 | 1141 | other{"{0} pm"} |
michael@0 | 1142 | two{"{0} pm"} |
michael@0 | 1143 | } |
michael@0 | 1144 | yard{ |
michael@0 | 1145 | few{"{0} yd"} |
michael@0 | 1146 | one{"{0} yd"} |
michael@0 | 1147 | other{"{0} yd"} |
michael@0 | 1148 | two{"{0} yd"} |
michael@0 | 1149 | } |
michael@0 | 1150 | } |
michael@0 | 1151 | mass{ |
michael@0 | 1152 | gram{ |
michael@0 | 1153 | few{"{0} g"} |
michael@0 | 1154 | one{"{0} g"} |
michael@0 | 1155 | other{"{0} g"} |
michael@0 | 1156 | two{"{0} g"} |
michael@0 | 1157 | } |
michael@0 | 1158 | kilogram{ |
michael@0 | 1159 | few{"{0} kg"} |
michael@0 | 1160 | one{"{0} kg"} |
michael@0 | 1161 | other{"{0} kg"} |
michael@0 | 1162 | two{"{0} kg"} |
michael@0 | 1163 | } |
michael@0 | 1164 | ounce{ |
michael@0 | 1165 | few{"{0} oz"} |
michael@0 | 1166 | one{"{0} oz"} |
michael@0 | 1167 | other{"{0} oz"} |
michael@0 | 1168 | two{"{0} oz"} |
michael@0 | 1169 | } |
michael@0 | 1170 | pound{ |
michael@0 | 1171 | few{"{0} lb"} |
michael@0 | 1172 | one{"{0} lb"} |
michael@0 | 1173 | other{"{0} lb"} |
michael@0 | 1174 | two{"{0} lb"} |
michael@0 | 1175 | } |
michael@0 | 1176 | } |
michael@0 | 1177 | power{ |
michael@0 | 1178 | horsepower{ |
michael@0 | 1179 | few{"{0} KM"} |
michael@0 | 1180 | one{"{0} KM"} |
michael@0 | 1181 | other{"{0} KM"} |
michael@0 | 1182 | two{"{0} KM"} |
michael@0 | 1183 | } |
michael@0 | 1184 | kilowatt{ |
michael@0 | 1185 | few{"{0} kW"} |
michael@0 | 1186 | one{"{0} kW"} |
michael@0 | 1187 | other{"{0} kW"} |
michael@0 | 1188 | two{"{0} kW"} |
michael@0 | 1189 | } |
michael@0 | 1190 | watt{ |
michael@0 | 1191 | few{"{0} W"} |
michael@0 | 1192 | one{"{0} W"} |
michael@0 | 1193 | other{"{0} W"} |
michael@0 | 1194 | two{"{0} W"} |
michael@0 | 1195 | } |
michael@0 | 1196 | } |
michael@0 | 1197 | pressure{ |
michael@0 | 1198 | hectopascal{ |
michael@0 | 1199 | few{"{0} hPa"} |
michael@0 | 1200 | one{"{0} hPa"} |
michael@0 | 1201 | other{"{0} hPa"} |
michael@0 | 1202 | two{"{0} hPa"} |
michael@0 | 1203 | } |
michael@0 | 1204 | inch-hg{ |
michael@0 | 1205 | few{"{0} inHg"} |
michael@0 | 1206 | one{"{0} inHg"} |
michael@0 | 1207 | other{"{0} inHg"} |
michael@0 | 1208 | two{"{0} inHg"} |
michael@0 | 1209 | } |
michael@0 | 1210 | millibar{ |
michael@0 | 1211 | few{"{0} mbar"} |
michael@0 | 1212 | one{"{0} mbar"} |
michael@0 | 1213 | other{"{0} mbar"} |
michael@0 | 1214 | two{"{0} mbar"} |
michael@0 | 1215 | } |
michael@0 | 1216 | } |
michael@0 | 1217 | speed{ |
michael@0 | 1218 | kilometer-per-hour{ |
michael@0 | 1219 | few{"{0} km/h"} |
michael@0 | 1220 | one{"{0} km/h"} |
michael@0 | 1221 | other{"{0} km/h"} |
michael@0 | 1222 | two{"{0} km/h"} |
michael@0 | 1223 | } |
michael@0 | 1224 | meter-per-second{ |
michael@0 | 1225 | few{"{0} m/s"} |
michael@0 | 1226 | one{"{0} m/s"} |
michael@0 | 1227 | other{"{0} m/s"} |
michael@0 | 1228 | two{"{0} m/s"} |
michael@0 | 1229 | } |
michael@0 | 1230 | mile-per-hour{ |
michael@0 | 1231 | few{"{0} mi/h"} |
michael@0 | 1232 | one{"{0} mi/h"} |
michael@0 | 1233 | other{"{0} mi/h"} |
michael@0 | 1234 | two{"{0} mi/h"} |
michael@0 | 1235 | } |
michael@0 | 1236 | } |
michael@0 | 1237 | temperature{ |
michael@0 | 1238 | celsius{ |
michael@0 | 1239 | few{"{0} °C"} |
michael@0 | 1240 | one{"{0} °C"} |
michael@0 | 1241 | other{"{0} °C"} |
michael@0 | 1242 | two{"{0} °C"} |
michael@0 | 1243 | } |
michael@0 | 1244 | fahrenheit{ |
michael@0 | 1245 | few{"{0} °F"} |
michael@0 | 1246 | one{"{0} °F"} |
michael@0 | 1247 | other{"{0} °F"} |
michael@0 | 1248 | two{"{0} °F"} |
michael@0 | 1249 | } |
michael@0 | 1250 | } |
michael@0 | 1251 | volume{ |
michael@0 | 1252 | cubic-kilometer{ |
michael@0 | 1253 | few{"{0} km³"} |
michael@0 | 1254 | one{"{0} km³"} |
michael@0 | 1255 | other{"{0} km³"} |
michael@0 | 1256 | two{"{0} km³"} |
michael@0 | 1257 | } |
michael@0 | 1258 | cubic-mile{ |
michael@0 | 1259 | few{"{0} mi³"} |
michael@0 | 1260 | one{"{0} mi³"} |
michael@0 | 1261 | other{"{0} mi³"} |
michael@0 | 1262 | two{"{0} mi³"} |
michael@0 | 1263 | } |
michael@0 | 1264 | liter{ |
michael@0 | 1265 | few{"{0} l"} |
michael@0 | 1266 | one{"{0} l"} |
michael@0 | 1267 | other{"{0} l"} |
michael@0 | 1268 | two{"{0} l"} |
michael@0 | 1269 | } |
michael@0 | 1270 | } |
michael@0 | 1271 | } |
michael@0 | 1272 | unitsNarrow{ |
michael@0 | 1273 | acceleration{ |
michael@0 | 1274 | g-force{ |
michael@0 | 1275 | few{"{0} G"} |
michael@0 | 1276 | one{"{0} G"} |
michael@0 | 1277 | other{"{0} G"} |
michael@0 | 1278 | two{"{0} G"} |
michael@0 | 1279 | } |
michael@0 | 1280 | } |
michael@0 | 1281 | angle{ |
michael@0 | 1282 | arc-minute{ |
michael@0 | 1283 | few{"{0}′"} |
michael@0 | 1284 | one{"{0}′"} |
michael@0 | 1285 | other{"{0}′"} |
michael@0 | 1286 | two{"{0}′"} |
michael@0 | 1287 | } |
michael@0 | 1288 | arc-second{ |
michael@0 | 1289 | few{"{0}″"} |
michael@0 | 1290 | one{"{0}″"} |
michael@0 | 1291 | other{"{0}″"} |
michael@0 | 1292 | two{"{0}″"} |
michael@0 | 1293 | } |
michael@0 | 1294 | degree{ |
michael@0 | 1295 | few{"{0} °"} |
michael@0 | 1296 | one{"{0} °"} |
michael@0 | 1297 | other{"{0} °"} |
michael@0 | 1298 | two{"{0} °"} |
michael@0 | 1299 | } |
michael@0 | 1300 | } |
michael@0 | 1301 | area{ |
michael@0 | 1302 | acre{ |
michael@0 | 1303 | few{"{0} jut."} |
michael@0 | 1304 | one{"{0} jut."} |
michael@0 | 1305 | other{"{0} jut."} |
michael@0 | 1306 | two{"{0} jut."} |
michael@0 | 1307 | } |
michael@0 | 1308 | hectare{ |
michael@0 | 1309 | few{"{0} ha"} |
michael@0 | 1310 | one{"{0} ha"} |
michael@0 | 1311 | other{"{0} ha"} |
michael@0 | 1312 | two{"{0} ha"} |
michael@0 | 1313 | } |
michael@0 | 1314 | square-foot{ |
michael@0 | 1315 | few{"{0} ft²"} |
michael@0 | 1316 | one{"{0} ft²"} |
michael@0 | 1317 | other{"{0} ft²"} |
michael@0 | 1318 | two{"{0} ft²"} |
michael@0 | 1319 | } |
michael@0 | 1320 | square-kilometer{ |
michael@0 | 1321 | few{"{0} km²"} |
michael@0 | 1322 | one{"{0} km²"} |
michael@0 | 1323 | other{"{0} km²"} |
michael@0 | 1324 | two{"{0} km²"} |
michael@0 | 1325 | } |
michael@0 | 1326 | square-meter{ |
michael@0 | 1327 | few{"{0} m²"} |
michael@0 | 1328 | one{"{0} m²"} |
michael@0 | 1329 | other{"{0} m²"} |
michael@0 | 1330 | two{"{0} m²"} |
michael@0 | 1331 | } |
michael@0 | 1332 | square-mile{ |
michael@0 | 1333 | few{"{0} mi²"} |
michael@0 | 1334 | one{"{0} mi²"} |
michael@0 | 1335 | other{"{0} mi²"} |
michael@0 | 1336 | two{"{0} mi²"} |
michael@0 | 1337 | } |
michael@0 | 1338 | } |
michael@0 | 1339 | compound{ |
michael@0 | 1340 | per{"{0}/{1}"} |
michael@0 | 1341 | } |
michael@0 | 1342 | duration{ |
michael@0 | 1343 | day{ |
michael@0 | 1344 | few{"{0} d"} |
michael@0 | 1345 | one{"{0} d"} |
michael@0 | 1346 | other{"{0} d"} |
michael@0 | 1347 | two{"{0} d"} |
michael@0 | 1348 | } |
michael@0 | 1349 | hour{ |
michael@0 | 1350 | few{"{0} h"} |
michael@0 | 1351 | one{"{0} h"} |
michael@0 | 1352 | other{"{0} h"} |
michael@0 | 1353 | two{"{0} h"} |
michael@0 | 1354 | } |
michael@0 | 1355 | millisecond{ |
michael@0 | 1356 | few{"{0} ms"} |
michael@0 | 1357 | one{"{0} ms"} |
michael@0 | 1358 | other{"{0} ms"} |
michael@0 | 1359 | two{"{0} ms"} |
michael@0 | 1360 | } |
michael@0 | 1361 | minute{ |
michael@0 | 1362 | few{"{0} min"} |
michael@0 | 1363 | one{"{0} min"} |
michael@0 | 1364 | other{"{0} min"} |
michael@0 | 1365 | two{"{0} min"} |
michael@0 | 1366 | } |
michael@0 | 1367 | month{ |
michael@0 | 1368 | few{"{0} m"} |
michael@0 | 1369 | one{"{0} m"} |
michael@0 | 1370 | other{"{0} m"} |
michael@0 | 1371 | two{"{0} m"} |
michael@0 | 1372 | } |
michael@0 | 1373 | second{ |
michael@0 | 1374 | few{"{0} s"} |
michael@0 | 1375 | one{"{0} s"} |
michael@0 | 1376 | other{"{0} s"} |
michael@0 | 1377 | two{"{0} s"} |
michael@0 | 1378 | } |
michael@0 | 1379 | week{ |
michael@0 | 1380 | few{"{0} t"} |
michael@0 | 1381 | one{"{0} t"} |
michael@0 | 1382 | other{"{0} t"} |
michael@0 | 1383 | two{"{0} t"} |
michael@0 | 1384 | } |
michael@0 | 1385 | year{ |
michael@0 | 1386 | few{"{0} l"} |
michael@0 | 1387 | one{"{0} l"} |
michael@0 | 1388 | other{"{0} l"} |
michael@0 | 1389 | two{"{0} l"} |
michael@0 | 1390 | } |
michael@0 | 1391 | } |
michael@0 | 1392 | length{ |
michael@0 | 1393 | centimeter{ |
michael@0 | 1394 | few{"{0} cm"} |
michael@0 | 1395 | one{"{0} cm"} |
michael@0 | 1396 | other{"{0} cm"} |
michael@0 | 1397 | two{"{0} cm"} |
michael@0 | 1398 | } |
michael@0 | 1399 | foot{ |
michael@0 | 1400 | few{"{0} ft"} |
michael@0 | 1401 | one{"{0} ft"} |
michael@0 | 1402 | other{"{0} ft"} |
michael@0 | 1403 | two{"{0} ft"} |
michael@0 | 1404 | } |
michael@0 | 1405 | inch{ |
michael@0 | 1406 | few{"{0} in"} |
michael@0 | 1407 | one{"{0} in"} |
michael@0 | 1408 | other{"{0} in"} |
michael@0 | 1409 | two{"{0} in"} |
michael@0 | 1410 | } |
michael@0 | 1411 | kilometer{ |
michael@0 | 1412 | few{"{0} km"} |
michael@0 | 1413 | one{"{0} km"} |
michael@0 | 1414 | other{"{0} km"} |
michael@0 | 1415 | two{"{0} km"} |
michael@0 | 1416 | } |
michael@0 | 1417 | light-year{ |
michael@0 | 1418 | few{"{0} sv. l."} |
michael@0 | 1419 | one{"{0} ly"} |
michael@0 | 1420 | other{"{0} sv. l."} |
michael@0 | 1421 | two{"{0} sv. l."} |
michael@0 | 1422 | } |
michael@0 | 1423 | meter{ |
michael@0 | 1424 | few{"{0} m"} |
michael@0 | 1425 | one{"{0} m"} |
michael@0 | 1426 | other{"{0} m"} |
michael@0 | 1427 | two{"{0} m"} |
michael@0 | 1428 | } |
michael@0 | 1429 | mile{ |
michael@0 | 1430 | few{"{0} mi"} |
michael@0 | 1431 | one{"{0} mi"} |
michael@0 | 1432 | other{"{0} mi"} |
michael@0 | 1433 | two{"{0} mi"} |
michael@0 | 1434 | } |
michael@0 | 1435 | millimeter{ |
michael@0 | 1436 | few{"{0} mm"} |
michael@0 | 1437 | one{"{0} mm"} |
michael@0 | 1438 | other{"{0} mm"} |
michael@0 | 1439 | two{"{0} mm"} |
michael@0 | 1440 | } |
michael@0 | 1441 | picometer{ |
michael@0 | 1442 | few{"{0} pm"} |
michael@0 | 1443 | one{"{0} pm"} |
michael@0 | 1444 | other{"{0} pm"} |
michael@0 | 1445 | two{"{0} pm"} |
michael@0 | 1446 | } |
michael@0 | 1447 | yard{ |
michael@0 | 1448 | few{"{0} yd"} |
michael@0 | 1449 | one{"{0} yd"} |
michael@0 | 1450 | other{"{0} yd"} |
michael@0 | 1451 | two{"{0} yd"} |
michael@0 | 1452 | } |
michael@0 | 1453 | } |
michael@0 | 1454 | mass{ |
michael@0 | 1455 | gram{ |
michael@0 | 1456 | few{"{0} g"} |
michael@0 | 1457 | one{"{0} g"} |
michael@0 | 1458 | other{"{0} g"} |
michael@0 | 1459 | two{"{0} g"} |
michael@0 | 1460 | } |
michael@0 | 1461 | kilogram{ |
michael@0 | 1462 | few{"{0} kg"} |
michael@0 | 1463 | one{"{0} kg"} |
michael@0 | 1464 | other{"{0} kg"} |
michael@0 | 1465 | two{"{0} kg"} |
michael@0 | 1466 | } |
michael@0 | 1467 | ounce{ |
michael@0 | 1468 | few{"{0} oz"} |
michael@0 | 1469 | one{"{0} oz"} |
michael@0 | 1470 | other{"{0} oz"} |
michael@0 | 1471 | two{"{0} oz"} |
michael@0 | 1472 | } |
michael@0 | 1473 | pound{ |
michael@0 | 1474 | few{"{0} lb"} |
michael@0 | 1475 | one{"{0} lb"} |
michael@0 | 1476 | other{"{0} lb"} |
michael@0 | 1477 | two{"{0} lb"} |
michael@0 | 1478 | } |
michael@0 | 1479 | } |
michael@0 | 1480 | power{ |
michael@0 | 1481 | horsepower{ |
michael@0 | 1482 | few{"{0} KM"} |
michael@0 | 1483 | one{"{0} KM"} |
michael@0 | 1484 | other{"{0} hp"} |
michael@0 | 1485 | two{"{0} KM"} |
michael@0 | 1486 | } |
michael@0 | 1487 | kilowatt{ |
michael@0 | 1488 | few{"{0} kW"} |
michael@0 | 1489 | one{"{0} kW"} |
michael@0 | 1490 | other{"{0} kW"} |
michael@0 | 1491 | two{"{0} kW"} |
michael@0 | 1492 | } |
michael@0 | 1493 | watt{ |
michael@0 | 1494 | few{"{0} W"} |
michael@0 | 1495 | one{"{0} W"} |
michael@0 | 1496 | other{"{0} W"} |
michael@0 | 1497 | two{"{0} W"} |
michael@0 | 1498 | } |
michael@0 | 1499 | } |
michael@0 | 1500 | pressure{ |
michael@0 | 1501 | hectopascal{ |
michael@0 | 1502 | few{"{0} hPa"} |
michael@0 | 1503 | one{"{0} hPa"} |
michael@0 | 1504 | other{"{0} hPa"} |
michael@0 | 1505 | two{"{0} hPa"} |
michael@0 | 1506 | } |
michael@0 | 1507 | inch-hg{ |
michael@0 | 1508 | few{"{0} inHg"} |
michael@0 | 1509 | one{"{0} inHg"} |
michael@0 | 1510 | other{"{0} inHg"} |
michael@0 | 1511 | two{"{0} inHg"} |
michael@0 | 1512 | } |
michael@0 | 1513 | millibar{ |
michael@0 | 1514 | few{"{0} mbar"} |
michael@0 | 1515 | one{"{0} mbar"} |
michael@0 | 1516 | other{"{0} mbar"} |
michael@0 | 1517 | two{"{0} mbar"} |
michael@0 | 1518 | } |
michael@0 | 1519 | } |
michael@0 | 1520 | speed{ |
michael@0 | 1521 | kilometer-per-hour{ |
michael@0 | 1522 | few{"{0} km/h"} |
michael@0 | 1523 | one{"{0} km/h"} |
michael@0 | 1524 | other{"{0} km/h"} |
michael@0 | 1525 | two{"{0} km/h"} |
michael@0 | 1526 | } |
michael@0 | 1527 | meter-per-second{ |
michael@0 | 1528 | few{"{0} m/s"} |
michael@0 | 1529 | one{"{0} m/s"} |
michael@0 | 1530 | other{"{0} m/s"} |
michael@0 | 1531 | two{"{0} m/s"} |
michael@0 | 1532 | } |
michael@0 | 1533 | mile-per-hour{ |
michael@0 | 1534 | few{"{0} mi/h"} |
michael@0 | 1535 | one{"{0} mi/h"} |
michael@0 | 1536 | other{"{0} mi/h"} |
michael@0 | 1537 | two{"{0} mi/h"} |
michael@0 | 1538 | } |
michael@0 | 1539 | } |
michael@0 | 1540 | temperature{ |
michael@0 | 1541 | celsius{ |
michael@0 | 1542 | few{"{0} °"} |
michael@0 | 1543 | one{"{0} °"} |
michael@0 | 1544 | other{"{0} °"} |
michael@0 | 1545 | two{"{0} °"} |
michael@0 | 1546 | } |
michael@0 | 1547 | fahrenheit{ |
michael@0 | 1548 | few{"{0} °F"} |
michael@0 | 1549 | one{"{0} °F"} |
michael@0 | 1550 | other{"{0} °F"} |
michael@0 | 1551 | two{"{0} °F"} |
michael@0 | 1552 | } |
michael@0 | 1553 | } |
michael@0 | 1554 | volume{ |
michael@0 | 1555 | cubic-kilometer{ |
michael@0 | 1556 | few{"{0} km³"} |
michael@0 | 1557 | one{"{0} km³"} |
michael@0 | 1558 | other{"{0} km³"} |
michael@0 | 1559 | two{"{0} km³"} |
michael@0 | 1560 | } |
michael@0 | 1561 | cubic-mile{ |
michael@0 | 1562 | few{"{0} mi³"} |
michael@0 | 1563 | one{"{0} mi³"} |
michael@0 | 1564 | other{"{0} mi³"} |
michael@0 | 1565 | two{"{0} mi³"} |
michael@0 | 1566 | } |
michael@0 | 1567 | liter{ |
michael@0 | 1568 | few{"{0} l"} |
michael@0 | 1569 | one{"{0} l"} |
michael@0 | 1570 | other{"{0} l"} |
michael@0 | 1571 | two{"{0} l"} |
michael@0 | 1572 | } |
michael@0 | 1573 | } |
michael@0 | 1574 | } |
michael@0 | 1575 | unitsShort{ |
michael@0 | 1576 | acceleration{ |
michael@0 | 1577 | g-force{ |
michael@0 | 1578 | few{"{0} G"} |
michael@0 | 1579 | one{"{0} G"} |
michael@0 | 1580 | other{"{0} G"} |
michael@0 | 1581 | two{"{0} G"} |
michael@0 | 1582 | } |
michael@0 | 1583 | } |
michael@0 | 1584 | angle{ |
michael@0 | 1585 | arc-minute{ |
michael@0 | 1586 | few{"{0}′"} |
michael@0 | 1587 | one{"{0}′"} |
michael@0 | 1588 | other{"{0}′"} |
michael@0 | 1589 | two{"{0}′"} |
michael@0 | 1590 | } |
michael@0 | 1591 | arc-second{ |
michael@0 | 1592 | few{"{0}″"} |
michael@0 | 1593 | one{"{0}″"} |
michael@0 | 1594 | other{"{0}″"} |
michael@0 | 1595 | two{"{0}″"} |
michael@0 | 1596 | } |
michael@0 | 1597 | degree{ |
michael@0 | 1598 | few{"{0} °"} |
michael@0 | 1599 | one{"{0} °"} |
michael@0 | 1600 | other{"{0} °"} |
michael@0 | 1601 | two{"{0} °"} |
michael@0 | 1602 | } |
michael@0 | 1603 | } |
michael@0 | 1604 | area{ |
michael@0 | 1605 | acre{ |
michael@0 | 1606 | few{"{0} jut."} |
michael@0 | 1607 | one{"{0} jut."} |
michael@0 | 1608 | other{"{0} jut."} |
michael@0 | 1609 | two{"{0} jut."} |
michael@0 | 1610 | } |
michael@0 | 1611 | hectare{ |
michael@0 | 1612 | few{"{0} ha"} |
michael@0 | 1613 | one{"{0} ha"} |
michael@0 | 1614 | other{"{0} ha"} |
michael@0 | 1615 | two{"{0} ha"} |
michael@0 | 1616 | } |
michael@0 | 1617 | square-foot{ |
michael@0 | 1618 | few{"{0} ft²"} |
michael@0 | 1619 | one{"{0} ft²"} |
michael@0 | 1620 | other{"{0} ft²"} |
michael@0 | 1621 | two{"{0} ft²"} |
michael@0 | 1622 | } |
michael@0 | 1623 | square-kilometer{ |
michael@0 | 1624 | few{"{0} km²"} |
michael@0 | 1625 | one{"{0} km²"} |
michael@0 | 1626 | other{"{0} km²"} |
michael@0 | 1627 | two{"{0} km²"} |
michael@0 | 1628 | } |
michael@0 | 1629 | square-meter{ |
michael@0 | 1630 | few{"{0} m²"} |
michael@0 | 1631 | one{"{0} m²"} |
michael@0 | 1632 | other{"{0} m²"} |
michael@0 | 1633 | two{"{0} m²"} |
michael@0 | 1634 | } |
michael@0 | 1635 | square-mile{ |
michael@0 | 1636 | few{"{0} mi²"} |
michael@0 | 1637 | one{"{0} mi²"} |
michael@0 | 1638 | other{"{0} mi²"} |
michael@0 | 1639 | two{"{0} mi²"} |
michael@0 | 1640 | } |
michael@0 | 1641 | } |
michael@0 | 1642 | compound{ |
michael@0 | 1643 | per{"{0}/{1}"} |
michael@0 | 1644 | } |
michael@0 | 1645 | duration{ |
michael@0 | 1646 | day{ |
michael@0 | 1647 | few{"{0} d"} |
michael@0 | 1648 | one{"{0} d"} |
michael@0 | 1649 | other{"{0} d"} |
michael@0 | 1650 | two{"{0} d"} |
michael@0 | 1651 | } |
michael@0 | 1652 | hour{ |
michael@0 | 1653 | few{"{0} h"} |
michael@0 | 1654 | one{"{0} h"} |
michael@0 | 1655 | other{"{0} h"} |
michael@0 | 1656 | two{"{0} h"} |
michael@0 | 1657 | } |
michael@0 | 1658 | millisecond{ |
michael@0 | 1659 | few{"{0} ms"} |
michael@0 | 1660 | one{"{0} ms"} |
michael@0 | 1661 | other{"{0} ms"} |
michael@0 | 1662 | two{"{0} ms"} |
michael@0 | 1663 | } |
michael@0 | 1664 | minute{ |
michael@0 | 1665 | few{"{0} min"} |
michael@0 | 1666 | one{"{0} min"} |
michael@0 | 1667 | other{"{0} min"} |
michael@0 | 1668 | two{"{0} min"} |
michael@0 | 1669 | } |
michael@0 | 1670 | month{ |
michael@0 | 1671 | few{"{0} m"} |
michael@0 | 1672 | one{"{0} m"} |
michael@0 | 1673 | other{"{0} m"} |
michael@0 | 1674 | two{"{0} m"} |
michael@0 | 1675 | } |
michael@0 | 1676 | second{ |
michael@0 | 1677 | few{"{0} s"} |
michael@0 | 1678 | one{"{0} s"} |
michael@0 | 1679 | other{"{0} s"} |
michael@0 | 1680 | two{"{0} s"} |
michael@0 | 1681 | } |
michael@0 | 1682 | week{ |
michael@0 | 1683 | few{"{0} t"} |
michael@0 | 1684 | one{"{0} t"} |
michael@0 | 1685 | other{"{0} t"} |
michael@0 | 1686 | two{"{0} t"} |
michael@0 | 1687 | } |
michael@0 | 1688 | year{ |
michael@0 | 1689 | few{"{0} l"} |
michael@0 | 1690 | one{"{0} l"} |
michael@0 | 1691 | other{"{0} l"} |
michael@0 | 1692 | two{"{0} l"} |
michael@0 | 1693 | } |
michael@0 | 1694 | } |
michael@0 | 1695 | length{ |
michael@0 | 1696 | centimeter{ |
michael@0 | 1697 | few{"{0} cm"} |
michael@0 | 1698 | one{"{0} cm"} |
michael@0 | 1699 | other{"{0} cm"} |
michael@0 | 1700 | two{"{0} cm"} |
michael@0 | 1701 | } |
michael@0 | 1702 | foot{ |
michael@0 | 1703 | few{"{0} ft"} |
michael@0 | 1704 | one{"{0} ft"} |
michael@0 | 1705 | other{"{0} ft"} |
michael@0 | 1706 | two{"{0} ft"} |
michael@0 | 1707 | } |
michael@0 | 1708 | inch{ |
michael@0 | 1709 | few{"{0} in"} |
michael@0 | 1710 | one{"{0} in"} |
michael@0 | 1711 | other{"{0} in"} |
michael@0 | 1712 | two{"{0} in"} |
michael@0 | 1713 | } |
michael@0 | 1714 | kilometer{ |
michael@0 | 1715 | few{"{0} km"} |
michael@0 | 1716 | one{"{0} km"} |
michael@0 | 1717 | other{"{0} km"} |
michael@0 | 1718 | two{"{0} km"} |
michael@0 | 1719 | } |
michael@0 | 1720 | light-year{ |
michael@0 | 1721 | few{"{0} sv. leta"} |
michael@0 | 1722 | one{"{0} sv. let"} |
michael@0 | 1723 | other{"{0} sv. let"} |
michael@0 | 1724 | two{"{0} sv. leti"} |
michael@0 | 1725 | } |
michael@0 | 1726 | meter{ |
michael@0 | 1727 | few{"{0} m"} |
michael@0 | 1728 | one{"{0} m"} |
michael@0 | 1729 | other{"{0} m"} |
michael@0 | 1730 | two{"{0} m"} |
michael@0 | 1731 | } |
michael@0 | 1732 | mile{ |
michael@0 | 1733 | few{"{0} mi"} |
michael@0 | 1734 | one{"{0} mi"} |
michael@0 | 1735 | other{"{0} mi"} |
michael@0 | 1736 | two{"{0} mi"} |
michael@0 | 1737 | } |
michael@0 | 1738 | millimeter{ |
michael@0 | 1739 | few{"{0} mm"} |
michael@0 | 1740 | one{"{0} mm"} |
michael@0 | 1741 | other{"{0} mm"} |
michael@0 | 1742 | two{"{0} mm"} |
michael@0 | 1743 | } |
michael@0 | 1744 | picometer{ |
michael@0 | 1745 | few{"{0} pm"} |
michael@0 | 1746 | one{"{0} pm"} |
michael@0 | 1747 | other{"{0} pm"} |
michael@0 | 1748 | two{"{0} pm"} |
michael@0 | 1749 | } |
michael@0 | 1750 | yard{ |
michael@0 | 1751 | few{"{0} yd"} |
michael@0 | 1752 | one{"{0} yd"} |
michael@0 | 1753 | other{"{0} yd"} |
michael@0 | 1754 | two{"{0} yd"} |
michael@0 | 1755 | } |
michael@0 | 1756 | } |
michael@0 | 1757 | mass{ |
michael@0 | 1758 | gram{ |
michael@0 | 1759 | few{"{0} g"} |
michael@0 | 1760 | one{"{0} g"} |
michael@0 | 1761 | other{"{0} g"} |
michael@0 | 1762 | two{"{0} g"} |
michael@0 | 1763 | } |
michael@0 | 1764 | kilogram{ |
michael@0 | 1765 | few{"{0} kg"} |
michael@0 | 1766 | one{"{0} kg"} |
michael@0 | 1767 | other{"{0} kg"} |
michael@0 | 1768 | two{"{0} kg"} |
michael@0 | 1769 | } |
michael@0 | 1770 | ounce{ |
michael@0 | 1771 | few{"{0} oz"} |
michael@0 | 1772 | one{"{0} oz"} |
michael@0 | 1773 | other{"{0} oz"} |
michael@0 | 1774 | two{"{0} oz"} |
michael@0 | 1775 | } |
michael@0 | 1776 | pound{ |
michael@0 | 1777 | few{"{0} lb"} |
michael@0 | 1778 | one{"{0} lb"} |
michael@0 | 1779 | other{"{0} lb"} |
michael@0 | 1780 | two{"{0} lb"} |
michael@0 | 1781 | } |
michael@0 | 1782 | } |
michael@0 | 1783 | power{ |
michael@0 | 1784 | horsepower{ |
michael@0 | 1785 | few{"{0} KM"} |
michael@0 | 1786 | one{"{0} KM"} |
michael@0 | 1787 | other{"{0} KM"} |
michael@0 | 1788 | two{"{0} KM"} |
michael@0 | 1789 | } |
michael@0 | 1790 | kilowatt{ |
michael@0 | 1791 | few{"{0} kW"} |
michael@0 | 1792 | one{"{0} kW"} |
michael@0 | 1793 | other{"{0} kW"} |
michael@0 | 1794 | two{"{0} kW"} |
michael@0 | 1795 | } |
michael@0 | 1796 | watt{ |
michael@0 | 1797 | few{"{0} W"} |
michael@0 | 1798 | one{"{0} W"} |
michael@0 | 1799 | other{"{0} W"} |
michael@0 | 1800 | two{"{0} W"} |
michael@0 | 1801 | } |
michael@0 | 1802 | } |
michael@0 | 1803 | pressure{ |
michael@0 | 1804 | hectopascal{ |
michael@0 | 1805 | few{"{0} hPa"} |
michael@0 | 1806 | one{"{0} hPa"} |
michael@0 | 1807 | other{"{0} hPa"} |
michael@0 | 1808 | two{"{0} hPa"} |
michael@0 | 1809 | } |
michael@0 | 1810 | inch-hg{ |
michael@0 | 1811 | few{"{0} inHg"} |
michael@0 | 1812 | one{"{0} inHg"} |
michael@0 | 1813 | other{"{0} inHg"} |
michael@0 | 1814 | two{"{0} inHg"} |
michael@0 | 1815 | } |
michael@0 | 1816 | millibar{ |
michael@0 | 1817 | few{"{0} mbar"} |
michael@0 | 1818 | one{"{0} mbar"} |
michael@0 | 1819 | other{"{0} mbar"} |
michael@0 | 1820 | two{"{0} mbar"} |
michael@0 | 1821 | } |
michael@0 | 1822 | } |
michael@0 | 1823 | speed{ |
michael@0 | 1824 | kilometer-per-hour{ |
michael@0 | 1825 | few{"{0} km/h"} |
michael@0 | 1826 | one{"{0} km/h"} |
michael@0 | 1827 | other{"{0} km/h"} |
michael@0 | 1828 | two{"{0} km/h"} |
michael@0 | 1829 | } |
michael@0 | 1830 | meter-per-second{ |
michael@0 | 1831 | few{"{0} m/s"} |
michael@0 | 1832 | one{"{0} m/s"} |
michael@0 | 1833 | other{"{0} m/s"} |
michael@0 | 1834 | two{"{0} m/s"} |
michael@0 | 1835 | } |
michael@0 | 1836 | mile-per-hour{ |
michael@0 | 1837 | few{"{0} mi/h"} |
michael@0 | 1838 | one{"{0} mi/h"} |
michael@0 | 1839 | other{"{0} mi/h"} |
michael@0 | 1840 | two{"{0} mi/h"} |
michael@0 | 1841 | } |
michael@0 | 1842 | } |
michael@0 | 1843 | temperature{ |
michael@0 | 1844 | celsius{ |
michael@0 | 1845 | few{"{0} °C"} |
michael@0 | 1846 | one{"{0} °C"} |
michael@0 | 1847 | other{"{0} °C"} |
michael@0 | 1848 | two{"{0} °C"} |
michael@0 | 1849 | } |
michael@0 | 1850 | fahrenheit{ |
michael@0 | 1851 | few{"{0} °F"} |
michael@0 | 1852 | one{"{0} °F"} |
michael@0 | 1853 | other{"{0} °F"} |
michael@0 | 1854 | two{"{0} °F"} |
michael@0 | 1855 | } |
michael@0 | 1856 | } |
michael@0 | 1857 | volume{ |
michael@0 | 1858 | cubic-kilometer{ |
michael@0 | 1859 | few{"{0} km³"} |
michael@0 | 1860 | one{"{0} km³"} |
michael@0 | 1861 | other{"{0} km³"} |
michael@0 | 1862 | two{"{0} km³"} |
michael@0 | 1863 | } |
michael@0 | 1864 | cubic-mile{ |
michael@0 | 1865 | few{"{0} mi³"} |
michael@0 | 1866 | one{"{0} mi³"} |
michael@0 | 1867 | other{"{0} mi³"} |
michael@0 | 1868 | two{"{0} mi³"} |
michael@0 | 1869 | } |
michael@0 | 1870 | liter{ |
michael@0 | 1871 | few{"{0} l"} |
michael@0 | 1872 | one{"{0} l"} |
michael@0 | 1873 | other{"{0} l"} |
michael@0 | 1874 | two{"{0} l"} |
michael@0 | 1875 | } |
michael@0 | 1876 | } |
michael@0 | 1877 | } |
michael@0 | 1878 | } |