intl/icu/source/data/locales/rw.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/rw.xml
     7 // *
     8 // ***************************************************************************
     9 /**
    10  * ICU <specials> source: <path>/common/main/rw.xml
    11  */
    12 rw{
    13     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]"}
    14     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]"}
    15     LocaleScript{
    16         "Latn",
    17     }
    18     NumberElements{
    19         latn{
    20             symbols{
    21                 decimal{","}
    22                 group{"."}
    23             }
    24         }
    25     }
    26     Version{"2.0.90.61"}
    27     calendar{
    28         generic{
    29             DateTimePatterns{
    30                 "HH:mm:ss zzzz",
    31                 "HH:mm:ss z",
    32                 "HH:mm:ss",
    33                 "HH:mm",
    34                 "EEEE, G y MMMM dd",
    35                 "G y MMMM d",
    36                 "G y MMM d",
    37                 "GGGGG yy/MM/dd",
    38                 "{1} {0}",
    39                 "{1} {0}",
    40                 "{1} {0}",
    41                 "{1} {0}",
    42                 "{1} {0}",
    43             }
    44         }
    45         gregorian{
    46             DateTimePatterns{
    47                 "HH:mm:ss zzzz",
    48                 "HH:mm:ss z",
    49                 "HH:mm:ss",
    50                 "HH:mm",
    51                 "EEEE, y MMMM dd",
    52                 "y MMMM d",
    53                 "y MMM d",
    54                 "yy/MM/dd",
    55                 "{1} {0}",
    56                 "{1} {0}",
    57                 "{1} {0}",
    58                 "{1} {0}",
    59                 "{1} {0}",
    60             }
    61             dayNames{
    62                 format{
    63                     abbreviated{
    64                         "cyu.",
    65                         "mbe.",
    66                         "kab.",
    67                         "gtu.",
    68                         "kan.",
    69                         "gnu.",
    70                         "gnd.",
    71                     }
    72                     wide{
    73                         "Ku cyumweru",
    74                         "Kuwa mbere",
    75                         "Kuwa kabiri",
    76                         "Kuwa gatatu",
    77                         "Kuwa kane",
    78                         "Kuwa gatanu",
    79                         "Kuwa gatandatu",
    80                     }
    81                 }
    82             }
    83             monthNames{
    84                 format{
    85                     abbreviated{
    86                         "mut.",
    87                         "gas.",
    88                         "wer.",
    89                         "mat.",
    90                         "gic.",
    91                         "kam.",
    92                         "nya.",
    93                         "kan.",
    94                         "nze.",
    95                         "ukw.",
    96                         "ugu.",
    97                         "uku.",
    98                     }
    99                     wide{
   100                         "Mutarama",
   101                         "Gashyantare",
   102                         "Werurwe",
   103                         "Mata",
   104                         "Gicuransi",
   105                         "Kamena",
   106                         "Nyakanga",
   107                         "Kanama",
   108                         "Nzeli",
   109                         "Ukwakira",
   110                         "Ugushyingo",
   111                         "Ukuboza",
   112                     }
   113                 }
   114             }
   115             quarters{
   116                 format{
   117                     abbreviated{
   118                         "I1",
   119                         "I2",
   120                         "I3",
   121                         "I4",
   122                     }
   123                     wide{
   124                         "igihembwe cya mbere",
   125                         "igihembwe cya kabiri",
   126                         "igihembwe cya gatatu",
   127                         "igihembwe cya kane",
   128                     }
   129                 }
   130             }
   131         }
   132     }
   133     delimiters{
   134         alternateQuotationEnd{"’"}
   135         alternateQuotationStart{"‘"}
   136         quotationEnd{"»"}
   137         quotationStart{"«"}
   138     }
   139 }

mercurial