intl/icu/source/data/locales/ar_TN.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.

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_TN.xml
michael@0 7 // *
michael@0 8 // ***************************************************************************
michael@0 9 ar_TN{
michael@0 10 NumberElements{
michael@0 11 default{"latn"}
michael@0 12 latn{
michael@0 13 patterns{
michael@0 14 currencyFormat{"¤#0.00"}
michael@0 15 }
michael@0 16 symbols{
michael@0 17 decimal{","}
michael@0 18 group{"."}
michael@0 19 }
michael@0 20 }
michael@0 21 }
michael@0 22 Version{"2.0.92.87"}
michael@0 23 calendar{
michael@0 24 generic{
michael@0 25 DateTimePatterns{
michael@0 26 "h:mm:ss a zzzz",
michael@0 27 "h:mm:ss a z",
michael@0 28 "h:mm:ss a",
michael@0 29 "h:mm a",
michael@0 30 "EEEE، d MMMM، y G",
michael@0 31 "d MMMM، y G",
michael@0 32 "G y/MM/dd",
michael@0 33 "GGGGG y/M/d",
michael@0 34 "{1} {0}",
michael@0 35 "{1} {0}",
michael@0 36 "{1} {0}",
michael@0 37 "{1} {0}",
michael@0 38 "{1} {0}",
michael@0 39 }
michael@0 40 availableFormats{
michael@0 41 MMdd{"MM/dd"}
michael@0 42 Md{"M/d"}
michael@0 43 yyyyM{"G y/M"}
michael@0 44 yyyyMM{"G y/MM"}
michael@0 45 }
michael@0 46 intervalFormats{
michael@0 47 M{
michael@0 48 M{"M‏-M"}
michael@0 49 }
michael@0 50 MMMd{
michael@0 51 d{"d‏-d MMM"}
michael@0 52 }
michael@0 53 d{
michael@0 54 d{"d‏-d"}
michael@0 55 }
michael@0 56 y{
michael@0 57 y{"G y‏-y"}
michael@0 58 }
michael@0 59 yMMMd{
michael@0 60 d{"d‏-d MMM، y G"}
michael@0 61 }
michael@0 62 }
michael@0 63 }
michael@0 64 gregorian{
michael@0 65 DateTimePatterns{
michael@0 66 "h:mm:ss a zzzz",
michael@0 67 "h:mm:ss a z",
michael@0 68 "h:mm:ss a",
michael@0 69 "h:mm a",
michael@0 70 "EEEE، d MMMM، y",
michael@0 71 "d MMMM، y",
michael@0 72 "y/MM/dd",
michael@0 73 "y/M/d",
michael@0 74 "{1} {0}",
michael@0 75 "{1} {0}",
michael@0 76 "{1} {0}",
michael@0 77 "{1} {0}",
michael@0 78 "{1} {0}",
michael@0 79 }
michael@0 80 availableFormats{
michael@0 81 MMdd{"MM/dd"}
michael@0 82 Md{"M/d"}
michael@0 83 yM{"y/M"}
michael@0 84 yMM{"y/MM"}
michael@0 85 }
michael@0 86 intervalFormats{
michael@0 87 M{
michael@0 88 M{"M‏-M"}
michael@0 89 }
michael@0 90 MMMd{
michael@0 91 d{"d‏-d MMM"}
michael@0 92 }
michael@0 93 d{
michael@0 94 d{"d‏-d"}
michael@0 95 }
michael@0 96 y{
michael@0 97 y{"y‏-y"}
michael@0 98 }
michael@0 99 yMMMd{
michael@0 100 d{"d‏-d MMM، y"}
michael@0 101 }
michael@0 102 }
michael@0 103 monthNames{
michael@0 104 format{
michael@0 105 abbreviated{
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 "أكتوبر",
michael@0 116 "نوفمبر",
michael@0 117 "ديسمبر",
michael@0 118 }
michael@0 119 narrow{
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 wide{
michael@0 134 "جانفي",
michael@0 135 "فيفري",
michael@0 136 "مارس",
michael@0 137 "أفريل",
michael@0 138 "ماي",
michael@0 139 "جوان",
michael@0 140 "جويلية",
michael@0 141 "أوت",
michael@0 142 "سبتمبر",
michael@0 143 "أكتوبر",
michael@0 144 "نوفمبر",
michael@0 145 "ديسمبر",
michael@0 146 }
michael@0 147 }
michael@0 148 stand-alone{
michael@0 149 abbreviated{
michael@0 150 "جانفي",
michael@0 151 "فيفري",
michael@0 152 "مارس",
michael@0 153 "أفريل",
michael@0 154 "ماي",
michael@0 155 "جوان",
michael@0 156 "جويلية",
michael@0 157 "أوت",
michael@0 158 "سبتمبر",
michael@0 159 "أكتوبر",
michael@0 160 "نوفمبر",
michael@0 161 "ديسمبر",
michael@0 162 }
michael@0 163 narrow{
michael@0 164 "ج",
michael@0 165 "ف",
michael@0 166 "م",
michael@0 167 "أ",
michael@0 168 "م",
michael@0 169 "ج",
michael@0 170 "ج",
michael@0 171 "أ",
michael@0 172 "س",
michael@0 173 "أ",
michael@0 174 "ن",
michael@0 175 "د",
michael@0 176 }
michael@0 177 wide{
michael@0 178 "جانفي",
michael@0 179 "فيفري",
michael@0 180 "مارس",
michael@0 181 "أفريل",
michael@0 182 "ماي",
michael@0 183 "جوان",
michael@0 184 "جويلية",
michael@0 185 "أوت",
michael@0 186 "سبتمبر",
michael@0 187 "أكتوبر",
michael@0 188 "نوفمبر",
michael@0 189 "ديسمبر",
michael@0 190 }
michael@0 191 }
michael@0 192 }
michael@0 193 }
michael@0 194 }
michael@0 195 }

mercurial