Wed, 31 Dec 2014 07:22:50 +0100
Correct previous dual key logic pending first delivery installment.
michael@0 | 1 | // *************************************************************************** |
michael@0 | 2 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/it.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/it.xml |
michael@0 | 11 | */ |
michael@0 | 12 | it{ |
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 | LocaleScript{ |
michael@0 | 26 | "Latn", |
michael@0 | 27 | } |
michael@0 | 28 | MoreInformation{"?"} |
michael@0 | 29 | NumberElements{ |
michael@0 | 30 | latn{ |
michael@0 | 31 | miscPatterns{ |
michael@0 | 32 | atLeast{"{0}+"} |
michael@0 | 33 | range{"{0}-{1}"} |
michael@0 | 34 | } |
michael@0 | 35 | patterns{ |
michael@0 | 36 | currencyFormat{"#,##0.00 ¤"} |
michael@0 | 37 | decimalFormat{"#,##0.###"} |
michael@0 | 38 | percentFormat{"#,##0%"} |
michael@0 | 39 | scientificFormat{"#E0"} |
michael@0 | 40 | } |
michael@0 | 41 | patternsLong{ |
michael@0 | 42 | decimalFormat{ |
michael@0 | 43 | 1000{ |
michael@0 | 44 | one{"0 migliaio"} |
michael@0 | 45 | other{"0 migliaia"} |
michael@0 | 46 | } |
michael@0 | 47 | 10000{ |
michael@0 | 48 | one{"00 migliaia"} |
michael@0 | 49 | other{"00 migliaia"} |
michael@0 | 50 | } |
michael@0 | 51 | 100000{ |
michael@0 | 52 | one{"000 migliaia"} |
michael@0 | 53 | other{"000 migliaia"} |
michael@0 | 54 | } |
michael@0 | 55 | 1000000{ |
michael@0 | 56 | one{"0 milione"} |
michael@0 | 57 | other{"0 milioni"} |
michael@0 | 58 | } |
michael@0 | 59 | 10000000{ |
michael@0 | 60 | one{"00 milioni"} |
michael@0 | 61 | other{"00 milioni"} |
michael@0 | 62 | } |
michael@0 | 63 | 100000000{ |
michael@0 | 64 | one{"000 milioni"} |
michael@0 | 65 | other{"000 milioni"} |
michael@0 | 66 | } |
michael@0 | 67 | 1000000000{ |
michael@0 | 68 | one{"0 miliardi"} |
michael@0 | 69 | other{"0 miliardi"} |
michael@0 | 70 | } |
michael@0 | 71 | 10000000000{ |
michael@0 | 72 | one{"00 miliardi"} |
michael@0 | 73 | other{"00 miliardi"} |
michael@0 | 74 | } |
michael@0 | 75 | 100000000000{ |
michael@0 | 76 | one{"000 miliardi"} |
michael@0 | 77 | other{"000 miliardi"} |
michael@0 | 78 | } |
michael@0 | 79 | 1000000000000{ |
michael@0 | 80 | one{"0 bilione"} |
michael@0 | 81 | other{"0 bilioni"} |
michael@0 | 82 | } |
michael@0 | 83 | 10000000000000{ |
michael@0 | 84 | one{"00 bilioni"} |
michael@0 | 85 | other{"00 bilioni"} |
michael@0 | 86 | } |
michael@0 | 87 | 100000000000000{ |
michael@0 | 88 | one{"000 bilioni"} |
michael@0 | 89 | other{"000 bilioni"} |
michael@0 | 90 | } |
michael@0 | 91 | } |
michael@0 | 92 | } |
michael@0 | 93 | patternsShort{ |
michael@0 | 94 | decimalFormat{ |
michael@0 | 95 | 1000{ |
michael@0 | 96 | one{"0"} |
michael@0 | 97 | other{"0"} |
michael@0 | 98 | } |
michael@0 | 99 | 10000{ |
michael@0 | 100 | one{"0"} |
michael@0 | 101 | other{"0"} |
michael@0 | 102 | } |
michael@0 | 103 | 100000{ |
michael@0 | 104 | one{"0"} |
michael@0 | 105 | other{"0"} |
michael@0 | 106 | } |
michael@0 | 107 | 1000000{ |
michael@0 | 108 | one{"0 Mln"} |
michael@0 | 109 | other{"0 Mln"} |
michael@0 | 110 | } |
michael@0 | 111 | 10000000{ |
michael@0 | 112 | one{"00 Mln"} |
michael@0 | 113 | other{"00 Mln"} |
michael@0 | 114 | } |
michael@0 | 115 | 100000000{ |
michael@0 | 116 | one{"000 Mln"} |
michael@0 | 117 | other{"000 Mln"} |
michael@0 | 118 | } |
michael@0 | 119 | 1000000000{ |
michael@0 | 120 | one{"0 Mld"} |
michael@0 | 121 | other{"0 Mld"} |
michael@0 | 122 | } |
michael@0 | 123 | 10000000000{ |
michael@0 | 124 | one{"00 Mld"} |
michael@0 | 125 | other{"00 Mld"} |
michael@0 | 126 | } |
michael@0 | 127 | 100000000000{ |
michael@0 | 128 | one{"000 Mld"} |
michael@0 | 129 | other{"000 Mld"} |
michael@0 | 130 | } |
michael@0 | 131 | 1000000000000{ |
michael@0 | 132 | one{"0 Bln"} |
michael@0 | 133 | other{"0 Bln"} |
michael@0 | 134 | } |
michael@0 | 135 | 10000000000000{ |
michael@0 | 136 | one{"00 Bln"} |
michael@0 | 137 | other{"00 Bln"} |
michael@0 | 138 | } |
michael@0 | 139 | 100000000000000{ |
michael@0 | 140 | one{"000 Bln"} |
michael@0 | 141 | other{"000 Bln"} |
michael@0 | 142 | } |
michael@0 | 143 | } |
michael@0 | 144 | } |
michael@0 | 145 | symbols{ |
michael@0 | 146 | decimal{","} |
michael@0 | 147 | exponential{"E"} |
michael@0 | 148 | group{"."} |
michael@0 | 149 | infinity{"∞"} |
michael@0 | 150 | list{";"} |
michael@0 | 151 | minusSign{"-"} |
michael@0 | 152 | nan{"NaN"} |
michael@0 | 153 | perMille{"‰"} |
michael@0 | 154 | percentSign{"%"} |
michael@0 | 155 | plusSign{"+"} |
michael@0 | 156 | superscriptingExponent{"×"} |
michael@0 | 157 | } |
michael@0 | 158 | } |
michael@0 | 159 | } |
michael@0 | 160 | Version{"2.0.92.87"} |
michael@0 | 161 | calendar{ |
michael@0 | 162 | buddhist{ |
michael@0 | 163 | eras{ |
michael@0 | 164 | abbreviated{ |
michael@0 | 165 | "EB", |
michael@0 | 166 | } |
michael@0 | 167 | } |
michael@0 | 168 | } |
michael@0 | 169 | chinese{ |
michael@0 | 170 | DateTimePatterns{ |
michael@0 | 171 | "HH:mm:ss zzzz", |
michael@0 | 172 | "HH:mm:ss z", |
michael@0 | 173 | "HH:mm:ss", |
michael@0 | 174 | "HH:mm", |
michael@0 | 175 | "EEEE d MMMM U", |
michael@0 | 176 | "dd MMMM U", |
michael@0 | 177 | "dd/MMM U", |
michael@0 | 178 | "dd/MM/yy", |
michael@0 | 179 | "{1} {0}", |
michael@0 | 180 | "{1} {0}", |
michael@0 | 181 | "{1} {0}", |
michael@0 | 182 | "{1} {0}", |
michael@0 | 183 | "{1} {0}", |
michael@0 | 184 | } |
michael@0 | 185 | } |
michael@0 | 186 | generic{ |
michael@0 | 187 | DateTimePatterns{ |
michael@0 | 188 | "HH:mm:ss zzzz", |
michael@0 | 189 | "HH:mm:ss z", |
michael@0 | 190 | "HH:mm:ss", |
michael@0 | 191 | "HH:mm", |
michael@0 | 192 | "EEEE d MMMM y G", |
michael@0 | 193 | "dd MMMM y G", |
michael@0 | 194 | "dd/MMM/y G", |
michael@0 | 195 | "dd/MM/yy GGGGG", |
michael@0 | 196 | "{1}, {0}", |
michael@0 | 197 | "{1} 'alle' {0}", |
michael@0 | 198 | "{1} 'alle' {0}", |
michael@0 | 199 | "{1}, {0}", |
michael@0 | 200 | "{1}, {0}", |
michael@0 | 201 | } |
michael@0 | 202 | availableFormats{ |
michael@0 | 203 | Ed{"E d"} |
michael@0 | 204 | Gy{"y G"} |
michael@0 | 205 | GyMMM{"MMM y G"} |
michael@0 | 206 | GyMMMEd{"E d MMM y G"} |
michael@0 | 207 | GyMMMd{"d MMM y G"} |
michael@0 | 208 | H{"HH"} |
michael@0 | 209 | Hm{"HH:mm"} |
michael@0 | 210 | Hms{"HH:mm:ss"} |
michael@0 | 211 | M{"L"} |
michael@0 | 212 | MEd{"E d/M"} |
michael@0 | 213 | MMM{"LLL"} |
michael@0 | 214 | MMMEd{"E d MMM"} |
michael@0 | 215 | MMMd{"d MMM"} |
michael@0 | 216 | Md{"d/M"} |
michael@0 | 217 | d{"d"} |
michael@0 | 218 | h{"hh a"} |
michael@0 | 219 | hm{"hh:mm a"} |
michael@0 | 220 | hms{"hh:mm:ss a"} |
michael@0 | 221 | ms{"mm:ss"} |
michael@0 | 222 | y{"y G"} |
michael@0 | 223 | yyyy{"y G"} |
michael@0 | 224 | yyyyM{"M/y GGGGG"} |
michael@0 | 225 | yyyyMEd{"E d/M/y GGGGG"} |
michael@0 | 226 | yyyyMMM{"MMM y G"} |
michael@0 | 227 | yyyyMMMEd{"E d MMM y G"} |
michael@0 | 228 | yyyyMMMM{"MMMM y G"} |
michael@0 | 229 | yyyyMMMd{"d MMM y G"} |
michael@0 | 230 | yyyyMd{"d/M/y GGGGG"} |
michael@0 | 231 | yyyyQQQ{"QQQ y G"} |
michael@0 | 232 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 233 | } |
michael@0 | 234 | intervalFormats{ |
michael@0 | 235 | H{ |
michael@0 | 236 | H{"HH-HH"} |
michael@0 | 237 | } |
michael@0 | 238 | Hm{ |
michael@0 | 239 | H{"HH:mm-HH:mm"} |
michael@0 | 240 | m{"HH:mm-HH:mm"} |
michael@0 | 241 | } |
michael@0 | 242 | Hmv{ |
michael@0 | 243 | H{"HH:mm-HH:mm v"} |
michael@0 | 244 | m{"HH:mm-HH:mm v"} |
michael@0 | 245 | } |
michael@0 | 246 | Hv{ |
michael@0 | 247 | H{"HH-HH v"} |
michael@0 | 248 | } |
michael@0 | 249 | M{ |
michael@0 | 250 | M{"M-M"} |
michael@0 | 251 | } |
michael@0 | 252 | MEd{ |
michael@0 | 253 | M{"E dd/MM - E dd/MM"} |
michael@0 | 254 | d{"E dd/MM - E dd/MM"} |
michael@0 | 255 | } |
michael@0 | 256 | MMM{ |
michael@0 | 257 | M{"MMM-MMM"} |
michael@0 | 258 | } |
michael@0 | 259 | MMMEd{ |
michael@0 | 260 | M{"E dd MMM - E dd MMM"} |
michael@0 | 261 | d{"E dd - E dd MMM"} |
michael@0 | 262 | } |
michael@0 | 263 | MMMd{ |
michael@0 | 264 | M{"dd MMM - dd MMM"} |
michael@0 | 265 | d{"dd-dd MMM"} |
michael@0 | 266 | } |
michael@0 | 267 | Md{ |
michael@0 | 268 | M{"dd/MM - dd/MM"} |
michael@0 | 269 | d{"dd/MM - dd/MM"} |
michael@0 | 270 | } |
michael@0 | 271 | d{ |
michael@0 | 272 | d{"d-d"} |
michael@0 | 273 | } |
michael@0 | 274 | fallback{"{0} - {1}"} |
michael@0 | 275 | h{ |
michael@0 | 276 | a{"h a - h a"} |
michael@0 | 277 | h{"h-h a"} |
michael@0 | 278 | } |
michael@0 | 279 | hm{ |
michael@0 | 280 | a{"h:mm a - h:mm a"} |
michael@0 | 281 | h{"h:mm-h:mm a"} |
michael@0 | 282 | m{"h:mm-h:mm a"} |
michael@0 | 283 | } |
michael@0 | 284 | hmv{ |
michael@0 | 285 | a{"h:mm a - h:mm a v"} |
michael@0 | 286 | h{"h:mm-h:mm a v"} |
michael@0 | 287 | m{"h:mm-h:mm a v"} |
michael@0 | 288 | } |
michael@0 | 289 | hv{ |
michael@0 | 290 | a{"h a - h a v"} |
michael@0 | 291 | h{"h-h a v"} |
michael@0 | 292 | } |
michael@0 | 293 | y{ |
michael@0 | 294 | y{"y-y G"} |
michael@0 | 295 | } |
michael@0 | 296 | yM{ |
michael@0 | 297 | M{"MM/y - MM/y G"} |
michael@0 | 298 | y{"MM/y - MM/y G"} |
michael@0 | 299 | } |
michael@0 | 300 | yMEd{ |
michael@0 | 301 | M{"E dd/MM/y - E dd/MM/y G"} |
michael@0 | 302 | d{"E dd/MM/y - E dd/MM/y G"} |
michael@0 | 303 | y{"E dd/MM/y - E dd/MM/y G"} |
michael@0 | 304 | } |
michael@0 | 305 | yMMM{ |
michael@0 | 306 | M{"MMM-MMM y G"} |
michael@0 | 307 | y{"MMM y - MMM y G"} |
michael@0 | 308 | } |
michael@0 | 309 | yMMMEd{ |
michael@0 | 310 | M{"E d MMM - E d MMM y G"} |
michael@0 | 311 | d{"E d - E d MMM y G"} |
michael@0 | 312 | y{"E d MMM y - E d MMM y G"} |
michael@0 | 313 | } |
michael@0 | 314 | yMMMM{ |
michael@0 | 315 | M{"MMMM-MMMM y G"} |
michael@0 | 316 | y{"MMMM y - MMMM y G"} |
michael@0 | 317 | } |
michael@0 | 318 | yMMMd{ |
michael@0 | 319 | M{"dd MMM - dd MMM y G"} |
michael@0 | 320 | d{"dd-dd MMM y G"} |
michael@0 | 321 | y{"dd MMM y - dd MMM y G"} |
michael@0 | 322 | } |
michael@0 | 323 | yMd{ |
michael@0 | 324 | M{"dd/MM/y - dd/MM/y G"} |
michael@0 | 325 | d{"dd/MM/y - dd/MM/y G"} |
michael@0 | 326 | y{"dd/MM/y - dd/MM/y G"} |
michael@0 | 327 | } |
michael@0 | 328 | } |
michael@0 | 329 | } |
michael@0 | 330 | gregorian{ |
michael@0 | 331 | AmPmMarkers{ |
michael@0 | 332 | "AM", |
michael@0 | 333 | "PM", |
michael@0 | 334 | } |
michael@0 | 335 | AmPmMarkersNarrow{ |
michael@0 | 336 | "m.", |
michael@0 | 337 | "p.", |
michael@0 | 338 | } |
michael@0 | 339 | DateTimePatterns{ |
michael@0 | 340 | "HH:mm:ss zzzz", |
michael@0 | 341 | "HH:mm:ss z", |
michael@0 | 342 | "HH:mm:ss", |
michael@0 | 343 | "HH:mm", |
michael@0 | 344 | "EEEE d MMMM y", |
michael@0 | 345 | "dd MMMM y", |
michael@0 | 346 | "dd/MMM/y", |
michael@0 | 347 | "dd/MM/yy", |
michael@0 | 348 | "{1} {0}", |
michael@0 | 349 | "{1} {0}", |
michael@0 | 350 | "{1} {0}", |
michael@0 | 351 | "{1} {0}", |
michael@0 | 352 | "{1} {0}", |
michael@0 | 353 | } |
michael@0 | 354 | appendItems{ |
michael@0 | 355 | Timezone{"{0} {1}"} |
michael@0 | 356 | } |
michael@0 | 357 | availableFormats{ |
michael@0 | 358 | EHm{"E HH.mm"} |
michael@0 | 359 | EHms{"E HH:mm:ss"} |
michael@0 | 360 | Ed{"E d"} |
michael@0 | 361 | Ehm{"E h.mm a"} |
michael@0 | 362 | Ehms{"E h:mm:ss a"} |
michael@0 | 363 | Gy{"y G"} |
michael@0 | 364 | GyMMM{"MMM y G"} |
michael@0 | 365 | GyMMMEd{"E d MMM y G"} |
michael@0 | 366 | GyMMMd{"d MMM y G"} |
michael@0 | 367 | H{"HH"} |
michael@0 | 368 | Hm{"HH:mm"} |
michael@0 | 369 | Hms{"HH:mm:ss"} |
michael@0 | 370 | M{"L"} |
michael@0 | 371 | MEd{"E d/M"} |
michael@0 | 372 | MMM{"LLL"} |
michael@0 | 373 | MMMEd{"E d MMM"} |
michael@0 | 374 | MMMd{"d MMM"} |
michael@0 | 375 | Md{"d/M"} |
michael@0 | 376 | d{"d"} |
michael@0 | 377 | h{"hh a"} |
michael@0 | 378 | hm{"hh:mm a"} |
michael@0 | 379 | hms{"hh:mm:ss a"} |
michael@0 | 380 | ms{"mm:ss"} |
michael@0 | 381 | y{"y"} |
michael@0 | 382 | yM{"M/y"} |
michael@0 | 383 | yMEd{"E d/M/y"} |
michael@0 | 384 | yMMM{"MMM y"} |
michael@0 | 385 | yMMMEd{"E d MMM y"} |
michael@0 | 386 | yMMMM{"MMMM y"} |
michael@0 | 387 | yMMMd{"d MMM y"} |
michael@0 | 388 | yMd{"d/M/y"} |
michael@0 | 389 | yQQQ{"QQQ y"} |
michael@0 | 390 | yQQQQ{"QQQQ y"} |
michael@0 | 391 | } |
michael@0 | 392 | dayNames{ |
michael@0 | 393 | format{ |
michael@0 | 394 | abbreviated{ |
michael@0 | 395 | "dom", |
michael@0 | 396 | "lun", |
michael@0 | 397 | "mar", |
michael@0 | 398 | "mer", |
michael@0 | 399 | "gio", |
michael@0 | 400 | "ven", |
michael@0 | 401 | "sab", |
michael@0 | 402 | } |
michael@0 | 403 | narrow{ |
michael@0 | 404 | "D", |
michael@0 | 405 | "L", |
michael@0 | 406 | "M", |
michael@0 | 407 | "M", |
michael@0 | 408 | "G", |
michael@0 | 409 | "V", |
michael@0 | 410 | "S", |
michael@0 | 411 | } |
michael@0 | 412 | short{ |
michael@0 | 413 | "dom", |
michael@0 | 414 | "lun", |
michael@0 | 415 | "mar", |
michael@0 | 416 | "mer", |
michael@0 | 417 | "gio", |
michael@0 | 418 | "ven", |
michael@0 | 419 | "sab", |
michael@0 | 420 | } |
michael@0 | 421 | wide{ |
michael@0 | 422 | "domenica", |
michael@0 | 423 | "lunedì", |
michael@0 | 424 | "martedì", |
michael@0 | 425 | "mercoledì", |
michael@0 | 426 | "giovedì", |
michael@0 | 427 | "venerdì", |
michael@0 | 428 | "sabato", |
michael@0 | 429 | } |
michael@0 | 430 | } |
michael@0 | 431 | stand-alone{ |
michael@0 | 432 | abbreviated{ |
michael@0 | 433 | "dom", |
michael@0 | 434 | "lun", |
michael@0 | 435 | "mar", |
michael@0 | 436 | "mer", |
michael@0 | 437 | "gio", |
michael@0 | 438 | "ven", |
michael@0 | 439 | "sab", |
michael@0 | 440 | } |
michael@0 | 441 | narrow{ |
michael@0 | 442 | "D", |
michael@0 | 443 | "L", |
michael@0 | 444 | "M", |
michael@0 | 445 | "M", |
michael@0 | 446 | "G", |
michael@0 | 447 | "V", |
michael@0 | 448 | "S", |
michael@0 | 449 | } |
michael@0 | 450 | short{ |
michael@0 | 451 | "dom", |
michael@0 | 452 | "lun", |
michael@0 | 453 | "mar", |
michael@0 | 454 | "mer", |
michael@0 | 455 | "gio", |
michael@0 | 456 | "ven", |
michael@0 | 457 | "sab", |
michael@0 | 458 | } |
michael@0 | 459 | wide{ |
michael@0 | 460 | "Domenica", |
michael@0 | 461 | "Lunedì", |
michael@0 | 462 | "Martedì", |
michael@0 | 463 | "Mercoledì", |
michael@0 | 464 | "Giovedì", |
michael@0 | 465 | "Venerdì", |
michael@0 | 466 | "Sabato", |
michael@0 | 467 | } |
michael@0 | 468 | } |
michael@0 | 469 | } |
michael@0 | 470 | eras{ |
michael@0 | 471 | abbreviated{ |
michael@0 | 472 | "aC", |
michael@0 | 473 | "dC", |
michael@0 | 474 | } |
michael@0 | 475 | narrow{ |
michael@0 | 476 | "aC", |
michael@0 | 477 | "dC", |
michael@0 | 478 | } |
michael@0 | 479 | wide{ |
michael@0 | 480 | "a.C.", |
michael@0 | 481 | "d.C.", |
michael@0 | 482 | } |
michael@0 | 483 | } |
michael@0 | 484 | intervalFormats{ |
michael@0 | 485 | H{ |
michael@0 | 486 | H{"HH-HH"} |
michael@0 | 487 | } |
michael@0 | 488 | Hm{ |
michael@0 | 489 | H{"HH:mm-HH:mm"} |
michael@0 | 490 | m{"HH:mm-HH:mm"} |
michael@0 | 491 | } |
michael@0 | 492 | Hmv{ |
michael@0 | 493 | H{"HH:mm-HH:mm v"} |
michael@0 | 494 | m{"HH:mm-HH:mm v"} |
michael@0 | 495 | } |
michael@0 | 496 | Hv{ |
michael@0 | 497 | H{"HH-HH v"} |
michael@0 | 498 | } |
michael@0 | 499 | M{ |
michael@0 | 500 | M{"M-M"} |
michael@0 | 501 | } |
michael@0 | 502 | MEd{ |
michael@0 | 503 | M{"E dd/MM - E dd/MM"} |
michael@0 | 504 | d{"E dd/MM - E dd/MM"} |
michael@0 | 505 | } |
michael@0 | 506 | MMM{ |
michael@0 | 507 | M{"MMM-MMM"} |
michael@0 | 508 | } |
michael@0 | 509 | MMMEd{ |
michael@0 | 510 | M{"E dd MMM - E dd MMM"} |
michael@0 | 511 | d{"E dd - E dd MMM"} |
michael@0 | 512 | } |
michael@0 | 513 | MMMd{ |
michael@0 | 514 | M{"dd MMM - dd MMM"} |
michael@0 | 515 | d{"dd-dd MMM"} |
michael@0 | 516 | } |
michael@0 | 517 | Md{ |
michael@0 | 518 | M{"dd/MM - dd/MM"} |
michael@0 | 519 | d{"dd/MM - dd/MM"} |
michael@0 | 520 | } |
michael@0 | 521 | d{ |
michael@0 | 522 | d{"d-d"} |
michael@0 | 523 | } |
michael@0 | 524 | fallback{"{0} - {1}"} |
michael@0 | 525 | h{ |
michael@0 | 526 | a{"h a - h a"} |
michael@0 | 527 | h{"h-h a"} |
michael@0 | 528 | } |
michael@0 | 529 | hm{ |
michael@0 | 530 | a{"h:mm a - h:mm a"} |
michael@0 | 531 | h{"h:mm-h:mm a"} |
michael@0 | 532 | m{"h:mm-h:mm a"} |
michael@0 | 533 | } |
michael@0 | 534 | hmv{ |
michael@0 | 535 | a{"h:mm a - h:mm a v"} |
michael@0 | 536 | h{"h:mm-h:mm a v"} |
michael@0 | 537 | m{"h:mm-h:mm a v"} |
michael@0 | 538 | } |
michael@0 | 539 | hv{ |
michael@0 | 540 | a{"h a - h a v"} |
michael@0 | 541 | h{"h-h a v"} |
michael@0 | 542 | } |
michael@0 | 543 | y{ |
michael@0 | 544 | y{"y-y"} |
michael@0 | 545 | } |
michael@0 | 546 | yM{ |
michael@0 | 547 | M{"MM/y - MM/y"} |
michael@0 | 548 | y{"MM/y - MM/y"} |
michael@0 | 549 | } |
michael@0 | 550 | yMEd{ |
michael@0 | 551 | M{"E dd/MM/y - E dd/MM/y"} |
michael@0 | 552 | d{"E dd/MM/y - E dd/MM/y"} |
michael@0 | 553 | y{"E dd/MM/y - E dd/MM/y"} |
michael@0 | 554 | } |
michael@0 | 555 | yMMM{ |
michael@0 | 556 | M{"MMM-MMM y"} |
michael@0 | 557 | y{"MMM y - MMM y"} |
michael@0 | 558 | } |
michael@0 | 559 | yMMMEd{ |
michael@0 | 560 | M{"E d MMM - E d MMM y"} |
michael@0 | 561 | d{"E d - E d MMM y"} |
michael@0 | 562 | y{"E d MMM y - E d MMM y"} |
michael@0 | 563 | } |
michael@0 | 564 | yMMMM{ |
michael@0 | 565 | M{"MMMM-MMMM y"} |
michael@0 | 566 | y{"MMMM y - MMMM y"} |
michael@0 | 567 | } |
michael@0 | 568 | yMMMd{ |
michael@0 | 569 | M{"dd MMM - dd MMM y"} |
michael@0 | 570 | d{"dd-dd MMM y"} |
michael@0 | 571 | y{"dd MMM y - dd MMM y"} |
michael@0 | 572 | } |
michael@0 | 573 | yMd{ |
michael@0 | 574 | M{"dd/MM/y - dd/MM/y"} |
michael@0 | 575 | d{"dd/MM/y - dd/MM/y"} |
michael@0 | 576 | y{"dd/MM/y - dd/MM/y"} |
michael@0 | 577 | } |
michael@0 | 578 | } |
michael@0 | 579 | monthNames{ |
michael@0 | 580 | format{ |
michael@0 | 581 | abbreviated{ |
michael@0 | 582 | "gen", |
michael@0 | 583 | "feb", |
michael@0 | 584 | "mar", |
michael@0 | 585 | "apr", |
michael@0 | 586 | "mag", |
michael@0 | 587 | "giu", |
michael@0 | 588 | "lug", |
michael@0 | 589 | "ago", |
michael@0 | 590 | "set", |
michael@0 | 591 | "ott", |
michael@0 | 592 | "nov", |
michael@0 | 593 | "dic", |
michael@0 | 594 | } |
michael@0 | 595 | narrow{ |
michael@0 | 596 | "G", |
michael@0 | 597 | "F", |
michael@0 | 598 | "M", |
michael@0 | 599 | "A", |
michael@0 | 600 | "M", |
michael@0 | 601 | "G", |
michael@0 | 602 | "L", |
michael@0 | 603 | "A", |
michael@0 | 604 | "S", |
michael@0 | 605 | "O", |
michael@0 | 606 | "N", |
michael@0 | 607 | "D", |
michael@0 | 608 | } |
michael@0 | 609 | wide{ |
michael@0 | 610 | "gennaio", |
michael@0 | 611 | "febbraio", |
michael@0 | 612 | "marzo", |
michael@0 | 613 | "aprile", |
michael@0 | 614 | "maggio", |
michael@0 | 615 | "giugno", |
michael@0 | 616 | "luglio", |
michael@0 | 617 | "agosto", |
michael@0 | 618 | "settembre", |
michael@0 | 619 | "ottobre", |
michael@0 | 620 | "novembre", |
michael@0 | 621 | "dicembre", |
michael@0 | 622 | } |
michael@0 | 623 | } |
michael@0 | 624 | stand-alone{ |
michael@0 | 625 | abbreviated{ |
michael@0 | 626 | "gen", |
michael@0 | 627 | "feb", |
michael@0 | 628 | "mar", |
michael@0 | 629 | "apr", |
michael@0 | 630 | "mag", |
michael@0 | 631 | "giu", |
michael@0 | 632 | "lug", |
michael@0 | 633 | "ago", |
michael@0 | 634 | "set", |
michael@0 | 635 | "ott", |
michael@0 | 636 | "nov", |
michael@0 | 637 | "dic", |
michael@0 | 638 | } |
michael@0 | 639 | narrow{ |
michael@0 | 640 | "G", |
michael@0 | 641 | "F", |
michael@0 | 642 | "M", |
michael@0 | 643 | "A", |
michael@0 | 644 | "M", |
michael@0 | 645 | "G", |
michael@0 | 646 | "L", |
michael@0 | 647 | "A", |
michael@0 | 648 | "S", |
michael@0 | 649 | "O", |
michael@0 | 650 | "N", |
michael@0 | 651 | "D", |
michael@0 | 652 | } |
michael@0 | 653 | wide{ |
michael@0 | 654 | "Gennaio", |
michael@0 | 655 | "Febbraio", |
michael@0 | 656 | "Marzo", |
michael@0 | 657 | "Aprile", |
michael@0 | 658 | "Maggio", |
michael@0 | 659 | "Giugno", |
michael@0 | 660 | "Luglio", |
michael@0 | 661 | "Agosto", |
michael@0 | 662 | "Settembre", |
michael@0 | 663 | "Ottobre", |
michael@0 | 664 | "Novembre", |
michael@0 | 665 | "Dicembre", |
michael@0 | 666 | } |
michael@0 | 667 | } |
michael@0 | 668 | } |
michael@0 | 669 | quarters{ |
michael@0 | 670 | format{ |
michael@0 | 671 | abbreviated{ |
michael@0 | 672 | "T1", |
michael@0 | 673 | "T2", |
michael@0 | 674 | "T3", |
michael@0 | 675 | "T4", |
michael@0 | 676 | } |
michael@0 | 677 | narrow{ |
michael@0 | 678 | "1", |
michael@0 | 679 | "2", |
michael@0 | 680 | "3", |
michael@0 | 681 | "4", |
michael@0 | 682 | } |
michael@0 | 683 | wide{ |
michael@0 | 684 | "1º trimestre", |
michael@0 | 685 | "2º trimestre", |
michael@0 | 686 | "3º trimestre", |
michael@0 | 687 | "4º trimestre", |
michael@0 | 688 | } |
michael@0 | 689 | } |
michael@0 | 690 | stand-alone{ |
michael@0 | 691 | abbreviated{ |
michael@0 | 692 | "T1", |
michael@0 | 693 | "T2", |
michael@0 | 694 | "T3", |
michael@0 | 695 | "T4", |
michael@0 | 696 | } |
michael@0 | 697 | narrow{ |
michael@0 | 698 | "1", |
michael@0 | 699 | "2", |
michael@0 | 700 | "3", |
michael@0 | 701 | "4", |
michael@0 | 702 | } |
michael@0 | 703 | wide{ |
michael@0 | 704 | "Primo trimestre", |
michael@0 | 705 | "Secondo trimestre", |
michael@0 | 706 | "Terzo trimestre", |
michael@0 | 707 | "Quarto trimestre", |
michael@0 | 708 | } |
michael@0 | 709 | } |
michael@0 | 710 | } |
michael@0 | 711 | } |
michael@0 | 712 | hebrew{ |
michael@0 | 713 | eras{ |
michael@0 | 714 | abbreviated{ |
michael@0 | 715 | "AM", |
michael@0 | 716 | } |
michael@0 | 717 | } |
michael@0 | 718 | } |
michael@0 | 719 | islamic{ |
michael@0 | 720 | eras{ |
michael@0 | 721 | abbreviated{ |
michael@0 | 722 | "AH", |
michael@0 | 723 | } |
michael@0 | 724 | } |
michael@0 | 725 | } |
michael@0 | 726 | japanese{ |
michael@0 | 727 | DateTimePatterns{ |
michael@0 | 728 | "HH:mm:ss zzzz", |
michael@0 | 729 | "HH:mm:ss z", |
michael@0 | 730 | "HH:mm:ss", |
michael@0 | 731 | "HH:mm", |
michael@0 | 732 | "EEEE d MMMM y G", |
michael@0 | 733 | "dd MMMM y G", |
michael@0 | 734 | "dd/MMM/y G", |
michael@0 | 735 | "dd/MM/yy GGGGG", |
michael@0 | 736 | "{1}, {0}", |
michael@0 | 737 | "{1} 'alle' {0}", |
michael@0 | 738 | "{1} 'alle' {0}", |
michael@0 | 739 | "{1}, {0}", |
michael@0 | 740 | "{1}, {0}", |
michael@0 | 741 | } |
michael@0 | 742 | } |
michael@0 | 743 | roc{ |
michael@0 | 744 | eras{ |
michael@0 | 745 | abbreviated{ |
michael@0 | 746 | "Prima della R.O.C.", |
michael@0 | 747 | "Minguo", |
michael@0 | 748 | } |
michael@0 | 749 | } |
michael@0 | 750 | } |
michael@0 | 751 | } |
michael@0 | 752 | contextTransforms{ |
michael@0 | 753 | day-format-except-narrow:intvector{ |
michael@0 | 754 | 1, |
michael@0 | 755 | 1, |
michael@0 | 756 | } |
michael@0 | 757 | day-standalone-except-narrow:intvector{ |
michael@0 | 758 | 1, |
michael@0 | 759 | 1, |
michael@0 | 760 | } |
michael@0 | 761 | languages:intvector{ |
michael@0 | 762 | 1, |
michael@0 | 763 | 1, |
michael@0 | 764 | } |
michael@0 | 765 | month-format-except-narrow:intvector{ |
michael@0 | 766 | 1, |
michael@0 | 767 | 1, |
michael@0 | 768 | } |
michael@0 | 769 | month-standalone-except-narrow:intvector{ |
michael@0 | 770 | 1, |
michael@0 | 771 | 1, |
michael@0 | 772 | } |
michael@0 | 773 | } |
michael@0 | 774 | delimiters{ |
michael@0 | 775 | alternateQuotationEnd{"”"} |
michael@0 | 776 | alternateQuotationStart{"“"} |
michael@0 | 777 | quotationEnd{"»"} |
michael@0 | 778 | quotationStart{"«"} |
michael@0 | 779 | } |
michael@0 | 780 | durationUnits{ |
michael@0 | 781 | hm{"h:mm"} |
michael@0 | 782 | hms{"h:mm:ss"} |
michael@0 | 783 | ms{"m:ss"} |
michael@0 | 784 | } |
michael@0 | 785 | fields{ |
michael@0 | 786 | day{ |
michael@0 | 787 | dn{"giorno"} |
michael@0 | 788 | relative{ |
michael@0 | 789 | "-1"{"ieri"} |
michael@0 | 790 | "-2"{"l'altro ieri"} |
michael@0 | 791 | "0"{"oggi"} |
michael@0 | 792 | "1"{"domani"} |
michael@0 | 793 | "2"{"dopodomani"} |
michael@0 | 794 | } |
michael@0 | 795 | relativeTime{ |
michael@0 | 796 | future{ |
michael@0 | 797 | one{"tra {0} giorno"} |
michael@0 | 798 | other{"tra {0} giorni"} |
michael@0 | 799 | } |
michael@0 | 800 | past{ |
michael@0 | 801 | one{"{0} giorno fa"} |
michael@0 | 802 | other{"{0} giorni fa"} |
michael@0 | 803 | } |
michael@0 | 804 | } |
michael@0 | 805 | } |
michael@0 | 806 | dayperiod{ |
michael@0 | 807 | dn{"periodo del giorno"} |
michael@0 | 808 | } |
michael@0 | 809 | era{ |
michael@0 | 810 | dn{"era"} |
michael@0 | 811 | } |
michael@0 | 812 | fri{ |
michael@0 | 813 | relative{ |
michael@0 | 814 | "-1"{"venerdì scorso"} |
michael@0 | 815 | "0"{"questo venerdì"} |
michael@0 | 816 | "1"{"venerdì prossimo"} |
michael@0 | 817 | } |
michael@0 | 818 | } |
michael@0 | 819 | hour{ |
michael@0 | 820 | dn{"ora"} |
michael@0 | 821 | relativeTime{ |
michael@0 | 822 | future{ |
michael@0 | 823 | one{"tra {0} ora"} |
michael@0 | 824 | other{"tra {0} ore"} |
michael@0 | 825 | } |
michael@0 | 826 | past{ |
michael@0 | 827 | one{"{0} ora fa"} |
michael@0 | 828 | other{"{0} ore fa"} |
michael@0 | 829 | } |
michael@0 | 830 | } |
michael@0 | 831 | } |
michael@0 | 832 | minute{ |
michael@0 | 833 | dn{"minuto"} |
michael@0 | 834 | relativeTime{ |
michael@0 | 835 | future{ |
michael@0 | 836 | one{"tra {0} minuto"} |
michael@0 | 837 | other{"tra {0} minuti"} |
michael@0 | 838 | } |
michael@0 | 839 | past{ |
michael@0 | 840 | one{"{0} minuto fa"} |
michael@0 | 841 | other{"{0} minuti fa"} |
michael@0 | 842 | } |
michael@0 | 843 | } |
michael@0 | 844 | } |
michael@0 | 845 | mon{ |
michael@0 | 846 | relative{ |
michael@0 | 847 | "-1"{"lunedì scorso"} |
michael@0 | 848 | "0"{"questo lunedì"} |
michael@0 | 849 | "1"{"lunedì prossimo"} |
michael@0 | 850 | } |
michael@0 | 851 | } |
michael@0 | 852 | month{ |
michael@0 | 853 | dn{"mese"} |
michael@0 | 854 | relative{ |
michael@0 | 855 | "-1"{"mese scorso"} |
michael@0 | 856 | "0"{"questo mese"} |
michael@0 | 857 | "1"{"mese prossimo"} |
michael@0 | 858 | } |
michael@0 | 859 | relativeTime{ |
michael@0 | 860 | future{ |
michael@0 | 861 | one{"tra {0} mese"} |
michael@0 | 862 | other{"tra {0} mesi"} |
michael@0 | 863 | } |
michael@0 | 864 | past{ |
michael@0 | 865 | one{"{0} mese fa"} |
michael@0 | 866 | other{"{0} mesi fa"} |
michael@0 | 867 | } |
michael@0 | 868 | } |
michael@0 | 869 | } |
michael@0 | 870 | sat{ |
michael@0 | 871 | relative{ |
michael@0 | 872 | "-1"{"sabato scorso"} |
michael@0 | 873 | "0"{"questo sabato"} |
michael@0 | 874 | "1"{"sabato prossimo"} |
michael@0 | 875 | } |
michael@0 | 876 | } |
michael@0 | 877 | second{ |
michael@0 | 878 | dn{"secondo"} |
michael@0 | 879 | relative{ |
michael@0 | 880 | "0"{"ora"} |
michael@0 | 881 | } |
michael@0 | 882 | relativeTime{ |
michael@0 | 883 | future{ |
michael@0 | 884 | one{"tra {0} secondo"} |
michael@0 | 885 | other{"tra {0} secondi"} |
michael@0 | 886 | } |
michael@0 | 887 | past{ |
michael@0 | 888 | one{"{0} secondo fa"} |
michael@0 | 889 | other{"{0} secondi fa"} |
michael@0 | 890 | } |
michael@0 | 891 | } |
michael@0 | 892 | } |
michael@0 | 893 | sun{ |
michael@0 | 894 | relative{ |
michael@0 | 895 | "-1"{"domenica scorsa"} |
michael@0 | 896 | "0"{"questa domenica"} |
michael@0 | 897 | "1"{"domenica prossima"} |
michael@0 | 898 | } |
michael@0 | 899 | } |
michael@0 | 900 | thu{ |
michael@0 | 901 | relative{ |
michael@0 | 902 | "-1"{"giovedì scorso"} |
michael@0 | 903 | "0"{"questo giovedì"} |
michael@0 | 904 | "1"{"giovedì prossimo"} |
michael@0 | 905 | } |
michael@0 | 906 | } |
michael@0 | 907 | tue{ |
michael@0 | 908 | relative{ |
michael@0 | 909 | "-1"{"martedì scorso"} |
michael@0 | 910 | "0"{"questo martedì"} |
michael@0 | 911 | "1"{"martedì prossimo"} |
michael@0 | 912 | } |
michael@0 | 913 | } |
michael@0 | 914 | wed{ |
michael@0 | 915 | relative{ |
michael@0 | 916 | "-1"{"mercoledì scorso"} |
michael@0 | 917 | "0"{"questo mercoledì"} |
michael@0 | 918 | "1"{"mercoledì prossimo"} |
michael@0 | 919 | } |
michael@0 | 920 | } |
michael@0 | 921 | week{ |
michael@0 | 922 | dn{"settimana"} |
michael@0 | 923 | relative{ |
michael@0 | 924 | "-1"{"settimana scorsa"} |
michael@0 | 925 | "0"{"questa settimana"} |
michael@0 | 926 | "1"{"settimana prossima"} |
michael@0 | 927 | } |
michael@0 | 928 | relativeTime{ |
michael@0 | 929 | future{ |
michael@0 | 930 | one{"tra {0} settimana"} |
michael@0 | 931 | other{"tra {0} settimane"} |
michael@0 | 932 | } |
michael@0 | 933 | past{ |
michael@0 | 934 | one{"{0} settimana fa"} |
michael@0 | 935 | other{"{0} settimane fa"} |
michael@0 | 936 | } |
michael@0 | 937 | } |
michael@0 | 938 | } |
michael@0 | 939 | weekday{ |
michael@0 | 940 | dn{"giorno della settimana"} |
michael@0 | 941 | } |
michael@0 | 942 | year{ |
michael@0 | 943 | dn{"anno"} |
michael@0 | 944 | relative{ |
michael@0 | 945 | "-1"{"anno scorso"} |
michael@0 | 946 | "0"{"quest'anno"} |
michael@0 | 947 | "1"{"anno prossimo"} |
michael@0 | 948 | } |
michael@0 | 949 | relativeTime{ |
michael@0 | 950 | future{ |
michael@0 | 951 | one{"tra {0} anno"} |
michael@0 | 952 | other{"tra {0} anni"} |
michael@0 | 953 | } |
michael@0 | 954 | past{ |
michael@0 | 955 | one{"{0} anno fa"} |
michael@0 | 956 | other{"{0} anni fa"} |
michael@0 | 957 | } |
michael@0 | 958 | } |
michael@0 | 959 | } |
michael@0 | 960 | zone{ |
michael@0 | 961 | dn{"fuso orario"} |
michael@0 | 962 | } |
michael@0 | 963 | } |
michael@0 | 964 | listPattern{ |
michael@0 | 965 | standard{ |
michael@0 | 966 | 2{"{0} e {1}"} |
michael@0 | 967 | end{"{0}, e {1}"} |
michael@0 | 968 | middle{"{0}, {1}"} |
michael@0 | 969 | start{"{0}, {1}"} |
michael@0 | 970 | } |
michael@0 | 971 | unit{ |
michael@0 | 972 | 2{"{0} e {1}"} |
michael@0 | 973 | end{"{0}, e {1}"} |
michael@0 | 974 | middle{"{0}, {1}"} |
michael@0 | 975 | start{"{0}, {1}"} |
michael@0 | 976 | } |
michael@0 | 977 | unit-narrow{ |
michael@0 | 978 | 2{"{0}, {1}"} |
michael@0 | 979 | end{"{0}, e {1}"} |
michael@0 | 980 | middle{"{0}, {1}"} |
michael@0 | 981 | start{"{0}, {1}"} |
michael@0 | 982 | } |
michael@0 | 983 | unit-short{ |
michael@0 | 984 | 2{"{0}, {1}"} |
michael@0 | 985 | end{"{0}, e {1}"} |
michael@0 | 986 | middle{"{0}, {1}"} |
michael@0 | 987 | start{"{0}, {1}"} |
michael@0 | 988 | } |
michael@0 | 989 | } |
michael@0 | 990 | measurementSystemNames{ |
michael@0 | 991 | UK{"britannico"} |
michael@0 | 992 | US{"USA"} |
michael@0 | 993 | metric{"metrico"} |
michael@0 | 994 | } |
michael@0 | 995 | transformNames{ |
michael@0 | 996 | BGN{"BGN"} |
michael@0 | 997 | Numeric{"Numerica"} |
michael@0 | 998 | Tone{"Tono"} |
michael@0 | 999 | UNGEGN{"UNGEGN"} |
michael@0 | 1000 | x-Accents{"Accenti"} |
michael@0 | 1001 | x-Fullwidth{"Larghezza intera"} |
michael@0 | 1002 | x-Halfwidth{"Metà larghezza"} |
michael@0 | 1003 | x-Jamo{"Jamo"} |
michael@0 | 1004 | x-Pinyin{"Pinyin"} |
michael@0 | 1005 | x-Publishing{"Pubblicazione"} |
michael@0 | 1006 | } |
michael@0 | 1007 | units{ |
michael@0 | 1008 | acceleration{ |
michael@0 | 1009 | g-force{ |
michael@0 | 1010 | one{"{0} forza g"} |
michael@0 | 1011 | other{"{0} forza g"} |
michael@0 | 1012 | } |
michael@0 | 1013 | } |
michael@0 | 1014 | angle{ |
michael@0 | 1015 | arc-minute{ |
michael@0 | 1016 | one{"{0} minuto"} |
michael@0 | 1017 | other{"{0} minuti"} |
michael@0 | 1018 | } |
michael@0 | 1019 | arc-second{ |
michael@0 | 1020 | one{"{0} secondo"} |
michael@0 | 1021 | other{"{0} secondi"} |
michael@0 | 1022 | } |
michael@0 | 1023 | degree{ |
michael@0 | 1024 | one{"{0} grado"} |
michael@0 | 1025 | other{"{0} gradi"} |
michael@0 | 1026 | } |
michael@0 | 1027 | } |
michael@0 | 1028 | area{ |
michael@0 | 1029 | acre{ |
michael@0 | 1030 | one{"{0} acro"} |
michael@0 | 1031 | other{"{0} acri"} |
michael@0 | 1032 | } |
michael@0 | 1033 | hectare{ |
michael@0 | 1034 | one{"{0} ettaro"} |
michael@0 | 1035 | other{"{0} ettari"} |
michael@0 | 1036 | } |
michael@0 | 1037 | square-foot{ |
michael@0 | 1038 | one{"{0} piede quadrato"} |
michael@0 | 1039 | other{"{0} piedi quadrati"} |
michael@0 | 1040 | } |
michael@0 | 1041 | square-kilometer{ |
michael@0 | 1042 | one{"{0} chilometro quadrato"} |
michael@0 | 1043 | other{"{0} chilometri quadrati"} |
michael@0 | 1044 | } |
michael@0 | 1045 | square-meter{ |
michael@0 | 1046 | one{"{0} metro quadrato"} |
michael@0 | 1047 | other{"{0} metri quadrati"} |
michael@0 | 1048 | } |
michael@0 | 1049 | square-mile{ |
michael@0 | 1050 | one{"{0} miglio quadrato"} |
michael@0 | 1051 | other{"{0} miglia quadrate"} |
michael@0 | 1052 | } |
michael@0 | 1053 | } |
michael@0 | 1054 | compound{ |
michael@0 | 1055 | per{"{0} al {1}"} |
michael@0 | 1056 | } |
michael@0 | 1057 | duration{ |
michael@0 | 1058 | day{ |
michael@0 | 1059 | one{"{0} giorno"} |
michael@0 | 1060 | other{"{0} giorni"} |
michael@0 | 1061 | } |
michael@0 | 1062 | hour{ |
michael@0 | 1063 | one{"{0} ora"} |
michael@0 | 1064 | other{"{0} ore"} |
michael@0 | 1065 | } |
michael@0 | 1066 | millisecond{ |
michael@0 | 1067 | one{"{0} millisecondo"} |
michael@0 | 1068 | other{"{0} millisecondi"} |
michael@0 | 1069 | } |
michael@0 | 1070 | minute{ |
michael@0 | 1071 | one{"{0} minuto"} |
michael@0 | 1072 | other{"{0} minuti"} |
michael@0 | 1073 | } |
michael@0 | 1074 | month{ |
michael@0 | 1075 | one{"{0} mese"} |
michael@0 | 1076 | other{"{0} mesi"} |
michael@0 | 1077 | } |
michael@0 | 1078 | second{ |
michael@0 | 1079 | one{"{0} secondo"} |
michael@0 | 1080 | other{"{0} secondi"} |
michael@0 | 1081 | } |
michael@0 | 1082 | week{ |
michael@0 | 1083 | one{"{0} settimana"} |
michael@0 | 1084 | other{"{0} settimane"} |
michael@0 | 1085 | } |
michael@0 | 1086 | year{ |
michael@0 | 1087 | one{"{0} anno"} |
michael@0 | 1088 | other{"{0} anni"} |
michael@0 | 1089 | } |
michael@0 | 1090 | } |
michael@0 | 1091 | length{ |
michael@0 | 1092 | centimeter{ |
michael@0 | 1093 | one{"{0} centimetro"} |
michael@0 | 1094 | other{"{0} centimetri"} |
michael@0 | 1095 | } |
michael@0 | 1096 | foot{ |
michael@0 | 1097 | one{"{0} piede"} |
michael@0 | 1098 | other{"{0} piedi"} |
michael@0 | 1099 | } |
michael@0 | 1100 | inch{ |
michael@0 | 1101 | one{"{0} pollice"} |
michael@0 | 1102 | other{"{0} pollici"} |
michael@0 | 1103 | } |
michael@0 | 1104 | kilometer{ |
michael@0 | 1105 | one{"{0} chilometro"} |
michael@0 | 1106 | other{"{0} chilometri"} |
michael@0 | 1107 | } |
michael@0 | 1108 | light-year{ |
michael@0 | 1109 | one{"{0} anno luce"} |
michael@0 | 1110 | other{"{0} anni luce"} |
michael@0 | 1111 | } |
michael@0 | 1112 | meter{ |
michael@0 | 1113 | one{"{0} metro"} |
michael@0 | 1114 | other{"{0} metri"} |
michael@0 | 1115 | } |
michael@0 | 1116 | mile{ |
michael@0 | 1117 | one{"{0} miglio"} |
michael@0 | 1118 | other{"{0} miglia"} |
michael@0 | 1119 | } |
michael@0 | 1120 | millimeter{ |
michael@0 | 1121 | one{"{0} millimetro"} |
michael@0 | 1122 | other{"{0} millimetri"} |
michael@0 | 1123 | } |
michael@0 | 1124 | picometer{ |
michael@0 | 1125 | one{"{0} picometro"} |
michael@0 | 1126 | other{"{0} picometri"} |
michael@0 | 1127 | } |
michael@0 | 1128 | yard{ |
michael@0 | 1129 | one{"{0} yarda"} |
michael@0 | 1130 | other{"{0} yarde"} |
michael@0 | 1131 | } |
michael@0 | 1132 | } |
michael@0 | 1133 | mass{ |
michael@0 | 1134 | gram{ |
michael@0 | 1135 | one{"{0} grammo"} |
michael@0 | 1136 | other{"{0} grammi"} |
michael@0 | 1137 | } |
michael@0 | 1138 | kilogram{ |
michael@0 | 1139 | one{"{0} chilogrammo"} |
michael@0 | 1140 | other{"{0} chilogrammi"} |
michael@0 | 1141 | } |
michael@0 | 1142 | ounce{ |
michael@0 | 1143 | one{"{0} oncia"} |
michael@0 | 1144 | other{"{0} once"} |
michael@0 | 1145 | } |
michael@0 | 1146 | pound{ |
michael@0 | 1147 | one{"{0} libbra"} |
michael@0 | 1148 | other{"{0} libbre"} |
michael@0 | 1149 | } |
michael@0 | 1150 | } |
michael@0 | 1151 | power{ |
michael@0 | 1152 | horsepower{ |
michael@0 | 1153 | one{"{0} cavallo vapore"} |
michael@0 | 1154 | other{"{0} cavalli vapore"} |
michael@0 | 1155 | } |
michael@0 | 1156 | kilowatt{ |
michael@0 | 1157 | one{"{0} kilowatt"} |
michael@0 | 1158 | other{"{0} kilowatt"} |
michael@0 | 1159 | } |
michael@0 | 1160 | watt{ |
michael@0 | 1161 | one{"{0} watt"} |
michael@0 | 1162 | other{"{0} watt"} |
michael@0 | 1163 | } |
michael@0 | 1164 | } |
michael@0 | 1165 | pressure{ |
michael@0 | 1166 | hectopascal{ |
michael@0 | 1167 | one{"{0} ettopascal"} |
michael@0 | 1168 | other{"{0} ettopascal"} |
michael@0 | 1169 | } |
michael@0 | 1170 | inch-hg{ |
michael@0 | 1171 | one{"{0} pollice di mercurio"} |
michael@0 | 1172 | other{"{0} pollici di mercurio"} |
michael@0 | 1173 | } |
michael@0 | 1174 | millibar{ |
michael@0 | 1175 | one{"{0} millibar"} |
michael@0 | 1176 | other{"{0} millibar"} |
michael@0 | 1177 | } |
michael@0 | 1178 | } |
michael@0 | 1179 | speed{ |
michael@0 | 1180 | kilometer-per-hour{ |
michael@0 | 1181 | one{"{0} chilometro orario"} |
michael@0 | 1182 | other{"{0} chilometri orari"} |
michael@0 | 1183 | } |
michael@0 | 1184 | meter-per-second{ |
michael@0 | 1185 | one{"{0} metro al secondo"} |
michael@0 | 1186 | other{"{0} metri al secondo"} |
michael@0 | 1187 | } |
michael@0 | 1188 | mile-per-hour{ |
michael@0 | 1189 | one{"{0} miglio orario"} |
michael@0 | 1190 | other{"{0} miglia orarie"} |
michael@0 | 1191 | } |
michael@0 | 1192 | } |
michael@0 | 1193 | temperature{ |
michael@0 | 1194 | celsius{ |
michael@0 | 1195 | one{"{0} grado Celsius"} |
michael@0 | 1196 | other{"{0} gradi Celsius"} |
michael@0 | 1197 | } |
michael@0 | 1198 | fahrenheit{ |
michael@0 | 1199 | one{"{0} grado Fahrenheit"} |
michael@0 | 1200 | other{"{0} gradi Fahrenheit"} |
michael@0 | 1201 | } |
michael@0 | 1202 | } |
michael@0 | 1203 | volume{ |
michael@0 | 1204 | cubic-kilometer{ |
michael@0 | 1205 | one{"{0} chilometro cubo"} |
michael@0 | 1206 | other{"{0} chilometri cubi"} |
michael@0 | 1207 | } |
michael@0 | 1208 | cubic-mile{ |
michael@0 | 1209 | one{"{0} miglio cubo"} |
michael@0 | 1210 | other{"{0} miglia cube"} |
michael@0 | 1211 | } |
michael@0 | 1212 | liter{ |
michael@0 | 1213 | one{"{0} litro"} |
michael@0 | 1214 | other{"{0} litri"} |
michael@0 | 1215 | } |
michael@0 | 1216 | } |
michael@0 | 1217 | } |
michael@0 | 1218 | unitsNarrow{ |
michael@0 | 1219 | acceleration{ |
michael@0 | 1220 | g-force{ |
michael@0 | 1221 | one{"{0} G"} |
michael@0 | 1222 | other{"{0} G"} |
michael@0 | 1223 | } |
michael@0 | 1224 | } |
michael@0 | 1225 | angle{ |
michael@0 | 1226 | arc-minute{ |
michael@0 | 1227 | one{"{0} min"} |
michael@0 | 1228 | other{"{0} min"} |
michael@0 | 1229 | } |
michael@0 | 1230 | arc-second{ |
michael@0 | 1231 | one{"{0} s"} |
michael@0 | 1232 | other{"{0} s"} |
michael@0 | 1233 | } |
michael@0 | 1234 | degree{ |
michael@0 | 1235 | one{"{0}°"} |
michael@0 | 1236 | other{"{0}°"} |
michael@0 | 1237 | } |
michael@0 | 1238 | } |
michael@0 | 1239 | area{ |
michael@0 | 1240 | acre{ |
michael@0 | 1241 | one{"{0} ac"} |
michael@0 | 1242 | other{"{0} ac"} |
michael@0 | 1243 | } |
michael@0 | 1244 | hectare{ |
michael@0 | 1245 | one{"{0} ha"} |
michael@0 | 1246 | other{"{0} ha"} |
michael@0 | 1247 | } |
michael@0 | 1248 | square-foot{ |
michael@0 | 1249 | one{"{0} ft²"} |
michael@0 | 1250 | other{"{0} ft²"} |
michael@0 | 1251 | } |
michael@0 | 1252 | square-kilometer{ |
michael@0 | 1253 | one{"{0} km²"} |
michael@0 | 1254 | other{"{0} km²"} |
michael@0 | 1255 | } |
michael@0 | 1256 | square-meter{ |
michael@0 | 1257 | one{"{0} m²"} |
michael@0 | 1258 | other{"{0} m²"} |
michael@0 | 1259 | } |
michael@0 | 1260 | square-mile{ |
michael@0 | 1261 | one{"{0} mi²"} |
michael@0 | 1262 | other{"{0} mi²"} |
michael@0 | 1263 | } |
michael@0 | 1264 | } |
michael@0 | 1265 | compound{ |
michael@0 | 1266 | per{"{0}/{1}"} |
michael@0 | 1267 | } |
michael@0 | 1268 | duration{ |
michael@0 | 1269 | day{ |
michael@0 | 1270 | one{"{0} gg"} |
michael@0 | 1271 | other{"{0} gg"} |
michael@0 | 1272 | } |
michael@0 | 1273 | hour{ |
michael@0 | 1274 | one{"{0} h"} |
michael@0 | 1275 | other{"{0} h"} |
michael@0 | 1276 | } |
michael@0 | 1277 | millisecond{ |
michael@0 | 1278 | one{"{0} ms"} |
michael@0 | 1279 | other{"{0} ms"} |
michael@0 | 1280 | } |
michael@0 | 1281 | minute{ |
michael@0 | 1282 | one{"{0} m"} |
michael@0 | 1283 | other{"{0} m"} |
michael@0 | 1284 | } |
michael@0 | 1285 | month{ |
michael@0 | 1286 | one{"{0} mesi"} |
michael@0 | 1287 | other{"{0} mesi"} |
michael@0 | 1288 | } |
michael@0 | 1289 | second{ |
michael@0 | 1290 | one{"{0} s"} |
michael@0 | 1291 | other{"{0} s"} |
michael@0 | 1292 | } |
michael@0 | 1293 | week{ |
michael@0 | 1294 | one{"{0} sett."} |
michael@0 | 1295 | other{"{0} sett."} |
michael@0 | 1296 | } |
michael@0 | 1297 | year{ |
michael@0 | 1298 | one{"{0} anno"} |
michael@0 | 1299 | other{"{0} anni"} |
michael@0 | 1300 | } |
michael@0 | 1301 | } |
michael@0 | 1302 | length{ |
michael@0 | 1303 | centimeter{ |
michael@0 | 1304 | one{"{0} cm"} |
michael@0 | 1305 | other{"{0} cm"} |
michael@0 | 1306 | } |
michael@0 | 1307 | foot{ |
michael@0 | 1308 | one{"{0} ft"} |
michael@0 | 1309 | other{"{0} ft"} |
michael@0 | 1310 | } |
michael@0 | 1311 | inch{ |
michael@0 | 1312 | one{"{0}″"} |
michael@0 | 1313 | other{"{0}″"} |
michael@0 | 1314 | } |
michael@0 | 1315 | kilometer{ |
michael@0 | 1316 | one{"{0} km"} |
michael@0 | 1317 | other{"{0} km"} |
michael@0 | 1318 | } |
michael@0 | 1319 | light-year{ |
michael@0 | 1320 | one{"{0} al"} |
michael@0 | 1321 | other{"{0} al"} |
michael@0 | 1322 | } |
michael@0 | 1323 | meter{ |
michael@0 | 1324 | one{"{0} m"} |
michael@0 | 1325 | other{"{0} m"} |
michael@0 | 1326 | } |
michael@0 | 1327 | mile{ |
michael@0 | 1328 | one{"{0} mi"} |
michael@0 | 1329 | other{"{0} mi"} |
michael@0 | 1330 | } |
michael@0 | 1331 | millimeter{ |
michael@0 | 1332 | one{"{0} mm"} |
michael@0 | 1333 | other{"{0} mm"} |
michael@0 | 1334 | } |
michael@0 | 1335 | picometer{ |
michael@0 | 1336 | one{"{0} pm"} |
michael@0 | 1337 | other{"{0} pm"} |
michael@0 | 1338 | } |
michael@0 | 1339 | yard{ |
michael@0 | 1340 | one{"{0} yd"} |
michael@0 | 1341 | other{"{0} yd"} |
michael@0 | 1342 | } |
michael@0 | 1343 | } |
michael@0 | 1344 | mass{ |
michael@0 | 1345 | gram{ |
michael@0 | 1346 | one{"{0} g"} |
michael@0 | 1347 | other{"{0} g"} |
michael@0 | 1348 | } |
michael@0 | 1349 | kilogram{ |
michael@0 | 1350 | one{"{0} kg"} |
michael@0 | 1351 | other{"{0} kg"} |
michael@0 | 1352 | } |
michael@0 | 1353 | ounce{ |
michael@0 | 1354 | one{"{0} oz"} |
michael@0 | 1355 | other{"{0} oz"} |
michael@0 | 1356 | } |
michael@0 | 1357 | pound{ |
michael@0 | 1358 | one{"{0} lb"} |
michael@0 | 1359 | other{"{0} lb"} |
michael@0 | 1360 | } |
michael@0 | 1361 | } |
michael@0 | 1362 | power{ |
michael@0 | 1363 | horsepower{ |
michael@0 | 1364 | one{"{0} hp"} |
michael@0 | 1365 | other{"{0} hp"} |
michael@0 | 1366 | } |
michael@0 | 1367 | kilowatt{ |
michael@0 | 1368 | one{"{0} kW"} |
michael@0 | 1369 | other{"{0} kW"} |
michael@0 | 1370 | } |
michael@0 | 1371 | watt{ |
michael@0 | 1372 | one{"{0} W"} |
michael@0 | 1373 | other{"{0} W"} |
michael@0 | 1374 | } |
michael@0 | 1375 | } |
michael@0 | 1376 | pressure{ |
michael@0 | 1377 | hectopascal{ |
michael@0 | 1378 | one{"{0} hPa"} |
michael@0 | 1379 | other{"{0} hPa"} |
michael@0 | 1380 | } |
michael@0 | 1381 | inch-hg{ |
michael@0 | 1382 | one{"{0} inHg"} |
michael@0 | 1383 | other{"{0} inHg"} |
michael@0 | 1384 | } |
michael@0 | 1385 | millibar{ |
michael@0 | 1386 | one{"{0} mbar"} |
michael@0 | 1387 | other{"{0} mbar"} |
michael@0 | 1388 | } |
michael@0 | 1389 | } |
michael@0 | 1390 | speed{ |
michael@0 | 1391 | kilometer-per-hour{ |
michael@0 | 1392 | one{"{0} km/h"} |
michael@0 | 1393 | other{"{0} km/h"} |
michael@0 | 1394 | } |
michael@0 | 1395 | meter-per-second{ |
michael@0 | 1396 | one{"{0} m/s"} |
michael@0 | 1397 | other{"{0} m/s"} |
michael@0 | 1398 | } |
michael@0 | 1399 | mile-per-hour{ |
michael@0 | 1400 | one{"{0} mi/h"} |
michael@0 | 1401 | other{"{0} mi/h"} |
michael@0 | 1402 | } |
michael@0 | 1403 | } |
michael@0 | 1404 | temperature{ |
michael@0 | 1405 | celsius{ |
michael@0 | 1406 | one{"{0}°"} |
michael@0 | 1407 | other{"{0}°"} |
michael@0 | 1408 | } |
michael@0 | 1409 | fahrenheit{ |
michael@0 | 1410 | one{"{0}°F"} |
michael@0 | 1411 | other{"{0}°F"} |
michael@0 | 1412 | } |
michael@0 | 1413 | } |
michael@0 | 1414 | volume{ |
michael@0 | 1415 | cubic-kilometer{ |
michael@0 | 1416 | one{"{0} km³"} |
michael@0 | 1417 | other{"{0} km³"} |
michael@0 | 1418 | } |
michael@0 | 1419 | cubic-mile{ |
michael@0 | 1420 | one{"{0} mi³"} |
michael@0 | 1421 | other{"{0} mi³"} |
michael@0 | 1422 | } |
michael@0 | 1423 | liter{ |
michael@0 | 1424 | one{"{0} l"} |
michael@0 | 1425 | other{"{0} l"} |
michael@0 | 1426 | } |
michael@0 | 1427 | } |
michael@0 | 1428 | } |
michael@0 | 1429 | unitsShort{ |
michael@0 | 1430 | acceleration{ |
michael@0 | 1431 | g-force{ |
michael@0 | 1432 | one{"{0} G"} |
michael@0 | 1433 | other{"{0} G"} |
michael@0 | 1434 | } |
michael@0 | 1435 | } |
michael@0 | 1436 | angle{ |
michael@0 | 1437 | arc-minute{ |
michael@0 | 1438 | one{"{0} min"} |
michael@0 | 1439 | other{"{0} min"} |
michael@0 | 1440 | } |
michael@0 | 1441 | arc-second{ |
michael@0 | 1442 | one{"{0} s"} |
michael@0 | 1443 | other{"{0} s"} |
michael@0 | 1444 | } |
michael@0 | 1445 | degree{ |
michael@0 | 1446 | one{"{0}°"} |
michael@0 | 1447 | other{"{0}°"} |
michael@0 | 1448 | } |
michael@0 | 1449 | } |
michael@0 | 1450 | area{ |
michael@0 | 1451 | acre{ |
michael@0 | 1452 | one{"{0} ac"} |
michael@0 | 1453 | other{"{0} ac"} |
michael@0 | 1454 | } |
michael@0 | 1455 | hectare{ |
michael@0 | 1456 | one{"{0} ha"} |
michael@0 | 1457 | other{"{0} ha"} |
michael@0 | 1458 | } |
michael@0 | 1459 | square-foot{ |
michael@0 | 1460 | one{"{0} ft²"} |
michael@0 | 1461 | other{"{0} ft²"} |
michael@0 | 1462 | } |
michael@0 | 1463 | square-kilometer{ |
michael@0 | 1464 | one{"{0} km²"} |
michael@0 | 1465 | other{"{0} km²"} |
michael@0 | 1466 | } |
michael@0 | 1467 | square-meter{ |
michael@0 | 1468 | one{"{0} m²"} |
michael@0 | 1469 | other{"{0} m²"} |
michael@0 | 1470 | } |
michael@0 | 1471 | square-mile{ |
michael@0 | 1472 | one{"{0} mi²"} |
michael@0 | 1473 | other{"{0} mi²"} |
michael@0 | 1474 | } |
michael@0 | 1475 | } |
michael@0 | 1476 | compound{ |
michael@0 | 1477 | per{"{0}/{1}"} |
michael@0 | 1478 | } |
michael@0 | 1479 | duration{ |
michael@0 | 1480 | day{ |
michael@0 | 1481 | one{"{0} giorno"} |
michael@0 | 1482 | other{"{0} giorni"} |
michael@0 | 1483 | } |
michael@0 | 1484 | hour{ |
michael@0 | 1485 | one{"{0} h"} |
michael@0 | 1486 | other{"{0} h"} |
michael@0 | 1487 | } |
michael@0 | 1488 | millisecond{ |
michael@0 | 1489 | one{"{0} ms"} |
michael@0 | 1490 | other{"{0} ms"} |
michael@0 | 1491 | } |
michael@0 | 1492 | minute{ |
michael@0 | 1493 | one{"{0} min"} |
michael@0 | 1494 | other{"{0} min"} |
michael@0 | 1495 | } |
michael@0 | 1496 | month{ |
michael@0 | 1497 | one{"{0} mese"} |
michael@0 | 1498 | other{"{0} mesi"} |
michael@0 | 1499 | } |
michael@0 | 1500 | second{ |
michael@0 | 1501 | one{"{0} s"} |
michael@0 | 1502 | other{"{0} s"} |
michael@0 | 1503 | } |
michael@0 | 1504 | week{ |
michael@0 | 1505 | one{"{0} settimana"} |
michael@0 | 1506 | other{"{0} settimane"} |
michael@0 | 1507 | } |
michael@0 | 1508 | year{ |
michael@0 | 1509 | one{"{0} anno"} |
michael@0 | 1510 | other{"{0} anni"} |
michael@0 | 1511 | } |
michael@0 | 1512 | } |
michael@0 | 1513 | length{ |
michael@0 | 1514 | centimeter{ |
michael@0 | 1515 | one{"{0} cm"} |
michael@0 | 1516 | other{"{0} cm"} |
michael@0 | 1517 | } |
michael@0 | 1518 | foot{ |
michael@0 | 1519 | one{"{0} ft"} |
michael@0 | 1520 | other{"{0} ft"} |
michael@0 | 1521 | } |
michael@0 | 1522 | inch{ |
michael@0 | 1523 | one{"{0} in"} |
michael@0 | 1524 | other{"{0} in"} |
michael@0 | 1525 | } |
michael@0 | 1526 | kilometer{ |
michael@0 | 1527 | one{"{0} km"} |
michael@0 | 1528 | other{"{0} km"} |
michael@0 | 1529 | } |
michael@0 | 1530 | light-year{ |
michael@0 | 1531 | one{"{0} anno luce"} |
michael@0 | 1532 | other{"{0} anni luce"} |
michael@0 | 1533 | } |
michael@0 | 1534 | meter{ |
michael@0 | 1535 | one{"{0} m"} |
michael@0 | 1536 | other{"{0} m"} |
michael@0 | 1537 | } |
michael@0 | 1538 | mile{ |
michael@0 | 1539 | one{"{0} mi"} |
michael@0 | 1540 | other{"{0} mi"} |
michael@0 | 1541 | } |
michael@0 | 1542 | millimeter{ |
michael@0 | 1543 | one{"{0} mm"} |
michael@0 | 1544 | other{"{0} mm"} |
michael@0 | 1545 | } |
michael@0 | 1546 | picometer{ |
michael@0 | 1547 | one{"{0} pm"} |
michael@0 | 1548 | other{"{0} pm"} |
michael@0 | 1549 | } |
michael@0 | 1550 | yard{ |
michael@0 | 1551 | one{"{0} yd"} |
michael@0 | 1552 | other{"{0} yd"} |
michael@0 | 1553 | } |
michael@0 | 1554 | } |
michael@0 | 1555 | mass{ |
michael@0 | 1556 | gram{ |
michael@0 | 1557 | one{"{0} g"} |
michael@0 | 1558 | other{"{0} g"} |
michael@0 | 1559 | } |
michael@0 | 1560 | kilogram{ |
michael@0 | 1561 | one{"{0} kg"} |
michael@0 | 1562 | other{"{0} kg"} |
michael@0 | 1563 | } |
michael@0 | 1564 | ounce{ |
michael@0 | 1565 | one{"{0} oz"} |
michael@0 | 1566 | other{"{0} oz"} |
michael@0 | 1567 | } |
michael@0 | 1568 | pound{ |
michael@0 | 1569 | one{"{0} lb"} |
michael@0 | 1570 | other{"{0} lb"} |
michael@0 | 1571 | } |
michael@0 | 1572 | } |
michael@0 | 1573 | power{ |
michael@0 | 1574 | horsepower{ |
michael@0 | 1575 | one{"{0} hp"} |
michael@0 | 1576 | other{"{0} hp"} |
michael@0 | 1577 | } |
michael@0 | 1578 | kilowatt{ |
michael@0 | 1579 | one{"{0} kW"} |
michael@0 | 1580 | other{"{0} kW"} |
michael@0 | 1581 | } |
michael@0 | 1582 | watt{ |
michael@0 | 1583 | one{"{0} W"} |
michael@0 | 1584 | other{"{0} W"} |
michael@0 | 1585 | } |
michael@0 | 1586 | } |
michael@0 | 1587 | pressure{ |
michael@0 | 1588 | hectopascal{ |
michael@0 | 1589 | one{"{0} hPa"} |
michael@0 | 1590 | other{"{0} hPa"} |
michael@0 | 1591 | } |
michael@0 | 1592 | inch-hg{ |
michael@0 | 1593 | one{"{0} inHg"} |
michael@0 | 1594 | other{"{0} inHg"} |
michael@0 | 1595 | } |
michael@0 | 1596 | millibar{ |
michael@0 | 1597 | one{"{0} mbar"} |
michael@0 | 1598 | other{"{0} mbar"} |
michael@0 | 1599 | } |
michael@0 | 1600 | } |
michael@0 | 1601 | speed{ |
michael@0 | 1602 | kilometer-per-hour{ |
michael@0 | 1603 | one{"{0} km/h"} |
michael@0 | 1604 | other{"{0} km/h"} |
michael@0 | 1605 | } |
michael@0 | 1606 | meter-per-second{ |
michael@0 | 1607 | one{"{0} m/s"} |
michael@0 | 1608 | other{"{0} m/s"} |
michael@0 | 1609 | } |
michael@0 | 1610 | mile-per-hour{ |
michael@0 | 1611 | one{"{0} mi/h"} |
michael@0 | 1612 | other{"{0} mi/h"} |
michael@0 | 1613 | } |
michael@0 | 1614 | } |
michael@0 | 1615 | temperature{ |
michael@0 | 1616 | celsius{ |
michael@0 | 1617 | one{"{0}°C"} |
michael@0 | 1618 | other{"{0}°C"} |
michael@0 | 1619 | } |
michael@0 | 1620 | fahrenheit{ |
michael@0 | 1621 | one{"{0}°F"} |
michael@0 | 1622 | other{"{0}°F"} |
michael@0 | 1623 | } |
michael@0 | 1624 | } |
michael@0 | 1625 | volume{ |
michael@0 | 1626 | cubic-kilometer{ |
michael@0 | 1627 | one{"{0} km³"} |
michael@0 | 1628 | other{"{0} km³"} |
michael@0 | 1629 | } |
michael@0 | 1630 | cubic-mile{ |
michael@0 | 1631 | one{"{0} mi³"} |
michael@0 | 1632 | other{"{0} mi³"} |
michael@0 | 1633 | } |
michael@0 | 1634 | liter{ |
michael@0 | 1635 | one{"{0} l"} |
michael@0 | 1636 | other{"{0} l"} |
michael@0 | 1637 | } |
michael@0 | 1638 | } |
michael@0 | 1639 | } |
michael@0 | 1640 | } |