intl/icu/source/data/locales/br.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
-rwxr-xr-x

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/br.xml
     7 // *
     8 // ***************************************************************************
     9 /**
    10  * ICU <specials> source: <path>/common/main/br.xml
    11  */
    12 br{
    13     AuxExemplarCharacters{"[á à ă â å ä ã ā æ c ç é è ĕ ë ē í ì ĭ î ï ī ó ò ŏ ô ö ø ō œ q ú ŭ û ü ū ÿ]"}
    14     ExemplarCharacters{"[a b {ch} {cʼh} d e ê f g h i j k l m n ñ o p r s t u ù v w x y z]"}
    15     ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P R S T U V W X Y Z]"}
    16     LocaleScript{
    17         "Latn",
    18     }
    19     NumberElements{
    20         latn{
    21             symbols{
    22                 decimal{","}
    23                 group{" "}
    24             }
    25         }
    26     }
    27     Version{"2.0.92.75"}
    28     calendar{
    29         gregorian{
    30             dayNames{
    31                 format{
    32                     abbreviated{
    33                         "sul",
    34                         "lun",
    35                         "meu.",
    36                         "mer.",
    37                         "yaou",
    38                         "gwe.",
    39                         "sad.",
    40                     }
    41                     narrow{
    42                         "su",
    43                         "lu",
    44                         "mz",
    45                         "mc",
    46                         "ya",
    47                         "gw",
    48                         "sa",
    49                     }
    50                     wide{
    51                         "Sul",
    52                         "Lun",
    53                         "Meurzh",
    54                         "Mercʼher",
    55                         "Yaou",
    56                         "Gwener",
    57                         "Sadorn",
    58                     }
    59                 }
    60                 stand-alone{
    61                     abbreviated{
    62                         "sul",
    63                         "lun",
    64                         "meu.",
    65                         "mer.",
    66                         "yaou",
    67                         "gwe.",
    68                         "sad.",
    69                     }
    70                     narrow{
    71                         "su",
    72                         "lu",
    73                         "mz",
    74                         "mc",
    75                         "ya",
    76                         "gw",
    77                         "sa",
    78                     }
    79                     wide{
    80                         "Sul",
    81                         "Lun",
    82                         "Meurzh",
    83                         "Mercʼher",
    84                         "Yaou",
    85                         "Gwener",
    86                         "Sadorn",
    87                     }
    88                 }
    89             }
    90             monthNames{
    91                 format{
    92                     abbreviated{
    93                         "Gen",
    94                         "Cʼhwe",
    95                         "Meur",
    96                         "Ebr",
    97                         "Mae",
    98                         "Mezh",
    99                         "Goue",
   100                         "Eost",
   101                         "Gwen",
   102                         "Here",
   103                         "Du",
   104                         "Ker",
   105                     }
   106                     wide{
   107                         "Genver",
   108                         "Cʼhwevrer",
   109                         "Meurzh",
   110                         "Ebrel",
   111                         "Mae",
   112                         "Mezheven",
   113                         "Gouere",
   114                         "Eost",
   115                         "Gwengolo",
   116                         "Here",
   117                         "Du",
   118                         "Kerzu",
   119                     }
   120                 }
   121                 stand-alone{
   122                     abbreviated{
   123                         "Gen",
   124                         "Cʼhwe",
   125                         "Meur",
   126                         "Ebr",
   127                         "Mae",
   128                         "Mezh",
   129                         "Goue",
   130                         "Eost",
   131                         "Gwen",
   132                         "Here",
   133                         "Du",
   134                         "Ker",
   135                     }
   136                     wide{
   137                         "Genver",
   138                         "Cʼhwevrer",
   139                         "Meurzh",
   140                         "Ebrel",
   141                         "Mae",
   142                         "Mezheven",
   143                         "Gouere",
   144                         "Eost",
   145                         "Gwengolo",
   146                         "Here",
   147                         "Du",
   148                         "Kerzu",
   149                     }
   150                 }
   151             }
   152         }
   153     }
   154     delimiters{
   155         alternateQuotationEnd{"›"}
   156         alternateQuotationStart{"‹"}
   157         quotationEnd{"»"}
   158         quotationStart{"«"}
   159     }
   160     fields{
   161         day{
   162             relative{
   163                 "-1"{"decʼh"}
   164                 "-2"{"dercʼhent-decʼh"}
   165                 "0"{"hiziv"}
   166                 "1"{"warcʼhoazh"}
   167             }
   168         }
   169         hour{
   170             dn{"eur"}
   171         }
   172         minute{
   173             dn{"munut"}
   174         }
   175         month{
   176             dn{"miz"}
   177         }
   178         second{
   179             dn{"eilenn"}
   180         }
   181         week{
   182             dn{"sizhun"}
   183         }
   184     }
   185     measurementSystemNames{
   186         UK{"RU"}
   187         US{"SU"}
   188         metric{"metrek"}
   189     }
   190 }

mercurial