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.

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

mercurial