Sat, 03 Jan 2015 20:18:00 +0100
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/fr_CA.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | fr_CA{ |
michael@0 | 10 | Version{"2.0.92.80"} |
michael@0 | 11 | calendar{ |
michael@0 | 12 | generic{ |
michael@0 | 13 | DateTimePatterns{ |
michael@0 | 14 | "HH 'h' mm 'min' ss 's' zzzz", |
michael@0 | 15 | "HH:mm:ss z", |
michael@0 | 16 | "HH:mm:ss", |
michael@0 | 17 | "HH:mm", |
michael@0 | 18 | "EEEE d MMMM y G", |
michael@0 | 19 | "d MMMM y G", |
michael@0 | 20 | "G y-MM-dd", |
michael@0 | 21 | "GGGGG yy-MM-dd", |
michael@0 | 22 | "{1} {0}", |
michael@0 | 23 | "{1} 'à' {0}", |
michael@0 | 24 | "{1} 'à' {0}", |
michael@0 | 25 | "{1} {0}", |
michael@0 | 26 | "{1} {0}", |
michael@0 | 27 | } |
michael@0 | 28 | availableFormats{ |
michael@0 | 29 | MEd{"E M-d"} |
michael@0 | 30 | MMd{"MM-d"} |
michael@0 | 31 | MMdd{"MM-dd"} |
michael@0 | 32 | Md{"M-d"} |
michael@0 | 33 | yyyyM{"G y-MM"} |
michael@0 | 34 | yyyyMEd{"E G y-MM-dd"} |
michael@0 | 35 | yyyyMM{"G y-MM"} |
michael@0 | 36 | yyyyMd{"G y-MM-dd"} |
michael@0 | 37 | } |
michael@0 | 38 | intervalFormats{ |
michael@0 | 39 | H{ |
michael@0 | 40 | H{"HH–HH"} |
michael@0 | 41 | } |
michael@0 | 42 | Hm{ |
michael@0 | 43 | H{"HH:mm–HH:mm"} |
michael@0 | 44 | m{"HH:mm–HH:mm"} |
michael@0 | 45 | } |
michael@0 | 46 | Hmv{ |
michael@0 | 47 | H{"HH:mm–HH:mm v"} |
michael@0 | 48 | m{"HH:mm–HH:mm v"} |
michael@0 | 49 | } |
michael@0 | 50 | Hv{ |
michael@0 | 51 | H{"HH–HH v"} |
michael@0 | 52 | } |
michael@0 | 53 | MEd{ |
michael@0 | 54 | M{"E MM-dd – E MM-dd"} |
michael@0 | 55 | d{"E MM-dd – E MM-dd"} |
michael@0 | 56 | } |
michael@0 | 57 | Md{ |
michael@0 | 58 | M{"MM-dd – MM-dd"} |
michael@0 | 59 | d{"MM-dd – MM-dd"} |
michael@0 | 60 | } |
michael@0 | 61 | d{ |
michael@0 | 62 | d{"d–d"} |
michael@0 | 63 | } |
michael@0 | 64 | h{ |
michael@0 | 65 | h{"h–h a"} |
michael@0 | 66 | } |
michael@0 | 67 | hm{ |
michael@0 | 68 | h{"h:mm–h:mm a"} |
michael@0 | 69 | m{"h:mm–h:mm a"} |
michael@0 | 70 | } |
michael@0 | 71 | hmv{ |
michael@0 | 72 | h{"h:mm–h:mm a v"} |
michael@0 | 73 | m{"h:mm–h:mm a v"} |
michael@0 | 74 | } |
michael@0 | 75 | hv{ |
michael@0 | 76 | h{"h–h a v"} |
michael@0 | 77 | } |
michael@0 | 78 | y{ |
michael@0 | 79 | y{"G y–y"} |
michael@0 | 80 | } |
michael@0 | 81 | yM{ |
michael@0 | 82 | M{"G y-MM – y-MM"} |
michael@0 | 83 | y{"G y-MM – y-MM"} |
michael@0 | 84 | } |
michael@0 | 85 | yMEd{ |
michael@0 | 86 | M{"'du' E y-MM-dd 'au' E y-MM-dd G"} |
michael@0 | 87 | d{"'du' E y-MM-dd 'au' E y-MM-dd G"} |
michael@0 | 88 | y{"'du' E y-MM-dd 'au' E y-MM-dd G"} |
michael@0 | 89 | } |
michael@0 | 90 | yMMM{ |
michael@0 | 91 | y{"'de' MMM y 'à' MMM y G"} |
michael@0 | 92 | } |
michael@0 | 93 | yMMMEd{ |
michael@0 | 94 | M{"'du' E d MMM 'au' E d MMM y G"} |
michael@0 | 95 | d{"'du' E d 'au' E d MMM y G"} |
michael@0 | 96 | y{"'du' E d MMM y 'au' E d MMM y G"} |
michael@0 | 97 | } |
michael@0 | 98 | yMMMM{ |
michael@0 | 99 | M{"MMMM – MMMM y G"} |
michael@0 | 100 | } |
michael@0 | 101 | yMMMd{ |
michael@0 | 102 | M{"'du' d MMM 'au' d MMM y G"} |
michael@0 | 103 | y{"'du' d MMM y 'au' d MMM y G"} |
michael@0 | 104 | } |
michael@0 | 105 | yMd{ |
michael@0 | 106 | M{"G y-MM-dd – y-MM-dd"} |
michael@0 | 107 | d{"G y-MM-dd – y-MM-dd"} |
michael@0 | 108 | y{"G y-MM-dd – y-MM-dd"} |
michael@0 | 109 | } |
michael@0 | 110 | } |
michael@0 | 111 | } |
michael@0 | 112 | gregorian{ |
michael@0 | 113 | DateTimePatterns{ |
michael@0 | 114 | "HH 'h' mm 'min' ss 's' zzzz", |
michael@0 | 115 | "HH:mm:ss z", |
michael@0 | 116 | "HH:mm:ss", |
michael@0 | 117 | "HH:mm", |
michael@0 | 118 | "EEEE d MMMM y", |
michael@0 | 119 | "d MMMM y", |
michael@0 | 120 | "y-MM-dd", |
michael@0 | 121 | "yy-MM-dd", |
michael@0 | 122 | "{1} {0}", |
michael@0 | 123 | "{1} {0}", |
michael@0 | 124 | "{1} {0}", |
michael@0 | 125 | "{1} {0}", |
michael@0 | 126 | "{1} {0}", |
michael@0 | 127 | } |
michael@0 | 128 | availableFormats{ |
michael@0 | 129 | MEd{"E M-d"} |
michael@0 | 130 | MMd{"MM-d"} |
michael@0 | 131 | MMdd{"MM-dd"} |
michael@0 | 132 | Md{"M-d"} |
michael@0 | 133 | yM{"y-MM"} |
michael@0 | 134 | yMEd{"E y-MM-dd"} |
michael@0 | 135 | yMM{"y-MM"} |
michael@0 | 136 | yMd{"y-MM-dd"} |
michael@0 | 137 | } |
michael@0 | 138 | intervalFormats{ |
michael@0 | 139 | H{ |
michael@0 | 140 | H{"HH–HH"} |
michael@0 | 141 | } |
michael@0 | 142 | Hm{ |
michael@0 | 143 | H{"HH:mm–HH:mm"} |
michael@0 | 144 | m{"HH:mm–HH:mm"} |
michael@0 | 145 | } |
michael@0 | 146 | Hmv{ |
michael@0 | 147 | H{"HH:mm–HH:mm v"} |
michael@0 | 148 | m{"HH:mm–HH:mm v"} |
michael@0 | 149 | } |
michael@0 | 150 | Hv{ |
michael@0 | 151 | H{"HH–HH v"} |
michael@0 | 152 | } |
michael@0 | 153 | MEd{ |
michael@0 | 154 | M{"E MM-dd – E MM-dd"} |
michael@0 | 155 | d{"E MM-dd – E MM-dd"} |
michael@0 | 156 | } |
michael@0 | 157 | Md{ |
michael@0 | 158 | M{"MM-dd – MM-dd"} |
michael@0 | 159 | d{"MM-dd – MM-dd"} |
michael@0 | 160 | } |
michael@0 | 161 | d{ |
michael@0 | 162 | d{"d–d"} |
michael@0 | 163 | } |
michael@0 | 164 | h{ |
michael@0 | 165 | h{"h–h a"} |
michael@0 | 166 | } |
michael@0 | 167 | hm{ |
michael@0 | 168 | h{"h:mm–h:mm a"} |
michael@0 | 169 | m{"h:mm–h:mm a"} |
michael@0 | 170 | } |
michael@0 | 171 | hmv{ |
michael@0 | 172 | h{"h:mm–h:mm a v"} |
michael@0 | 173 | m{"h:mm–h:mm a v"} |
michael@0 | 174 | } |
michael@0 | 175 | hv{ |
michael@0 | 176 | h{"h–h a v"} |
michael@0 | 177 | } |
michael@0 | 178 | yM{ |
michael@0 | 179 | M{"y-MM – y-MM"} |
michael@0 | 180 | y{"y-MM – y-MM"} |
michael@0 | 181 | } |
michael@0 | 182 | yMEd{ |
michael@0 | 183 | M{"'du' E y-MM-dd 'au' E y-MM-dd"} |
michael@0 | 184 | d{"'du' E y-MM-dd 'au' E y-MM-dd"} |
michael@0 | 185 | y{"'du' E y-MM-dd 'au' E y-MM-dd"} |
michael@0 | 186 | } |
michael@0 | 187 | yMMM{ |
michael@0 | 188 | y{"'de' MMM y 'à' MMM y"} |
michael@0 | 189 | } |
michael@0 | 190 | yMMMEd{ |
michael@0 | 191 | M{"'du' E d MMM 'au' E d MMM y"} |
michael@0 | 192 | d{"'du' E d 'au' E d MMM y"} |
michael@0 | 193 | y{"'du' E d MMM y 'au' E d MMM y"} |
michael@0 | 194 | } |
michael@0 | 195 | yMMMd{ |
michael@0 | 196 | M{"'du' d MMM 'au' d MMM y"} |
michael@0 | 197 | y{"'du' d MMM y 'au' d MMM y"} |
michael@0 | 198 | } |
michael@0 | 199 | yMd{ |
michael@0 | 200 | M{"y-MM-dd – y-MM-dd"} |
michael@0 | 201 | d{"y-MM-dd – y-MM-dd"} |
michael@0 | 202 | y{"y-MM-dd – y-MM-dd"} |
michael@0 | 203 | } |
michael@0 | 204 | } |
michael@0 | 205 | } |
michael@0 | 206 | } |
michael@0 | 207 | delimiters{ |
michael@0 | 208 | alternateQuotationEnd{"›"} |
michael@0 | 209 | alternateQuotationStart{"‹"} |
michael@0 | 210 | } |
michael@0 | 211 | fields{ |
michael@0 | 212 | day{ |
michael@0 | 213 | relativeTime{ |
michael@0 | 214 | future{ |
michael@0 | 215 | one{"Dans {0} jour"} |
michael@0 | 216 | other{"Dans {0} jours"} |
michael@0 | 217 | } |
michael@0 | 218 | past{ |
michael@0 | 219 | one{"Il y a {0} jour"} |
michael@0 | 220 | other{"Il y a {0} jours"} |
michael@0 | 221 | } |
michael@0 | 222 | } |
michael@0 | 223 | } |
michael@0 | 224 | hour{ |
michael@0 | 225 | relativeTime{ |
michael@0 | 226 | future{ |
michael@0 | 227 | one{"Dans {0} heure"} |
michael@0 | 228 | other{"Dans {0} heures"} |
michael@0 | 229 | } |
michael@0 | 230 | past{ |
michael@0 | 231 | one{"Il y a {0} heure"} |
michael@0 | 232 | other{"Il y a {0} heures"} |
michael@0 | 233 | } |
michael@0 | 234 | } |
michael@0 | 235 | } |
michael@0 | 236 | minute{ |
michael@0 | 237 | relativeTime{ |
michael@0 | 238 | future{ |
michael@0 | 239 | one{"Dans {0} minute"} |
michael@0 | 240 | other{"Dans {0} minutes"} |
michael@0 | 241 | } |
michael@0 | 242 | past{ |
michael@0 | 243 | one{"Il y a {0} minute"} |
michael@0 | 244 | other{"Il y a {0} minutes"} |
michael@0 | 245 | } |
michael@0 | 246 | } |
michael@0 | 247 | } |
michael@0 | 248 | month{ |
michael@0 | 249 | relative{ |
michael@0 | 250 | "-1"{"Le mois dernier"} |
michael@0 | 251 | "0"{"Ce mois-ci"} |
michael@0 | 252 | "1"{"Le mois prochain"} |
michael@0 | 253 | } |
michael@0 | 254 | relativeTime{ |
michael@0 | 255 | future{ |
michael@0 | 256 | one{"Dans {0} mois"} |
michael@0 | 257 | other{"Dans {0} mois"} |
michael@0 | 258 | } |
michael@0 | 259 | past{ |
michael@0 | 260 | one{"Il y a {0} mois"} |
michael@0 | 261 | other{"Il y a {0} mois"} |
michael@0 | 262 | } |
michael@0 | 263 | } |
michael@0 | 264 | } |
michael@0 | 265 | second{ |
michael@0 | 266 | relativeTime{ |
michael@0 | 267 | future{ |
michael@0 | 268 | one{"Dans {0} seconde"} |
michael@0 | 269 | other{"Dans {0} secondes"} |
michael@0 | 270 | } |
michael@0 | 271 | past{ |
michael@0 | 272 | one{"Il y a {0} seconde"} |
michael@0 | 273 | other{"Il y a {0} secondes"} |
michael@0 | 274 | } |
michael@0 | 275 | } |
michael@0 | 276 | } |
michael@0 | 277 | week{ |
michael@0 | 278 | relative{ |
michael@0 | 279 | "-1"{"La semaine dernière"} |
michael@0 | 280 | "0"{"Cette semaine"} |
michael@0 | 281 | "1"{"La semaine prochaine"} |
michael@0 | 282 | } |
michael@0 | 283 | relativeTime{ |
michael@0 | 284 | future{ |
michael@0 | 285 | one{"Dans {0} semaine"} |
michael@0 | 286 | other{"Dans {0} semaines"} |
michael@0 | 287 | } |
michael@0 | 288 | past{ |
michael@0 | 289 | one{"Il y a {0} semaine"} |
michael@0 | 290 | other{"Il y a {0} semaines"} |
michael@0 | 291 | } |
michael@0 | 292 | } |
michael@0 | 293 | } |
michael@0 | 294 | year{ |
michael@0 | 295 | relative{ |
michael@0 | 296 | "-1"{"L'année dernière"} |
michael@0 | 297 | "0"{"Cette année"} |
michael@0 | 298 | "1"{"L'année prochaine"} |
michael@0 | 299 | } |
michael@0 | 300 | relativeTime{ |
michael@0 | 301 | future{ |
michael@0 | 302 | one{"Dans {0} an"} |
michael@0 | 303 | other{"Dans {0} ans"} |
michael@0 | 304 | } |
michael@0 | 305 | past{ |
michael@0 | 306 | one{"Il y a {0} an"} |
michael@0 | 307 | other{"Il y a {0} ans"} |
michael@0 | 308 | } |
michael@0 | 309 | } |
michael@0 | 310 | } |
michael@0 | 311 | } |
michael@0 | 312 | measurementSystemNames{ |
michael@0 | 313 | UK{"R-U"} |
michael@0 | 314 | } |
michael@0 | 315 | transformNames{ |
michael@0 | 316 | Numeric{"Chiffres"} |
michael@0 | 317 | x-Fullwidth{"Pleine largeur"} |
michael@0 | 318 | x-Halfwidth{"Demie largeur"} |
michael@0 | 319 | x-Publishing{"Édition"} |
michael@0 | 320 | } |
michael@0 | 321 | } |