intl/icu/source/data/locales/ar_PS.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/ar_PS.xml
     7 // *
     8 // ***************************************************************************
     9 ar_PS{
    10     NumberElements{
    11         latn{
    12             patternsLong{
    13                 decimalFormat{
    14                     1000000000{
    15                         few{"0 بليون"}
    16                         many{"0 بليون"}
    17                         one{"0 بليون"}
    18                         other{"0 بليون"}
    19                         two{"0 بليون"}
    20                         zero{"0 بليون"}
    21                     }
    22                 }
    23             }
    24             patternsShort{
    25                 decimalFormat{
    26                     1000000000{
    27                         few{"0 بليون"}
    28                         many{"0 بليون"}
    29                         one{"0 بليون"}
    30                         other{"0 بليون"}
    31                         two{"0 بليون"}
    32                         zero{"0 بليون"}
    33                     }
    34                 }
    35             }
    36         }
    37     }
    38     Version{"2.0.90.61"}
    39     calendar{
    40         gregorian{
    41             monthNames{
    42                 format{
    43                     abbreviated{
    44                         "كانون الثاني",
    45                         "شباط",
    46                         "آذار",
    47                         "نيسان",
    48                         "أيار",
    49                         "حزيران",
    50                         "تموز",
    51                         "آب",
    52                         "أيلول",
    53                         "تشرين الأول",
    54                         "تشرين الثاني",
    55                         "كانون الأول",
    56                     }
    57                     narrow{
    58                         "ك",
    59                         "ش",
    60                         "آ",
    61                         "ن",
    62                         "أ",
    63                         "ح",
    64                         "ت",
    65                         "آ",
    66                         "أ",
    67                         "ت",
    68                         "ت",
    69                         "ك",
    70                     }
    71                     wide{
    72                         "كانون الثاني",
    73                         "شباط",
    74                         "آذار",
    75                         "نيسان",
    76                         "أيار",
    77                         "حزيران",
    78                         "تموز",
    79                         "آب",
    80                         "أيلول",
    81                         "تشرين الأول",
    82                         "تشرين الثاني",
    83                         "كانون الأول",
    84                     }
    85                 }
    86                 stand-alone{
    87                     abbreviated{
    88                         "كانون الثاني",
    89                         "شباط",
    90                         "آذار",
    91                         "نيسان",
    92                         "أيار",
    93                         "حزيران",
    94                         "تموز",
    95                         "آب",
    96                         "أيلول",
    97                         "تشرين الأول",
    98                         "تشرين الثاني",
    99                         "كانون الأول",
   100                     }
   101                     narrow{
   102                         "ك",
   103                         "ش",
   104                         "آ",
   105                         "ن",
   106                         "أ",
   107                         "ح",
   108                         "ت",
   109                         "آ",
   110                         "أ",
   111                         "ت",
   112                         "ت",
   113                         "ك",
   114                     }
   115                     wide{
   116                         "كانون الثاني",
   117                         "شباط",
   118                         "آذار",
   119                         "نيسان",
   120                         "أيار",
   121                         "حزيران",
   122                         "تموز",
   123                         "آب",
   124                         "أيلول",
   125                         "تشرين الأول",
   126                         "تشرين الثاني",
   127                         "كانون الأول",
   128                     }
   129                 }
   130             }
   131         }
   132     }
   133 }

mercurial