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.

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

mercurial