intl/icu/source/data/locales/haw.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/haw.xml
michael@0 7 // *
michael@0 8 // ***************************************************************************
michael@0 9 /**
michael@0 10 * ICU <specials> source: <path>/common/main/haw.xml
michael@0 11 */
michael@0 12 haw{
michael@0 13 AuxExemplarCharacters{"[b c d f g j q r s t v x y z]"}
michael@0 14 ExemplarCharacters{"[a ā e ē i ī o ō u ū h k l m n p w ʻ]"}
michael@0 15 LocaleScript{
michael@0 16 "Latn",
michael@0 17 }
michael@0 18 NumberElements{
michael@0 19 latn{
michael@0 20 patterns{
michael@0 21 accountingFormat{"¤#,##0.00;(¤#,##0.00)"}
michael@0 22 currencyFormat{"¤#,##0.00"}
michael@0 23 }
michael@0 24 }
michael@0 25 }
michael@0 26 Version{"2.0.93.15"}
michael@0 27 calendar{
michael@0 28 gregorian{
michael@0 29 dayNames{
michael@0 30 format{
michael@0 31 abbreviated{
michael@0 32 "LP",
michael@0 33 "P1",
michael@0 34 "P2",
michael@0 35 "P3",
michael@0 36 "P4",
michael@0 37 "P5",
michael@0 38 "P6",
michael@0 39 }
michael@0 40 wide{
michael@0 41 "Lāpule",
michael@0 42 "Poʻakahi",
michael@0 43 "Poʻalua",
michael@0 44 "Poʻakolu",
michael@0 45 "Poʻahā",
michael@0 46 "Poʻalima",
michael@0 47 "Poʻaono",
michael@0 48 }
michael@0 49 }
michael@0 50 }
michael@0 51 monthNames{
michael@0 52 format{
michael@0 53 abbreviated{
michael@0 54 "Ian.",
michael@0 55 "Pep.",
michael@0 56 "Mal.",
michael@0 57 "ʻAp.",
michael@0 58 "Mei",
michael@0 59 "Iun.",
michael@0 60 "Iul.",
michael@0 61 "ʻAu.",
michael@0 62 "Kep.",
michael@0 63 "ʻOk.",
michael@0 64 "Now.",
michael@0 65 "Kek.",
michael@0 66 }
michael@0 67 wide{
michael@0 68 "Ianuali",
michael@0 69 "Pepeluali",
michael@0 70 "Malaki",
michael@0 71 "ʻApelila",
michael@0 72 "Mei",
michael@0 73 "Iune",
michael@0 74 "Iulai",
michael@0 75 "ʻAukake",
michael@0 76 "Kepakemapa",
michael@0 77 "ʻOkakopa",
michael@0 78 "Nowemapa",
michael@0 79 "Kekemapa",
michael@0 80 }
michael@0 81 }
michael@0 82 }
michael@0 83 }
michael@0 84 }
michael@0 85 measurementSystemNames{
michael@0 86 US{"ʻAmelika Hui Pū ʻIa"}
michael@0 87 metric{"Mekalika"}
michael@0 88 }
michael@0 89 units{
michael@0 90 duration{
michael@0 91 day{
michael@0 92 one{"{0} lā"}
michael@0 93 other{"{0} lā"}
michael@0 94 }
michael@0 95 hour{
michael@0 96 one{"{0} hola"}
michael@0 97 other{"{0} hola"}
michael@0 98 }
michael@0 99 minute{
michael@0 100 one{"{0} minuke"}
michael@0 101 other{"{0} minuke"}
michael@0 102 }
michael@0 103 month{
michael@0 104 one{"{0} mahina"}
michael@0 105 other{"{0} mahina"}
michael@0 106 }
michael@0 107 second{
michael@0 108 one{"{0} kekona"}
michael@0 109 other{"{0} kekona"}
michael@0 110 }
michael@0 111 week{
michael@0 112 one{"{0} pule"}
michael@0 113 other{"{0} pule"}
michael@0 114 }
michael@0 115 year{
michael@0 116 one{"{0} makahiki"}
michael@0 117 other{"{0} makahiki"}
michael@0 118 }
michael@0 119 }
michael@0 120 }
michael@0 121 }

mercurial