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/es.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/es.xml |
michael@0 | 11 | */ |
michael@0 | 12 | es{ |
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{"Más de {0}"} |
michael@0 | 36 | range{"{0}-{1}"} |
michael@0 | 37 | } |
michael@0 | 38 | patterns{ |
michael@0 | 39 | accountingFormat{"#,##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 mil"} |
michael@0 | 49 | other{"0 mil"} |
michael@0 | 50 | } |
michael@0 | 51 | 10000{ |
michael@0 | 52 | one{"00 mil"} |
michael@0 | 53 | other{"00 mil"} |
michael@0 | 54 | } |
michael@0 | 55 | 100000{ |
michael@0 | 56 | one{"000 mil"} |
michael@0 | 57 | other{"000 mil"} |
michael@0 | 58 | } |
michael@0 | 59 | 1000000{ |
michael@0 | 60 | one{"0 millón"} |
michael@0 | 61 | other{"0 millones"} |
michael@0 | 62 | } |
michael@0 | 63 | 10000000{ |
michael@0 | 64 | one{"00 millones"} |
michael@0 | 65 | other{"00 millones"} |
michael@0 | 66 | } |
michael@0 | 67 | 100000000{ |
michael@0 | 68 | one{"000 millones"} |
michael@0 | 69 | other{"000 millones"} |
michael@0 | 70 | } |
michael@0 | 71 | 1000000000{ |
michael@0 | 72 | one{"0 mil millones"} |
michael@0 | 73 | other{"0 mil millones"} |
michael@0 | 74 | } |
michael@0 | 75 | 10000000000{ |
michael@0 | 76 | one{"00 mil millones"} |
michael@0 | 77 | other{"00 mil millones"} |
michael@0 | 78 | } |
michael@0 | 79 | 100000000000{ |
michael@0 | 80 | one{"000 mil millones"} |
michael@0 | 81 | other{"000 mil millones"} |
michael@0 | 82 | } |
michael@0 | 83 | 1000000000000{ |
michael@0 | 84 | one{"0 billón"} |
michael@0 | 85 | other{"0 billones"} |
michael@0 | 86 | } |
michael@0 | 87 | 10000000000000{ |
michael@0 | 88 | one{"00 billones"} |
michael@0 | 89 | other{"00 billones"} |
michael@0 | 90 | } |
michael@0 | 91 | 100000000000000{ |
michael@0 | 92 | one{"000 billones"} |
michael@0 | 93 | other{"000 billones"} |
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{"0K"} |
michael@0 | 101 | other{"0K"} |
michael@0 | 102 | } |
michael@0 | 103 | 10000{ |
michael@0 | 104 | one{"00K"} |
michael@0 | 105 | other{"00K"} |
michael@0 | 106 | } |
michael@0 | 107 | 100000{ |
michael@0 | 108 | one{"000K"} |
michael@0 | 109 | other{"000K"} |
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{"00M"} |
michael@0 | 117 | other{"00M"} |
michael@0 | 118 | } |
michael@0 | 119 | 100000000{ |
michael@0 | 120 | one{"000M"} |
michael@0 | 121 | other{"000M"} |
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{"00MRD"} |
michael@0 | 129 | other{"00MRD"} |
michael@0 | 130 | } |
michael@0 | 131 | 100000000000{ |
michael@0 | 132 | one{"000MRD"} |
michael@0 | 133 | other{"000MRD"} |
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{"00B"} |
michael@0 | 141 | other{"00B"} |
michael@0 | 142 | } |
michael@0 | 143 | 100000000000000{ |
michael@0 | 144 | one{"000B"} |
michael@0 | 145 | other{"000B"} |
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 | eras{ |
michael@0 | 168 | abbreviated{ |
michael@0 | 169 | "BE", |
michael@0 | 170 | } |
michael@0 | 171 | } |
michael@0 | 172 | } |
michael@0 | 173 | chinese{ |
michael@0 | 174 | DateTimePatterns{ |
michael@0 | 175 | "H:mm:ss (zzzz)", |
michael@0 | 176 | "H:mm:ss z", |
michael@0 | 177 | "H:mm:ss", |
michael@0 | 178 | "H:mm", |
michael@0 | 179 | "EEEE, d-M-y", |
michael@0 | 180 | "d-M-y", |
michael@0 | 181 | "d-M-y", |
michael@0 | 182 | "d-M-y", |
michael@0 | 183 | "{1} {0}", |
michael@0 | 184 | "{1} {0}", |
michael@0 | 185 | "{1} {0}", |
michael@0 | 186 | "{1} {0}", |
michael@0 | 187 | "{1} {0}", |
michael@0 | 188 | } |
michael@0 | 189 | availableFormats{ |
michael@0 | 190 | Ed{"E d"} |
michael@0 | 191 | Gy{"y"} |
michael@0 | 192 | GyMMM{"M-y"} |
michael@0 | 193 | GyMMMEd{"E, d-M-y"} |
michael@0 | 194 | GyMMMd{"d-M-y"} |
michael@0 | 195 | H{"HH"} |
michael@0 | 196 | Hm{"HH:mm"} |
michael@0 | 197 | Hms{"HH:mm:ss"} |
michael@0 | 198 | M{"L"} |
michael@0 | 199 | MEd{"E, d-M"} |
michael@0 | 200 | MMM{"L"} |
michael@0 | 201 | MMMEd{"E d-M"} |
michael@0 | 202 | MMMd{"d-M"} |
michael@0 | 203 | Md{"d-M"} |
michael@0 | 204 | d{"d"} |
michael@0 | 205 | h{"hh a"} |
michael@0 | 206 | hm{"hh:mm a"} |
michael@0 | 207 | hms{"hh:mm:ss a"} |
michael@0 | 208 | ms{"mm:ss"} |
michael@0 | 209 | y{"y"} |
michael@0 | 210 | yyyy{"y"} |
michael@0 | 211 | yyyyM{"M-y"} |
michael@0 | 212 | yyyyMEd{"E, d-M-y"} |
michael@0 | 213 | yyyyMMM{"M-y"} |
michael@0 | 214 | yyyyMMMEd{"E, d-M-y"} |
michael@0 | 215 | yyyyMMMM{"M-y"} |
michael@0 | 216 | yyyyMMMd{"d-M-y"} |
michael@0 | 217 | yyyyMd{"d-M-y"} |
michael@0 | 218 | yyyyQQQ{"QQQ y"} |
michael@0 | 219 | yyyyQQQQ{"QQQQ y"} |
michael@0 | 220 | } |
michael@0 | 221 | } |
michael@0 | 222 | generic{ |
michael@0 | 223 | DateTimePatterns{ |
michael@0 | 224 | "H:mm:ss (zzzz)", |
michael@0 | 225 | "H:mm:ss z", |
michael@0 | 226 | "H:mm:ss", |
michael@0 | 227 | "H:mm", |
michael@0 | 228 | "EEEE, d 'de' MMMM 'de' y G", |
michael@0 | 229 | "d 'de' MMMM 'de' y G", |
michael@0 | 230 | "dd/MM/y G", |
michael@0 | 231 | "dd/MM/yy GGGGG", |
michael@0 | 232 | "{1} {0}", |
michael@0 | 233 | "{1}, {0}", |
michael@0 | 234 | "{1}, {0}", |
michael@0 | 235 | "{1} {0}", |
michael@0 | 236 | "{1} {0}", |
michael@0 | 237 | } |
michael@0 | 238 | availableFormats{ |
michael@0 | 239 | Ed{"E d"} |
michael@0 | 240 | Gy{"y G"} |
michael@0 | 241 | GyMMM{"MMM y G"} |
michael@0 | 242 | GyMMMEd{"E, d 'de' MMMM 'de' y G"} |
michael@0 | 243 | GyMMMd{"d MMM y G"} |
michael@0 | 244 | H{"HH"} |
michael@0 | 245 | Hm{"HH:mm"} |
michael@0 | 246 | Hms{"HH:mm:ss"} |
michael@0 | 247 | M{"L"} |
michael@0 | 248 | MEd{"E, d/M"} |
michael@0 | 249 | MMM{"LLL"} |
michael@0 | 250 | MMMEd{"E, d MMM"} |
michael@0 | 251 | MMMMd{"d 'de' MMMM"} |
michael@0 | 252 | MMMd{"d MMM"} |
michael@0 | 253 | MMMdd{"dd-MMM"} |
michael@0 | 254 | Md{"d/M"} |
michael@0 | 255 | d{"d"} |
michael@0 | 256 | h{"hh a"} |
michael@0 | 257 | hm{"hh:mm a"} |
michael@0 | 258 | hms{"hh:mm:ss a"} |
michael@0 | 259 | ms{"mm:ss"} |
michael@0 | 260 | y{"y G"} |
michael@0 | 261 | yyyy{"y G"} |
michael@0 | 262 | yyyyM{"M/y GGGGG"} |
michael@0 | 263 | yyyyMEd{"E, d/M/y GGGGG"} |
michael@0 | 264 | yyyyMMM{"MMM y G"} |
michael@0 | 265 | yyyyMMMEd{"E, d 'de' MMMM 'de' y G"} |
michael@0 | 266 | yyyyMMMM{"MMMM 'de' y G"} |
michael@0 | 267 | yyyyMMMd{"d MMM y G"} |
michael@0 | 268 | yyyyMd{"d/M/y GGGGG"} |
michael@0 | 269 | yyyyQQQ{"QQQ y G"} |
michael@0 | 270 | yyyyQQQQ{"QQQQ 'de' y G"} |
michael@0 | 271 | } |
michael@0 | 272 | intervalFormats{ |
michael@0 | 273 | H{ |
michael@0 | 274 | H{"HH–HH"} |
michael@0 | 275 | } |
michael@0 | 276 | Hm{ |
michael@0 | 277 | H{"HH:mm – HH:mm"} |
michael@0 | 278 | m{"HH:mm – HH:mm"} |
michael@0 | 279 | } |
michael@0 | 280 | Hmv{ |
michael@0 | 281 | H{"HH:mm – HH:mm v"} |
michael@0 | 282 | m{"HH:mm – HH:mm v"} |
michael@0 | 283 | } |
michael@0 | 284 | M{ |
michael@0 | 285 | M{"M–M"} |
michael@0 | 286 | } |
michael@0 | 287 | MEd{ |
michael@0 | 288 | M{"E, d/M–E, d/M"} |
michael@0 | 289 | d{"E, d/M–E, d/M"} |
michael@0 | 290 | } |
michael@0 | 291 | MMM{ |
michael@0 | 292 | M{"MMM–MMM"} |
michael@0 | 293 | } |
michael@0 | 294 | MMMEd{ |
michael@0 | 295 | M{"E, d 'de' MMM–E, d 'de' MMM"} |
michael@0 | 296 | d{"E, d 'de' MMM–E, d 'de' MMM"} |
michael@0 | 297 | } |
michael@0 | 298 | MMMd{ |
michael@0 | 299 | M{"d 'de' MMM–d 'de' MMM"} |
michael@0 | 300 | d{"d–d MMM"} |
michael@0 | 301 | } |
michael@0 | 302 | Md{ |
michael@0 | 303 | M{"d/M–d/M"} |
michael@0 | 304 | d{"d/M–d/M"} |
michael@0 | 305 | } |
michael@0 | 306 | d{ |
michael@0 | 307 | d{"d–d"} |
michael@0 | 308 | } |
michael@0 | 309 | fallback{"{0}–{1}"} |
michael@0 | 310 | h{ |
michael@0 | 311 | a{"h a – h a"} |
michael@0 | 312 | h{"h–h a"} |
michael@0 | 313 | } |
michael@0 | 314 | hm{ |
michael@0 | 315 | a{"h:mm a – h:mm a"} |
michael@0 | 316 | h{"h:mm – h:mm a"} |
michael@0 | 317 | m{"h:mm – h:mm a"} |
michael@0 | 318 | } |
michael@0 | 319 | hmv{ |
michael@0 | 320 | a{"h:mm a – h:mm a v"} |
michael@0 | 321 | h{"h:mm – h:mm a v"} |
michael@0 | 322 | m{"h:mm – h:mm a v"} |
michael@0 | 323 | } |
michael@0 | 324 | hv{ |
michael@0 | 325 | a{"h a – h a v"} |
michael@0 | 326 | h{"h–h a v"} |
michael@0 | 327 | } |
michael@0 | 328 | y{ |
michael@0 | 329 | y{"y–y G"} |
michael@0 | 330 | } |
michael@0 | 331 | yM{ |
michael@0 | 332 | M{"M/y–M/y G"} |
michael@0 | 333 | y{"M/y–M/y G"} |
michael@0 | 334 | } |
michael@0 | 335 | yMEd{ |
michael@0 | 336 | M{"E, d/M/y–E, d/M/y G"} |
michael@0 | 337 | d{"E, d/M/y–E, d/M/y G"} |
michael@0 | 338 | y{"E, d/M/y–E, d/M/y G"} |
michael@0 | 339 | } |
michael@0 | 340 | yMMM{ |
michael@0 | 341 | M{"MMM–MMM 'de' y G"} |
michael@0 | 342 | y{"MMM 'de' y–MMM 'de' y G"} |
michael@0 | 343 | } |
michael@0 | 344 | yMMMEd{ |
michael@0 | 345 | M{"E, d 'de' MMM–E, d 'de' MMM 'de' y G"} |
michael@0 | 346 | d{"E, d 'de' MMM–E, d 'de' MMM 'de' y G"} |
michael@0 | 347 | y{"E, d 'de' MMM 'de' y–E, d 'de' MMM 'de' y G"} |
michael@0 | 348 | } |
michael@0 | 349 | yMMMM{ |
michael@0 | 350 | M{"MMMM–MMMM 'de' y G"} |
michael@0 | 351 | y{"MMMM 'de' y–MMMM 'de' y G"} |
michael@0 | 352 | } |
michael@0 | 353 | yMMMd{ |
michael@0 | 354 | M{"d 'de' MMM–d 'de' MMM y G"} |
michael@0 | 355 | d{"d–d 'de' MMM 'de' y G"} |
michael@0 | 356 | y{"d 'de' MMM 'de' y–d 'de' MMM 'de' y G"} |
michael@0 | 357 | } |
michael@0 | 358 | yMd{ |
michael@0 | 359 | M{"d/M/y–d/M/y G"} |
michael@0 | 360 | d{"d/M/y–d/M/y G"} |
michael@0 | 361 | y{"d/M/y–d/M/y G"} |
michael@0 | 362 | } |
michael@0 | 363 | } |
michael@0 | 364 | } |
michael@0 | 365 | gregorian{ |
michael@0 | 366 | AmPmMarkers{ |
michael@0 | 367 | "a. m.", |
michael@0 | 368 | "p. m.", |
michael@0 | 369 | } |
michael@0 | 370 | AmPmMarkersNarrow{ |
michael@0 | 371 | "a.m.", |
michael@0 | 372 | "p.m.", |
michael@0 | 373 | } |
michael@0 | 374 | DateTimePatterns{ |
michael@0 | 375 | "H:mm:ss (zzzz)", |
michael@0 | 376 | "H:mm:ss z", |
michael@0 | 377 | "H:mm:ss", |
michael@0 | 378 | "H:mm", |
michael@0 | 379 | "EEEE, d 'de' MMMM 'de' y", |
michael@0 | 380 | "d 'de' MMMM 'de' y", |
michael@0 | 381 | "d/M/y", |
michael@0 | 382 | "d/M/yy", |
michael@0 | 383 | "{1} {0}", |
michael@0 | 384 | "{1}, {0}", |
michael@0 | 385 | "{1}, {0}", |
michael@0 | 386 | "{1} {0}", |
michael@0 | 387 | "{1} {0}", |
michael@0 | 388 | } |
michael@0 | 389 | appendItems{ |
michael@0 | 390 | Timezone{"{0} {1}"} |
michael@0 | 391 | } |
michael@0 | 392 | availableFormats{ |
michael@0 | 393 | EHm{"E, H:mm"} |
michael@0 | 394 | EHms{"E, H:mm:ss"} |
michael@0 | 395 | Ed{"E d"} |
michael@0 | 396 | Ehm{"E, h:mm a"} |
michael@0 | 397 | Ehms{"E, h:mm:ss a"} |
michael@0 | 398 | Gy{"y G"} |
michael@0 | 399 | GyMMM{"MMM 'de' y G"} |
michael@0 | 400 | GyMMMEd{"E, d 'de' MMMM 'de' y G"} |
michael@0 | 401 | GyMMMd{"d MMM 'de' y G"} |
michael@0 | 402 | H{"H"} |
michael@0 | 403 | Hm{"H:mm"} |
michael@0 | 404 | Hms{"H:mm:ss"} |
michael@0 | 405 | M{"L"} |
michael@0 | 406 | MEd{"E, d/M"} |
michael@0 | 407 | MMM{"LLL"} |
michael@0 | 408 | MMMEd{"E d 'de' MMM"} |
michael@0 | 409 | MMMMd{"d 'de' MMMM"} |
michael@0 | 410 | MMMd{"d 'de' MMM"} |
michael@0 | 411 | MMMdd{"dd-MMM"} |
michael@0 | 412 | MMd{"d/M"} |
michael@0 | 413 | MMdd{"d/M"} |
michael@0 | 414 | Md{"d/M"} |
michael@0 | 415 | d{"d"} |
michael@0 | 416 | h{"h a"} |
michael@0 | 417 | hm{"h:mm a"} |
michael@0 | 418 | hms{"h:mm:ss a"} |
michael@0 | 419 | ms{"mm:ss"} |
michael@0 | 420 | y{"y"} |
michael@0 | 421 | yM{"M/y"} |
michael@0 | 422 | yMEd{"EEE, d/M/y"} |
michael@0 | 423 | yMM{"M/y"} |
michael@0 | 424 | yMMM{"MMM 'de' y"} |
michael@0 | 425 | yMMMEd{"EEE, d 'de' MMMM 'de' y"} |
michael@0 | 426 | yMMMM{"MMMM 'de' y"} |
michael@0 | 427 | yMMMd{"d 'de' MMM 'de' y"} |
michael@0 | 428 | yMd{"d/M/y"} |
michael@0 | 429 | yQQQ{"QQQ y"} |
michael@0 | 430 | yQQQQ{"QQQQ 'de' y"} |
michael@0 | 431 | } |
michael@0 | 432 | dayNames{ |
michael@0 | 433 | format{ |
michael@0 | 434 | abbreviated{ |
michael@0 | 435 | "dom.", |
michael@0 | 436 | "lun.", |
michael@0 | 437 | "mar.", |
michael@0 | 438 | "mié.", |
michael@0 | 439 | "jue.", |
michael@0 | 440 | "vie.", |
michael@0 | 441 | "sáb.", |
michael@0 | 442 | } |
michael@0 | 443 | narrow{ |
michael@0 | 444 | "D", |
michael@0 | 445 | "L", |
michael@0 | 446 | "M", |
michael@0 | 447 | "X", |
michael@0 | 448 | "J", |
michael@0 | 449 | "V", |
michael@0 | 450 | "S", |
michael@0 | 451 | } |
michael@0 | 452 | short{ |
michael@0 | 453 | "DO", |
michael@0 | 454 | "LU", |
michael@0 | 455 | "MA", |
michael@0 | 456 | "MI", |
michael@0 | 457 | "JU", |
michael@0 | 458 | "VI", |
michael@0 | 459 | "SA", |
michael@0 | 460 | } |
michael@0 | 461 | wide{ |
michael@0 | 462 | "domingo", |
michael@0 | 463 | "lunes", |
michael@0 | 464 | "martes", |
michael@0 | 465 | "miércoles", |
michael@0 | 466 | "jueves", |
michael@0 | 467 | "viernes", |
michael@0 | 468 | "sábado", |
michael@0 | 469 | } |
michael@0 | 470 | } |
michael@0 | 471 | stand-alone{ |
michael@0 | 472 | abbreviated{ |
michael@0 | 473 | "Dom.", |
michael@0 | 474 | "Lun.", |
michael@0 | 475 | "Mar.", |
michael@0 | 476 | "Mié.", |
michael@0 | 477 | "Jue.", |
michael@0 | 478 | "Vie.", |
michael@0 | 479 | "Sáb.", |
michael@0 | 480 | } |
michael@0 | 481 | narrow{ |
michael@0 | 482 | "D", |
michael@0 | 483 | "L", |
michael@0 | 484 | "M", |
michael@0 | 485 | "M", |
michael@0 | 486 | "J", |
michael@0 | 487 | "V", |
michael@0 | 488 | "S", |
michael@0 | 489 | } |
michael@0 | 490 | short{ |
michael@0 | 491 | "DO", |
michael@0 | 492 | "LU", |
michael@0 | 493 | "MA", |
michael@0 | 494 | "MI", |
michael@0 | 495 | "JU", |
michael@0 | 496 | "VI", |
michael@0 | 497 | "SA", |
michael@0 | 498 | } |
michael@0 | 499 | wide{ |
michael@0 | 500 | "Domingo", |
michael@0 | 501 | "Lunes", |
michael@0 | 502 | "Martes", |
michael@0 | 503 | "Miércoles", |
michael@0 | 504 | "Jueves", |
michael@0 | 505 | "Viernes", |
michael@0 | 506 | "Sábado", |
michael@0 | 507 | } |
michael@0 | 508 | } |
michael@0 | 509 | } |
michael@0 | 510 | eras{ |
michael@0 | 511 | abbreviated{ |
michael@0 | 512 | "a. C.", |
michael@0 | 513 | "d. C.", |
michael@0 | 514 | } |
michael@0 | 515 | wide{ |
michael@0 | 516 | "antes de Cristo", |
michael@0 | 517 | "anno Dómini", |
michael@0 | 518 | } |
michael@0 | 519 | } |
michael@0 | 520 | intervalFormats{ |
michael@0 | 521 | H{ |
michael@0 | 522 | H{"H–H"} |
michael@0 | 523 | } |
michael@0 | 524 | Hm{ |
michael@0 | 525 | H{"H:mm–H:mm"} |
michael@0 | 526 | m{"H:mm–H:mm"} |
michael@0 | 527 | } |
michael@0 | 528 | Hmv{ |
michael@0 | 529 | H{"H:mm–H:mm v"} |
michael@0 | 530 | m{"H:mm–H:mm v"} |
michael@0 | 531 | } |
michael@0 | 532 | Hv{ |
michael@0 | 533 | H{"H–H v"} |
michael@0 | 534 | } |
michael@0 | 535 | M{ |
michael@0 | 536 | M{"M–M"} |
michael@0 | 537 | } |
michael@0 | 538 | MEd{ |
michael@0 | 539 | M{"E, d/M–E, d/M"} |
michael@0 | 540 | d{"E, d/M–E, d/M"} |
michael@0 | 541 | } |
michael@0 | 542 | MMM{ |
michael@0 | 543 | M{"MMM–MMM"} |
michael@0 | 544 | } |
michael@0 | 545 | MMMEd{ |
michael@0 | 546 | M{"E, d MMM–E, d MMM"} |
michael@0 | 547 | d{"E, d MMM–E, d MMM"} |
michael@0 | 548 | } |
michael@0 | 549 | MMMd{ |
michael@0 | 550 | M{"d MMM–d MMM"} |
michael@0 | 551 | d{"d–d MMM"} |
michael@0 | 552 | } |
michael@0 | 553 | Md{ |
michael@0 | 554 | M{"d/M–d/M"} |
michael@0 | 555 | d{"d/M–d/M"} |
michael@0 | 556 | } |
michael@0 | 557 | d{ |
michael@0 | 558 | d{"d–d"} |
michael@0 | 559 | } |
michael@0 | 560 | fallback{"{0}–{1}"} |
michael@0 | 561 | h{ |
michael@0 | 562 | a{"h a–h a"} |
michael@0 | 563 | h{"h–h a"} |
michael@0 | 564 | } |
michael@0 | 565 | hm{ |
michael@0 | 566 | a{"h:mm a – h:mm a"} |
michael@0 | 567 | h{"h:mm – h:mm a"} |
michael@0 | 568 | m{"h:mm – h:mm a"} |
michael@0 | 569 | } |
michael@0 | 570 | hmv{ |
michael@0 | 571 | a{"h:mm a–h:mm a v"} |
michael@0 | 572 | h{"h:mm–h:mm a v"} |
michael@0 | 573 | m{"h:mm–h:mm a v"} |
michael@0 | 574 | } |
michael@0 | 575 | hv{ |
michael@0 | 576 | a{"h a–h a v"} |
michael@0 | 577 | h{"h–h a v"} |
michael@0 | 578 | } |
michael@0 | 579 | y{ |
michael@0 | 580 | y{"y–y"} |
michael@0 | 581 | } |
michael@0 | 582 | yM{ |
michael@0 | 583 | M{"M/y–M/y"} |
michael@0 | 584 | y{"M/y–M/y"} |
michael@0 | 585 | } |
michael@0 | 586 | yMEd{ |
michael@0 | 587 | M{"E, d/M/y–E, d/M/y"} |
michael@0 | 588 | d{"E, d/M/y–E, d/M/y"} |
michael@0 | 589 | y{"E, d/M/y–E, d/M/y"} |
michael@0 | 590 | } |
michael@0 | 591 | yMMM{ |
michael@0 | 592 | M{"MMM–MMM y"} |
michael@0 | 593 | y{"MMM y–MMM y"} |
michael@0 | 594 | } |
michael@0 | 595 | yMMMEd{ |
michael@0 | 596 | M{"E, d MMM–E, d MMM 'de' y"} |
michael@0 | 597 | d{"E, d MMM–E, d MMM 'de' y"} |
michael@0 | 598 | y{"E, d MMM 'de' y–E, d MMM 'de' y"} |
michael@0 | 599 | } |
michael@0 | 600 | yMMMM{ |
michael@0 | 601 | M{"MMMM–MMMM 'de' y"} |
michael@0 | 602 | y{"MMMM 'de' y–MMMM 'de' y"} |
michael@0 | 603 | } |
michael@0 | 604 | yMMMd{ |
michael@0 | 605 | M{"d MMM–d MMM 'de' y"} |
michael@0 | 606 | d{"d–d MMM y"} |
michael@0 | 607 | y{"d MMM 'de' y–d MMM 'de' y"} |
michael@0 | 608 | } |
michael@0 | 609 | yMd{ |
michael@0 | 610 | M{"d/M/y–d/M/y"} |
michael@0 | 611 | d{"d/M/y–d/M/y"} |
michael@0 | 612 | y{"d/M/y–d/M/y"} |
michael@0 | 613 | } |
michael@0 | 614 | } |
michael@0 | 615 | monthNames{ |
michael@0 | 616 | format{ |
michael@0 | 617 | abbreviated{ |
michael@0 | 618 | "ene.", |
michael@0 | 619 | "feb.", |
michael@0 | 620 | "mar.", |
michael@0 | 621 | "abr.", |
michael@0 | 622 | "may.", |
michael@0 | 623 | "jun.", |
michael@0 | 624 | "jul.", |
michael@0 | 625 | "ago.", |
michael@0 | 626 | "sept.", |
michael@0 | 627 | "oct.", |
michael@0 | 628 | "nov.", |
michael@0 | 629 | "dic.", |
michael@0 | 630 | } |
michael@0 | 631 | narrow{ |
michael@0 | 632 | "E", |
michael@0 | 633 | "F", |
michael@0 | 634 | "M", |
michael@0 | 635 | "A", |
michael@0 | 636 | "M", |
michael@0 | 637 | "J", |
michael@0 | 638 | "J", |
michael@0 | 639 | "A", |
michael@0 | 640 | "S", |
michael@0 | 641 | "O", |
michael@0 | 642 | "N", |
michael@0 | 643 | "D", |
michael@0 | 644 | } |
michael@0 | 645 | wide{ |
michael@0 | 646 | "enero", |
michael@0 | 647 | "febrero", |
michael@0 | 648 | "marzo", |
michael@0 | 649 | "abril", |
michael@0 | 650 | "mayo", |
michael@0 | 651 | "junio", |
michael@0 | 652 | "julio", |
michael@0 | 653 | "agosto", |
michael@0 | 654 | "septiembre", |
michael@0 | 655 | "octubre", |
michael@0 | 656 | "noviembre", |
michael@0 | 657 | "diciembre", |
michael@0 | 658 | } |
michael@0 | 659 | } |
michael@0 | 660 | stand-alone{ |
michael@0 | 661 | abbreviated{ |
michael@0 | 662 | "Ene.", |
michael@0 | 663 | "Feb.", |
michael@0 | 664 | "Mar.", |
michael@0 | 665 | "Abr.", |
michael@0 | 666 | "May.", |
michael@0 | 667 | "Jun.", |
michael@0 | 668 | "Jul.", |
michael@0 | 669 | "Ago.", |
michael@0 | 670 | "Sept.", |
michael@0 | 671 | "Oct.", |
michael@0 | 672 | "Nov.", |
michael@0 | 673 | "Dic.", |
michael@0 | 674 | } |
michael@0 | 675 | narrow{ |
michael@0 | 676 | "E", |
michael@0 | 677 | "F", |
michael@0 | 678 | "M", |
michael@0 | 679 | "A", |
michael@0 | 680 | "M", |
michael@0 | 681 | "J", |
michael@0 | 682 | "J", |
michael@0 | 683 | "A", |
michael@0 | 684 | "S", |
michael@0 | 685 | "O", |
michael@0 | 686 | "N", |
michael@0 | 687 | "D", |
michael@0 | 688 | } |
michael@0 | 689 | wide{ |
michael@0 | 690 | "Enero", |
michael@0 | 691 | "Febrero", |
michael@0 | 692 | "Marzo", |
michael@0 | 693 | "Abril", |
michael@0 | 694 | "Mayo", |
michael@0 | 695 | "Junio", |
michael@0 | 696 | "Julio", |
michael@0 | 697 | "Agosto", |
michael@0 | 698 | "Septiembre", |
michael@0 | 699 | "Octubre", |
michael@0 | 700 | "Noviembre", |
michael@0 | 701 | "Diciembre", |
michael@0 | 702 | } |
michael@0 | 703 | } |
michael@0 | 704 | } |
michael@0 | 705 | quarters{ |
michael@0 | 706 | format{ |
michael@0 | 707 | abbreviated{ |
michael@0 | 708 | "T1", |
michael@0 | 709 | "T2", |
michael@0 | 710 | "T3", |
michael@0 | 711 | "T4", |
michael@0 | 712 | } |
michael@0 | 713 | narrow{ |
michael@0 | 714 | "1T", |
michael@0 | 715 | "2T", |
michael@0 | 716 | "3T", |
michael@0 | 717 | "4T", |
michael@0 | 718 | } |
michael@0 | 719 | wide{ |
michael@0 | 720 | "1.er trimestre", |
michael@0 | 721 | "2.º trimestre", |
michael@0 | 722 | "3.er trimestre", |
michael@0 | 723 | "4.º trimestre", |
michael@0 | 724 | } |
michael@0 | 725 | } |
michael@0 | 726 | stand-alone{ |
michael@0 | 727 | abbreviated{ |
michael@0 | 728 | "T1", |
michael@0 | 729 | "T2", |
michael@0 | 730 | "T3", |
michael@0 | 731 | "T4", |
michael@0 | 732 | } |
michael@0 | 733 | narrow{ |
michael@0 | 734 | "1T", |
michael@0 | 735 | "2T", |
michael@0 | 736 | "3T", |
michael@0 | 737 | "4T", |
michael@0 | 738 | } |
michael@0 | 739 | wide{ |
michael@0 | 740 | "1.er trimestre", |
michael@0 | 741 | "2.º trimestre", |
michael@0 | 742 | "3.er trimestre", |
michael@0 | 743 | "4.º trimestre", |
michael@0 | 744 | } |
michael@0 | 745 | } |
michael@0 | 746 | } |
michael@0 | 747 | } |
michael@0 | 748 | hebrew{ |
michael@0 | 749 | eras{ |
michael@0 | 750 | abbreviated{ |
michael@0 | 751 | "AM", |
michael@0 | 752 | } |
michael@0 | 753 | } |
michael@0 | 754 | } |
michael@0 | 755 | islamic{ |
michael@0 | 756 | eras{ |
michael@0 | 757 | abbreviated{ |
michael@0 | 758 | "AH", |
michael@0 | 759 | } |
michael@0 | 760 | } |
michael@0 | 761 | } |
michael@0 | 762 | japanese{ |
michael@0 | 763 | DateTimePatterns{ |
michael@0 | 764 | "H:mm:ss (zzzz)", |
michael@0 | 765 | "H:mm:ss z", |
michael@0 | 766 | "H:mm:ss", |
michael@0 | 767 | "H:mm", |
michael@0 | 768 | "EEEE, d 'de' MMMM 'de' y G", |
michael@0 | 769 | "d 'de' MMMM 'de' y G", |
michael@0 | 770 | "dd/MM/y G", |
michael@0 | 771 | "dd/MM/yy GGGGG", |
michael@0 | 772 | "{1} {0}", |
michael@0 | 773 | "{1}, {0}", |
michael@0 | 774 | "{1}, {0}", |
michael@0 | 775 | "{1} {0}", |
michael@0 | 776 | "{1} {0}", |
michael@0 | 777 | } |
michael@0 | 778 | } |
michael@0 | 779 | roc{ |
michael@0 | 780 | eras{ |
michael@0 | 781 | abbreviated{ |
michael@0 | 782 | "antes de R.O.C.", |
michael@0 | 783 | "R.O.C.", |
michael@0 | 784 | } |
michael@0 | 785 | } |
michael@0 | 786 | } |
michael@0 | 787 | } |
michael@0 | 788 | contextTransforms{ |
michael@0 | 789 | day-format-except-narrow:intvector{ |
michael@0 | 790 | 1, |
michael@0 | 791 | 1, |
michael@0 | 792 | } |
michael@0 | 793 | day-standalone-except-narrow:intvector{ |
michael@0 | 794 | 1, |
michael@0 | 795 | 1, |
michael@0 | 796 | } |
michael@0 | 797 | languages:intvector{ |
michael@0 | 798 | 1, |
michael@0 | 799 | 1, |
michael@0 | 800 | } |
michael@0 | 801 | month-format-except-narrow:intvector{ |
michael@0 | 802 | 1, |
michael@0 | 803 | 1, |
michael@0 | 804 | } |
michael@0 | 805 | month-standalone-except-narrow:intvector{ |
michael@0 | 806 | 1, |
michael@0 | 807 | 1, |
michael@0 | 808 | } |
michael@0 | 809 | } |
michael@0 | 810 | delimiters{ |
michael@0 | 811 | alternateQuotationEnd{"”"} |
michael@0 | 812 | alternateQuotationStart{"“"} |
michael@0 | 813 | quotationEnd{"»"} |
michael@0 | 814 | quotationStart{"«"} |
michael@0 | 815 | } |
michael@0 | 816 | durationUnits{ |
michael@0 | 817 | hm{"h:mm"} |
michael@0 | 818 | hms{"h:mm:ss"} |
michael@0 | 819 | ms{"m:ss"} |
michael@0 | 820 | } |
michael@0 | 821 | fields{ |
michael@0 | 822 | day{ |
michael@0 | 823 | dn{"día"} |
michael@0 | 824 | relative{ |
michael@0 | 825 | "-1"{"ayer"} |
michael@0 | 826 | "-2"{"antes de ayer"} |
michael@0 | 827 | "0"{"hoy"} |
michael@0 | 828 | "1"{"mañana"} |
michael@0 | 829 | "2"{"pasado mañana"} |
michael@0 | 830 | } |
michael@0 | 831 | relativeTime{ |
michael@0 | 832 | future{ |
michael@0 | 833 | one{"dentro de {0} día"} |
michael@0 | 834 | other{"dentro de {0} días"} |
michael@0 | 835 | } |
michael@0 | 836 | past{ |
michael@0 | 837 | one{"hace {0} día"} |
michael@0 | 838 | other{"hace {0} días"} |
michael@0 | 839 | } |
michael@0 | 840 | } |
michael@0 | 841 | } |
michael@0 | 842 | dayperiod{ |
michael@0 | 843 | dn{"periodo del día"} |
michael@0 | 844 | } |
michael@0 | 845 | era{ |
michael@0 | 846 | dn{"era"} |
michael@0 | 847 | } |
michael@0 | 848 | fri{ |
michael@0 | 849 | relative{ |
michael@0 | 850 | "-1"{"el viernes pasado"} |
michael@0 | 851 | "0"{"este viernes"} |
michael@0 | 852 | "1"{"el próximo viernes"} |
michael@0 | 853 | } |
michael@0 | 854 | } |
michael@0 | 855 | hour{ |
michael@0 | 856 | dn{"hora"} |
michael@0 | 857 | relativeTime{ |
michael@0 | 858 | future{ |
michael@0 | 859 | one{"dentro de {0} hora"} |
michael@0 | 860 | other{"dentro de {0} horas"} |
michael@0 | 861 | } |
michael@0 | 862 | past{ |
michael@0 | 863 | one{"hace {0} hora"} |
michael@0 | 864 | other{"hace {0} horas"} |
michael@0 | 865 | } |
michael@0 | 866 | } |
michael@0 | 867 | } |
michael@0 | 868 | minute{ |
michael@0 | 869 | dn{"minuto"} |
michael@0 | 870 | relativeTime{ |
michael@0 | 871 | future{ |
michael@0 | 872 | one{"dentro de {0} minuto"} |
michael@0 | 873 | other{"dentro de {0} minutos"} |
michael@0 | 874 | } |
michael@0 | 875 | past{ |
michael@0 | 876 | one{"hace {0} minuto"} |
michael@0 | 877 | other{"hace {0} minutos"} |
michael@0 | 878 | } |
michael@0 | 879 | } |
michael@0 | 880 | } |
michael@0 | 881 | mon{ |
michael@0 | 882 | relative{ |
michael@0 | 883 | "-1"{"el lunes pasado"} |
michael@0 | 884 | "0"{"este lunes"} |
michael@0 | 885 | "1"{"el próximo lunes"} |
michael@0 | 886 | } |
michael@0 | 887 | } |
michael@0 | 888 | month{ |
michael@0 | 889 | dn{"mes"} |
michael@0 | 890 | relative{ |
michael@0 | 891 | "-1"{"el mes pasado"} |
michael@0 | 892 | "0"{"este mes"} |
michael@0 | 893 | "1"{"el próximo mes"} |
michael@0 | 894 | } |
michael@0 | 895 | relativeTime{ |
michael@0 | 896 | future{ |
michael@0 | 897 | one{"dentro de {0} mes"} |
michael@0 | 898 | other{"dentro de {0} meses"} |
michael@0 | 899 | } |
michael@0 | 900 | past{ |
michael@0 | 901 | one{"hace {0} mes"} |
michael@0 | 902 | other{"hace {0} meses"} |
michael@0 | 903 | } |
michael@0 | 904 | } |
michael@0 | 905 | } |
michael@0 | 906 | sat{ |
michael@0 | 907 | relative{ |
michael@0 | 908 | "-1"{"el sábado pasado"} |
michael@0 | 909 | "0"{"este sábado"} |
michael@0 | 910 | "1"{"el próximo sábado"} |
michael@0 | 911 | } |
michael@0 | 912 | } |
michael@0 | 913 | second{ |
michael@0 | 914 | dn{"segundo"} |
michael@0 | 915 | relative{ |
michael@0 | 916 | "0"{"ahora"} |
michael@0 | 917 | } |
michael@0 | 918 | relativeTime{ |
michael@0 | 919 | future{ |
michael@0 | 920 | one{"dentro de {0} segundo"} |
michael@0 | 921 | other{"dentro de {0} segundos"} |
michael@0 | 922 | } |
michael@0 | 923 | past{ |
michael@0 | 924 | one{"hace {0} segundo"} |
michael@0 | 925 | other{"hace {0} segundos"} |
michael@0 | 926 | } |
michael@0 | 927 | } |
michael@0 | 928 | } |
michael@0 | 929 | sun{ |
michael@0 | 930 | relative{ |
michael@0 | 931 | "-1"{"el domingo pasado"} |
michael@0 | 932 | "0"{"este domingo"} |
michael@0 | 933 | "1"{"el próximo domingo"} |
michael@0 | 934 | } |
michael@0 | 935 | } |
michael@0 | 936 | thu{ |
michael@0 | 937 | relative{ |
michael@0 | 938 | "-1"{"el jueves pasado"} |
michael@0 | 939 | "0"{"este jueves"} |
michael@0 | 940 | "1"{"el próximo jueves"} |
michael@0 | 941 | } |
michael@0 | 942 | } |
michael@0 | 943 | tue{ |
michael@0 | 944 | relative{ |
michael@0 | 945 | "-1"{"el martes pasado"} |
michael@0 | 946 | "0"{"este martes"} |
michael@0 | 947 | "1"{"el próximo martes"} |
michael@0 | 948 | } |
michael@0 | 949 | } |
michael@0 | 950 | wed{ |
michael@0 | 951 | relative{ |
michael@0 | 952 | "-1"{"el miércoles pasado"} |
michael@0 | 953 | "0"{"este miércoles"} |
michael@0 | 954 | "1"{"el próximo miércoles"} |
michael@0 | 955 | } |
michael@0 | 956 | } |
michael@0 | 957 | week{ |
michael@0 | 958 | dn{"semana"} |
michael@0 | 959 | relative{ |
michael@0 | 960 | "-1"{"la semana pasada"} |
michael@0 | 961 | "0"{"esta semana"} |
michael@0 | 962 | "1"{"la próxima semana"} |
michael@0 | 963 | } |
michael@0 | 964 | relativeTime{ |
michael@0 | 965 | future{ |
michael@0 | 966 | one{"dentro de {0} semana"} |
michael@0 | 967 | other{"dentro de {0} semanas"} |
michael@0 | 968 | } |
michael@0 | 969 | past{ |
michael@0 | 970 | one{"hace {0} semana"} |
michael@0 | 971 | other{"hace {0} semanas"} |
michael@0 | 972 | } |
michael@0 | 973 | } |
michael@0 | 974 | } |
michael@0 | 975 | weekday{ |
michael@0 | 976 | dn{"día de la semana"} |
michael@0 | 977 | } |
michael@0 | 978 | year{ |
michael@0 | 979 | dn{"año"} |
michael@0 | 980 | relative{ |
michael@0 | 981 | "-1"{"el año pasado"} |
michael@0 | 982 | "0"{"este año"} |
michael@0 | 983 | "1"{"el próximo año"} |
michael@0 | 984 | } |
michael@0 | 985 | relativeTime{ |
michael@0 | 986 | future{ |
michael@0 | 987 | one{"dentro de {0} año"} |
michael@0 | 988 | other{"dentro de {0} años"} |
michael@0 | 989 | } |
michael@0 | 990 | past{ |
michael@0 | 991 | one{"hace {0} año"} |
michael@0 | 992 | other{"hace {0} años"} |
michael@0 | 993 | } |
michael@0 | 994 | } |
michael@0 | 995 | } |
michael@0 | 996 | zone{ |
michael@0 | 997 | dn{"zona horaria"} |
michael@0 | 998 | } |
michael@0 | 999 | } |
michael@0 | 1000 | listPattern{ |
michael@0 | 1001 | standard{ |
michael@0 | 1002 | 2{"{0} y {1}"} |
michael@0 | 1003 | end{"{0} y {1}"} |
michael@0 | 1004 | middle{"{0}, {1}"} |
michael@0 | 1005 | start{"{0}, {1}"} |
michael@0 | 1006 | } |
michael@0 | 1007 | unit{ |
michael@0 | 1008 | 2{"{0} y {1}"} |
michael@0 | 1009 | end{"{0} y {1}"} |
michael@0 | 1010 | middle{"{0}, {1}"} |
michael@0 | 1011 | start{"{0}, {1}"} |
michael@0 | 1012 | } |
michael@0 | 1013 | unit-short{ |
michael@0 | 1014 | 2{"{0} y {1}"} |
michael@0 | 1015 | end{"{0}, {1}"} |
michael@0 | 1016 | middle{"{0}, {1}"} |
michael@0 | 1017 | start{"{0}, {1}"} |
michael@0 | 1018 | } |
michael@0 | 1019 | } |
michael@0 | 1020 | measurementSystemNames{ |
michael@0 | 1021 | UK{"anglosajón"} |
michael@0 | 1022 | US{"estadounidense"} |
michael@0 | 1023 | metric{"métrico"} |
michael@0 | 1024 | } |
michael@0 | 1025 | transformNames{ |
michael@0 | 1026 | BGN{"BGN"} |
michael@0 | 1027 | Numeric{"Numérico"} |
michael@0 | 1028 | Tone{"Tono"} |
michael@0 | 1029 | UNGEGN{"UNGEGN"} |
michael@0 | 1030 | x-Accents{"Acentos"} |
michael@0 | 1031 | x-Fullwidth{"Ancho completo"} |
michael@0 | 1032 | x-Halfwidth{"Ancho medio"} |
michael@0 | 1033 | x-Jamo{"Jamo"} |
michael@0 | 1034 | x-Pinyin{"Pinyin"} |
michael@0 | 1035 | x-Publishing{"Publicación"} |
michael@0 | 1036 | } |
michael@0 | 1037 | units{ |
michael@0 | 1038 | acceleration{ |
michael@0 | 1039 | g-force{ |
michael@0 | 1040 | one{"{0} unidad de fuerza gravitacional"} |
michael@0 | 1041 | other{"{0} unidades de fuerza gravitacional"} |
michael@0 | 1042 | } |
michael@0 | 1043 | } |
michael@0 | 1044 | angle{ |
michael@0 | 1045 | arc-minute{ |
michael@0 | 1046 | one{"{0} minuto"} |
michael@0 | 1047 | other{"{0} minutos"} |
michael@0 | 1048 | } |
michael@0 | 1049 | arc-second{ |
michael@0 | 1050 | one{"{0} segundo"} |
michael@0 | 1051 | other{"{0} segundos"} |
michael@0 | 1052 | } |
michael@0 | 1053 | degree{ |
michael@0 | 1054 | one{"{0} grado"} |
michael@0 | 1055 | other{"{0} grados"} |
michael@0 | 1056 | } |
michael@0 | 1057 | } |
michael@0 | 1058 | area{ |
michael@0 | 1059 | acre{ |
michael@0 | 1060 | one{"{0} acre"} |
michael@0 | 1061 | other{"{0} acres"} |
michael@0 | 1062 | } |
michael@0 | 1063 | hectare{ |
michael@0 | 1064 | one{"{0} hectárea"} |
michael@0 | 1065 | other{"{0} hectáreas"} |
michael@0 | 1066 | } |
michael@0 | 1067 | square-foot{ |
michael@0 | 1068 | one{"{0} pie cuadrado"} |
michael@0 | 1069 | other{"{0} pies cuadrados"} |
michael@0 | 1070 | } |
michael@0 | 1071 | square-kilometer{ |
michael@0 | 1072 | one{"{0} kilómetro cuadrado"} |
michael@0 | 1073 | other{"{0} kilómetros cuadrados"} |
michael@0 | 1074 | } |
michael@0 | 1075 | square-meter{ |
michael@0 | 1076 | one{"{0} metro cuadrado"} |
michael@0 | 1077 | other{"{0} metros cuadrados"} |
michael@0 | 1078 | } |
michael@0 | 1079 | square-mile{ |
michael@0 | 1080 | one{"{0} milla cuadrada"} |
michael@0 | 1081 | other{"{0} millas cuadradas"} |
michael@0 | 1082 | } |
michael@0 | 1083 | } |
michael@0 | 1084 | compound{ |
michael@0 | 1085 | per{"{0} por {1}"} |
michael@0 | 1086 | } |
michael@0 | 1087 | duration{ |
michael@0 | 1088 | day{ |
michael@0 | 1089 | one{"{0} día"} |
michael@0 | 1090 | other{"{0} días"} |
michael@0 | 1091 | } |
michael@0 | 1092 | hour{ |
michael@0 | 1093 | one{"{0} hora"} |
michael@0 | 1094 | other{"{0} horas"} |
michael@0 | 1095 | } |
michael@0 | 1096 | millisecond{ |
michael@0 | 1097 | one{"{0} milisegundo"} |
michael@0 | 1098 | other{"{0} milisegundos"} |
michael@0 | 1099 | } |
michael@0 | 1100 | minute{ |
michael@0 | 1101 | one{"{0} minuto"} |
michael@0 | 1102 | other{"{0} minutos"} |
michael@0 | 1103 | } |
michael@0 | 1104 | month{ |
michael@0 | 1105 | one{"{0} mes"} |
michael@0 | 1106 | other{"{0} meses"} |
michael@0 | 1107 | } |
michael@0 | 1108 | second{ |
michael@0 | 1109 | one{"{0} segundo"} |
michael@0 | 1110 | other{"{0} segundos"} |
michael@0 | 1111 | } |
michael@0 | 1112 | week{ |
michael@0 | 1113 | one{"{0} semana"} |
michael@0 | 1114 | other{"{0} semanas"} |
michael@0 | 1115 | } |
michael@0 | 1116 | year{ |
michael@0 | 1117 | one{"{0} año"} |
michael@0 | 1118 | other{"{0} años"} |
michael@0 | 1119 | } |
michael@0 | 1120 | } |
michael@0 | 1121 | length{ |
michael@0 | 1122 | centimeter{ |
michael@0 | 1123 | one{"{0} centímetro"} |
michael@0 | 1124 | other{"{0} centímetros"} |
michael@0 | 1125 | } |
michael@0 | 1126 | foot{ |
michael@0 | 1127 | one{"{0} pie"} |
michael@0 | 1128 | other{"{0} pies"} |
michael@0 | 1129 | } |
michael@0 | 1130 | inch{ |
michael@0 | 1131 | one{"{0} pulgada"} |
michael@0 | 1132 | other{"{0} pulgadas"} |
michael@0 | 1133 | } |
michael@0 | 1134 | kilometer{ |
michael@0 | 1135 | one{"{0} kilómetro"} |
michael@0 | 1136 | other{"{0} kilómetros"} |
michael@0 | 1137 | } |
michael@0 | 1138 | light-year{ |
michael@0 | 1139 | one{"{0} año luz"} |
michael@0 | 1140 | other{"{0} años luz"} |
michael@0 | 1141 | } |
michael@0 | 1142 | meter{ |
michael@0 | 1143 | one{"{0} metro"} |
michael@0 | 1144 | other{"{0} metros"} |
michael@0 | 1145 | } |
michael@0 | 1146 | mile{ |
michael@0 | 1147 | one{"{0} milla"} |
michael@0 | 1148 | other{"{0} millas"} |
michael@0 | 1149 | } |
michael@0 | 1150 | millimeter{ |
michael@0 | 1151 | one{"{0} milímetro"} |
michael@0 | 1152 | other{"{0} milímetros"} |
michael@0 | 1153 | } |
michael@0 | 1154 | picometer{ |
michael@0 | 1155 | one{"{0} picómetro"} |
michael@0 | 1156 | other{"{0} picómetros"} |
michael@0 | 1157 | } |
michael@0 | 1158 | yard{ |
michael@0 | 1159 | one{"{0} yarda"} |
michael@0 | 1160 | other{"{0} yardas"} |
michael@0 | 1161 | } |
michael@0 | 1162 | } |
michael@0 | 1163 | mass{ |
michael@0 | 1164 | gram{ |
michael@0 | 1165 | one{"{0} gramo"} |
michael@0 | 1166 | other{"{0} gramos"} |
michael@0 | 1167 | } |
michael@0 | 1168 | kilogram{ |
michael@0 | 1169 | one{"{0} kilogramo"} |
michael@0 | 1170 | other{"{0} kilogramos"} |
michael@0 | 1171 | } |
michael@0 | 1172 | ounce{ |
michael@0 | 1173 | one{"{0} onza"} |
michael@0 | 1174 | other{"{0} onzas"} |
michael@0 | 1175 | } |
michael@0 | 1176 | pound{ |
michael@0 | 1177 | one{"{0} libra"} |
michael@0 | 1178 | other{"{0} libras"} |
michael@0 | 1179 | } |
michael@0 | 1180 | } |
michael@0 | 1181 | power{ |
michael@0 | 1182 | horsepower{ |
michael@0 | 1183 | one{"{0} caballo de vapor"} |
michael@0 | 1184 | other{"{0} caballos de vapor"} |
michael@0 | 1185 | } |
michael@0 | 1186 | kilowatt{ |
michael@0 | 1187 | one{"{0} kilovatio"} |
michael@0 | 1188 | other{"{0} kilovatios"} |
michael@0 | 1189 | } |
michael@0 | 1190 | watt{ |
michael@0 | 1191 | one{"{0} vatio"} |
michael@0 | 1192 | other{"{0} vatios"} |
michael@0 | 1193 | } |
michael@0 | 1194 | } |
michael@0 | 1195 | pressure{ |
michael@0 | 1196 | hectopascal{ |
michael@0 | 1197 | one{"{0} hectopascal"} |
michael@0 | 1198 | other{"{0} hectopascales"} |
michael@0 | 1199 | } |
michael@0 | 1200 | inch-hg{ |
michael@0 | 1201 | one{"{0} pulgada de mercurio"} |
michael@0 | 1202 | other{"{0} pulgadas de mercurio"} |
michael@0 | 1203 | } |
michael@0 | 1204 | millibar{ |
michael@0 | 1205 | one{"{0} milibar"} |
michael@0 | 1206 | other{"{0} milibares"} |
michael@0 | 1207 | } |
michael@0 | 1208 | } |
michael@0 | 1209 | speed{ |
michael@0 | 1210 | kilometer-per-hour{ |
michael@0 | 1211 | one{"{0} kilómetro por hora"} |
michael@0 | 1212 | other{"{0} kilómetros por hora"} |
michael@0 | 1213 | } |
michael@0 | 1214 | meter-per-second{ |
michael@0 | 1215 | one{"{0} metro por segundo"} |
michael@0 | 1216 | other{"{0} metros por segundo"} |
michael@0 | 1217 | } |
michael@0 | 1218 | mile-per-hour{ |
michael@0 | 1219 | one{"{0} milla por hora"} |
michael@0 | 1220 | other{"{0} millas por hora"} |
michael@0 | 1221 | } |
michael@0 | 1222 | } |
michael@0 | 1223 | temperature{ |
michael@0 | 1224 | celsius{ |
michael@0 | 1225 | one{"{0} grado Celsius"} |
michael@0 | 1226 | other{"{0} grados Celsius"} |
michael@0 | 1227 | } |
michael@0 | 1228 | fahrenheit{ |
michael@0 | 1229 | one{"{0} grado Fahrenheit"} |
michael@0 | 1230 | other{"{0} grados Fahrenheit"} |
michael@0 | 1231 | } |
michael@0 | 1232 | } |
michael@0 | 1233 | volume{ |
michael@0 | 1234 | cubic-kilometer{ |
michael@0 | 1235 | one{"{0} kilómetro cúbico"} |
michael@0 | 1236 | other{"{0} kilómetros cúbicos"} |
michael@0 | 1237 | } |
michael@0 | 1238 | cubic-mile{ |
michael@0 | 1239 | one{"{0} milla cúbica"} |
michael@0 | 1240 | other{"{0} millas cúbicas"} |
michael@0 | 1241 | } |
michael@0 | 1242 | liter{ |
michael@0 | 1243 | one{"{0} litro"} |
michael@0 | 1244 | other{"{0} litros"} |
michael@0 | 1245 | } |
michael@0 | 1246 | } |
michael@0 | 1247 | } |
michael@0 | 1248 | unitsNarrow{ |
michael@0 | 1249 | acceleration{ |
michael@0 | 1250 | g-force{ |
michael@0 | 1251 | one{"{0} G"} |
michael@0 | 1252 | other{"{0} G"} |
michael@0 | 1253 | } |
michael@0 | 1254 | } |
michael@0 | 1255 | angle{ |
michael@0 | 1256 | arc-minute{ |
michael@0 | 1257 | one{"{0}'"} |
michael@0 | 1258 | other{"{0}'"} |
michael@0 | 1259 | } |
michael@0 | 1260 | arc-second{ |
michael@0 | 1261 | one{"{0}\u0022"} |
michael@0 | 1262 | other{"{0}\u0022"} |
michael@0 | 1263 | } |
michael@0 | 1264 | degree{ |
michael@0 | 1265 | one{"{0}°"} |
michael@0 | 1266 | other{"{0}°"} |
michael@0 | 1267 | } |
michael@0 | 1268 | } |
michael@0 | 1269 | area{ |
michael@0 | 1270 | acre{ |
michael@0 | 1271 | one{"{0} ac"} |
michael@0 | 1272 | other{"{0} ac"} |
michael@0 | 1273 | } |
michael@0 | 1274 | hectare{ |
michael@0 | 1275 | one{"{0} ha"} |
michael@0 | 1276 | other{"{0} ha"} |
michael@0 | 1277 | } |
michael@0 | 1278 | square-foot{ |
michael@0 | 1279 | one{"{0} ft²"} |
michael@0 | 1280 | other{"{0} ft²"} |
michael@0 | 1281 | } |
michael@0 | 1282 | square-kilometer{ |
michael@0 | 1283 | one{"{0} km²"} |
michael@0 | 1284 | other{"{0} km²"} |
michael@0 | 1285 | } |
michael@0 | 1286 | square-meter{ |
michael@0 | 1287 | one{"{0} m²"} |
michael@0 | 1288 | other{"{0} m²"} |
michael@0 | 1289 | } |
michael@0 | 1290 | square-mile{ |
michael@0 | 1291 | one{"{0} mi²"} |
michael@0 | 1292 | other{"{0} mi²"} |
michael@0 | 1293 | } |
michael@0 | 1294 | } |
michael@0 | 1295 | compound{ |
michael@0 | 1296 | per{"{0}/{1}"} |
michael@0 | 1297 | } |
michael@0 | 1298 | duration{ |
michael@0 | 1299 | day{ |
michael@0 | 1300 | one{"{0} d"} |
michael@0 | 1301 | other{"{0} d"} |
michael@0 | 1302 | } |
michael@0 | 1303 | hour{ |
michael@0 | 1304 | one{"{0} h"} |
michael@0 | 1305 | other{"{0} h"} |
michael@0 | 1306 | } |
michael@0 | 1307 | millisecond{ |
michael@0 | 1308 | one{"{0} ms"} |
michael@0 | 1309 | other{"{0} ms"} |
michael@0 | 1310 | } |
michael@0 | 1311 | minute{ |
michael@0 | 1312 | one{"{0} min"} |
michael@0 | 1313 | other{"{0} min"} |
michael@0 | 1314 | } |
michael@0 | 1315 | month{ |
michael@0 | 1316 | one{"{0} m"} |
michael@0 | 1317 | other{"{0} m"} |
michael@0 | 1318 | } |
michael@0 | 1319 | second{ |
michael@0 | 1320 | one{"{0} s"} |
michael@0 | 1321 | other{"{0} s"} |
michael@0 | 1322 | } |
michael@0 | 1323 | week{ |
michael@0 | 1324 | one{"{0} semana"} |
michael@0 | 1325 | other{"{0} sem"} |
michael@0 | 1326 | } |
michael@0 | 1327 | year{ |
michael@0 | 1328 | one{"{0}a"} |
michael@0 | 1329 | other{"{0} a"} |
michael@0 | 1330 | } |
michael@0 | 1331 | } |
michael@0 | 1332 | length{ |
michael@0 | 1333 | centimeter{ |
michael@0 | 1334 | one{"{0} cm"} |
michael@0 | 1335 | other{"{0} cm"} |
michael@0 | 1336 | } |
michael@0 | 1337 | foot{ |
michael@0 | 1338 | one{"{0} ft"} |
michael@0 | 1339 | other{"{0} ft"} |
michael@0 | 1340 | } |
michael@0 | 1341 | inch{ |
michael@0 | 1342 | one{"{0} in"} |
michael@0 | 1343 | other{"{0} in"} |
michael@0 | 1344 | } |
michael@0 | 1345 | kilometer{ |
michael@0 | 1346 | one{"{0} km"} |
michael@0 | 1347 | other{"{0} km"} |
michael@0 | 1348 | } |
michael@0 | 1349 | light-year{ |
michael@0 | 1350 | one{"{0} a. l."} |
michael@0 | 1351 | other{"{0} a. l."} |
michael@0 | 1352 | } |
michael@0 | 1353 | meter{ |
michael@0 | 1354 | one{"{0} m"} |
michael@0 | 1355 | other{"{0} m"} |
michael@0 | 1356 | } |
michael@0 | 1357 | mile{ |
michael@0 | 1358 | one{"{0} mi"} |
michael@0 | 1359 | other{"{0} mi"} |
michael@0 | 1360 | } |
michael@0 | 1361 | millimeter{ |
michael@0 | 1362 | one{"{0} mm"} |
michael@0 | 1363 | other{"{0} mm"} |
michael@0 | 1364 | } |
michael@0 | 1365 | picometer{ |
michael@0 | 1366 | one{"{0} pm"} |
michael@0 | 1367 | other{"{0} pm"} |
michael@0 | 1368 | } |
michael@0 | 1369 | yard{ |
michael@0 | 1370 | one{"{0} yd"} |
michael@0 | 1371 | other{"{0} yd"} |
michael@0 | 1372 | } |
michael@0 | 1373 | } |
michael@0 | 1374 | mass{ |
michael@0 | 1375 | gram{ |
michael@0 | 1376 | one{"{0} g"} |
michael@0 | 1377 | other{"{0} g"} |
michael@0 | 1378 | } |
michael@0 | 1379 | kilogram{ |
michael@0 | 1380 | one{"{0} kg"} |
michael@0 | 1381 | other{"{0} kg"} |
michael@0 | 1382 | } |
michael@0 | 1383 | ounce{ |
michael@0 | 1384 | one{"{0} oz"} |
michael@0 | 1385 | other{"{0} oz"} |
michael@0 | 1386 | } |
michael@0 | 1387 | pound{ |
michael@0 | 1388 | one{"{0} lb"} |
michael@0 | 1389 | other{"{0} lb"} |
michael@0 | 1390 | } |
michael@0 | 1391 | } |
michael@0 | 1392 | power{ |
michael@0 | 1393 | horsepower{ |
michael@0 | 1394 | one{"{0} hp"} |
michael@0 | 1395 | other{"{0} hp"} |
michael@0 | 1396 | } |
michael@0 | 1397 | kilowatt{ |
michael@0 | 1398 | one{"{0} kW"} |
michael@0 | 1399 | other{"{0} kW"} |
michael@0 | 1400 | } |
michael@0 | 1401 | watt{ |
michael@0 | 1402 | one{"{0} W"} |
michael@0 | 1403 | other{"{0} W"} |
michael@0 | 1404 | } |
michael@0 | 1405 | } |
michael@0 | 1406 | pressure{ |
michael@0 | 1407 | hectopascal{ |
michael@0 | 1408 | one{"{0} hPa"} |
michael@0 | 1409 | other{"{0} hPa"} |
michael@0 | 1410 | } |
michael@0 | 1411 | inch-hg{ |
michael@0 | 1412 | one{"{0} inHg"} |
michael@0 | 1413 | other{"{0} inHg"} |
michael@0 | 1414 | } |
michael@0 | 1415 | millibar{ |
michael@0 | 1416 | one{"{0} mbar"} |
michael@0 | 1417 | other{"{0} mbar"} |
michael@0 | 1418 | } |
michael@0 | 1419 | } |
michael@0 | 1420 | speed{ |
michael@0 | 1421 | kilometer-per-hour{ |
michael@0 | 1422 | one{"{0} km/h"} |
michael@0 | 1423 | other{"{0} km/h"} |
michael@0 | 1424 | } |
michael@0 | 1425 | meter-per-second{ |
michael@0 | 1426 | one{"{0} m/s"} |
michael@0 | 1427 | other{"{0} m/s"} |
michael@0 | 1428 | } |
michael@0 | 1429 | mile-per-hour{ |
michael@0 | 1430 | one{"{0} mi/h"} |
michael@0 | 1431 | other{"{0} mi/h"} |
michael@0 | 1432 | } |
michael@0 | 1433 | } |
michael@0 | 1434 | temperature{ |
michael@0 | 1435 | celsius{ |
michael@0 | 1436 | one{"{0} °C"} |
michael@0 | 1437 | other{"{0} °C"} |
michael@0 | 1438 | } |
michael@0 | 1439 | fahrenheit{ |
michael@0 | 1440 | one{"{0} °F"} |
michael@0 | 1441 | other{"{0} °F"} |
michael@0 | 1442 | } |
michael@0 | 1443 | } |
michael@0 | 1444 | volume{ |
michael@0 | 1445 | cubic-kilometer{ |
michael@0 | 1446 | one{"{0} km³"} |
michael@0 | 1447 | other{"{0} km³"} |
michael@0 | 1448 | } |
michael@0 | 1449 | cubic-mile{ |
michael@0 | 1450 | one{"{0} mi³"} |
michael@0 | 1451 | other{"{0} mi³"} |
michael@0 | 1452 | } |
michael@0 | 1453 | liter{ |
michael@0 | 1454 | one{"{0} l"} |
michael@0 | 1455 | other{"{0} l"} |
michael@0 | 1456 | } |
michael@0 | 1457 | } |
michael@0 | 1458 | } |
michael@0 | 1459 | unitsShort{ |
michael@0 | 1460 | acceleration{ |
michael@0 | 1461 | g-force{ |
michael@0 | 1462 | one{"{0} G"} |
michael@0 | 1463 | other{"{0} G"} |
michael@0 | 1464 | } |
michael@0 | 1465 | } |
michael@0 | 1466 | angle{ |
michael@0 | 1467 | arc-minute{ |
michael@0 | 1468 | one{"{0} min"} |
michael@0 | 1469 | other{"{0} min"} |
michael@0 | 1470 | } |
michael@0 | 1471 | arc-second{ |
michael@0 | 1472 | one{"{0} s"} |
michael@0 | 1473 | other{"{0} s"} |
michael@0 | 1474 | } |
michael@0 | 1475 | degree{ |
michael@0 | 1476 | one{"{0}°"} |
michael@0 | 1477 | other{"{0}°"} |
michael@0 | 1478 | } |
michael@0 | 1479 | } |
michael@0 | 1480 | area{ |
michael@0 | 1481 | acre{ |
michael@0 | 1482 | one{"{0} ac"} |
michael@0 | 1483 | other{"{0} ac"} |
michael@0 | 1484 | } |
michael@0 | 1485 | hectare{ |
michael@0 | 1486 | one{"{0} ha"} |
michael@0 | 1487 | other{"{0} ha"} |
michael@0 | 1488 | } |
michael@0 | 1489 | square-foot{ |
michael@0 | 1490 | one{"{0} ft²"} |
michael@0 | 1491 | other{"{0} ft²"} |
michael@0 | 1492 | } |
michael@0 | 1493 | square-kilometer{ |
michael@0 | 1494 | one{"{0} km²"} |
michael@0 | 1495 | other{"{0} km²"} |
michael@0 | 1496 | } |
michael@0 | 1497 | square-meter{ |
michael@0 | 1498 | one{"{0} m²"} |
michael@0 | 1499 | other{"{0} m²"} |
michael@0 | 1500 | } |
michael@0 | 1501 | square-mile{ |
michael@0 | 1502 | one{"{0} mi²"} |
michael@0 | 1503 | other{"{0} mi²"} |
michael@0 | 1504 | } |
michael@0 | 1505 | } |
michael@0 | 1506 | compound{ |
michael@0 | 1507 | per{"{0}/{1}"} |
michael@0 | 1508 | } |
michael@0 | 1509 | duration{ |
michael@0 | 1510 | day{ |
michael@0 | 1511 | one{"{0} día"} |
michael@0 | 1512 | other{"{0} días"} |
michael@0 | 1513 | } |
michael@0 | 1514 | hour{ |
michael@0 | 1515 | one{"{0} h"} |
michael@0 | 1516 | other{"{0} h"} |
michael@0 | 1517 | } |
michael@0 | 1518 | millisecond{ |
michael@0 | 1519 | one{"{0} ms"} |
michael@0 | 1520 | other{"{0} ms"} |
michael@0 | 1521 | } |
michael@0 | 1522 | minute{ |
michael@0 | 1523 | one{"{0} min"} |
michael@0 | 1524 | other{"{0} min"} |
michael@0 | 1525 | } |
michael@0 | 1526 | month{ |
michael@0 | 1527 | one{"{0} m"} |
michael@0 | 1528 | other{"{0} m"} |
michael@0 | 1529 | } |
michael@0 | 1530 | second{ |
michael@0 | 1531 | one{"{0} s"} |
michael@0 | 1532 | other{"{0} s"} |
michael@0 | 1533 | } |
michael@0 | 1534 | week{ |
michael@0 | 1535 | one{"{0} sem"} |
michael@0 | 1536 | other{"{0} sem"} |
michael@0 | 1537 | } |
michael@0 | 1538 | year{ |
michael@0 | 1539 | one{"{0} a"} |
michael@0 | 1540 | other{"{0} a"} |
michael@0 | 1541 | } |
michael@0 | 1542 | } |
michael@0 | 1543 | length{ |
michael@0 | 1544 | centimeter{ |
michael@0 | 1545 | one{"{0} cm"} |
michael@0 | 1546 | other{"{0} cm"} |
michael@0 | 1547 | } |
michael@0 | 1548 | foot{ |
michael@0 | 1549 | one{"{0} ft"} |
michael@0 | 1550 | other{"{0} ft"} |
michael@0 | 1551 | } |
michael@0 | 1552 | inch{ |
michael@0 | 1553 | one{"{0} in"} |
michael@0 | 1554 | other{"{0} in"} |
michael@0 | 1555 | } |
michael@0 | 1556 | kilometer{ |
michael@0 | 1557 | one{"{0} km"} |
michael@0 | 1558 | other{"{0} km"} |
michael@0 | 1559 | } |
michael@0 | 1560 | light-year{ |
michael@0 | 1561 | one{"{0} a. l."} |
michael@0 | 1562 | other{"{0} a. l."} |
michael@0 | 1563 | } |
michael@0 | 1564 | meter{ |
michael@0 | 1565 | one{"{0} m"} |
michael@0 | 1566 | other{"{0} m"} |
michael@0 | 1567 | } |
michael@0 | 1568 | mile{ |
michael@0 | 1569 | one{"{0} mi"} |
michael@0 | 1570 | other{"{0} mi"} |
michael@0 | 1571 | } |
michael@0 | 1572 | millimeter{ |
michael@0 | 1573 | one{"{0} mm"} |
michael@0 | 1574 | other{"{0} mm"} |
michael@0 | 1575 | } |
michael@0 | 1576 | picometer{ |
michael@0 | 1577 | one{"{0} pm"} |
michael@0 | 1578 | other{"{0} pm"} |
michael@0 | 1579 | } |
michael@0 | 1580 | yard{ |
michael@0 | 1581 | one{"{0} yd"} |
michael@0 | 1582 | other{"{0} yd"} |
michael@0 | 1583 | } |
michael@0 | 1584 | } |
michael@0 | 1585 | mass{ |
michael@0 | 1586 | gram{ |
michael@0 | 1587 | one{"{0} g"} |
michael@0 | 1588 | other{"{0} g"} |
michael@0 | 1589 | } |
michael@0 | 1590 | kilogram{ |
michael@0 | 1591 | one{"{0} kg"} |
michael@0 | 1592 | other{"{0} kg"} |
michael@0 | 1593 | } |
michael@0 | 1594 | ounce{ |
michael@0 | 1595 | one{"{0} oz"} |
michael@0 | 1596 | other{"{0} oz"} |
michael@0 | 1597 | } |
michael@0 | 1598 | pound{ |
michael@0 | 1599 | one{"{0} lb"} |
michael@0 | 1600 | other{"{0} lb"} |
michael@0 | 1601 | } |
michael@0 | 1602 | } |
michael@0 | 1603 | power{ |
michael@0 | 1604 | horsepower{ |
michael@0 | 1605 | one{"{0} CV"} |
michael@0 | 1606 | other{"{0} CV"} |
michael@0 | 1607 | } |
michael@0 | 1608 | kilowatt{ |
michael@0 | 1609 | one{"{0} kW"} |
michael@0 | 1610 | other{"{0} kW"} |
michael@0 | 1611 | } |
michael@0 | 1612 | watt{ |
michael@0 | 1613 | one{"{0} W"} |
michael@0 | 1614 | other{"{0} W"} |
michael@0 | 1615 | } |
michael@0 | 1616 | } |
michael@0 | 1617 | pressure{ |
michael@0 | 1618 | hectopascal{ |
michael@0 | 1619 | one{"{0} hPa"} |
michael@0 | 1620 | other{"{0} hPa"} |
michael@0 | 1621 | } |
michael@0 | 1622 | inch-hg{ |
michael@0 | 1623 | one{"{0} inHg"} |
michael@0 | 1624 | other{"{0} inHg"} |
michael@0 | 1625 | } |
michael@0 | 1626 | millibar{ |
michael@0 | 1627 | one{"{0} mbar"} |
michael@0 | 1628 | other{"{0} mbar"} |
michael@0 | 1629 | } |
michael@0 | 1630 | } |
michael@0 | 1631 | speed{ |
michael@0 | 1632 | kilometer-per-hour{ |
michael@0 | 1633 | one{"{0} km/h"} |
michael@0 | 1634 | other{"{0} km/h"} |
michael@0 | 1635 | } |
michael@0 | 1636 | meter-per-second{ |
michael@0 | 1637 | one{"{0} m/s"} |
michael@0 | 1638 | other{"{0} m/s"} |
michael@0 | 1639 | } |
michael@0 | 1640 | mile-per-hour{ |
michael@0 | 1641 | one{"{0} mi/h"} |
michael@0 | 1642 | other{"{0} mi/h"} |
michael@0 | 1643 | } |
michael@0 | 1644 | } |
michael@0 | 1645 | temperature{ |
michael@0 | 1646 | celsius{ |
michael@0 | 1647 | one{"{0} °C"} |
michael@0 | 1648 | other{"{0} °C"} |
michael@0 | 1649 | } |
michael@0 | 1650 | fahrenheit{ |
michael@0 | 1651 | one{"{0} °F"} |
michael@0 | 1652 | other{"{0} °F"} |
michael@0 | 1653 | } |
michael@0 | 1654 | } |
michael@0 | 1655 | volume{ |
michael@0 | 1656 | cubic-kilometer{ |
michael@0 | 1657 | one{"{0} km³"} |
michael@0 | 1658 | other{"{0} km³"} |
michael@0 | 1659 | } |
michael@0 | 1660 | cubic-mile{ |
michael@0 | 1661 | one{"{0} mi³"} |
michael@0 | 1662 | other{"{0} mi³"} |
michael@0 | 1663 | } |
michael@0 | 1664 | liter{ |
michael@0 | 1665 | one{"{0} l"} |
michael@0 | 1666 | other{"{0} l"} |
michael@0 | 1667 | } |
michael@0 | 1668 | } |
michael@0 | 1669 | } |
michael@0 | 1670 | } |