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