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/fr.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/fr.xml |
michael@0 | 11 | */ |
michael@0 | 12 | fr{ |
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{ |
michael@0 | 23 | "[a à â æ b c ç d e é è ê ë f g h i î ï j k l m n o ô œ p q r s t u ù û ü v w" |
michael@0 | 24 | " x y ÿ z]" |
michael@0 | 25 | } |
michael@0 | 26 | 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 | 27 | ExemplarCharactersPunctuation{"[\\- ‐ – — , ; \\: ! ? . … ’ \u0022 “ ” « » ( ) \\[ \\] § @ * / \\& # † ‡]"} |
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{"au moins {0}"} |
michael@0 | 36 | range{"de {0} à {1}"} |
michael@0 | 37 | } |
michael@0 | 38 | patterns{ |
michael@0 | 39 | accountingFormat{"#,##0.00 ¤;(#,##0.00 ¤)"} |
michael@0 | 40 | currencyFormat{"#,##0.00 ¤"} |
michael@0 | 41 | decimalFormat{"#,##0.###"} |
michael@0 | 42 | percentFormat{"#,##0 %"} |
michael@0 | 43 | scientificFormat{"#E0"} |
michael@0 | 44 | } |
michael@0 | 45 | patternsLong{ |
michael@0 | 46 | decimalFormat{ |
michael@0 | 47 | 1000{ |
michael@0 | 48 | one{"0 millier"} |
michael@0 | 49 | other{"0 mille"} |
michael@0 | 50 | } |
michael@0 | 51 | 10000{ |
michael@0 | 52 | one{"00 millier"} |
michael@0 | 53 | other{"00 mille"} |
michael@0 | 54 | } |
michael@0 | 55 | 100000{ |
michael@0 | 56 | one{"000 millier"} |
michael@0 | 57 | other{"000 mille"} |
michael@0 | 58 | } |
michael@0 | 59 | 1000000{ |
michael@0 | 60 | one{"0 million"} |
michael@0 | 61 | other{"0 millions"} |
michael@0 | 62 | } |
michael@0 | 63 | 10000000{ |
michael@0 | 64 | one{"00 million"} |
michael@0 | 65 | other{"00 millions"} |
michael@0 | 66 | } |
michael@0 | 67 | 100000000{ |
michael@0 | 68 | one{"000 million"} |
michael@0 | 69 | other{"000 millions"} |
michael@0 | 70 | } |
michael@0 | 71 | 1000000000{ |
michael@0 | 72 | one{"0 milliard"} |
michael@0 | 73 | other{"0 milliards"} |
michael@0 | 74 | } |
michael@0 | 75 | 10000000000{ |
michael@0 | 76 | one{"00 milliard"} |
michael@0 | 77 | other{"00 milliards"} |
michael@0 | 78 | } |
michael@0 | 79 | 100000000000{ |
michael@0 | 80 | one{"000 milliards"} |
michael@0 | 81 | other{"000 milliards"} |
michael@0 | 82 | } |
michael@0 | 83 | 1000000000000{ |
michael@0 | 84 | one{"0 billion"} |
michael@0 | 85 | other{"0 billions"} |
michael@0 | 86 | } |
michael@0 | 87 | 10000000000000{ |
michael@0 | 88 | one{"00 billions"} |
michael@0 | 89 | other{"00 billions"} |
michael@0 | 90 | } |
michael@0 | 91 | 100000000000000{ |
michael@0 | 92 | one{"000 billions"} |
michael@0 | 93 | other{"000 billions"} |
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{"0 k"} |
michael@0 | 101 | other{"0 k"} |
michael@0 | 102 | } |
michael@0 | 103 | 10000{ |
michael@0 | 104 | one{"00 k"} |
michael@0 | 105 | other{"00 k"} |
michael@0 | 106 | } |
michael@0 | 107 | 100000{ |
michael@0 | 108 | one{"000 k"} |
michael@0 | 109 | other{"000 k"} |
michael@0 | 110 | } |
michael@0 | 111 | 1000000{ |
michael@0 | 112 | one{"0 M"} |
michael@0 | 113 | other{"0 M"} |
michael@0 | 114 | } |
michael@0 | 115 | 10000000{ |
michael@0 | 116 | one{"00 M"} |
michael@0 | 117 | other{"00 M"} |
michael@0 | 118 | } |
michael@0 | 119 | 100000000{ |
michael@0 | 120 | one{"000 M"} |
michael@0 | 121 | other{"000 M"} |
michael@0 | 122 | } |
michael@0 | 123 | 1000000000{ |
michael@0 | 124 | one{"0 Md"} |
michael@0 | 125 | other{"0 Md"} |
michael@0 | 126 | } |
michael@0 | 127 | 10000000000{ |
michael@0 | 128 | one{"00 Md"} |
michael@0 | 129 | other{"00 Md"} |
michael@0 | 130 | } |
michael@0 | 131 | 100000000000{ |
michael@0 | 132 | one{"000 Md"} |
michael@0 | 133 | other{"000 Md"} |
michael@0 | 134 | } |
michael@0 | 135 | 1000000000000{ |
michael@0 | 136 | one{"0 Bn"} |
michael@0 | 137 | other{"0 Bn"} |
michael@0 | 138 | } |
michael@0 | 139 | 10000000000000{ |
michael@0 | 140 | one{"00 Bn"} |
michael@0 | 141 | other{"00 Bn"} |
michael@0 | 142 | } |
michael@0 | 143 | 100000000000000{ |
michael@0 | 144 | one{"000 Bn"} |
michael@0 | 145 | other{"000 Bn"} |
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.93.10"} |
michael@0 | 165 | calendar{ |
michael@0 | 166 | buddhist{ |
michael@0 | 167 | DateTimePatterns{ |
michael@0 | 168 | "HH:mm:ss zzzz", |
michael@0 | 169 | "HH:mm:ss z", |
michael@0 | 170 | "HH:mm:ss", |
michael@0 | 171 | "HH:mm", |
michael@0 | 172 | "EEEE d MMMM y G", |
michael@0 | 173 | "d MMMM y G", |
michael@0 | 174 | "d MMM y G", |
michael@0 | 175 | "dd/MM/y GGGGG", |
michael@0 | 176 | "{1} {0}", |
michael@0 | 177 | "{1} 'à' {0}", |
michael@0 | 178 | "{1} 'à' {0}", |
michael@0 | 179 | "{1} {0}", |
michael@0 | 180 | "{1} {0}", |
michael@0 | 181 | } |
michael@0 | 182 | availableFormats{ |
michael@0 | 183 | M{"L"} |
michael@0 | 184 | MEd{"E d/M"} |
michael@0 | 185 | MMM{"LLL"} |
michael@0 | 186 | MMMEd{"E d MMM"} |
michael@0 | 187 | MMMd{"d MMM"} |
michael@0 | 188 | Md{"d/M"} |
michael@0 | 189 | d{"d"} |
michael@0 | 190 | y{"y G"} |
michael@0 | 191 | } |
michael@0 | 192 | eras{ |
michael@0 | 193 | abbreviated{ |
michael@0 | 194 | "ère b.", |
michael@0 | 195 | } |
michael@0 | 196 | narrow{ |
michael@0 | 197 | "E.B.", |
michael@0 | 198 | } |
michael@0 | 199 | wide{ |
michael@0 | 200 | "ère bouddhiste", |
michael@0 | 201 | } |
michael@0 | 202 | } |
michael@0 | 203 | } |
michael@0 | 204 | chinese{ |
michael@0 | 205 | DateTimePatterns{ |
michael@0 | 206 | "HH:mm:ss zzzz", |
michael@0 | 207 | "HH:mm:ss z", |
michael@0 | 208 | "HH:mm:ss", |
michael@0 | 209 | "HH:mm", |
michael@0 | 210 | "EEEE d MMMM U", |
michael@0 | 211 | "d MMMM U", |
michael@0 | 212 | "d MMM U", |
michael@0 | 213 | "d/M/y", |
michael@0 | 214 | "{1} {0}", |
michael@0 | 215 | "{1} {0}", |
michael@0 | 216 | "{1} {0}", |
michael@0 | 217 | "{1} {0}", |
michael@0 | 218 | "{1} {0}", |
michael@0 | 219 | } |
michael@0 | 220 | availableFormats{ |
michael@0 | 221 | Gy{"U"} |
michael@0 | 222 | GyMMM{"MMM U"} |
michael@0 | 223 | GyMMMEd{"E d MMM U"} |
michael@0 | 224 | GyMMMd{"d MMM U"} |
michael@0 | 225 | M{"L"} |
michael@0 | 226 | MEd{"E d/M"} |
michael@0 | 227 | MMM{"LLL"} |
michael@0 | 228 | MMMEd{"E d MMM"} |
michael@0 | 229 | MMMd{"d MMM"} |
michael@0 | 230 | Md{"d/M"} |
michael@0 | 231 | ms{"mm:ss"} |
michael@0 | 232 | y{"U"} |
michael@0 | 233 | yMd{"d/M/y"} |
michael@0 | 234 | yyyy{"U"} |
michael@0 | 235 | yyyyM{"M/y"} |
michael@0 | 236 | yyyyMEd{"E d/M/y"} |
michael@0 | 237 | yyyyMMM{"MMM U"} |
michael@0 | 238 | yyyyMMMEd{"E d MMM U"} |
michael@0 | 239 | yyyyMMMd{"d MMM U"} |
michael@0 | 240 | yyyyMd{"d/M/y"} |
michael@0 | 241 | yyyyQQQ{"QQQ U"} |
michael@0 | 242 | yyyyQQQQ{"QQQQ U"} |
michael@0 | 243 | } |
michael@0 | 244 | monthNames{ |
michael@0 | 245 | format{ |
michael@0 | 246 | abbreviated{ |
michael@0 | 247 | "1yuè", |
michael@0 | 248 | "2yuè", |
michael@0 | 249 | "3yuè", |
michael@0 | 250 | "4yuè", |
michael@0 | 251 | "5yuè", |
michael@0 | 252 | "6yuè", |
michael@0 | 253 | "7yuè", |
michael@0 | 254 | "8yuè", |
michael@0 | 255 | "9yuè", |
michael@0 | 256 | "10yuè", |
michael@0 | 257 | "11yuè", |
michael@0 | 258 | "12yuè", |
michael@0 | 259 | } |
michael@0 | 260 | wide{ |
michael@0 | 261 | "zhēngyuè", |
michael@0 | 262 | "èryuè", |
michael@0 | 263 | "sānyuè", |
michael@0 | 264 | "sìyuè", |
michael@0 | 265 | "wǔyuè", |
michael@0 | 266 | "liùyuè", |
michael@0 | 267 | "qīyuè", |
michael@0 | 268 | "bāyuè", |
michael@0 | 269 | "jiǔyuè", |
michael@0 | 270 | "shíyuè", |
michael@0 | 271 | "shíyīyuè", |
michael@0 | 272 | "shí’èryuè", |
michael@0 | 273 | } |
michael@0 | 274 | } |
michael@0 | 275 | stand-alone{ |
michael@0 | 276 | abbreviated{ |
michael@0 | 277 | "1yuè", |
michael@0 | 278 | "2yuè", |
michael@0 | 279 | "3yuè", |
michael@0 | 280 | "4yuè", |
michael@0 | 281 | "5yuè", |
michael@0 | 282 | "6yuè", |
michael@0 | 283 | "7yuè", |
michael@0 | 284 | "8yuè", |
michael@0 | 285 | "9yuè", |
michael@0 | 286 | "10yuè", |
michael@0 | 287 | "11yuè", |
michael@0 | 288 | "12yuè", |
michael@0 | 289 | } |
michael@0 | 290 | wide{ |
michael@0 | 291 | "zhēngyuè", |
michael@0 | 292 | "èryuè", |
michael@0 | 293 | "sānyuè", |
michael@0 | 294 | "sìyuè", |
michael@0 | 295 | "wǔyuè", |
michael@0 | 296 | "liùyuè", |
michael@0 | 297 | "qīyuè", |
michael@0 | 298 | "bāyuè", |
michael@0 | 299 | "jiǔyuè", |
michael@0 | 300 | "shíyuè", |
michael@0 | 301 | "shíyīyuè", |
michael@0 | 302 | "shí’èryuè", |
michael@0 | 303 | } |
michael@0 | 304 | } |
michael@0 | 305 | } |
michael@0 | 306 | } |
michael@0 | 307 | dangi{ |
michael@0 | 308 | DateTimePatterns{ |
michael@0 | 309 | "HH:mm:ss zzzz", |
michael@0 | 310 | "HH:mm:ss z", |
michael@0 | 311 | "HH:mm:ss", |
michael@0 | 312 | "HH:mm", |
michael@0 | 313 | "EEEE d MMMM U", |
michael@0 | 314 | "d MMMM U", |
michael@0 | 315 | "d MMM U", |
michael@0 | 316 | "d/M/y", |
michael@0 | 317 | "{1} {0}", |
michael@0 | 318 | "{1} {0}", |
michael@0 | 319 | "{1} {0}", |
michael@0 | 320 | "{1} {0}", |
michael@0 | 321 | "{1} {0}", |
michael@0 | 322 | } |
michael@0 | 323 | monthNames{ |
michael@0 | 324 | format{ |
michael@0 | 325 | abbreviated{ |
michael@0 | 326 | "1yuè", |
michael@0 | 327 | "2yuè", |
michael@0 | 328 | "3yuè", |
michael@0 | 329 | "4yuè", |
michael@0 | 330 | "5yuè", |
michael@0 | 331 | "6yuè", |
michael@0 | 332 | "7yuè", |
michael@0 | 333 | "8yuè", |
michael@0 | 334 | "9yuè", |
michael@0 | 335 | "10yuè", |
michael@0 | 336 | "11yuè", |
michael@0 | 337 | "12yuè", |
michael@0 | 338 | } |
michael@0 | 339 | wide{ |
michael@0 | 340 | "zhēngyuè", |
michael@0 | 341 | "èryuè", |
michael@0 | 342 | "sānyuè", |
michael@0 | 343 | "sìyuè", |
michael@0 | 344 | "wǔyuè", |
michael@0 | 345 | "liùyuè", |
michael@0 | 346 | "qīyuè", |
michael@0 | 347 | "bāyuè", |
michael@0 | 348 | "jiǔyuè", |
michael@0 | 349 | "shíyuè", |
michael@0 | 350 | "shíyīyuè", |
michael@0 | 351 | "shí’èryuè", |
michael@0 | 352 | } |
michael@0 | 353 | } |
michael@0 | 354 | stand-alone{ |
michael@0 | 355 | abbreviated{ |
michael@0 | 356 | "1yuè", |
michael@0 | 357 | "2yuè", |
michael@0 | 358 | "3yuè", |
michael@0 | 359 | "4yuè", |
michael@0 | 360 | "5yuè", |
michael@0 | 361 | "6yuè", |
michael@0 | 362 | "7yuè", |
michael@0 | 363 | "8yuè", |
michael@0 | 364 | "9yuè", |
michael@0 | 365 | "10yuè", |
michael@0 | 366 | "11yuè", |
michael@0 | 367 | "12yuè", |
michael@0 | 368 | } |
michael@0 | 369 | wide{ |
michael@0 | 370 | "zhēngyuè", |
michael@0 | 371 | "èryuè", |
michael@0 | 372 | "sānyuè", |
michael@0 | 373 | "sìyuè", |
michael@0 | 374 | "wǔyuè", |
michael@0 | 375 | "liùyuè", |
michael@0 | 376 | "qīyuè", |
michael@0 | 377 | "bāyuè", |
michael@0 | 378 | "jiǔyuè", |
michael@0 | 379 | "shíyuè", |
michael@0 | 380 | "shíyīyuè", |
michael@0 | 381 | "shí’èryuè", |
michael@0 | 382 | } |
michael@0 | 383 | } |
michael@0 | 384 | } |
michael@0 | 385 | } |
michael@0 | 386 | generic{ |
michael@0 | 387 | DateTimePatterns{ |
michael@0 | 388 | "HH:mm:ss zzzz", |
michael@0 | 389 | "HH:mm:ss z", |
michael@0 | 390 | "HH:mm:ss", |
michael@0 | 391 | "HH:mm", |
michael@0 | 392 | "EEEE d MMMM y G", |
michael@0 | 393 | "d MMMM y G", |
michael@0 | 394 | "d MMM y G", |
michael@0 | 395 | "dd/MM/y GGGGG", |
michael@0 | 396 | "{1} {0}", |
michael@0 | 397 | "{1} 'à' {0}", |
michael@0 | 398 | "{1} 'à' {0}", |
michael@0 | 399 | "{1} {0}", |
michael@0 | 400 | "{1} {0}", |
michael@0 | 401 | } |
michael@0 | 402 | availableFormats{ |
michael@0 | 403 | Ed{"E d"} |
michael@0 | 404 | Gy{"y G"} |
michael@0 | 405 | GyMMM{"MMM y G"} |
michael@0 | 406 | GyMMMEd{"E d MMM y G"} |
michael@0 | 407 | GyMMMd{"d MMM y G"} |
michael@0 | 408 | H{"HH"} |
michael@0 | 409 | Hm{"HH:mm"} |
michael@0 | 410 | Hms{"HH:mm:ss"} |
michael@0 | 411 | M{"L"} |
michael@0 | 412 | MEd{"E d/M"} |
michael@0 | 413 | MMM{"LLL"} |
michael@0 | 414 | MMMEd{"E d MMM"} |
michael@0 | 415 | MMMd{"d MMM"} |
michael@0 | 416 | Md{"d/M"} |
michael@0 | 417 | d{"d"} |
michael@0 | 418 | h{"h a"} |
michael@0 | 419 | hm{"h:mm a"} |
michael@0 | 420 | hms{"h:mm:ss a"} |
michael@0 | 421 | ms{"mm:ss"} |
michael@0 | 422 | y{"y G"} |
michael@0 | 423 | yyyy{"y G"} |
michael@0 | 424 | yyyyM{"M/y GGGGG"} |
michael@0 | 425 | yyyyMEd{"E d/M/y GGGGG"} |
michael@0 | 426 | yyyyMMM{"MMM y G"} |
michael@0 | 427 | yyyyMMMEd{"E d MMM y G"} |
michael@0 | 428 | yyyyMMMM{"MMMM y G"} |
michael@0 | 429 | yyyyMMMd{"d MMM y G"} |
michael@0 | 430 | yyyyMd{"d/M/y GGGGG"} |
michael@0 | 431 | yyyyQQQ{"QQQ y G"} |
michael@0 | 432 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 433 | } |
michael@0 | 434 | intervalFormats{ |
michael@0 | 435 | H{ |
michael@0 | 436 | H{"HH – HH"} |
michael@0 | 437 | } |
michael@0 | 438 | Hm{ |
michael@0 | 439 | H{"HH:mm – HH:mm"} |
michael@0 | 440 | m{"HH:mm – HH:mm"} |
michael@0 | 441 | } |
michael@0 | 442 | Hmv{ |
michael@0 | 443 | H{"HH:mm – HH:mm v"} |
michael@0 | 444 | m{"HH:mm – HH:mm v"} |
michael@0 | 445 | } |
michael@0 | 446 | Hv{ |
michael@0 | 447 | H{"HH – HH v"} |
michael@0 | 448 | } |
michael@0 | 449 | M{ |
michael@0 | 450 | M{"M–M"} |
michael@0 | 451 | } |
michael@0 | 452 | MEd{ |
michael@0 | 453 | M{"E dd/MM - E dd/MM"} |
michael@0 | 454 | d{"E dd/MM - E dd/MM"} |
michael@0 | 455 | } |
michael@0 | 456 | MMM{ |
michael@0 | 457 | M{"MMM–MMM"} |
michael@0 | 458 | } |
michael@0 | 459 | MMMEd{ |
michael@0 | 460 | M{"E d MMM – E d MMM"} |
michael@0 | 461 | d{"E d – E d MMM"} |
michael@0 | 462 | } |
michael@0 | 463 | MMMd{ |
michael@0 | 464 | M{"d MMM – d MMM"} |
michael@0 | 465 | d{"d–d MMM"} |
michael@0 | 466 | } |
michael@0 | 467 | Md{ |
michael@0 | 468 | M{"dd/MM - dd/MM"} |
michael@0 | 469 | d{"dd/MM - dd/MM"} |
michael@0 | 470 | } |
michael@0 | 471 | d{ |
michael@0 | 472 | d{"d-d"} |
michael@0 | 473 | } |
michael@0 | 474 | fallback{"{0} – {1}"} |
michael@0 | 475 | h{ |
michael@0 | 476 | a{"h a – h a"} |
michael@0 | 477 | h{"h – h a"} |
michael@0 | 478 | } |
michael@0 | 479 | hm{ |
michael@0 | 480 | a{"h:mm a – h:mm a"} |
michael@0 | 481 | h{"h:mm – h:mm a"} |
michael@0 | 482 | m{"h:mm – h:mm a"} |
michael@0 | 483 | } |
michael@0 | 484 | hmv{ |
michael@0 | 485 | a{"h:mm a – h:mm a v"} |
michael@0 | 486 | h{"h:mm – h:mm a v"} |
michael@0 | 487 | m{"h:mm – h:mm a v"} |
michael@0 | 488 | } |
michael@0 | 489 | hv{ |
michael@0 | 490 | a{"h a – h a v"} |
michael@0 | 491 | h{"h – h a v"} |
michael@0 | 492 | } |
michael@0 | 493 | y{ |
michael@0 | 494 | y{"y-y G"} |
michael@0 | 495 | } |
michael@0 | 496 | yM{ |
michael@0 | 497 | M{"MM/y – MM/y G"} |
michael@0 | 498 | y{"M/y – M/y G"} |
michael@0 | 499 | } |
michael@0 | 500 | yMEd{ |
michael@0 | 501 | M{"E dd/MM/y – E dd/MM/y G"} |
michael@0 | 502 | d{"E dd/MM/y – E dd/MM/y G"} |
michael@0 | 503 | y{"E dd/MM/y – E dd/MM/y G"} |
michael@0 | 504 | } |
michael@0 | 505 | yMMM{ |
michael@0 | 506 | M{"MMM–MMM y G"} |
michael@0 | 507 | y{"MMM y – MMM y G"} |
michael@0 | 508 | } |
michael@0 | 509 | yMMMEd{ |
michael@0 | 510 | M{"E d MMM – E d MMM y G"} |
michael@0 | 511 | d{"E d – E d MMM y G"} |
michael@0 | 512 | y{"E d MMM y – E d MMM y G"} |
michael@0 | 513 | } |
michael@0 | 514 | yMMMM{ |
michael@0 | 515 | M{"MMMM–MMMM y G"} |
michael@0 | 516 | y{"MMMM y – MMMM y G"} |
michael@0 | 517 | } |
michael@0 | 518 | yMMMd{ |
michael@0 | 519 | M{"d MMM – d MMM y G"} |
michael@0 | 520 | d{"d–d MMM y G"} |
michael@0 | 521 | y{"d MMM y – d MMM y G"} |
michael@0 | 522 | } |
michael@0 | 523 | yMd{ |
michael@0 | 524 | M{"d/M/y – d/M/y G"} |
michael@0 | 525 | d{"d/M/y – d/M/y G"} |
michael@0 | 526 | y{"dd/MM/y – dd/MM/y G"} |
michael@0 | 527 | } |
michael@0 | 528 | } |
michael@0 | 529 | } |
michael@0 | 530 | gregorian{ |
michael@0 | 531 | AmPmMarkers{ |
michael@0 | 532 | "AM", |
michael@0 | 533 | "PM", |
michael@0 | 534 | } |
michael@0 | 535 | AmPmMarkersNarrow{ |
michael@0 | 536 | "AM", |
michael@0 | 537 | "p", |
michael@0 | 538 | } |
michael@0 | 539 | DateTimePatterns{ |
michael@0 | 540 | "HH:mm:ss zzzz", |
michael@0 | 541 | "HH:mm:ss z", |
michael@0 | 542 | "HH:mm:ss", |
michael@0 | 543 | "HH:mm", |
michael@0 | 544 | "EEEE d MMMM y", |
michael@0 | 545 | "d MMMM y", |
michael@0 | 546 | "d MMM y", |
michael@0 | 547 | "dd/MM/y", |
michael@0 | 548 | "{1} {0}", |
michael@0 | 549 | "{1} {0}", |
michael@0 | 550 | "{1} {0}", |
michael@0 | 551 | "{1} {0}", |
michael@0 | 552 | "{1} {0}", |
michael@0 | 553 | } |
michael@0 | 554 | appendItems{ |
michael@0 | 555 | Timezone{"{0} {1}"} |
michael@0 | 556 | } |
michael@0 | 557 | availableFormats{ |
michael@0 | 558 | EHm{"E HH:mm"} |
michael@0 | 559 | EHms{"E HH:mm:ss"} |
michael@0 | 560 | Ed{"E d"} |
michael@0 | 561 | Ehm{"E h:mm a"} |
michael@0 | 562 | Ehms{"E h:mm:ss a"} |
michael@0 | 563 | Gy{"y G"} |
michael@0 | 564 | GyMMM{"MMM y G"} |
michael@0 | 565 | GyMMMEd{"E d MMM y G"} |
michael@0 | 566 | GyMMMd{"d MMM y G"} |
michael@0 | 567 | H{"HH 'h'"} |
michael@0 | 568 | Hm{"HH:mm"} |
michael@0 | 569 | Hms{"HH:mm:ss"} |
michael@0 | 570 | M{"L"} |
michael@0 | 571 | MEd{"E d/M"} |
michael@0 | 572 | MMM{"LLL"} |
michael@0 | 573 | MMMEd{"E d MMM"} |
michael@0 | 574 | MMMd{"d MMM"} |
michael@0 | 575 | Md{"d/M"} |
michael@0 | 576 | d{"d"} |
michael@0 | 577 | h{"h a"} |
michael@0 | 578 | hm{"h:mm a"} |
michael@0 | 579 | hms{"h:mm:ss a"} |
michael@0 | 580 | ms{"mm:ss"} |
michael@0 | 581 | y{"y"} |
michael@0 | 582 | yM{"M/y"} |
michael@0 | 583 | yMEd{"E d/M/y"} |
michael@0 | 584 | yMMM{"MMM y"} |
michael@0 | 585 | yMMMEd{"E d MMM y"} |
michael@0 | 586 | yMMMM{"MMMM y"} |
michael@0 | 587 | yMMMd{"d MMM y"} |
michael@0 | 588 | yMd{"d/M/y"} |
michael@0 | 589 | yQQQ{"QQQ y"} |
michael@0 | 590 | yQQQQ{"QQQQ y"} |
michael@0 | 591 | } |
michael@0 | 592 | dayNames{ |
michael@0 | 593 | format{ |
michael@0 | 594 | abbreviated{ |
michael@0 | 595 | "dim.", |
michael@0 | 596 | "lun.", |
michael@0 | 597 | "mar.", |
michael@0 | 598 | "mer.", |
michael@0 | 599 | "jeu.", |
michael@0 | 600 | "ven.", |
michael@0 | 601 | "sam.", |
michael@0 | 602 | } |
michael@0 | 603 | narrow{ |
michael@0 | 604 | "D", |
michael@0 | 605 | "L", |
michael@0 | 606 | "M", |
michael@0 | 607 | "M", |
michael@0 | 608 | "J", |
michael@0 | 609 | "V", |
michael@0 | 610 | "S", |
michael@0 | 611 | } |
michael@0 | 612 | short{ |
michael@0 | 613 | "di", |
michael@0 | 614 | "lu", |
michael@0 | 615 | "ma", |
michael@0 | 616 | "me", |
michael@0 | 617 | "je", |
michael@0 | 618 | "ve", |
michael@0 | 619 | "sa", |
michael@0 | 620 | } |
michael@0 | 621 | wide{ |
michael@0 | 622 | "dimanche", |
michael@0 | 623 | "lundi", |
michael@0 | 624 | "mardi", |
michael@0 | 625 | "mercredi", |
michael@0 | 626 | "jeudi", |
michael@0 | 627 | "vendredi", |
michael@0 | 628 | "samedi", |
michael@0 | 629 | } |
michael@0 | 630 | } |
michael@0 | 631 | stand-alone{ |
michael@0 | 632 | abbreviated{ |
michael@0 | 633 | "dim.", |
michael@0 | 634 | "lun.", |
michael@0 | 635 | "mar.", |
michael@0 | 636 | "mer.", |
michael@0 | 637 | "jeu.", |
michael@0 | 638 | "ven.", |
michael@0 | 639 | "sam.", |
michael@0 | 640 | } |
michael@0 | 641 | narrow{ |
michael@0 | 642 | "D", |
michael@0 | 643 | "L", |
michael@0 | 644 | "M", |
michael@0 | 645 | "M", |
michael@0 | 646 | "J", |
michael@0 | 647 | "V", |
michael@0 | 648 | "S", |
michael@0 | 649 | } |
michael@0 | 650 | short{ |
michael@0 | 651 | "dim.", |
michael@0 | 652 | "lun.", |
michael@0 | 653 | "mar.", |
michael@0 | 654 | "mer.", |
michael@0 | 655 | "jeu.", |
michael@0 | 656 | "ven.", |
michael@0 | 657 | "sam.", |
michael@0 | 658 | } |
michael@0 | 659 | wide{ |
michael@0 | 660 | "dimanche", |
michael@0 | 661 | "lundi", |
michael@0 | 662 | "mardi", |
michael@0 | 663 | "mercredi", |
michael@0 | 664 | "jeudi", |
michael@0 | 665 | "vendredi", |
michael@0 | 666 | "samedi", |
michael@0 | 667 | } |
michael@0 | 668 | } |
michael@0 | 669 | } |
michael@0 | 670 | eras{ |
michael@0 | 671 | abbreviated{ |
michael@0 | 672 | "av. J.-C.", |
michael@0 | 673 | "ap. J.-C.", |
michael@0 | 674 | } |
michael@0 | 675 | narrow{ |
michael@0 | 676 | "av. J.-C.", |
michael@0 | 677 | "ap. J.-C.", |
michael@0 | 678 | } |
michael@0 | 679 | wide{ |
michael@0 | 680 | "avant Jésus-Christ", |
michael@0 | 681 | "après Jésus-Christ", |
michael@0 | 682 | } |
michael@0 | 683 | } |
michael@0 | 684 | intervalFormats{ |
michael@0 | 685 | H{ |
michael@0 | 686 | H{"HH – HH"} |
michael@0 | 687 | } |
michael@0 | 688 | Hm{ |
michael@0 | 689 | H{"HH:mm – HH:mm"} |
michael@0 | 690 | m{"HH:mm – HH:mm"} |
michael@0 | 691 | } |
michael@0 | 692 | Hmv{ |
michael@0 | 693 | H{"HH:mm – HH:mm v"} |
michael@0 | 694 | m{"HH:mm – HH:mm v"} |
michael@0 | 695 | } |
michael@0 | 696 | Hv{ |
michael@0 | 697 | H{"HH – HH v"} |
michael@0 | 698 | } |
michael@0 | 699 | M{ |
michael@0 | 700 | M{"M–M"} |
michael@0 | 701 | } |
michael@0 | 702 | MEd{ |
michael@0 | 703 | M{"E dd/MM - E dd/MM"} |
michael@0 | 704 | d{"E dd/MM - E dd/MM"} |
michael@0 | 705 | } |
michael@0 | 706 | MMM{ |
michael@0 | 707 | M{"MMM–MMM"} |
michael@0 | 708 | } |
michael@0 | 709 | MMMEd{ |
michael@0 | 710 | M{"E d MMM – E d MMM"} |
michael@0 | 711 | d{"E d – E d MMM"} |
michael@0 | 712 | } |
michael@0 | 713 | MMMd{ |
michael@0 | 714 | M{"d MMM – d MMM"} |
michael@0 | 715 | d{"d–d MMM"} |
michael@0 | 716 | } |
michael@0 | 717 | Md{ |
michael@0 | 718 | M{"dd/MM - dd/MM"} |
michael@0 | 719 | d{"dd/MM – dd/MM"} |
michael@0 | 720 | } |
michael@0 | 721 | d{ |
michael@0 | 722 | d{"d-d"} |
michael@0 | 723 | } |
michael@0 | 724 | fallback{"{0} – {1}"} |
michael@0 | 725 | h{ |
michael@0 | 726 | a{"h a – h a"} |
michael@0 | 727 | h{"h – h a"} |
michael@0 | 728 | } |
michael@0 | 729 | hm{ |
michael@0 | 730 | a{"h:mm a – h:mm a"} |
michael@0 | 731 | h{"h:mm – h:mm a"} |
michael@0 | 732 | m{"h:mm – h:mm a"} |
michael@0 | 733 | } |
michael@0 | 734 | hmv{ |
michael@0 | 735 | a{"h:mm a – h:mm a v"} |
michael@0 | 736 | h{"h:mm – h:mm a v"} |
michael@0 | 737 | m{"h:mm – h:mm a v"} |
michael@0 | 738 | } |
michael@0 | 739 | hv{ |
michael@0 | 740 | a{"h a – h a v"} |
michael@0 | 741 | h{"h – h a v"} |
michael@0 | 742 | } |
michael@0 | 743 | y{ |
michael@0 | 744 | y{"y–y"} |
michael@0 | 745 | } |
michael@0 | 746 | yM{ |
michael@0 | 747 | M{"MM/y – MM/y"} |
michael@0 | 748 | y{"M/y – M/y"} |
michael@0 | 749 | } |
michael@0 | 750 | yMEd{ |
michael@0 | 751 | M{"E dd/MM/y – E dd/MM/y"} |
michael@0 | 752 | d{"E dd/MM/y – E dd/MM/y"} |
michael@0 | 753 | y{"E dd/MM/y – E dd/MM/y"} |
michael@0 | 754 | } |
michael@0 | 755 | yMMM{ |
michael@0 | 756 | M{"MMM–MMM y"} |
michael@0 | 757 | y{"MMM y – MMM y"} |
michael@0 | 758 | } |
michael@0 | 759 | yMMMEd{ |
michael@0 | 760 | M{"E d MMM – E d MMM y"} |
michael@0 | 761 | d{"E d – E d MMM y"} |
michael@0 | 762 | y{"E d MMM y – E d MMM y"} |
michael@0 | 763 | } |
michael@0 | 764 | yMMMM{ |
michael@0 | 765 | M{"MMMM – MMMM y"} |
michael@0 | 766 | y{"MMMM y – MMMM y"} |
michael@0 | 767 | } |
michael@0 | 768 | yMMMd{ |
michael@0 | 769 | M{"d MMM – d MMM y"} |
michael@0 | 770 | d{"d–d MMM y"} |
michael@0 | 771 | y{"d MMM y – d MMM y"} |
michael@0 | 772 | } |
michael@0 | 773 | yMd{ |
michael@0 | 774 | M{"d/M/y – d/M/y"} |
michael@0 | 775 | d{"d/M/y – d/M/y"} |
michael@0 | 776 | y{"dd/MM/y – dd/MM/y"} |
michael@0 | 777 | } |
michael@0 | 778 | } |
michael@0 | 779 | monthNames{ |
michael@0 | 780 | format{ |
michael@0 | 781 | abbreviated{ |
michael@0 | 782 | "janv.", |
michael@0 | 783 | "févr.", |
michael@0 | 784 | "mars", |
michael@0 | 785 | "avr.", |
michael@0 | 786 | "mai", |
michael@0 | 787 | "juin", |
michael@0 | 788 | "juil.", |
michael@0 | 789 | "août", |
michael@0 | 790 | "sept.", |
michael@0 | 791 | "oct.", |
michael@0 | 792 | "nov.", |
michael@0 | 793 | "déc.", |
michael@0 | 794 | } |
michael@0 | 795 | narrow{ |
michael@0 | 796 | "J", |
michael@0 | 797 | "F", |
michael@0 | 798 | "M", |
michael@0 | 799 | "A", |
michael@0 | 800 | "M", |
michael@0 | 801 | "J", |
michael@0 | 802 | "J", |
michael@0 | 803 | "A", |
michael@0 | 804 | "S", |
michael@0 | 805 | "O", |
michael@0 | 806 | "N", |
michael@0 | 807 | "D", |
michael@0 | 808 | } |
michael@0 | 809 | wide{ |
michael@0 | 810 | "janvier", |
michael@0 | 811 | "février", |
michael@0 | 812 | "mars", |
michael@0 | 813 | "avril", |
michael@0 | 814 | "mai", |
michael@0 | 815 | "juin", |
michael@0 | 816 | "juillet", |
michael@0 | 817 | "août", |
michael@0 | 818 | "septembre", |
michael@0 | 819 | "octobre", |
michael@0 | 820 | "novembre", |
michael@0 | 821 | "décembre", |
michael@0 | 822 | } |
michael@0 | 823 | } |
michael@0 | 824 | stand-alone{ |
michael@0 | 825 | abbreviated{ |
michael@0 | 826 | "janv.", |
michael@0 | 827 | "févr.", |
michael@0 | 828 | "mars", |
michael@0 | 829 | "avr.", |
michael@0 | 830 | "mai", |
michael@0 | 831 | "juin", |
michael@0 | 832 | "juil.", |
michael@0 | 833 | "août", |
michael@0 | 834 | "sept.", |
michael@0 | 835 | "oct.", |
michael@0 | 836 | "nov.", |
michael@0 | 837 | "déc.", |
michael@0 | 838 | } |
michael@0 | 839 | narrow{ |
michael@0 | 840 | "J", |
michael@0 | 841 | "F", |
michael@0 | 842 | "M", |
michael@0 | 843 | "A", |
michael@0 | 844 | "M", |
michael@0 | 845 | "J", |
michael@0 | 846 | "J", |
michael@0 | 847 | "A", |
michael@0 | 848 | "S", |
michael@0 | 849 | "O", |
michael@0 | 850 | "N", |
michael@0 | 851 | "D", |
michael@0 | 852 | } |
michael@0 | 853 | wide{ |
michael@0 | 854 | "janvier", |
michael@0 | 855 | "février", |
michael@0 | 856 | "mars", |
michael@0 | 857 | "avril", |
michael@0 | 858 | "mai", |
michael@0 | 859 | "juin", |
michael@0 | 860 | "juillet", |
michael@0 | 861 | "août", |
michael@0 | 862 | "septembre", |
michael@0 | 863 | "octobre", |
michael@0 | 864 | "novembre", |
michael@0 | 865 | "décembre", |
michael@0 | 866 | } |
michael@0 | 867 | } |
michael@0 | 868 | } |
michael@0 | 869 | quarters{ |
michael@0 | 870 | format{ |
michael@0 | 871 | abbreviated{ |
michael@0 | 872 | "T1", |
michael@0 | 873 | "T2", |
michael@0 | 874 | "T3", |
michael@0 | 875 | "T4", |
michael@0 | 876 | } |
michael@0 | 877 | narrow{ |
michael@0 | 878 | "1", |
michael@0 | 879 | "2", |
michael@0 | 880 | "3", |
michael@0 | 881 | "4", |
michael@0 | 882 | } |
michael@0 | 883 | wide{ |
michael@0 | 884 | "1er trimestre", |
michael@0 | 885 | "2e trimestre", |
michael@0 | 886 | "3e trimestre", |
michael@0 | 887 | "4e trimestre", |
michael@0 | 888 | } |
michael@0 | 889 | } |
michael@0 | 890 | stand-alone{ |
michael@0 | 891 | abbreviated{ |
michael@0 | 892 | "T1", |
michael@0 | 893 | "T2", |
michael@0 | 894 | "T3", |
michael@0 | 895 | "T4", |
michael@0 | 896 | } |
michael@0 | 897 | narrow{ |
michael@0 | 898 | "1", |
michael@0 | 899 | "2", |
michael@0 | 900 | "3", |
michael@0 | 901 | "4", |
michael@0 | 902 | } |
michael@0 | 903 | wide{ |
michael@0 | 904 | "1er trimestre", |
michael@0 | 905 | "2e trimestre", |
michael@0 | 906 | "3e trimestre", |
michael@0 | 907 | "4e trimestre", |
michael@0 | 908 | } |
michael@0 | 909 | } |
michael@0 | 910 | } |
michael@0 | 911 | } |
michael@0 | 912 | hebrew{ |
michael@0 | 913 | DateTimePatterns{ |
michael@0 | 914 | "HH:mm:ss zzzz", |
michael@0 | 915 | "HH:mm:ss z", |
michael@0 | 916 | "HH:mm:ss", |
michael@0 | 917 | "HH:mm", |
michael@0 | 918 | "EEEE d MMMM y G", |
michael@0 | 919 | "d MMMM y G", |
michael@0 | 920 | "d MMM y G", |
michael@0 | 921 | "dd/MM/y GGGGG", |
michael@0 | 922 | "{1} {0}", |
michael@0 | 923 | "{1} 'à' {0}", |
michael@0 | 924 | "{1} 'à' {0}", |
michael@0 | 925 | "{1} {0}", |
michael@0 | 926 | "{1} {0}", |
michael@0 | 927 | } |
michael@0 | 928 | monthNames{ |
michael@0 | 929 | format{ |
michael@0 | 930 | wide{ |
michael@0 | 931 | "Tisseri", |
michael@0 | 932 | "Hesvan", |
michael@0 | 933 | "Kislev", |
michael@0 | 934 | "Tébeth", |
michael@0 | 935 | "Schébat", |
michael@0 | 936 | "Adar I", |
michael@0 | 937 | "Adar", |
michael@0 | 938 | "Nissan", |
michael@0 | 939 | "Iyar", |
michael@0 | 940 | "Sivan", |
michael@0 | 941 | "Tamouz", |
michael@0 | 942 | "Ab", |
michael@0 | 943 | "Elloul", |
michael@0 | 944 | "Adar II", |
michael@0 | 945 | } |
michael@0 | 946 | } |
michael@0 | 947 | stand-alone{ |
michael@0 | 948 | wide{ |
michael@0 | 949 | "Tisseri", |
michael@0 | 950 | "Hesvan", |
michael@0 | 951 | "Kislev", |
michael@0 | 952 | "Tébeth", |
michael@0 | 953 | "Schébat", |
michael@0 | 954 | "Adar I", |
michael@0 | 955 | "Adar", |
michael@0 | 956 | "Nissan", |
michael@0 | 957 | "Iyar", |
michael@0 | 958 | "Sivan", |
michael@0 | 959 | "Tamouz", |
michael@0 | 960 | "Ab", |
michael@0 | 961 | "Elloul", |
michael@0 | 962 | "Adar II", |
michael@0 | 963 | } |
michael@0 | 964 | } |
michael@0 | 965 | } |
michael@0 | 966 | } |
michael@0 | 967 | islamic{ |
michael@0 | 968 | DateTimePatterns{ |
michael@0 | 969 | "HH:mm:ss zzzz", |
michael@0 | 970 | "HH:mm:ss z", |
michael@0 | 971 | "HH:mm:ss", |
michael@0 | 972 | "HH:mm", |
michael@0 | 973 | "EEEE d MMMM y G", |
michael@0 | 974 | "d MMMM y G", |
michael@0 | 975 | "d MMM y G", |
michael@0 | 976 | "dd/MM/y GGGGG", |
michael@0 | 977 | "{1} {0}", |
michael@0 | 978 | "{1} 'à' {0}", |
michael@0 | 979 | "{1} 'à' {0}", |
michael@0 | 980 | "{1} {0}", |
michael@0 | 981 | "{1} {0}", |
michael@0 | 982 | } |
michael@0 | 983 | availableFormats{ |
michael@0 | 984 | Ed{"E d"} |
michael@0 | 985 | Gy{"y G"} |
michael@0 | 986 | GyMMM{"MMM y G"} |
michael@0 | 987 | GyMMMEd{"E d MMM y G"} |
michael@0 | 988 | GyMMMd{"d MMM y G"} |
michael@0 | 989 | M{"L"} |
michael@0 | 990 | MEd{"E dd/MM"} |
michael@0 | 991 | MMM{"LLL"} |
michael@0 | 992 | MMMEd{"E d MMM"} |
michael@0 | 993 | MMMd{"d MMM"} |
michael@0 | 994 | Md{"dd/MM"} |
michael@0 | 995 | d{"d"} |
michael@0 | 996 | y{"y G"} |
michael@0 | 997 | yyyy{"y G"} |
michael@0 | 998 | yyyyM{"M/y GGGGG"} |
michael@0 | 999 | yyyyMEd{"E d/M/y GGGGG"} |
michael@0 | 1000 | yyyyMMM{"MMM y G"} |
michael@0 | 1001 | yyyyMMMEd{"E d MMM y G"} |
michael@0 | 1002 | yyyyMMMM{"MMMM y G"} |
michael@0 | 1003 | yyyyMMMd{"d MMM y G"} |
michael@0 | 1004 | yyyyMd{"d/M/y GGGGG"} |
michael@0 | 1005 | yyyyQQQ{"QQQ y G"} |
michael@0 | 1006 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 1007 | } |
michael@0 | 1008 | eras{ |
michael@0 | 1009 | abbreviated{ |
michael@0 | 1010 | "AH", |
michael@0 | 1011 | } |
michael@0 | 1012 | } |
michael@0 | 1013 | monthNames{ |
michael@0 | 1014 | format{ |
michael@0 | 1015 | abbreviated{ |
michael@0 | 1016 | "mouh.", |
michael@0 | 1017 | "saf.", |
michael@0 | 1018 | "rab. aw.", |
michael@0 | 1019 | "rab. th.", |
michael@0 | 1020 | "joum. oul.", |
michael@0 | 1021 | "joum. tha.", |
michael@0 | 1022 | "raj.", |
michael@0 | 1023 | "chaa.", |
michael@0 | 1024 | "ram.", |
michael@0 | 1025 | "chaw.", |
michael@0 | 1026 | "dhou. q.", |
michael@0 | 1027 | "dhou. h.", |
michael@0 | 1028 | } |
michael@0 | 1029 | narrow{ |
michael@0 | 1030 | "1", |
michael@0 | 1031 | "2", |
michael@0 | 1032 | "3", |
michael@0 | 1033 | "4", |
michael@0 | 1034 | "5", |
michael@0 | 1035 | "6", |
michael@0 | 1036 | "7", |
michael@0 | 1037 | "8", |
michael@0 | 1038 | "9", |
michael@0 | 1039 | "10", |
michael@0 | 1040 | "11", |
michael@0 | 1041 | "12", |
michael@0 | 1042 | } |
michael@0 | 1043 | wide{ |
michael@0 | 1044 | "mouharram", |
michael@0 | 1045 | "safar", |
michael@0 | 1046 | "rabia al awal", |
michael@0 | 1047 | "rabia ath-thani", |
michael@0 | 1048 | "joumada al oula", |
michael@0 | 1049 | "joumada ath-thania", |
michael@0 | 1050 | "rajab", |
michael@0 | 1051 | "chaabane", |
michael@0 | 1052 | "ramadan", |
michael@0 | 1053 | "chawwal", |
michael@0 | 1054 | "dhou al qi`da", |
michael@0 | 1055 | "dhou al-hijja", |
michael@0 | 1056 | } |
michael@0 | 1057 | } |
michael@0 | 1058 | stand-alone{ |
michael@0 | 1059 | abbreviated{ |
michael@0 | 1060 | "mouh.", |
michael@0 | 1061 | "saf.", |
michael@0 | 1062 | "rab. aw.", |
michael@0 | 1063 | "rab. th.", |
michael@0 | 1064 | "joum. ou.", |
michael@0 | 1065 | "joum. th.", |
michael@0 | 1066 | "raj.", |
michael@0 | 1067 | "chaa.", |
michael@0 | 1068 | "ram.", |
michael@0 | 1069 | "chaw.", |
michael@0 | 1070 | "dhou. qi.", |
michael@0 | 1071 | "dhou. hi.", |
michael@0 | 1072 | } |
michael@0 | 1073 | narrow{ |
michael@0 | 1074 | "1", |
michael@0 | 1075 | "2", |
michael@0 | 1076 | "3", |
michael@0 | 1077 | "4", |
michael@0 | 1078 | "5", |
michael@0 | 1079 | "6", |
michael@0 | 1080 | "7", |
michael@0 | 1081 | "8", |
michael@0 | 1082 | "9", |
michael@0 | 1083 | "10", |
michael@0 | 1084 | "11", |
michael@0 | 1085 | "12", |
michael@0 | 1086 | } |
michael@0 | 1087 | wide{ |
michael@0 | 1088 | "mouharram", |
michael@0 | 1089 | "safar", |
michael@0 | 1090 | "rabia al awal", |
michael@0 | 1091 | "rabia ath-thani", |
michael@0 | 1092 | "joumada al oula", |
michael@0 | 1093 | "joumada ath-thania", |
michael@0 | 1094 | "rajab", |
michael@0 | 1095 | "chaabane", |
michael@0 | 1096 | "ramadan", |
michael@0 | 1097 | "chawwal", |
michael@0 | 1098 | "dhou al qi`da", |
michael@0 | 1099 | "dhou al-hijja", |
michael@0 | 1100 | } |
michael@0 | 1101 | } |
michael@0 | 1102 | } |
michael@0 | 1103 | } |
michael@0 | 1104 | japanese{ |
michael@0 | 1105 | DateTimePatterns{ |
michael@0 | 1106 | "HH:mm:ss zzzz", |
michael@0 | 1107 | "HH:mm:ss z", |
michael@0 | 1108 | "HH:mm:ss", |
michael@0 | 1109 | "HH:mm", |
michael@0 | 1110 | "EEEE d MMMM y G", |
michael@0 | 1111 | "d MMMM y G", |
michael@0 | 1112 | "d MMM y G", |
michael@0 | 1113 | "dd/MM/y GGGGG", |
michael@0 | 1114 | "{1} {0}", |
michael@0 | 1115 | "{1} {0}", |
michael@0 | 1116 | "{1} {0}", |
michael@0 | 1117 | "{1} {0}", |
michael@0 | 1118 | "{1} {0}", |
michael@0 | 1119 | } |
michael@0 | 1120 | availableFormats{ |
michael@0 | 1121 | Ed{"E d"} |
michael@0 | 1122 | Gy{"y G"} |
michael@0 | 1123 | GyMMM{"MMM y G"} |
michael@0 | 1124 | GyMMMEd{"E d MMM y G"} |
michael@0 | 1125 | GyMMMd{"d MMM y G"} |
michael@0 | 1126 | M{"L"} |
michael@0 | 1127 | MEd{"E d/M"} |
michael@0 | 1128 | MMM{"LLL"} |
michael@0 | 1129 | MMMEd{"E d MMM"} |
michael@0 | 1130 | MMMd{"d MMM"} |
michael@0 | 1131 | Md{"d/M"} |
michael@0 | 1132 | d{"d"} |
michael@0 | 1133 | y{"y G"} |
michael@0 | 1134 | yyyy{"y G"} |
michael@0 | 1135 | yyyyM{"M/y GGGGG"} |
michael@0 | 1136 | yyyyMEd{"E d/M/y GGGGG"} |
michael@0 | 1137 | yyyyMMM{"MMM y G"} |
michael@0 | 1138 | yyyyMMMEd{"E d MMM y G"} |
michael@0 | 1139 | yyyyMMMM{"MMMM y G"} |
michael@0 | 1140 | yyyyMMMd{"d MMM y G"} |
michael@0 | 1141 | yyyyMd{"d/M/y GGGGG"} |
michael@0 | 1142 | yyyyQQQ{"QQQ y G"} |
michael@0 | 1143 | yyyyQQQQ{"QQQQ y G"} |
michael@0 | 1144 | } |
michael@0 | 1145 | } |
michael@0 | 1146 | roc{ |
michael@0 | 1147 | eras{ |
michael@0 | 1148 | abbreviated{ |
michael@0 | 1149 | "avant RdC", |
michael@0 | 1150 | "RdC", |
michael@0 | 1151 | } |
michael@0 | 1152 | } |
michael@0 | 1153 | } |
michael@0 | 1154 | } |
michael@0 | 1155 | contextTransforms{ |
michael@0 | 1156 | day-format-except-narrow:intvector{ |
michael@0 | 1157 | 0, |
michael@0 | 1158 | 1, |
michael@0 | 1159 | } |
michael@0 | 1160 | day-standalone-except-narrow:intvector{ |
michael@0 | 1161 | 0, |
michael@0 | 1162 | 1, |
michael@0 | 1163 | } |
michael@0 | 1164 | languages:intvector{ |
michael@0 | 1165 | 1, |
michael@0 | 1166 | 0, |
michael@0 | 1167 | } |
michael@0 | 1168 | month-format-except-narrow:intvector{ |
michael@0 | 1169 | 0, |
michael@0 | 1170 | 1, |
michael@0 | 1171 | } |
michael@0 | 1172 | month-standalone-except-narrow:intvector{ |
michael@0 | 1173 | 0, |
michael@0 | 1174 | 1, |
michael@0 | 1175 | } |
michael@0 | 1176 | } |
michael@0 | 1177 | delimiters{ |
michael@0 | 1178 | alternateQuotationEnd{"»"} |
michael@0 | 1179 | alternateQuotationStart{"«"} |
michael@0 | 1180 | quotationEnd{"»"} |
michael@0 | 1181 | quotationStart{"«"} |
michael@0 | 1182 | } |
michael@0 | 1183 | durationUnits{ |
michael@0 | 1184 | hm{"h:mm"} |
michael@0 | 1185 | hms{"h:mm:ss"} |
michael@0 | 1186 | ms{"m:ss"} |
michael@0 | 1187 | } |
michael@0 | 1188 | fields{ |
michael@0 | 1189 | day{ |
michael@0 | 1190 | dn{"jour"} |
michael@0 | 1191 | relative{ |
michael@0 | 1192 | "-1"{"hier"} |
michael@0 | 1193 | "-2"{"avant-hier"} |
michael@0 | 1194 | "0"{"aujourd’hui"} |
michael@0 | 1195 | "1"{"demain"} |
michael@0 | 1196 | "2"{"après-demain"} |
michael@0 | 1197 | } |
michael@0 | 1198 | relativeTime{ |
michael@0 | 1199 | future{ |
michael@0 | 1200 | one{"dans {0} jour"} |
michael@0 | 1201 | other{"dans {0} jours"} |
michael@0 | 1202 | } |
michael@0 | 1203 | past{ |
michael@0 | 1204 | one{"il y a {0} jour"} |
michael@0 | 1205 | other{"il y a {0} jours"} |
michael@0 | 1206 | } |
michael@0 | 1207 | } |
michael@0 | 1208 | } |
michael@0 | 1209 | dayperiod{ |
michael@0 | 1210 | dn{"cadran"} |
michael@0 | 1211 | } |
michael@0 | 1212 | era{ |
michael@0 | 1213 | dn{"ère"} |
michael@0 | 1214 | } |
michael@0 | 1215 | fri{ |
michael@0 | 1216 | relative{ |
michael@0 | 1217 | "-1"{"vendredi dernier"} |
michael@0 | 1218 | "0"{"ce vendredi"} |
michael@0 | 1219 | "1"{"vendredi prochain"} |
michael@0 | 1220 | } |
michael@0 | 1221 | } |
michael@0 | 1222 | hour{ |
michael@0 | 1223 | dn{"heure"} |
michael@0 | 1224 | relativeTime{ |
michael@0 | 1225 | future{ |
michael@0 | 1226 | one{"dans {0} heure"} |
michael@0 | 1227 | other{"dans {0} heures"} |
michael@0 | 1228 | } |
michael@0 | 1229 | past{ |
michael@0 | 1230 | one{"il y a {0} heure"} |
michael@0 | 1231 | other{"il y a {0} heures"} |
michael@0 | 1232 | } |
michael@0 | 1233 | } |
michael@0 | 1234 | } |
michael@0 | 1235 | minute{ |
michael@0 | 1236 | dn{"minute"} |
michael@0 | 1237 | relativeTime{ |
michael@0 | 1238 | future{ |
michael@0 | 1239 | one{"dans {0} minute"} |
michael@0 | 1240 | other{"dans {0} minutes"} |
michael@0 | 1241 | } |
michael@0 | 1242 | past{ |
michael@0 | 1243 | one{"il y a {0} minute"} |
michael@0 | 1244 | other{"il y a {0} minutes"} |
michael@0 | 1245 | } |
michael@0 | 1246 | } |
michael@0 | 1247 | } |
michael@0 | 1248 | mon{ |
michael@0 | 1249 | relative{ |
michael@0 | 1250 | "-1"{"lundi dernier"} |
michael@0 | 1251 | "0"{"ce lundi"} |
michael@0 | 1252 | "1"{"lundi prochain"} |
michael@0 | 1253 | } |
michael@0 | 1254 | } |
michael@0 | 1255 | month{ |
michael@0 | 1256 | dn{"mois"} |
michael@0 | 1257 | relative{ |
michael@0 | 1258 | "-1"{"le mois dernier"} |
michael@0 | 1259 | "0"{"ce mois-ci"} |
michael@0 | 1260 | "1"{"le mois prochain"} |
michael@0 | 1261 | } |
michael@0 | 1262 | relativeTime{ |
michael@0 | 1263 | future{ |
michael@0 | 1264 | one{"dans {0} mois"} |
michael@0 | 1265 | other{"dans {0} mois"} |
michael@0 | 1266 | } |
michael@0 | 1267 | past{ |
michael@0 | 1268 | one{"il y a {0} mois"} |
michael@0 | 1269 | other{"il y a {0} mois"} |
michael@0 | 1270 | } |
michael@0 | 1271 | } |
michael@0 | 1272 | } |
michael@0 | 1273 | sat{ |
michael@0 | 1274 | relative{ |
michael@0 | 1275 | "-1"{"samedi dernier"} |
michael@0 | 1276 | "0"{"ce samedi"} |
michael@0 | 1277 | "1"{"samedi prochain"} |
michael@0 | 1278 | } |
michael@0 | 1279 | } |
michael@0 | 1280 | second{ |
michael@0 | 1281 | dn{"seconde"} |
michael@0 | 1282 | relative{ |
michael@0 | 1283 | "0"{"maintenant"} |
michael@0 | 1284 | } |
michael@0 | 1285 | relativeTime{ |
michael@0 | 1286 | future{ |
michael@0 | 1287 | one{"dans {0} seconde"} |
michael@0 | 1288 | other{"dans {0} secondes"} |
michael@0 | 1289 | } |
michael@0 | 1290 | past{ |
michael@0 | 1291 | one{"il y a {0} seconde"} |
michael@0 | 1292 | other{"il y a {0} secondes"} |
michael@0 | 1293 | } |
michael@0 | 1294 | } |
michael@0 | 1295 | } |
michael@0 | 1296 | sun{ |
michael@0 | 1297 | relative{ |
michael@0 | 1298 | "-1"{"dimanche dernier"} |
michael@0 | 1299 | "0"{"ce dimanche"} |
michael@0 | 1300 | "1"{"dimanche prochain"} |
michael@0 | 1301 | } |
michael@0 | 1302 | } |
michael@0 | 1303 | thu{ |
michael@0 | 1304 | relative{ |
michael@0 | 1305 | "-1"{"jeudi dernier"} |
michael@0 | 1306 | "0"{"ce jeudi"} |
michael@0 | 1307 | "1"{"jeudi prochain"} |
michael@0 | 1308 | } |
michael@0 | 1309 | } |
michael@0 | 1310 | tue{ |
michael@0 | 1311 | relative{ |
michael@0 | 1312 | "-1"{"mardi dernier"} |
michael@0 | 1313 | "0"{"ce mardi"} |
michael@0 | 1314 | "1"{"mardi prochain"} |
michael@0 | 1315 | } |
michael@0 | 1316 | } |
michael@0 | 1317 | wed{ |
michael@0 | 1318 | relative{ |
michael@0 | 1319 | "-1"{"mercredi dernier"} |
michael@0 | 1320 | "0"{"ce mercredi"} |
michael@0 | 1321 | "1"{"mercredi prochain"} |
michael@0 | 1322 | } |
michael@0 | 1323 | } |
michael@0 | 1324 | week{ |
michael@0 | 1325 | dn{"semaine"} |
michael@0 | 1326 | relative{ |
michael@0 | 1327 | "-1"{"la semaine dernière"} |
michael@0 | 1328 | "0"{"cette semaine"} |
michael@0 | 1329 | "1"{"la semaine prochaine"} |
michael@0 | 1330 | } |
michael@0 | 1331 | relativeTime{ |
michael@0 | 1332 | future{ |
michael@0 | 1333 | one{"dans {0} semaine"} |
michael@0 | 1334 | other{"dans {0} semaines"} |
michael@0 | 1335 | } |
michael@0 | 1336 | past{ |
michael@0 | 1337 | one{"il y a {0} semaine"} |
michael@0 | 1338 | other{"il y a {0} semaines"} |
michael@0 | 1339 | } |
michael@0 | 1340 | } |
michael@0 | 1341 | } |
michael@0 | 1342 | weekday{ |
michael@0 | 1343 | dn{"jour de la semaine"} |
michael@0 | 1344 | } |
michael@0 | 1345 | year{ |
michael@0 | 1346 | dn{"année"} |
michael@0 | 1347 | relative{ |
michael@0 | 1348 | "-1"{"l’année dernière"} |
michael@0 | 1349 | "0"{"cette année"} |
michael@0 | 1350 | "1"{"l’année prochaine"} |
michael@0 | 1351 | } |
michael@0 | 1352 | relativeTime{ |
michael@0 | 1353 | future{ |
michael@0 | 1354 | one{"dans {0} an"} |
michael@0 | 1355 | other{"dans {0} ans"} |
michael@0 | 1356 | } |
michael@0 | 1357 | past{ |
michael@0 | 1358 | one{"il y a {0} an"} |
michael@0 | 1359 | other{"il y a {0} ans"} |
michael@0 | 1360 | } |
michael@0 | 1361 | } |
michael@0 | 1362 | } |
michael@0 | 1363 | zone{ |
michael@0 | 1364 | dn{"fuseau horaire"} |
michael@0 | 1365 | } |
michael@0 | 1366 | } |
michael@0 | 1367 | listPattern{ |
michael@0 | 1368 | standard{ |
michael@0 | 1369 | 2{"{0} et {1}"} |
michael@0 | 1370 | end{"{0} et {1}"} |
michael@0 | 1371 | middle{"{0}, {1}"} |
michael@0 | 1372 | start{"{0}, {1}"} |
michael@0 | 1373 | } |
michael@0 | 1374 | unit{ |
michael@0 | 1375 | 2{"{0} et {1}"} |
michael@0 | 1376 | end{"{0} et {1}"} |
michael@0 | 1377 | middle{"{0}, {1}"} |
michael@0 | 1378 | start{"{0}, {1}"} |
michael@0 | 1379 | } |
michael@0 | 1380 | unit-narrow{ |
michael@0 | 1381 | 2{"{0} {1}"} |
michael@0 | 1382 | end{"{0} {1}"} |
michael@0 | 1383 | middle{"{0} {1}"} |
michael@0 | 1384 | start{"{0} {1}"} |
michael@0 | 1385 | } |
michael@0 | 1386 | unit-short{ |
michael@0 | 1387 | 2{"{0} et {1}"} |
michael@0 | 1388 | end{"{0} et {1}"} |
michael@0 | 1389 | middle{"{0}, {1}"} |
michael@0 | 1390 | start{"{0}, {1}"} |
michael@0 | 1391 | } |
michael@0 | 1392 | } |
michael@0 | 1393 | measurementSystemNames{ |
michael@0 | 1394 | UK{"impérial"} |
michael@0 | 1395 | US{"américain"} |
michael@0 | 1396 | metric{"métrique"} |
michael@0 | 1397 | } |
michael@0 | 1398 | transformNames{ |
michael@0 | 1399 | BGN{"BGN"} |
michael@0 | 1400 | Numeric{"Numérique"} |
michael@0 | 1401 | Tone{"Ton"} |
michael@0 | 1402 | UNGEGN{"UNGEGN"} |
michael@0 | 1403 | x-Accents{"Accents"} |
michael@0 | 1404 | x-Fullwidth{"Pleine chasse"} |
michael@0 | 1405 | x-Halfwidth{"Demi-chasse"} |
michael@0 | 1406 | x-Jamo{"Jamo"} |
michael@0 | 1407 | x-Pinyin{"Pinyin"} |
michael@0 | 1408 | x-Publishing{"Publication"} |
michael@0 | 1409 | } |
michael@0 | 1410 | units{ |
michael@0 | 1411 | acceleration{ |
michael@0 | 1412 | g-force{ |
michael@0 | 1413 | one{"{0} fois la gravitation terrestre"} |
michael@0 | 1414 | other{"{0} fois la gravitation terrestre"} |
michael@0 | 1415 | } |
michael@0 | 1416 | } |
michael@0 | 1417 | angle{ |
michael@0 | 1418 | arc-minute{ |
michael@0 | 1419 | one{"{0} minute d’angle"} |
michael@0 | 1420 | other{"{0} minutes d’angle"} |
michael@0 | 1421 | } |
michael@0 | 1422 | arc-second{ |
michael@0 | 1423 | one{"{0} seconde d’angle"} |
michael@0 | 1424 | other{"{0} secondes d’angle"} |
michael@0 | 1425 | } |
michael@0 | 1426 | degree{ |
michael@0 | 1427 | one{"{0} degré"} |
michael@0 | 1428 | other{"{0} degrés"} |
michael@0 | 1429 | } |
michael@0 | 1430 | } |
michael@0 | 1431 | area{ |
michael@0 | 1432 | acre{ |
michael@0 | 1433 | one{"{0} acre anglo-saxonne"} |
michael@0 | 1434 | other{"{0} acres anglo-saxonnes"} |
michael@0 | 1435 | } |
michael@0 | 1436 | hectare{ |
michael@0 | 1437 | one{"{0} hectare"} |
michael@0 | 1438 | other{"{0} hectares"} |
michael@0 | 1439 | } |
michael@0 | 1440 | square-foot{ |
michael@0 | 1441 | one{"{0} pied carré"} |
michael@0 | 1442 | other{"{0} pieds carrés"} |
michael@0 | 1443 | } |
michael@0 | 1444 | square-kilometer{ |
michael@0 | 1445 | one{"{0} kilomètre carré"} |
michael@0 | 1446 | other{"{0} kilomètres carrés"} |
michael@0 | 1447 | } |
michael@0 | 1448 | square-meter{ |
michael@0 | 1449 | one{"{0} mètre carré"} |
michael@0 | 1450 | other{"{0} mètres carrés"} |
michael@0 | 1451 | } |
michael@0 | 1452 | square-mile{ |
michael@0 | 1453 | one{"{0} mille anglais carré"} |
michael@0 | 1454 | other{"{0} milles anglais carrés"} |
michael@0 | 1455 | } |
michael@0 | 1456 | } |
michael@0 | 1457 | compound{ |
michael@0 | 1458 | per{"{0} par {1}"} |
michael@0 | 1459 | } |
michael@0 | 1460 | duration{ |
michael@0 | 1461 | day{ |
michael@0 | 1462 | one{"{0} jour"} |
michael@0 | 1463 | other{"{0} jours"} |
michael@0 | 1464 | } |
michael@0 | 1465 | hour{ |
michael@0 | 1466 | one{"{0} heure"} |
michael@0 | 1467 | other{"{0} heures"} |
michael@0 | 1468 | } |
michael@0 | 1469 | millisecond{ |
michael@0 | 1470 | one{"{0} milliseconde"} |
michael@0 | 1471 | other{"{0} millisecondes"} |
michael@0 | 1472 | } |
michael@0 | 1473 | minute{ |
michael@0 | 1474 | one{"{0} minute"} |
michael@0 | 1475 | other{"{0} minutes"} |
michael@0 | 1476 | } |
michael@0 | 1477 | month{ |
michael@0 | 1478 | one{"{0} mois"} |
michael@0 | 1479 | other{"{0} mois"} |
michael@0 | 1480 | } |
michael@0 | 1481 | second{ |
michael@0 | 1482 | one{"{0} seconde"} |
michael@0 | 1483 | other{"{0} secondes"} |
michael@0 | 1484 | } |
michael@0 | 1485 | week{ |
michael@0 | 1486 | one{"{0} semaine"} |
michael@0 | 1487 | other{"{0} semaines"} |
michael@0 | 1488 | } |
michael@0 | 1489 | year{ |
michael@0 | 1490 | one{"{0} année"} |
michael@0 | 1491 | other{"{0} années"} |
michael@0 | 1492 | } |
michael@0 | 1493 | } |
michael@0 | 1494 | length{ |
michael@0 | 1495 | centimeter{ |
michael@0 | 1496 | one{"{0} centimètre"} |
michael@0 | 1497 | other{"{0} centimètres"} |
michael@0 | 1498 | } |
michael@0 | 1499 | foot{ |
michael@0 | 1500 | one{"{0} pied"} |
michael@0 | 1501 | other{"{0} pieds"} |
michael@0 | 1502 | } |
michael@0 | 1503 | inch{ |
michael@0 | 1504 | one{"{0} pouce"} |
michael@0 | 1505 | other{"{0} pouces"} |
michael@0 | 1506 | } |
michael@0 | 1507 | kilometer{ |
michael@0 | 1508 | one{"{0} kilomètre"} |
michael@0 | 1509 | other{"{0} kilomètres"} |
michael@0 | 1510 | } |
michael@0 | 1511 | light-year{ |
michael@0 | 1512 | one{"{0} année-lumière"} |
michael@0 | 1513 | other{"{0} années-lumière"} |
michael@0 | 1514 | } |
michael@0 | 1515 | meter{ |
michael@0 | 1516 | one{"{0} mètre"} |
michael@0 | 1517 | other{"{0} mètres"} |
michael@0 | 1518 | } |
michael@0 | 1519 | mile{ |
michael@0 | 1520 | one{"{0} mille anglais"} |
michael@0 | 1521 | other{"{0} milles anglais"} |
michael@0 | 1522 | } |
michael@0 | 1523 | millimeter{ |
michael@0 | 1524 | one{"{0} millimètre"} |
michael@0 | 1525 | other{"{0} millimètres"} |
michael@0 | 1526 | } |
michael@0 | 1527 | picometer{ |
michael@0 | 1528 | one{"{0} picomètre"} |
michael@0 | 1529 | other{"{0} picomètres"} |
michael@0 | 1530 | } |
michael@0 | 1531 | yard{ |
michael@0 | 1532 | one{"{0} yard"} |
michael@0 | 1533 | other{"{0} yards"} |
michael@0 | 1534 | } |
michael@0 | 1535 | } |
michael@0 | 1536 | mass{ |
michael@0 | 1537 | gram{ |
michael@0 | 1538 | one{"{0} gramme"} |
michael@0 | 1539 | other{"{0} grammes"} |
michael@0 | 1540 | } |
michael@0 | 1541 | kilogram{ |
michael@0 | 1542 | one{"{0} kilogramme"} |
michael@0 | 1543 | other{"{0} kilogrammes"} |
michael@0 | 1544 | } |
michael@0 | 1545 | ounce{ |
michael@0 | 1546 | one{"{0} once"} |
michael@0 | 1547 | other{"{0} onces"} |
michael@0 | 1548 | } |
michael@0 | 1549 | pound{ |
michael@0 | 1550 | one{"{0} livre avoirdupois"} |
michael@0 | 1551 | other{"{0} livres avoirdupois"} |
michael@0 | 1552 | } |
michael@0 | 1553 | } |
michael@0 | 1554 | power{ |
michael@0 | 1555 | horsepower{ |
michael@0 | 1556 | one{"{0} cheval-vapeur"} |
michael@0 | 1557 | other{"{0} chevaux-vapeur"} |
michael@0 | 1558 | } |
michael@0 | 1559 | kilowatt{ |
michael@0 | 1560 | one{"{0} kilowatt"} |
michael@0 | 1561 | other{"{0} kilowatts"} |
michael@0 | 1562 | } |
michael@0 | 1563 | watt{ |
michael@0 | 1564 | one{"{0} watt"} |
michael@0 | 1565 | other{"{0} watts"} |
michael@0 | 1566 | } |
michael@0 | 1567 | } |
michael@0 | 1568 | pressure{ |
michael@0 | 1569 | hectopascal{ |
michael@0 | 1570 | one{"{0} hectopascal"} |
michael@0 | 1571 | other{"{0} hectopascals"} |
michael@0 | 1572 | } |
michael@0 | 1573 | inch-hg{ |
michael@0 | 1574 | one{"{0} pouce de mercure"} |
michael@0 | 1575 | other{"{0} pouces de mercure"} |
michael@0 | 1576 | } |
michael@0 | 1577 | millibar{ |
michael@0 | 1578 | one{"{0} millibar"} |
michael@0 | 1579 | other{"{0} millibars"} |
michael@0 | 1580 | } |
michael@0 | 1581 | } |
michael@0 | 1582 | speed{ |
michael@0 | 1583 | kilometer-per-hour{ |
michael@0 | 1584 | one{"{0} kilomètre par heure"} |
michael@0 | 1585 | other{"{0} kilomètres par heure"} |
michael@0 | 1586 | } |
michael@0 | 1587 | meter-per-second{ |
michael@0 | 1588 | one{"{0} mètre par seconde"} |
michael@0 | 1589 | other{"{0} mètres par seconde"} |
michael@0 | 1590 | } |
michael@0 | 1591 | mile-per-hour{ |
michael@0 | 1592 | one{"{0} mille anglais par heure"} |
michael@0 | 1593 | other{"{0} milles anglais par heure"} |
michael@0 | 1594 | } |
michael@0 | 1595 | } |
michael@0 | 1596 | temperature{ |
michael@0 | 1597 | celsius{ |
michael@0 | 1598 | one{"{0} degré Celsius"} |
michael@0 | 1599 | other{"{0} degrés Celsius"} |
michael@0 | 1600 | } |
michael@0 | 1601 | fahrenheit{ |
michael@0 | 1602 | one{"{0} degré Fahrenheit"} |
michael@0 | 1603 | other{"{0} degrés Fahrenheit"} |
michael@0 | 1604 | } |
michael@0 | 1605 | } |
michael@0 | 1606 | volume{ |
michael@0 | 1607 | cubic-kilometer{ |
michael@0 | 1608 | one{"{0} kilomètre cube"} |
michael@0 | 1609 | other{"{0} kilomètres cubes"} |
michael@0 | 1610 | } |
michael@0 | 1611 | cubic-mile{ |
michael@0 | 1612 | one{"{0} mille anglais cube"} |
michael@0 | 1613 | other{"{0} milles anglais cubes"} |
michael@0 | 1614 | } |
michael@0 | 1615 | liter{ |
michael@0 | 1616 | one{"{0} litre"} |
michael@0 | 1617 | other{"{0} litres"} |
michael@0 | 1618 | } |
michael@0 | 1619 | } |
michael@0 | 1620 | } |
michael@0 | 1621 | unitsNarrow{ |
michael@0 | 1622 | acceleration{ |
michael@0 | 1623 | g-force{ |
michael@0 | 1624 | one{"{0}G"} |
michael@0 | 1625 | other{"{0}G"} |
michael@0 | 1626 | } |
michael@0 | 1627 | } |
michael@0 | 1628 | angle{ |
michael@0 | 1629 | arc-minute{ |
michael@0 | 1630 | one{"{0}′"} |
michael@0 | 1631 | other{"{0}′"} |
michael@0 | 1632 | } |
michael@0 | 1633 | arc-second{ |
michael@0 | 1634 | one{"{0}″"} |
michael@0 | 1635 | other{"{0}″"} |
michael@0 | 1636 | } |
michael@0 | 1637 | degree{ |
michael@0 | 1638 | one{"{0}°"} |
michael@0 | 1639 | other{"{0}°"} |
michael@0 | 1640 | } |
michael@0 | 1641 | } |
michael@0 | 1642 | area{ |
michael@0 | 1643 | acre{ |
michael@0 | 1644 | one{"{0}ac"} |
michael@0 | 1645 | other{"{0}ac"} |
michael@0 | 1646 | } |
michael@0 | 1647 | hectare{ |
michael@0 | 1648 | one{"{0}ha"} |
michael@0 | 1649 | other{"{0}ha"} |
michael@0 | 1650 | } |
michael@0 | 1651 | square-foot{ |
michael@0 | 1652 | one{"{0}ft²"} |
michael@0 | 1653 | other{"{0}ft²"} |
michael@0 | 1654 | } |
michael@0 | 1655 | square-kilometer{ |
michael@0 | 1656 | one{"{0}km²"} |
michael@0 | 1657 | other{"{0}km²"} |
michael@0 | 1658 | } |
michael@0 | 1659 | square-meter{ |
michael@0 | 1660 | one{"{0}m²"} |
michael@0 | 1661 | other{"{0}m²"} |
michael@0 | 1662 | } |
michael@0 | 1663 | square-mile{ |
michael@0 | 1664 | one{"{0}mi²"} |
michael@0 | 1665 | other{"{0}mi²"} |
michael@0 | 1666 | } |
michael@0 | 1667 | } |
michael@0 | 1668 | compound{ |
michael@0 | 1669 | per{"{0}/{1}"} |
michael@0 | 1670 | } |
michael@0 | 1671 | duration{ |
michael@0 | 1672 | day{ |
michael@0 | 1673 | one{"{0}j"} |
michael@0 | 1674 | other{"{0}j"} |
michael@0 | 1675 | } |
michael@0 | 1676 | hour{ |
michael@0 | 1677 | one{"{0}h"} |
michael@0 | 1678 | other{"{0}h"} |
michael@0 | 1679 | } |
michael@0 | 1680 | millisecond{ |
michael@0 | 1681 | one{"{0}ms"} |
michael@0 | 1682 | other{"{0}ms"} |
michael@0 | 1683 | } |
michael@0 | 1684 | minute{ |
michael@0 | 1685 | one{"{0}m"} |
michael@0 | 1686 | other{"{0}m"} |
michael@0 | 1687 | } |
michael@0 | 1688 | month{ |
michael@0 | 1689 | one{"{0}m"} |
michael@0 | 1690 | other{"{0}m"} |
michael@0 | 1691 | } |
michael@0 | 1692 | second{ |
michael@0 | 1693 | one{"{0}s"} |
michael@0 | 1694 | other{"{0}s"} |
michael@0 | 1695 | } |
michael@0 | 1696 | week{ |
michael@0 | 1697 | one{"{0}sem"} |
michael@0 | 1698 | other{"{0}sem"} |
michael@0 | 1699 | } |
michael@0 | 1700 | year{ |
michael@0 | 1701 | one{"{0}a"} |
michael@0 | 1702 | other{"{0}a"} |
michael@0 | 1703 | } |
michael@0 | 1704 | } |
michael@0 | 1705 | length{ |
michael@0 | 1706 | centimeter{ |
michael@0 | 1707 | one{"{0}cm"} |
michael@0 | 1708 | other{"{0}cm"} |
michael@0 | 1709 | } |
michael@0 | 1710 | foot{ |
michael@0 | 1711 | one{"{0}′"} |
michael@0 | 1712 | other{"{0}′"} |
michael@0 | 1713 | } |
michael@0 | 1714 | inch{ |
michael@0 | 1715 | one{"{0}″"} |
michael@0 | 1716 | other{"{0}″"} |
michael@0 | 1717 | } |
michael@0 | 1718 | kilometer{ |
michael@0 | 1719 | one{"{0}km"} |
michael@0 | 1720 | other{"{0}km"} |
michael@0 | 1721 | } |
michael@0 | 1722 | light-year{ |
michael@0 | 1723 | one{"{0}a.l."} |
michael@0 | 1724 | other{"{0}a.l."} |
michael@0 | 1725 | } |
michael@0 | 1726 | meter{ |
michael@0 | 1727 | one{"{0}m"} |
michael@0 | 1728 | other{"{0}m"} |
michael@0 | 1729 | } |
michael@0 | 1730 | mile{ |
michael@0 | 1731 | one{"{0}mi"} |
michael@0 | 1732 | other{"{0}mi"} |
michael@0 | 1733 | } |
michael@0 | 1734 | millimeter{ |
michael@0 | 1735 | one{"{0}mm"} |
michael@0 | 1736 | other{"{0}mm"} |
michael@0 | 1737 | } |
michael@0 | 1738 | picometer{ |
michael@0 | 1739 | one{"{0}pm"} |
michael@0 | 1740 | other{"{0}pm"} |
michael@0 | 1741 | } |
michael@0 | 1742 | yard{ |
michael@0 | 1743 | one{"{0}yd"} |
michael@0 | 1744 | other{"{0}yd"} |
michael@0 | 1745 | } |
michael@0 | 1746 | } |
michael@0 | 1747 | mass{ |
michael@0 | 1748 | gram{ |
michael@0 | 1749 | one{"{0}g"} |
michael@0 | 1750 | other{"{0}g"} |
michael@0 | 1751 | } |
michael@0 | 1752 | kilogram{ |
michael@0 | 1753 | one{"{0}kg"} |
michael@0 | 1754 | other{"{0}kg"} |
michael@0 | 1755 | } |
michael@0 | 1756 | ounce{ |
michael@0 | 1757 | one{"{0}oz"} |
michael@0 | 1758 | other{"{0}oz"} |
michael@0 | 1759 | } |
michael@0 | 1760 | pound{ |
michael@0 | 1761 | one{"{0}lb"} |
michael@0 | 1762 | other{"{0}lb"} |
michael@0 | 1763 | } |
michael@0 | 1764 | } |
michael@0 | 1765 | power{ |
michael@0 | 1766 | horsepower{ |
michael@0 | 1767 | one{"{0}ch"} |
michael@0 | 1768 | other{"{0}ch"} |
michael@0 | 1769 | } |
michael@0 | 1770 | kilowatt{ |
michael@0 | 1771 | one{"{0}kW"} |
michael@0 | 1772 | other{"{0}kW"} |
michael@0 | 1773 | } |
michael@0 | 1774 | watt{ |
michael@0 | 1775 | one{"{0}W"} |
michael@0 | 1776 | other{"{0}W"} |
michael@0 | 1777 | } |
michael@0 | 1778 | } |
michael@0 | 1779 | pressure{ |
michael@0 | 1780 | hectopascal{ |
michael@0 | 1781 | one{"{0}hPa"} |
michael@0 | 1782 | other{"{0}hPa"} |
michael@0 | 1783 | } |
michael@0 | 1784 | inch-hg{ |
michael@0 | 1785 | one{"{0}inHg"} |
michael@0 | 1786 | other{"{0}inHg"} |
michael@0 | 1787 | } |
michael@0 | 1788 | millibar{ |
michael@0 | 1789 | one{"{0}mbar"} |
michael@0 | 1790 | other{"{0}mbar"} |
michael@0 | 1791 | } |
michael@0 | 1792 | } |
michael@0 | 1793 | speed{ |
michael@0 | 1794 | kilometer-per-hour{ |
michael@0 | 1795 | one{"{0}km/h"} |
michael@0 | 1796 | other{"{0}km/h"} |
michael@0 | 1797 | } |
michael@0 | 1798 | meter-per-second{ |
michael@0 | 1799 | one{"{0}m/s"} |
michael@0 | 1800 | other{"{0}m/s"} |
michael@0 | 1801 | } |
michael@0 | 1802 | mile-per-hour{ |
michael@0 | 1803 | one{"{0}mi/h"} |
michael@0 | 1804 | other{"{0}mi/h"} |
michael@0 | 1805 | } |
michael@0 | 1806 | } |
michael@0 | 1807 | temperature{ |
michael@0 | 1808 | celsius{ |
michael@0 | 1809 | one{"{0}°C"} |
michael@0 | 1810 | other{"{0}°C"} |
michael@0 | 1811 | } |
michael@0 | 1812 | fahrenheit{ |
michael@0 | 1813 | one{"{0}°F"} |
michael@0 | 1814 | other{"{0}°F"} |
michael@0 | 1815 | } |
michael@0 | 1816 | } |
michael@0 | 1817 | volume{ |
michael@0 | 1818 | cubic-kilometer{ |
michael@0 | 1819 | one{"{0}km³"} |
michael@0 | 1820 | other{"{0}km³"} |
michael@0 | 1821 | } |
michael@0 | 1822 | cubic-mile{ |
michael@0 | 1823 | one{"{0}mi³"} |
michael@0 | 1824 | other{"{0}mi³"} |
michael@0 | 1825 | } |
michael@0 | 1826 | liter{ |
michael@0 | 1827 | one{"{0}L"} |
michael@0 | 1828 | other{"{0}L"} |
michael@0 | 1829 | } |
michael@0 | 1830 | } |
michael@0 | 1831 | } |
michael@0 | 1832 | unitsShort{ |
michael@0 | 1833 | acceleration{ |
michael@0 | 1834 | g-force{ |
michael@0 | 1835 | one{"{0} G"} |
michael@0 | 1836 | other{"{0} G"} |
michael@0 | 1837 | } |
michael@0 | 1838 | } |
michael@0 | 1839 | angle{ |
michael@0 | 1840 | arc-minute{ |
michael@0 | 1841 | one{"{0}′"} |
michael@0 | 1842 | other{"{0}′"} |
michael@0 | 1843 | } |
michael@0 | 1844 | arc-second{ |
michael@0 | 1845 | one{"{0}″"} |
michael@0 | 1846 | other{"{0}″"} |
michael@0 | 1847 | } |
michael@0 | 1848 | degree{ |
michael@0 | 1849 | one{"{0}°"} |
michael@0 | 1850 | other{"{0}°"} |
michael@0 | 1851 | } |
michael@0 | 1852 | } |
michael@0 | 1853 | area{ |
michael@0 | 1854 | acre{ |
michael@0 | 1855 | one{"{0} ac"} |
michael@0 | 1856 | other{"{0} ac"} |
michael@0 | 1857 | } |
michael@0 | 1858 | hectare{ |
michael@0 | 1859 | one{"{0} ha"} |
michael@0 | 1860 | other{"{0} ha"} |
michael@0 | 1861 | } |
michael@0 | 1862 | square-foot{ |
michael@0 | 1863 | one{"{0} ft²"} |
michael@0 | 1864 | other{"{0} ft²"} |
michael@0 | 1865 | } |
michael@0 | 1866 | square-kilometer{ |
michael@0 | 1867 | one{"{0} km²"} |
michael@0 | 1868 | other{"{0} km²"} |
michael@0 | 1869 | } |
michael@0 | 1870 | square-meter{ |
michael@0 | 1871 | one{"{0} m²"} |
michael@0 | 1872 | other{"{0} m²"} |
michael@0 | 1873 | } |
michael@0 | 1874 | square-mile{ |
michael@0 | 1875 | one{"{0} mi²"} |
michael@0 | 1876 | other{"{0} mi²"} |
michael@0 | 1877 | } |
michael@0 | 1878 | } |
michael@0 | 1879 | compound{ |
michael@0 | 1880 | per{"{0}/{1}"} |
michael@0 | 1881 | } |
michael@0 | 1882 | duration{ |
michael@0 | 1883 | day{ |
michael@0 | 1884 | one{"{0} j"} |
michael@0 | 1885 | other{"{0} j"} |
michael@0 | 1886 | } |
michael@0 | 1887 | hour{ |
michael@0 | 1888 | one{"{0} h"} |
michael@0 | 1889 | other{"{0} h"} |
michael@0 | 1890 | } |
michael@0 | 1891 | millisecond{ |
michael@0 | 1892 | one{"{0} ms"} |
michael@0 | 1893 | other{"{0} ms"} |
michael@0 | 1894 | } |
michael@0 | 1895 | minute{ |
michael@0 | 1896 | one{"{0} min"} |
michael@0 | 1897 | other{"{0} min"} |
michael@0 | 1898 | } |
michael@0 | 1899 | month{ |
michael@0 | 1900 | one{"{0} m"} |
michael@0 | 1901 | other{"{0} m"} |
michael@0 | 1902 | } |
michael@0 | 1903 | second{ |
michael@0 | 1904 | one{"{0} s"} |
michael@0 | 1905 | other{"{0} s"} |
michael@0 | 1906 | } |
michael@0 | 1907 | week{ |
michael@0 | 1908 | one{"{0} sem."} |
michael@0 | 1909 | other{"{0} sem."} |
michael@0 | 1910 | } |
michael@0 | 1911 | year{ |
michael@0 | 1912 | one{"{0} an"} |
michael@0 | 1913 | other{"{0} ans"} |
michael@0 | 1914 | } |
michael@0 | 1915 | } |
michael@0 | 1916 | length{ |
michael@0 | 1917 | centimeter{ |
michael@0 | 1918 | one{"{0} cm"} |
michael@0 | 1919 | other{"{0} cm"} |
michael@0 | 1920 | } |
michael@0 | 1921 | foot{ |
michael@0 | 1922 | one{"{0} ft"} |
michael@0 | 1923 | other{"{0} ft"} |
michael@0 | 1924 | } |
michael@0 | 1925 | inch{ |
michael@0 | 1926 | one{"{0} in"} |
michael@0 | 1927 | other{"{0} in"} |
michael@0 | 1928 | } |
michael@0 | 1929 | kilometer{ |
michael@0 | 1930 | one{"{0} km"} |
michael@0 | 1931 | other{"{0} km"} |
michael@0 | 1932 | } |
michael@0 | 1933 | light-year{ |
michael@0 | 1934 | one{"{0} a.l."} |
michael@0 | 1935 | other{"{0} a.l."} |
michael@0 | 1936 | } |
michael@0 | 1937 | meter{ |
michael@0 | 1938 | one{"{0} m"} |
michael@0 | 1939 | other{"{0} m"} |
michael@0 | 1940 | } |
michael@0 | 1941 | mile{ |
michael@0 | 1942 | one{"{0} mi"} |
michael@0 | 1943 | other{"{0} mi"} |
michael@0 | 1944 | } |
michael@0 | 1945 | millimeter{ |
michael@0 | 1946 | one{"{0} mm"} |
michael@0 | 1947 | other{"{0} mm"} |
michael@0 | 1948 | } |
michael@0 | 1949 | picometer{ |
michael@0 | 1950 | one{"{0} pm"} |
michael@0 | 1951 | other{"{0} pm"} |
michael@0 | 1952 | } |
michael@0 | 1953 | yard{ |
michael@0 | 1954 | one{"{0} yd"} |
michael@0 | 1955 | other{"{0} yd"} |
michael@0 | 1956 | } |
michael@0 | 1957 | } |
michael@0 | 1958 | mass{ |
michael@0 | 1959 | gram{ |
michael@0 | 1960 | one{"{0} g"} |
michael@0 | 1961 | other{"{0} g"} |
michael@0 | 1962 | } |
michael@0 | 1963 | kilogram{ |
michael@0 | 1964 | one{"{0} kg"} |
michael@0 | 1965 | other{"{0} kg"} |
michael@0 | 1966 | } |
michael@0 | 1967 | ounce{ |
michael@0 | 1968 | one{"{0} oz"} |
michael@0 | 1969 | other{"{0} oz"} |
michael@0 | 1970 | } |
michael@0 | 1971 | pound{ |
michael@0 | 1972 | one{"{0} lb"} |
michael@0 | 1973 | other{"{0} lb"} |
michael@0 | 1974 | } |
michael@0 | 1975 | } |
michael@0 | 1976 | power{ |
michael@0 | 1977 | horsepower{ |
michael@0 | 1978 | one{"{0} ch"} |
michael@0 | 1979 | other{"{0} ch"} |
michael@0 | 1980 | } |
michael@0 | 1981 | kilowatt{ |
michael@0 | 1982 | one{"{0} kW"} |
michael@0 | 1983 | other{"{0} kW"} |
michael@0 | 1984 | } |
michael@0 | 1985 | watt{ |
michael@0 | 1986 | one{"{0} W"} |
michael@0 | 1987 | other{"{0} W"} |
michael@0 | 1988 | } |
michael@0 | 1989 | } |
michael@0 | 1990 | pressure{ |
michael@0 | 1991 | hectopascal{ |
michael@0 | 1992 | one{"{0} hPa"} |
michael@0 | 1993 | other{"{0} hPa"} |
michael@0 | 1994 | } |
michael@0 | 1995 | inch-hg{ |
michael@0 | 1996 | one{"{0} inHg"} |
michael@0 | 1997 | other{"{0} inHg"} |
michael@0 | 1998 | } |
michael@0 | 1999 | millibar{ |
michael@0 | 2000 | one{"{0} mbar"} |
michael@0 | 2001 | other{"{0} mbar"} |
michael@0 | 2002 | } |
michael@0 | 2003 | } |
michael@0 | 2004 | speed{ |
michael@0 | 2005 | kilometer-per-hour{ |
michael@0 | 2006 | one{"{0} km/h"} |
michael@0 | 2007 | other{"{0} km/h"} |
michael@0 | 2008 | } |
michael@0 | 2009 | meter-per-second{ |
michael@0 | 2010 | one{"{0} m/s"} |
michael@0 | 2011 | other{"{0} m/s"} |
michael@0 | 2012 | } |
michael@0 | 2013 | mile-per-hour{ |
michael@0 | 2014 | one{"{0} mi/h"} |
michael@0 | 2015 | other{"{0} mi/h"} |
michael@0 | 2016 | } |
michael@0 | 2017 | } |
michael@0 | 2018 | temperature{ |
michael@0 | 2019 | celsius{ |
michael@0 | 2020 | one{"{0} °C"} |
michael@0 | 2021 | other{"{0} °C"} |
michael@0 | 2022 | } |
michael@0 | 2023 | fahrenheit{ |
michael@0 | 2024 | one{"{0} °F"} |
michael@0 | 2025 | other{"{0} °F"} |
michael@0 | 2026 | } |
michael@0 | 2027 | } |
michael@0 | 2028 | volume{ |
michael@0 | 2029 | cubic-kilometer{ |
michael@0 | 2030 | one{"{0} km³"} |
michael@0 | 2031 | other{"{0} km³"} |
michael@0 | 2032 | } |
michael@0 | 2033 | cubic-mile{ |
michael@0 | 2034 | one{"{0} mi³"} |
michael@0 | 2035 | other{"{0} mi³"} |
michael@0 | 2036 | } |
michael@0 | 2037 | liter{ |
michael@0 | 2038 | one{"{0} L"} |
michael@0 | 2039 | other{"{0} L"} |
michael@0 | 2040 | } |
michael@0 | 2041 | } |
michael@0 | 2042 | } |
michael@0 | 2043 | } |