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.
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/es_419.xml
7 // *
8 // ***************************************************************************
9 es_419{
10 NumberElements{
11 latn{
12 patterns{
13 currencyFormat{"¤#,##0.00"}
14 }
15 patternsShort{
16 decimalFormat{
17 1000{
18 one{"0"}
19 other{"0"}
20 }
21 10000{
22 one{"00k"}
23 other{"00k"}
24 }
25 100000{
26 one{"000k"}
27 other{"000k"}
28 }
29 1000000{
30 one{"0 M"}
31 other{"0 M"}
32 }
33 10000000{
34 one{"00 M"}
35 other{"00 M"}
36 }
37 100000000{
38 one{"000 M"}
39 other{"000 M"}
40 }
41 1000000000{
42 one{"0k M"}
43 other{"0k M"}
44 }
45 10000000000{
46 one{"00k M"}
47 other{"00k M"}
48 }
49 100000000000{
50 one{"000k M"}
51 other{"000k M"}
52 }
53 1000000000000{
54 one{"0 B"}
55 other{"0 B"}
56 }
57 10000000000000{
58 one{"00 B"}
59 other{"00 B"}
60 }
61 100000000000000{
62 one{"000 B"}
63 other{"000 B"}
64 }
65 }
66 }
67 symbols{
68 decimal{"."}
69 group{","}
70 }
71 }
72 }
73 Version{"2.0.92.87"}
74 calendar{
75 generic{
76 availableFormats{
77 yMEd{"E d/M/y G"}
78 }
79 }
80 gregorian{
81 availableFormats{
82 yMEd{"E d/M/y"}
83 }
84 quarters{
85 format{
86 narrow{
87 "1",
88 "2",
89 "3",
90 "4",
91 }
92 }
93 }
94 }
95 }
96 fields{
97 day{
98 relativeTime{
99 future{
100 one{"En {0} día"}
101 other{"En {0} días"}
102 }
103 }
104 }
105 hour{
106 relativeTime{
107 future{
108 one{"En {0} hora"}
109 other{"En {0} horas"}
110 }
111 }
112 }
113 minute{
114 relativeTime{
115 future{
116 one{"En {0} minuto"}
117 other{"En {0} minutos"}
118 }
119 }
120 }
121 month{
122 relative{
123 "-1"{"El mes pasado"}
124 "0"{"Este mes"}
125 "1"{"Mes próximo"}
126 }
127 relativeTime{
128 future{
129 one{"En {0} mes"}
130 other{"En {0} meses"}
131 }
132 }
133 }
134 second{
135 relativeTime{
136 future{
137 one{"En {0} segundo"}
138 other{"En {0} segundos"}
139 }
140 }
141 }
142 week{
143 relative{
144 "-1"{"Semana pasada"}
145 "0"{"Esta semana"}
146 "1"{"Próxima semana"}
147 }
148 relativeTime{
149 future{
150 one{"En {0} semana"}
151 other{"En {0} semanas"}
152 }
153 }
154 }
155 year{
156 relative{
157 "-1"{"Año pasado"}
158 "0"{"Este año"}
159 "1"{"Año próximo"}
160 }
161 relativeTime{
162 future{
163 one{"En {0} año"}
164 other{"En {0} años"}
165 }
166 }
167 }
168 }
169 measurementSystemNames{
170 UK{"Reino Unido"}
171 }
172 transformNames{
173 Numeric{"Numéricas"}
174 }
175 }