intl/icu/source/data/locales/rm.txt

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

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/rm.xml
michael@0 7 // *
michael@0 8 // ***************************************************************************
michael@0 9 /**
michael@0 10 * ICU <specials> source: <path>/common/main/rm.xml
michael@0 11 */
michael@0 12 rm{
michael@0 13 AuxExemplarCharacters{"[á à ă â å ä ā æ ç é è ĕ ê ë ē í ì ĭ î ï ī ñ ó ò ŏ ô ö ø ō œ ú ù ŭ û ü ū ÿ]"}
michael@0 14 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 15 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 16 LocaleScript{
michael@0 17 "Latn",
michael@0 18 }
michael@0 19 NumberElements{
michael@0 20 latn{
michael@0 21 patterns{
michael@0 22 currencyFormat{"#,##0.00 ¤"}
michael@0 23 decimalFormat{"#,##0.###"}
michael@0 24 percentFormat{"#,##0 %"}
michael@0 25 scientificFormat{"#E0"}
michael@0 26 }
michael@0 27 symbols{
michael@0 28 decimal{"."}
michael@0 29 exponential{"E"}
michael@0 30 group{"’"}
michael@0 31 infinity{"∞"}
michael@0 32 list{";"}
michael@0 33 minusSign{"−"}
michael@0 34 nan{"NaN"}
michael@0 35 perMille{"‰"}
michael@0 36 percentSign{"%"}
michael@0 37 plusSign{"+"}
michael@0 38 }
michael@0 39 }
michael@0 40 }
michael@0 41 Version{"2.0.92.87"}
michael@0 42 calendar{
michael@0 43 generic{
michael@0 44 DateTimePatterns{
michael@0 45 "HH:mm:ss zzzz",
michael@0 46 "HH:mm:ss z",
michael@0 47 "HH:mm:ss",
michael@0 48 "HH:mm",
michael@0 49 "EEEE, 'ils' d 'da' MMMM y G",
michael@0 50 "d 'da' MMMM y G",
michael@0 51 "dd-MM-y G",
michael@0 52 "dd-MM-yy GGGGG",
michael@0 53 "{1} {0}",
michael@0 54 "{1} {0}",
michael@0 55 "{1} {0}",
michael@0 56 "{1} {0}",
michael@0 57 "{1} {0}",
michael@0 58 }
michael@0 59 availableFormats{
michael@0 60 Ed{"E d."}
michael@0 61 H{"H"}
michael@0 62 HHmm{"HH:mm"}
michael@0 63 HHmmss{"HH:mm:ss"}
michael@0 64 Hm{"H:mm"}
michael@0 65 M{"L"}
michael@0 66 MEd{"E, d.M."}
michael@0 67 MMM{"LLL"}
michael@0 68 MMMEd{"E d. MMM"}
michael@0 69 MMMMEd{"E d. MMMM"}
michael@0 70 MMMMd{"d. MMMM"}
michael@0 71 MMMMdd{"dd. MMMM"}
michael@0 72 MMMd{"d. MMM"}
michael@0 73 MMd{"d.MM."}
michael@0 74 MMdd{"dd.MM."}
michael@0 75 Md{"d.M."}
michael@0 76 d{"d"}
michael@0 77 mmss{"mm:ss"}
michael@0 78 ms{"mm:ss"}
michael@0 79 y{"y"}
michael@0 80 yM{"y-M"}
michael@0 81 yMEd{"E, y-M-d"}
michael@0 82 yMM{"MM.y"}
michael@0 83 yMMM{"MMM y"}
michael@0 84 yMMMEd{"E, d. MMM y"}
michael@0 85 yMMMM{"MMMM y"}
michael@0 86 yMMdd{"dd.MM.y"}
michael@0 87 yQQQ{"QQQ y"}
michael@0 88 yQQQQ{"QQQQ y"}
michael@0 89 }
michael@0 90 intervalFormats{
michael@0 91 M{
michael@0 92 M{"M.-M."}
michael@0 93 }
michael@0 94 MEd{
michael@0 95 M{"E, dd.MM. - E, dd.MM."}
michael@0 96 d{"E, dd.MM. - E, dd.MM."}
michael@0 97 }
michael@0 98 MMM{
michael@0 99 M{"MMM-MMM"}
michael@0 100 }
michael@0 101 MMMEd{
michael@0 102 M{"E, d. MMM - E, d. MMM"}
michael@0 103 d{"E, d. - E, d. MMM"}
michael@0 104 }
michael@0 105 MMMd{
michael@0 106 M{"d. MMM - d. MMM"}
michael@0 107 d{"d.-d. MMM"}
michael@0 108 }
michael@0 109 Md{
michael@0 110 M{"dd.MM. - dd.MM."}
michael@0 111 d{"dd.MM. - dd.MM."}
michael@0 112 }
michael@0 113 d{
michael@0 114 d{"d.-d."}
michael@0 115 }
michael@0 116 fallback{"{0} - {1}"}
michael@0 117 h{
michael@0 118 a{"HH-HH"}
michael@0 119 h{"HH-HH"}
michael@0 120 }
michael@0 121 hm{
michael@0 122 a{"HH:mm-HH:mm"}
michael@0 123 h{"HH:mm-HH:mm"}
michael@0 124 m{"HH:mm-HH:mm"}
michael@0 125 }
michael@0 126 hmv{
michael@0 127 a{"HH:mm-HH:mm v"}
michael@0 128 h{"HH:mm-HH:mm v"}
michael@0 129 m{"HH:mm-HH:mm v"}
michael@0 130 }
michael@0 131 hv{
michael@0 132 a{"HH-HH v"}
michael@0 133 h{"HH-HH v"}
michael@0 134 }
michael@0 135 y{
michael@0 136 y{"y-y"}
michael@0 137 }
michael@0 138 yM{
michael@0 139 M{"MM.y - MM.y"}
michael@0 140 y{"MM.y - MM.y"}
michael@0 141 }
michael@0 142 yMEd{
michael@0 143 M{"E, dd.MM.y - E, dd.MM.y"}
michael@0 144 d{"E, dd.MM.y - E, dd.MM.y"}
michael@0 145 y{"E, dd.MM.y - E, dd.MM.y"}
michael@0 146 }
michael@0 147 yMMM{
michael@0 148 M{"MMM-MMM y"}
michael@0 149 y{"MMM y - MMM y"}
michael@0 150 }
michael@0 151 yMMMEd{
michael@0 152 M{"E, d. MMM - E, d. MMM y"}
michael@0 153 d{"E, d. - E, d. MMM y"}
michael@0 154 y{"E, d. MMM y - E, d. MMM y"}
michael@0 155 }
michael@0 156 yMMMM{
michael@0 157 M{"MM – MM.y"}
michael@0 158 y{"MM.y – MM.y"}
michael@0 159 }
michael@0 160 yMMMd{
michael@0 161 M{"d. MMM - d. MMM y"}
michael@0 162 d{"d.-d. MMM y"}
michael@0 163 y{"d. MMM y - d. MMM y"}
michael@0 164 }
michael@0 165 yMd{
michael@0 166 M{"dd.MM.y - dd.MM.y"}
michael@0 167 d{"dd.MM.y - dd.MM.y"}
michael@0 168 y{"dd.MM.y - dd.MM.y"}
michael@0 169 }
michael@0 170 }
michael@0 171 }
michael@0 172 gregorian{
michael@0 173 AmPmMarkers{
michael@0 174 "am",
michael@0 175 "sm",
michael@0 176 }
michael@0 177 DateTimePatterns{
michael@0 178 "HH:mm:ss zzzz",
michael@0 179 "HH:mm:ss z",
michael@0 180 "HH:mm:ss",
michael@0 181 "HH:mm",
michael@0 182 "EEEE, 'ils' d 'da' MMMM y",
michael@0 183 "d 'da' MMMM y",
michael@0 184 "dd-MM-y",
michael@0 185 "dd-MM-yy",
michael@0 186 "{1} {0}",
michael@0 187 "{1} {0}",
michael@0 188 "{1} {0}",
michael@0 189 "{1} {0}",
michael@0 190 "{1} {0}",
michael@0 191 }
michael@0 192 availableFormats{
michael@0 193 Ed{"E d."}
michael@0 194 H{"H"}
michael@0 195 HHmm{"HH:mm"}
michael@0 196 HHmmss{"HH:mm:ss"}
michael@0 197 Hm{"H:mm"}
michael@0 198 M{"L"}
michael@0 199 MEd{"E, d.M."}
michael@0 200 MMM{"LLL"}
michael@0 201 MMMEd{"E d. MMM"}
michael@0 202 MMMMEd{"E d. MMMM"}
michael@0 203 MMMMd{"d. MMMM"}
michael@0 204 MMMMdd{"dd. MMMM"}
michael@0 205 MMMd{"d. MMM"}
michael@0 206 MMd{"d.MM."}
michael@0 207 MMdd{"dd.MM."}
michael@0 208 Md{"d.M."}
michael@0 209 d{"d"}
michael@0 210 mmss{"mm:ss"}
michael@0 211 ms{"mm:ss"}
michael@0 212 y{"y"}
michael@0 213 yM{"y-M"}
michael@0 214 yMEd{"E, y-M-d"}
michael@0 215 yMM{"MM.y"}
michael@0 216 yMMM{"MMM y"}
michael@0 217 yMMMEd{"E, d. MMM y"}
michael@0 218 yMMMM{"MMMM y"}
michael@0 219 yMMdd{"dd.MM.y"}
michael@0 220 yQQQ{"QQQ y"}
michael@0 221 yQQQQ{"QQQQ y"}
michael@0 222 }
michael@0 223 dayNames{
michael@0 224 format{
michael@0 225 abbreviated{
michael@0 226 "du",
michael@0 227 "gli",
michael@0 228 "ma",
michael@0 229 "me",
michael@0 230 "gie",
michael@0 231 "ve",
michael@0 232 "so",
michael@0 233 }
michael@0 234 wide{
michael@0 235 "dumengia",
michael@0 236 "glindesdi",
michael@0 237 "mardi",
michael@0 238 "mesemna",
michael@0 239 "gievgia",
michael@0 240 "venderdi",
michael@0 241 "sonda",
michael@0 242 }
michael@0 243 }
michael@0 244 stand-alone{
michael@0 245 narrow{
michael@0 246 "D",
michael@0 247 "G",
michael@0 248 "M",
michael@0 249 "M",
michael@0 250 "G",
michael@0 251 "V",
michael@0 252 "S",
michael@0 253 }
michael@0 254 }
michael@0 255 }
michael@0 256 eras{
michael@0 257 abbreviated{
michael@0 258 "av. Cr.",
michael@0 259 "s. Cr.",
michael@0 260 }
michael@0 261 wide{
michael@0 262 "avant Cristus",
michael@0 263 "suenter Cristus",
michael@0 264 }
michael@0 265 }
michael@0 266 intervalFormats{
michael@0 267 M{
michael@0 268 M{"M.-M."}
michael@0 269 }
michael@0 270 MEd{
michael@0 271 M{"E, dd.MM. - E, dd.MM."}
michael@0 272 d{"E, dd.MM. - E, dd.MM."}
michael@0 273 }
michael@0 274 MMM{
michael@0 275 M{"MMM-MMM"}
michael@0 276 }
michael@0 277 MMMEd{
michael@0 278 M{"E, d. MMM - E, d. MMM"}
michael@0 279 d{"E, d. - E, d. MMM"}
michael@0 280 }
michael@0 281 MMMd{
michael@0 282 M{"d. MMM - d. MMM"}
michael@0 283 d{"d.-d. MMM"}
michael@0 284 }
michael@0 285 Md{
michael@0 286 M{"dd.MM. - dd.MM."}
michael@0 287 d{"dd.MM. - dd.MM."}
michael@0 288 }
michael@0 289 d{
michael@0 290 d{"d.-d."}
michael@0 291 }
michael@0 292 fallback{"{0} - {1}"}
michael@0 293 h{
michael@0 294 a{"HH-HH"}
michael@0 295 h{"HH-HH"}
michael@0 296 }
michael@0 297 hm{
michael@0 298 a{"HH:mm-HH:mm"}
michael@0 299 h{"HH:mm-HH:mm"}
michael@0 300 m{"HH:mm-HH:mm"}
michael@0 301 }
michael@0 302 hmv{
michael@0 303 a{"HH:mm-HH:mm v"}
michael@0 304 h{"HH:mm-HH:mm v"}
michael@0 305 m{"HH:mm-HH:mm v"}
michael@0 306 }
michael@0 307 hv{
michael@0 308 a{"HH-HH v"}
michael@0 309 h{"HH-HH v"}
michael@0 310 }
michael@0 311 y{
michael@0 312 y{"y-y"}
michael@0 313 }
michael@0 314 yM{
michael@0 315 M{"MM.y - MM.y"}
michael@0 316 y{"MM.y - MM.y"}
michael@0 317 }
michael@0 318 yMEd{
michael@0 319 M{"E, dd.MM.y - E, dd.MM.y"}
michael@0 320 d{"E, dd.MM.y - E, dd.MM.y"}
michael@0 321 y{"E, dd.MM.y - E, dd.MM.y"}
michael@0 322 }
michael@0 323 yMMM{
michael@0 324 M{"MMM-MMM y"}
michael@0 325 y{"MMM y - MMM y"}
michael@0 326 }
michael@0 327 yMMMEd{
michael@0 328 M{"E, d. MMM - E, d. MMM y"}
michael@0 329 d{"E, d. - E, d. MMM y"}
michael@0 330 y{"E, d. MMM y - E, d. MMM y"}
michael@0 331 }
michael@0 332 yMMMM{
michael@0 333 M{"MM – MM.y"}
michael@0 334 y{"MM.y – MM.y"}
michael@0 335 }
michael@0 336 yMMMd{
michael@0 337 M{"d. MMM - d. MMM y"}
michael@0 338 d{"d.-d. MMM y"}
michael@0 339 y{"d. MMM y - d. MMM y"}
michael@0 340 }
michael@0 341 yMd{
michael@0 342 M{"dd.MM.y - dd.MM.y"}
michael@0 343 d{"dd.MM.y - dd.MM.y"}
michael@0 344 y{"dd.MM.y - dd.MM.y"}
michael@0 345 }
michael@0 346 }
michael@0 347 monthNames{
michael@0 348 format{
michael@0 349 abbreviated{
michael@0 350 "schan.",
michael@0 351 "favr.",
michael@0 352 "mars",
michael@0 353 "avr.",
michael@0 354 "matg",
michael@0 355 "zercl.",
michael@0 356 "fan.",
michael@0 357 "avust",
michael@0 358 "sett.",
michael@0 359 "oct.",
michael@0 360 "nov.",
michael@0 361 "dec.",
michael@0 362 }
michael@0 363 wide{
michael@0 364 "schaner",
michael@0 365 "favrer",
michael@0 366 "mars",
michael@0 367 "avrigl",
michael@0 368 "matg",
michael@0 369 "zercladur",
michael@0 370 "fanadur",
michael@0 371 "avust",
michael@0 372 "settember",
michael@0 373 "october",
michael@0 374 "november",
michael@0 375 "december",
michael@0 376 }
michael@0 377 }
michael@0 378 stand-alone{
michael@0 379 narrow{
michael@0 380 "S",
michael@0 381 "F",
michael@0 382 "M",
michael@0 383 "A",
michael@0 384 "M",
michael@0 385 "Z",
michael@0 386 "F",
michael@0 387 "A",
michael@0 388 "S",
michael@0 389 "O",
michael@0 390 "N",
michael@0 391 "D",
michael@0 392 }
michael@0 393 }
michael@0 394 }
michael@0 395 quarters{
michael@0 396 format{
michael@0 397 wide{
michael@0 398 "1. quartal",
michael@0 399 "2. quartal",
michael@0 400 "3. quartal",
michael@0 401 "4. quartal",
michael@0 402 }
michael@0 403 }
michael@0 404 }
michael@0 405 }
michael@0 406 }
michael@0 407 delimiters{
michael@0 408 alternateQuotationEnd{"›"}
michael@0 409 alternateQuotationStart{"‹"}
michael@0 410 quotationEnd{"»"}
michael@0 411 quotationStart{"«"}
michael@0 412 }
michael@0 413 fields{
michael@0 414 day{
michael@0 415 dn{"Tag"}
michael@0 416 relative{
michael@0 417 "-1"{"ier"}
michael@0 418 "-2"{"stersas"}
michael@0 419 "0"{"oz"}
michael@0 420 "1"{"damaun"}
michael@0 421 "2"{"puschmaun"}
michael@0 422 }
michael@0 423 }
michael@0 424 dayperiod{
michael@0 425 dn{"mesadad dal di"}
michael@0 426 }
michael@0 427 era{
michael@0 428 dn{"epoca"}
michael@0 429 }
michael@0 430 hour{
michael@0 431 dn{"ura"}
michael@0 432 }
michael@0 433 minute{
michael@0 434 dn{"minuta"}
michael@0 435 }
michael@0 436 month{
michael@0 437 dn{"mais"}
michael@0 438 }
michael@0 439 second{
michael@0 440 dn{"secunda"}
michael@0 441 }
michael@0 442 week{
michael@0 443 dn{"emna"}
michael@0 444 }
michael@0 445 weekday{
michael@0 446 dn{"di da l'emna"}
michael@0 447 }
michael@0 448 year{
michael@0 449 dn{"onn"}
michael@0 450 }
michael@0 451 zone{
michael@0 452 dn{"zona d'urari"}
michael@0 453 }
michael@0 454 }
michael@0 455 measurementSystemNames{
michael@0 456 US{"unitads americans"}
michael@0 457 metric{"unitads metrics"}
michael@0 458 }
michael@0 459 units{
michael@0 460 duration{
michael@0 461 day{
michael@0 462 one{"{0} di"}
michael@0 463 other{"{0} dis"}
michael@0 464 }
michael@0 465 hour{
michael@0 466 one{"{0} ura"}
michael@0 467 other{"{0} uras"}
michael@0 468 }
michael@0 469 minute{
michael@0 470 one{"{0} minuta"}
michael@0 471 other{"{0} minutas"}
michael@0 472 }
michael@0 473 month{
michael@0 474 one{"{0} mais"}
michael@0 475 other{"{0} mais"}
michael@0 476 }
michael@0 477 second{
michael@0 478 one{"{0} secunda"}
michael@0 479 other{"{0} secundas"}
michael@0 480 }
michael@0 481 week{
michael@0 482 one{"{0} emna"}
michael@0 483 other{"{0} emnas"}
michael@0 484 }
michael@0 485 year{
michael@0 486 one{"{0} onn"}
michael@0 487 other{"{0} onns"}
michael@0 488 }
michael@0 489 }
michael@0 490 }
michael@0 491 unitsShort{
michael@0 492 duration{
michael@0 493 day{
michael@0 494 one{"{0} di"}
michael@0 495 other{"{0} dis"}
michael@0 496 }
michael@0 497 hour{
michael@0 498 one{"{0} ura"}
michael@0 499 other{"{0} uras"}
michael@0 500 }
michael@0 501 minute{
michael@0 502 one{"{0} min."}
michael@0 503 other{"{0} mins."}
michael@0 504 }
michael@0 505 month{
michael@0 506 one{"{0} mais"}
michael@0 507 other{"{0} mais"}
michael@0 508 }
michael@0 509 second{
michael@0 510 one{"{0} sec."}
michael@0 511 other{"{0} secs."}
michael@0 512 }
michael@0 513 week{
michael@0 514 one{"{0} emna"}
michael@0 515 other{"{0} emnas"}
michael@0 516 }
michael@0 517 year{
michael@0 518 one{"{0} onn"}
michael@0 519 other{"{0} onns"}
michael@0 520 }
michael@0 521 }
michael@0 522 }
michael@0 523 }

mercurial