Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Side by Side Diff: components/error_page_strings.grdp

Issue 1583693005: Update network error interstitial strings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add heading dictionary Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_ERRORPAGE_NET_BUTTON_DETAILS" desc="Label for the button th at expands the details on a net error page"> 4 <message name="IDS_ERRORPAGE_NET_BUTTON_DETAILS" desc="Label for the button th at expands the details on a net error page">
5 Details 5 Details
6 </message> 6 </message>
7 <message name="IDS_ERRORPAGE_NET_BUTTON_HIDE_DETAILS" desc="Label for the butt on that hides the details on a net error page"> 7 <message name="IDS_ERRORPAGE_NET_BUTTON_HIDE_DETAILS" desc="Label for the butt on that hides the details on a net error page">
8 Hide details 8 Hide details
9 </message> 9 </message>
10 <message name="IDS_ERRORPAGES_BUTTON_MORE" desc="Label for the button that exp ands the details on an error page"> 10 <message name="IDS_ERRORPAGES_BUTTON_MORE" desc="Label for the button that exp ands the details on an error page">
(...skipping 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 <message name="IDS_ERRORPAGES_TITLE_NOT_FOUND" desc="Title of the error page w hen the server returns a 404 or 410."> 134 <message name="IDS_ERRORPAGES_TITLE_NOT_FOUND" desc="Title of the error page w hen the server returns a 404 or 410.">
135 <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> is not found 135 <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> is not found
136 </message> 136 </message>
137 <message name="IDS_ERRORPAGES_TITLE_LOAD_FAILED" desc="Title of the error page when we can't load a page."> 137 <message name="IDS_ERRORPAGES_TITLE_LOAD_FAILED" desc="Title of the error page when we can't load a page.">
138 <ph name="URL">$1<ex>http://some-unreliable-site.com/</ex></ph> failed to lo ad 138 <ph name="URL">$1<ex>http://some-unreliable-site.com/</ex></ph> failed to lo ad
139 </message> 139 </message>
140 <message name="IDS_ERRORPAGES_TITLE_BLOCKED" desc="Title in the error page whe n a request is blocked (e.g. by an extension)."> 140 <message name="IDS_ERRORPAGES_TITLE_BLOCKED" desc="Title in the error page whe n a request is blocked (e.g. by an extension).">
141 <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> was blocked 141 <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> was blocked
142 </message> 142 </message>
143 <message name="IDS_ERRORPAGES_HEADING_NOT_AVAILABLE" desc="Heading in the erro r page when we can't connect to a site."> 143 <message name="IDS_ERRORPAGES_HEADING_NOT_AVAILABLE" desc="Heading in the erro r page when we can't connect to a site.">
144 This webpage is not available 144 This site can’t be reached
145 </message> 145 </message>
146 <message name="IDS_ERRORPAGES_HEADING_NETWORK_ACCESS_DENIED" desc="Heading of the error page when we're not being allowed to access the network."> 146 <message name="IDS_ERRORPAGES_HEADING_NETWORK_ACCESS_DENIED" desc="Heading of the error page when we're not being allowed to access the network.">
147 Unable to access the network 147 Your Internet access is blocked
148 </message>
149 <message name="IDS_ERRORPAGES_HEADING_PROXY_CONNECTION_FAILED" desc="Heading i n the error page when the proxy server connection failed.">
150 Unable to connect to the proxy server
151 </message> 148 </message>
152 <if expr="not is_android"> 149 <if expr="not is_android">
153 <message name="IDS_ERRORPAGES_HEADING_INTERNET_DISCONNECTED" desc="Heading o f the error page when the network connection failed."> 150 <message name="IDS_ERRORPAGES_HEADING_INTERNET_DISCONNECTED" desc="Heading o f the error page when the network connection failed.">
154 Unable to connect to the Internet 151 There is no Internet connection
155 </message> 152 </message>
156 </if> 153 </if>
157 <if expr="is_android"> 154 <if expr="is_android">
158 <message name="IDS_ERRORPAGES_HEADING_INTERNET_DISCONNECTED" desc="Mobile: H eading of the error page when the network connection failed."> 155 <message name="IDS_ERRORPAGES_HEADING_INTERNET_DISCONNECTED" desc="Mobile: H eading of the error page when the network connection failed.">
159 You are offline. 156 You are offline.
160 </message> 157 </message>
161 </if> 158 </if>
162 <message name="IDS_ERRORPAGES_HEADING_CACHE_MISS" desc="Heading in the error p age when we couldn't find a resource in the cache, and cannot fall back to the n etwork."> 159 <message name="IDS_ERRORPAGES_HEADING_CACHE_READ_FAILURE" desc="Heading in the error page when we encountered an error reading from the cache. Generally this happens when the disk cache is corrupted from improper shutdown.">
163 Cache miss 160 This site can’t be loaded from the cache
164 </message> 161 </message>
165 <message name="IDS_ERRORPAGES_HEADING_CACHE_READ_FAILURE" desc="Heading in the error page when we encountered an error reading from the cache. Generally this happens when the disk cache is corrupted from improper shutdown."> 162 <message name="IDS_ERRORPAGES_HEADING_CONNECTION_INTERRUPTED" desc="Heading in the error page when a page load failed due to the an interrupted network connec tion such as the device sleeping.">
166 Cache read error 163 Your connection was interrupted
167 </message>
168 <message name="IDS_ERRORPAGES_HEADING_NETWORK_IO_SUSPENDED" desc="Heading in t he error page when a page load failed due to the computer entering sleep/suspend mode.">
169 Network access suspended
170 </message> 164 </message>
171 <message name="IDS_ERRORPAGES_HEADING_NOT_FOUND" desc="Heading in the error pa ge when the server returns a 404 or 410."> 165 <message name="IDS_ERRORPAGES_HEADING_NOT_FOUND" desc="Heading in the error pa ge when the server returns a 404 or 410.">
172 This webpage is not found 166 This <ph name="HOST_NAME">&lt;span jscontent="hostName"&gt;&lt;/span&gt;<ex> www.whatever.com</ex></ph> page can’t be found
167 </message>
168 <message name="IDS_ERRORPAGES_HEADING_FILE_NOT_FOUND" desc="Heading in the err or page when the local file was not found.">
169 Your file was not found
173 </message> 170 </message>
174 <message name="IDS_ERRORPAGES_HEADING_TOO_MANY_REDIRECTS" desc="Heading in the error page when there are too many URL redirects."> 171 <message name="IDS_ERRORPAGES_HEADING_TOO_MANY_REDIRECTS" desc="Heading in the error page when there are too many URL redirects.">
175 This webpage has a redirect loop 172 This webpage has a redirect loop
176 </message> 173 </message>
177 <message name="IDS_ERRORPAGES_HEADING_EMPTY_RESPONSE" desc="Heading in the err or page when no data is received."> 174 <message name="IDS_ERRORPAGES_HEADING_EMPTY_RESPONSE" desc="Heading in the err or page when no data is received.">
178 No data received 175 No data received
179 </message> 176 </message>
180 <message name="IDS_ERRORPAGES_HEADING_DUPLICATE_HEADERS" desc="Heading in the error page when a response from the server contains duplicate headers."> 177 <message name="IDS_ERRORPAGES_HEADING_BLOCKED" desc="Heading of the error page when a request is blocked by the administrator policy, extension or the browser itself.">
181 Duplicate headers received from server 178 <ph name="HOST_NAME">&lt;span jscontent="hostName"&gt;&lt;/span&gt;<ex>www.e xample.com</ex></ph> is blocked
182 </message>
183 <message name="IDS_ERRORPAGES_HEADING_WEAK_SERVER_EPHEMERAL_DH_KEY" desc="Head ing of the error page when the server has a weak Diffie-Hellman public key. Diff ie-Hellman is a technical term and the conjuction of two names so may be best le ft untranslated. 'key' here is used as the technical name for a large number wit h certain mathematical properties that allow it to be used to encrypt and decryp t data. 'weak' here means that the number is too small to resist an exhaustive a ttempt to find certain mathematical structures in it, the secrecy of which is cr itical.">
184 Server has a weak ephemeral Diffie-Hellman public key
185 </message>
186 <message name="IDS_ERRORPAGES_HEADING_BLOCKED" desc="Heading of the error page when a request is blocked by an extension.">
187 This webpage was blocked by an extension
188 </message>
189 <message name="IDS_ERRORPAGES_HEADING_BLOCKED_BY_ADMINISTRATOR" desc="Heading of the error page when a request is blocked by the administrator policy.">
190 Webpage Blocked
191 </message> 179 </message>
192 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE" desc="Summary in the erro r page when we can't connect to a site."> 180 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE" desc="Summary in the erro r page when we can't connect to a site.">
193 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/stron g&gt;</ph> might be temporarily down or it may have moved permanently to a new w eb address. 181 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/stron g&gt;</ph> might be temporarily down or it may have moved permanently to a new w eb address.
194 </message> 182 </message>
195 <message name="IDS_ERRORPAGES_SUMMARY_TIMED_OUT" desc="Summary in the error pa ge when a page takes too long to load."> 183 <message name="IDS_ERRORPAGES_SUMMARY_TIMED_OUT" desc="Summary in the error pa ge when a page takes too long to load.">
196 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;<ex >Google Chrome</ex></ph> 184 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> took too long to respond.
197 could not load the webpage because
198 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph>
199 took too long to respond. The website may be down, or you may be
200 experiencing issues with your Internet connection.
201 </message> 185 </message>
202 <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_RESET" desc="Summary in the e rror page when the connection was reset."> 186 <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_RESET" desc="Summary in the e rror page when the connection was reset.">
203 The connection to 187 The connection was reset.
204 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> 188 </message>
205 was interrupted. 189 <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_CLOSED" desc="Summary in the error page when the connection was closed.">
190 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> unexpectedly closed the connection.
191 </message>
192 <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_FAILED" desc="Summary in the error page when the connection failed or unreachable.">
193 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> is currently unreachable.
206 </message> 194 </message>
207 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_CHANGED" desc="Summary in the er ror page when the connection failed because the network has changed."> 195 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_CHANGED" desc="Summary in the er ror page when the connection failed because the network has changed.">
208 The connection to 196 A network change was detected.
209 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph>
210 was interrupted by a change in the network connection.
211 </message> 197 </message>
212 <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_REFUSED" desc="Summary in the error page when we try and connect to a server, but the server doesn't let us." > 198 <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_REFUSED" desc="Summary in the error page when we try and connect to a server, but the server doesn't let us." >
213 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;<ex >Google Chrome</ex></ph>'s 199 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> refused to connect.
214 connection attempt to
215 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph>
216 was rejected. The website may be down, or your network may not be
217 properly configured.
218 </message> 200 </message>
219 <message name="IDS_ERRORPAGES_SUMMARY_NAME_NOT_RESOLVED" desc="Summary in the error page when a dns look up fails."> 201 <message name="IDS_ERRORPAGES_SUMMARY_NAME_NOT_RESOLVED" desc="Summary in the error page when a dns look up fails. The 'abbr' tag is HTML mark up used to indi cate that 'DNS address' is an abbreviation.">
220 The server at 202 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph>’s server <ph name="BEGIN_ABBR">&lt;abbr jsvalues="titl e:dnsDefinition"&gt;DNS address&lt;/abbr&gt;</ph> could not be found.
221 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> 203 </message>
222 can't be found, because the DNS lookup failed. DNS is the network 204 <message name="IDS_ERRORPAGES_SUMMARY_DNS_DEFINITION" desc="Definition of DNS that appears when hovering over the abbreviation">
223 service that translates a website's name to its Internet address. This 205 DNS is the network service that translates a website’s name to its Internet address.
224 error is most often caused by having no connection to the Internet or a
225 misconfigured network. It can also be caused by an unresponsive DNS
226 server or a firewall preventing
227 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;<ex >Google Chrome</ex></ph>
228 from accessing the network.
229 </message> 206 </message>
230 <message name="IDS_ERRORPAGES_SUMMARY_ICANN_NAME_COLLISION" desc="Summary in t he error page when a dns look up fails due to having contained 127.0.53.53."> 207 <message name="IDS_ERRORPAGES_SUMMARY_ICANN_NAME_COLLISION" desc="Summary in t he error page when a dns look up fails due to having contained 127.0.53.53.">
231 This site is using a 208 This site on the company, organization or school intranet has the same URL a s an external website.
232 <ph name="BEGIN_LINK">&lt;a href="https://support.google.com/chrome/?p=top_l evel_domain&amp;hl=[GRITLANGCODE]"&gt;</ph>new generic top-level domain<ph name= "END_LINK">&lt;/a&gt;<ex>&lt;/a&gt;</ex></ph> 209 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;<ex>&lt;br /&gt;&lt;br /&gt;</ ex></ph>
233 (gTLD). If you have used 210 Try contacting your system administrator.
234 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph>
235 to access an internal site in the past, contact your network
236 administrator.
237 </message> 211 </message>
238 <message name="IDS_ERRORPAGES_SUMMARY_ADDRESS_UNREACHABLE" desc="Summary in th e error page when we can't reach a site. This is slightly more specific than ju st being unable to connect, as it means we can't find a route to the server."> 212 <message name="IDS_ERRORPAGES_SUMMARY_ADDRESS_UNREACHABLE" desc="Summary in th e error page when we can't reach a site. This is slightly more specific than ju st being unable to connect, as it means we can't find a route to the server.">
239 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;<ex >Google Chrome</ex></ph> 213 <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/strong&gt;<ex>http:/ /www.google.com/</ex></ph> is unreachable.
240 cannot reach the website. This is typically caused by network issues,
241 but can also be the result of a misconfigured firewall or proxy server.
242 </message> 214 </message>
243 <message name="IDS_ERRORPAGES_SUMMARY_FILE_ACCESS_DENIED" desc="Summary in the error page when we can't open a file."> 215 <message name="IDS_ERRORPAGES_SUMMARY_FILE_ACCESS_DENIED" desc="Summary in the error page when we can't open a file.">
244 The file at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/strong&g t;<ex>http://www.google.com/</ex></ph> is not readable. It may have been remove d, moved, or file permissions may be preventing access. 216 The file at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/strong&g t;<ex>http://www.google.com/</ex></ph> is not readable. It may have been remove d, moved, or file permissions may be preventing access.
245 </message> 217 </message>
218 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_ACCESS_DENIED" desc="Summary in the error page when we're not being allowed to access the network.">
219 Firewall or antivirus software may have blocked the connection.
220 </message>
221 <message name="IDS_ERRORPAGES_SUMMARY_PROXY_CONNECTION_FAILED" desc="Summary i n the error page when the proxy server connection failed.">
222 There is something wrong with the proxy server, or the address is incorrect.
223 </message>
246 <if expr="is_android or is_ios"> 224 <if expr="is_android or is_ios">
247 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_ACCESS_DENIED" desc="Mobile: S ummary in the error page when we're not being allowed to access the network.">
248 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;< ex>Google Chrome</ex></ph>
249 is having trouble accessing the network.
250 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;<ex>&lt;br /&gt;&lt;br /&gt; </ex></ph>
251 This may be because your firewall or antivirus software wrongly thinks
252 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;< ex>Google Chrome</ex></ph>
253 is an intruder on your device and is blocking it from connecting to the In ternet.
254 </message>
255 <message name="IDS_ERRORPAGES_SUMMARY_PROXY_CONNECTION_FAILED" desc="Mobile: Summary in the error page when the proxy server connection failed.">
256 A proxy server is a server that acts as an intermediary between your devic e and other servers. Right now, your system is configured to use a proxy, but
257 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;< ex>Google Chrome</ex></ph>
258 can't connect to it.
259 </message>
260
261 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED" desc="Mobile: S ummary of the error page when the network connection failed. May be followed by platform dependent instructions."> 225 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED" desc="Mobile: S ummary of the error page when the network connection failed. May be followed by platform dependent instructions.">
262 Wi-Fi and mobile data are unavailable. The page can be loaded once the dev ice connects to a network. 226 Your device is offline.
263 </message> 227 </message>
264 </if> 228 </if>
265 <if expr="not is_android and not is_ios"> 229 <if expr="not is_android and not is_ios">
266 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_ACCESS_DENIED" desc="Summary i n the error page when we're not being allowed to access the network.">
267 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;< ex>Google Chrome</ex></ph>
268 is having trouble accessing the network.
269 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;<ex>&lt;br /&gt;&lt;br /&gt; </ex></ph>
270 This may be because your firewall or antivirus software wrongly thinks
271 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;< ex>Google Chrome</ex></ph>
272 is an intruder on your computer and is blocking it from connecting to the Internet.
273 </message>
274 <message name="IDS_ERRORPAGES_SUMMARY_PROXY_CONNECTION_FAILED" desc="Summary in the error page when the proxy server connection failed.">
275 A proxy server is a server that acts as an intermediary between your compu ter and other servers. Right now, your system is configured to use a proxy, but
276 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;< ex>Google Chrome</ex></ph>
277 can't connect to it.
278 </message>
279 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED_INSTRUCTIONS_TEM PLATE" desc="Template for the summary of the error page when the network connect ion failed, on platforms with instructions."> 230 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED_INSTRUCTIONS_TEM PLATE" desc="Template for the summary of the error page when the network connect ion failed, on platforms with instructions.">
280 You can try to diagnose the problem by taking the following steps: 231 You can try to diagnose the problem by taking the following steps:
281 <ph name="LINE_BREAK">&lt;br /&gt;<ex>&lt;br /&gt;</ex></ph> 232 <ph name="LINE_BREAK">&lt;br /&gt;<ex>&lt;br /&gt;</ex></ph>
282 <ph name="PLATFORM_TEXT"> 233 <ph name="PLATFORM_TEXT">
283 $1<ex>Goto the wrench menu and choose Fix It.</ex> 234 $1<ex>Goto the wrench menu and choose Fix It.</ex>
284 </ph> 235 </ph>
285 </message> 236 </message>
237 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED" desc="Summary o f the error page when the network connection failed. May be followed by platfor m dependent instructions.">
238 Your computer is offline.
239 </message>
286 </if> 240 </if>
287 241
288 <if expr="is_macosx"> 242 <if expr="is_macosx">
289 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED_PLATFORM" desc=" Summary (platform dependent section) in the error page when the network connecti on failed. Describes how to get to the network Diagnostics screen under Mac OSX ."> 243 <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED_PLATFORM" desc=" Summary (platform dependent section) in the error page when the network connecti on failed. Describes how to get to the network Diagnostics screen under Mac OSX .">
290 Go to 244 Go to
291 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph> 245 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>
292 Applications &gt; System Preferences &gt; Network &gt; Assist me 246 Applications &gt; System Preferences &gt; Network &gt; Assist me
293 <ph name="END_BOLD">&lt;/strong&gt;</ph> 247 <ph name="END_BOLD">&lt;/strong&gt;</ph>
294 to test your connection. 248 to test your connection.
295 </message> 249 </message>
(...skipping 17 matching lines...) Expand all
313 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Start<ph name="END_BOLD">&lt;/str ong&gt;</ph>, 267 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Start<ph name="END_BOLD">&lt;/str ong&gt;</ph>,
314 click 268 click
315 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Run<ph name="END_BOLD">&lt;/stron g&gt;</ph>, 269 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>Run<ph name="END_BOLD">&lt;/stron g&gt;</ph>,
316 type 270 type
317 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>%windir%\network diagnostic\xpnet diag.exe<ph name="END_BOLD">&lt;/strong&gt;</ph>, 271 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>%windir%\network diagnostic\xpnet diag.exe<ph name="END_BOLD">&lt;/strong&gt;</ph>,
318 and then click 272 and then click
319 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>OK<ph name="END_BOLD">&lt;/strong &gt;</ph>. 273 <ph name="BEGIN_BOLD">&lt;strong&gt;</ph>OK<ph name="END_BOLD">&lt;/strong &gt;</ph>.
320 </message> 274 </message>
321 </if> 275 </if>
322 276
323 <message name="IDS_ERRORPAGES_SUMMARY_CACHE_MISS" desc="Summary in the error p age when we couldn't find a resource in the cache, and cannot fall back to the n etwork.">
324 The webpage was not found in the cache. Certain resources
325 can only be safely loaded from the cache, such as pages generated
326 from submitted data.
327 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;<ex>&lt;br /&gt;&lt;br /&gt;</ ex></ph>
328 This error can also be caused by cache corruption due to
329 an improper shutdown.
330 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;<ex>&lt;br /&gt;&lt;br /&gt;</ ex></ph>
331 If the problem persists, try clearing the cache.
332 </message>
333 <message name="IDS_ERRORPAGES_SUMMARY_CACHE_READ_FAILURE" desc="Summary in the error page when we encountered an error reading from the cache. Generally this happens when the disk cache is corrupted from improper shutdown."> 277 <message name="IDS_ERRORPAGES_SUMMARY_CACHE_READ_FAILURE" desc="Summary in the error page when we encountered an error reading from the cache. Generally this happens when the disk cache is corrupted from improper shutdown.">
334 To speed up webpages, 278 The saved (cached) copy of this site was unreadable.
335 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;<ex >Google Chrome</ex></ph>
336 temporarily saves downloaded files to disk. When
337 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;<ex >Google Chrome</ex></ph>
338 is not shut down properly, these files can become corrupted, resulting
339 in this error. Reloading the page should resolve this issue, and
340 shutting down properly should prevent it from happening in the future.
341 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;<ex>&lt;br /&gt;&lt;br /&gt;</ ex></ph>
342 If the problem persists, try clearing the cache. In some cases, this
343 can also be a symptom of hardware starting to fail.
344 </message> 279 </message>
345 <if expr="is_android or is_ios"> 280 <if expr="is_android or is_ios">
346 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_IO_SUSPENDED" desc="Mobile: Su mmary in the error page when a page load failed due to the device entering sleep /suspend mode."> 281 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_IO_SUSPENDED" desc="Mobile: Su mmary in the error page when a page load failed due to the device entering sleep /suspend mode.">
347 Unable to load the webpage because your device entered sleep or 282 Your device went to sleep.
348 hibernate mode. When this happens, network connections are shut
349 down and new network requests fail. Reloading the page should
350 resolve this.
351 </message> 283 </message>
352 </if> 284 </if>
353 <if expr="not is_android and not is_ios"> 285 <if expr="not is_android and not is_ios">
354 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_IO_SUSPENDED" desc="Summary in the error page when a page load failed due to the computer entering sleep/suspe nd mode."> 286 <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_IO_SUSPENDED" desc="Summary in the error page when a page load failed due to the computer entering sleep/suspe nd mode.">
355 Unable to load the webpage because your computer entered sleep or 287 Your computer went to sleep.
356 hibernate mode. When this happens, network connections are shut
357 down and new network requests fail. Reloading the page should
358 resolve this.
359 </message> 288 </message>
360 </if> 289 </if>
361 <message name="IDS_ERRORPAGES_SUMMARY_NOT_FOUND" desc="Summary in the error pa ge when the server returns a 404."> 290 <message name="IDS_ERRORPAGES_SUMMARY_NOT_FOUND" desc="Summary in the error pa ge when the server returns a 404.">
362 No webpage was found for the web address: <ph name="URL">&lt;strong jsconten t="failedUrl"&gt;&lt;/strong&gt;</ph> 291 No webpage was found for the web address: <ph name="URL">&lt;strong jsconten t="failedUrl"&gt;&lt;/strong&gt;</ph>
363 </message> 292 </message>
364 <if expr="is_android or is_ios"> 293 <message name="IDS_ERRORPAGES_SUMMARY_FILE_NOT_FOUND" desc="Summary in the err or page when a local file is not found.">
365 <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Mobile: Summ ary in the error page when there are too many URL redirects."> 294 It may have been moved or deleted.
366 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/str ong&gt;</ph> has resulted in 295 </message>
367 too many redirects. Clearing your cookies for this site or allowing third -party cookies may fix the problem. If 296 <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Summary in the error page when there are too many URL redirects.">
368 not, it is possibly a server configuration issue and not a problem with yo ur 297 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> redirected you too many times.
369 device. 298 </message>
370 </message>
371 </if>
372 <if expr="not is_android and not is_ios">
373 <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Summary in t he error page when there are too many URL redirects.">
374 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/str ong&gt;</ph> has resulted in
375 too many redirects. Clearing your cookies for this site or allowing third -party cookies may fix the problem. If
376 not, it is possibly a server configuration issue and not a problem with yo ur
377 computer.
378 </message>
379 </if>
380 <message name="IDS_ERRORPAGES_SUMMARY_EMPTY_RESPONSE" desc="Summary in the err or page when no data is received."> 299 <message name="IDS_ERRORPAGES_SUMMARY_EMPTY_RESPONSE" desc="Summary in the err or page when no data is received.">
381 Unable to load the webpage because the server sent no data. 300 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> didn’t send any data.
382 </message> 301 </message>
383 <message name="IDS_ERRORPAGES_SUMMARY_DUPLICATE_HEADERS" desc="Summary in the error page when a response from the server contains duplicate headers."> 302 <message name="IDS_ERRORPAGES_SUMMARY_INVALID_RESPONSE" desc="Summary in the e rror page when a response from the server contains duplicate headers.">
384 The response from the server contained duplicate headers. This problem 303 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> sent an invalid response.
385 is generally the result of a misconfigured website or proxy. Only the
386 website or proxy administrator can fix this issue.
387 </message> 304 </message>
388 <message name="IDS_ERRORPAGES_SUMMARY_WEAK_SERVER_EPHEMERAL_DH_KEY" desc="Summ ary in the error page when the server has a weak Diffie-Hellman public key"> 305 <message name="IDS_ERRORPAGES_SUMMARY_DNS_PROBE_RUNNING" desc="Summary in the error page when DNS resolution failed and we are running a probe to figure out w hy. The 'abbr' tag is used to indicate that 'DNS address' is an abbreviation.">
389 This error can occur when connecting to a secure (HTTPS) server. It 306 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph>’s &lt;abbr id="dnsDefinition"&gt;DNS address&lt;/abbr& gt; could not be found. Diagnosing the problem.
390 means that the server is trying to set up a secure connection but, due to
391 a disastrous misconfiguration, the connection wouldn't be secure at all!
392 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;<ex>&lt;br /&gt;&lt;br /&gt;</ ex></ph> In this case the
393 server needs to be fixed.
394 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;<ex >Google Chrome</ex></ph>
395 won't use insecure connections in order to protect your privacy.
396 </message> 307 </message>
397 <message name="IDS_ERRORPAGES_SUMMARY_DNS_PROBE_RUNNING" desc="Summary in the error page when DNS resolution failed and we are running a probe to figure out w hy.">
398 Unable to look up
399 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph>.
400 Trying to diagnose the problem...
401 </message>
402
403 <message name="IDS_ERRORPAGES_DETAILS_TIMED_OUT" desc="The error message displ ayed when a page takes too long to load."> 308 <message name="IDS_ERRORPAGES_DETAILS_TIMED_OUT" desc="The error message displ ayed when a page takes too long to load.">
404 The operation timed out. 309 The operation timed out.
405 </message> 310 </message>
406 <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_CLOSED" desc="The error messa ge displayed when the server unexpectedly closes a connection."> 311 <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_CLOSED" desc="The error messa ge displayed when the server unexpectedly closes a connection.">
407 The server unexpectedly closed the connection. 312 The server unexpectedly closed the connection.
408 </message> 313 </message>
409 <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_RESET" desc="The error messag e displayed when a connection was reset."> 314 <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_RESET" desc="The error messag e displayed when a connection was reset.">
410 The connection was reset. 315 The connection was reset.
411 </message> 316 </message>
412 <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_REFUSED" desc="The error mess age displayed when we try and connect to a server, but the server doesn't let us ."> 317 <message name="IDS_ERRORPAGES_DETAILS_CONNECTION_REFUSED" desc="The error mess age displayed when we try and connect to a server, but the server doesn't let us .">
(...skipping 22 matching lines...) Expand all
435 </message> 340 </message>
436 <message name="IDS_ERRORPAGES_DETAILS_PROXY_CONNECTION_FAILED" desc="The error message displayed when the proxy server connection failed."> 341 <message name="IDS_ERRORPAGES_DETAILS_PROXY_CONNECTION_FAILED" desc="The error message displayed when the proxy server connection failed.">
437 Proxy server connection failed. 342 Proxy server connection failed.
438 </message> 343 </message>
439 <message name="IDS_ERRORPAGES_DETAILS_INTERNET_DISCONNECTED" desc="The error m essage displayed when we have no Internet access."> 344 <message name="IDS_ERRORPAGES_DETAILS_INTERNET_DISCONNECTED" desc="The error m essage displayed when we have no Internet access.">
440 The Internet connection has been lost. 345 The Internet connection has been lost.
441 </message> 346 </message>
442 <message name="IDS_ERRORPAGES_DETAILS_CACHE_READ_FAILURE" desc="The error mess age displayed when we encountered an error reading from the cache. Generally th is happens when the disk cache is corrupted from improper shutdown."> 347 <message name="IDS_ERRORPAGES_DETAILS_CACHE_READ_FAILURE" desc="The error mess age displayed when we encountered an error reading from the cache. Generally th is happens when the disk cache is corrupted from improper shutdown.">
443 Error reading data from cache. 348 Error reading data from cache.
444 </message> 349 </message>
445 <message name="IDS_ERRORPAGES_DETAILS_CACHE_MISS" desc="The error message disp layed when we couldn't find a resource in the cache, and cannot fall back to the network.">
446 The requested entry was not found in the cache.
447 </message>
448 <message name="IDS_ERRORPAGES_DETAILS_NETWORK_IO_SUSPENDED" desc="The error me ssage displayed when a page load failed due to the computer entering sleep/suspe nd mode."> 350 <message name="IDS_ERRORPAGES_DETAILS_NETWORK_IO_SUSPENDED" desc="The error me ssage displayed when a page load failed due to the computer entering sleep/suspe nd mode.">
449 Network IO suspended. 351 Network IO suspended.
450 </message> 352 </message>
451 <message name="IDS_ERRORPAGES_DETAILS_FILE_NOT_FOUND" desc="The error message displayed when a local file can not be found."> 353 <message name="IDS_ERRORPAGES_DETAILS_FILE_NOT_FOUND" desc="The error message displayed when a local file can not be found.">
452 The file or directory could not be found. 354 The file or directory could not be found.
453 </message> 355 </message>
454 <message name="IDS_ERRORPAGES_DETAILS_TOO_MANY_REDIRECTS" desc="The error mess age displayed when there are too many redirects."> 356 <message name="IDS_ERRORPAGES_DETAILS_TOO_MANY_REDIRECTS" desc="The error mess age displayed when there are too many redirects.">
455 There were too many redirects. 357 There were too many redirects.
456 </message> 358 </message>
457 <message name="IDS_ERRORPAGES_DETAILS_EMPTY_RESPONSE" desc="The error message displayed when no data is received."> 359 <message name="IDS_ERRORPAGES_DETAILS_EMPTY_RESPONSE" desc="The error message displayed when no data is received.">
(...skipping 12 matching lines...) Expand all
470 against HTTP response splitting attacks. 372 against HTTP response splitting attacks.
471 </message> 373 </message>
472 <message name="IDS_ERRORPAGES_DETAILS_DNS_PROBE_RUNNING" desc="The error messa ge displayed when we are waiting to see whether we will run a DNS probe."> 374 <message name="IDS_ERRORPAGES_DETAILS_DNS_PROBE_RUNNING" desc="The error messa ge displayed when we are waiting to see whether we will run a DNS probe.">
473 Waiting for DNS probe. 375 Waiting for DNS probe.
474 </message> 376 </message>
475 <message name="IDS_ERRORPAGES_DETAILS_UNKNOWN" desc="The default error message displayed if we don't have a more specific error message."> 377 <message name="IDS_ERRORPAGES_DETAILS_UNKNOWN" desc="The default error message displayed if we don't have a more specific error message.">
476 Unknown error. 378 Unknown error.
477 </message> 379 </message>
478 380
479 <message name="IDS_ERRORPAGES_HEADING_ACCESS_DENIED" desc="Heading in the erro r page when a server returns a 403. Also suitable for similar error codes."> 381 <message name="IDS_ERRORPAGES_HEADING_ACCESS_DENIED" desc="Heading in the erro r page when a server returns a 403. Also suitable for similar error codes.">
480 Access to the webpage was denied 382 Access to <ph name="HOST_NAME">&lt;span jscontent="hostName"&gt;&lt;/span&gt ;<ex>www.whatever.com</ex></ph> was denied
481 </message> 383 </message>
482 <message name="IDS_ERRORPAGES_HEADING_FILE_ACCESS_DENIED" desc="Heading in the error page when a file is denied access."> 384 <message name="IDS_ERRORPAGES_HEADING_FILE_ACCESS_DENIED" desc="Heading in the error page when a file is denied access.">
483 Access to the file was denied 385 Access to the file was denied
484 </message> 386 </message>
485 <message name="IDS_ERRORPAGES_SUMMARY_FORBIDDEN" desc="Summary in the error pa ge when a server returns a 403."> 387 <message name="IDS_ERRORPAGES_SUMMARY_FORBIDDEN" desc="Summary in the error pa ge when a server returns a 403.">
486 You are not authorized to access the webpage at <ph name="URL">&lt;strong js content="failedUrl"&gt;&lt;/strong&gt;</ph>. You may need to sign in. 388 You don't have authorization to view this page.
487 </message> 389 </message>
488 <message name="IDS_ERRORPAGES_DETAILS_FORBIDDEN" desc="Details in the error pa ge when a server returns a 403."> 390 <message name="IDS_ERRORPAGES_DETAILS_FORBIDDEN" desc="Details in the error pa ge when a server returns a 403.">
489 The server refused to fulfill the request. 391 The server refused to fulfill the request.
490 </message> 392 </message>
491 393
492 <message name="IDS_ERRORPAGES_SUMMARY_GONE" desc="Summary of the error page wh en the server returns a 410."> 394 <message name="IDS_ERRORPAGES_SUMMARY_GONE" desc="Summary of the error page wh en the server returns a 410.">
493 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/stron g&gt;</ph> no longer exists. 395 It may have been moved or deleted.
494 </message> 396 </message>
495 <message name="IDS_ERRORPAGES_DETAILS_GONE" desc="Details in the error page wh en a server returns a 410."> 397 <message name="IDS_ERRORPAGES_DETAILS_GONE" desc="Details in the error page wh en a server returns a 410.">
496 The requested resource no longer exists, and there is no forwarding address. This is expected to be a permanent condition. 398 The requested resource no longer exists, and there is no forwarding address. This is expected to be a permanent condition.
497 </message> 399 </message>
498 400 <message name="IDS_ERRORPAGES_HEADING_PAGE_NOT_WORKING" desc="Heading in the e rror page for HTTP 5xx errors, which are considered to be server side errors. Al so used for bad responses.">
499 <message name="IDS_ERRORPAGES_HEADING_HTTP_SERVER_ERROR" desc="Heading in the error page for HTTP 5xx errors, which are considered to be server side errors."> 401 The <ph name="HOST_NAME">&lt;span jscontent="hostName"&gt;&lt;/span&gt;<ex>w ww.whatever.com</ex></ph> page isn’t working
500 Server error
501 </message>
502
503 <message name="IDS_ERRORPAGES_SUMMARY_INTERNAL_SERVER_ERROR" desc="Summary in the error page when the server returns a 500.">
504 The website encountered an error while retrieving <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/strong&gt;</ph>.
505 It may be down for maintenance or configured incorrectly.
506 </message> 402 </message>
507 <message name="IDS_ERRORPAGES_DETAILS_INTERNAL_SERVER_ERROR" desc="The error m essage displayed when the server returns a 500."> 403 <message name="IDS_ERRORPAGES_DETAILS_INTERNAL_SERVER_ERROR" desc="The error m essage displayed when the server returns a 500.">
508 An unexpected condition was encountered while the server was attempting to f ulfill the request. 404 An unexpected condition was encountered while the server was attempting to f ulfill the request.
509 </message> 405 </message>
510 406
511 <message name="IDS_ERRORPAGES_SUMMARY_WEBSITE_CANNOT_HANDLE" desc="Summary in the error page when the server returns a 501 or 505."> 407 <message name="IDS_ERRORPAGES_SUMMARY_WEBSITE_CANNOT_HANDLE_REQUEST" desc="Sum mary in the error page when the server returns a 501 or 505.">
512 The website is unable to handle the request for <ph name="URL">&lt;strong js content="failedUrl"&gt;&lt;/strong&gt;</ph>. 408 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> is currently unable to handle this request.
513 </message> 409 </message>
514 <message name="IDS_ERRORPAGES_DETAILS_NOT_IMPLEMENTED" desc="The error message displayed when the server returns a 501."> 410 <message name="IDS_ERRORPAGES_DETAILS_NOT_IMPLEMENTED" desc="The error message displayed when the server returns a 501.">
515 The server does not support the functionality required to fulfill the reques t. 411 The server does not support the functionality required to fulfill the reques t.
516 </message> 412 </message>
517 <message name="IDS_ERRORPAGES_DETAILS_HTTP_VERSION_NOT_SUPPORTED" desc="The er ror message displayed when the server returns a 505.">
518 The server does not support the HTTP version used in the request.
519 </message>
520
521 <message name="IDS_ERRORPAGES_SUMMARY_BAD_GATEWAY" desc="Summary in the error page when the server returns a 502.">
522 An invalid response was received while attempting to load <ph name="URL">&lt ;strong jscontent="failedUrl"&gt;&lt;/strong&gt;</ph>.
523 The server may be down for maintenance or configured incorrectly.
524 </message>
525 <message name="IDS_ERRORPAGES_DETAILS_BAD_GATEWAY" desc="The error message dis played when the server returns a 502."> 413 <message name="IDS_ERRORPAGES_DETAILS_BAD_GATEWAY" desc="The error message dis played when the server returns a 502.">
526 The gateway or proxy server received an invalid response from an upstream se rver. 414 The gateway or proxy server received an invalid response from an upstream se rver.
527 </message> 415 </message>
528 416
529 <message name="IDS_ERRORPAGES_SUMMARY_SERVICE_UNAVAILABLE" desc="Summary in th e error page when the server returns a 503."> 417 <message name="IDS_ERRORPAGES_SUMMARY_SERVICE_UNAVAILABLE" desc="Summary in th e error page when the server returns a 503.">
530 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/stron g&gt;</ph> is currently unavailable. It may be overloaded or down for maintenan ce. 418 The webpage at <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/stron g&gt;</ph> is currently unavailable. It may be overloaded or down for maintenan ce.
531 </message> 419 </message>
532 <message name="IDS_ERRORPAGES_DETAILS_SERVICE_UNAVAILABLE" desc="The error mes sage displayed when the server returns a 503."> 420 <message name="IDS_ERRORPAGES_DETAILS_SERVICE_UNAVAILABLE" desc="The error mes sage displayed when the server returns a 503.">
533 The server is currently unable to handle the request. This code indicates t his is a temporary condition, and the server will be up again after a delay. 421 The server is currently unable to handle the request. This code indicates t his is a temporary condition, and the server will be up again after a delay.
534 </message> 422 </message>
535 423
536 <message name="IDS_ERRORPAGES_SUMMARY_GATEWAY_TIMEOUT" desc="Summary in the er ror page when the server returns a 504."> 424 <message name="IDS_ERRORPAGES_SUMMARY_GATEWAY_TIMEOUT" desc="Summary in the er ror page when the server returns a 504.">
537 The server for <ph name="URL">&lt;strong jscontent="failedUrl"&gt;&lt;/stron g&gt;</ph> took too long to respond. It may be overloaded. 425 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> took too long to respond.
538 </message> 426 </message>
539 <message name="IDS_ERRORPAGES_DETAILS_GATEWAY_TIMEOUT" desc="The error message displayed when the server returns a 504."> 427 <message name="IDS_ERRORPAGES_DETAILS_GATEWAY_TIMEOUT" desc="The error message displayed when the server returns a 504.">
540 The gateway or proxy server timed out while waiting for a response from an u pstream server. 428 The gateway or proxy server timed out while waiting for a response from an u pstream server.
541 </message> 429 </message>
542 430
543 <message name="IDS_ERRORPAGES_HEADING_SSL_PROTOCOL_ERROR" desc="Heading in the error page for SSL protocol errors."> 431 <message name="IDS_ERRORPAGES_SUMMARY_SSL_SECURITY_ERROR" desc="Summary in the error page for SSL security errors.">
544 SSL connection error 432 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> doesn't adhere to security standards.
545 </message>
546 <message name="IDS_ERRORPAGES_SUMMARY_SSL_PROTOCOL_ERROR" desc="Summary in the error page for SSL protocol errors.">
547 Unable to make a secure connection to the server. This may be a problem with the server, or it may be requiring a client authentication certificate that you don't have.
548 </message> 433 </message>
549 <message name="IDS_ERRORPAGES_DETAILS_SSL_PROTOCOL_ERROR" desc="The error mess age displayed for SSL protocol errors."> 434 <message name="IDS_ERRORPAGES_DETAILS_SSL_PROTOCOL_ERROR" desc="The error mess age displayed for SSL protocol errors.">
550 SSL protocol error. 435 SSL protocol error.
551 </message> 436 </message>
552 437
553 <message name="IDS_ERRORPAGES_HEADING_SSL_FALLBACK_BEYOND_MINIMUM_VERSION" des c="Heading in the error page for SSL fallback errors.">
554 SSL server probably obsolete.
555 </message>
556 <message name="IDS_ERRORPAGES_SUMMARY_SSL_FALLBACK_BEYOND_MINIMUM_VERSION" des c="Summary in the error page for SSL fallback errors.">
557 Unable to connect securely to the server. This website may have worked previ ously, but there is a problem with the server. Connecting to such sites weakens security for all users and thus has been disabled.
558 </message>
559 <message name="IDS_ERRORPAGES_DETAILS_SSL_FALLBACK_BEYOND_MINIMUM_VERSION" des c="The error message displayed for SSL fallback errors."> 438 <message name="IDS_ERRORPAGES_DETAILS_SSL_FALLBACK_BEYOND_MINIMUM_VERSION" des c="The error message displayed for SSL fallback errors.">
560 A TLS 1.0 fallback was able to handshake with the server, but we no longer a ccept TLS 1.0 fallbacks. The server needs to be updated to correctly implement v ersion negotiation and preferably support TLS 1.2. 439 A TLS 1.0 fallback was able to handshake with the server, but we no longer a ccept TLS 1.0 fallbacks. The server needs to be updated to correctly implement v ersion negotiation and preferably support TLS 1.2.
561 </message> 440 </message>
562 441
563 <message name="IDS_ERRORPAGES_HEADING_SSL_VERSION_OR_CIPHER_MISMATCH" desc="He ading in the error page for SSL cipher and version errors.">
564 This webpage is not available
565 </message>
566 <message name="IDS_ERRORPAGES_SUMMARY_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Su mmary in the error page for SSL cipher and version errors."> 442 <message name="IDS_ERRORPAGES_SUMMARY_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Su mmary in the error page for SSL cipher and version errors.">
567 A secure connection cannot be established because this site uses an unsuppor ted protocol or cipher suite. This is likely to be caused when the server needs RC4, which is no longer considered secure. 443 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> uses an unsupported protocol.
568 </message> 444 </message>
569 <message name="IDS_ERRORPAGES_DETAILS_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Th e error message displayed for SSL cipher and version errors."> 445 <message name="IDS_ERRORPAGES_DETAILS_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Th e error message displayed for SSL cipher and version errors.">
446 The client and server don't support a common SSL protocol version or cipher suite.
447 </message>
448 <message name="IDS_ERRORPAGES_SUGGESTION_UNSUPPORTED_CIPHER" desc="The suggest ion displayed for SSL cipher and version errors.">
570 The client and server don't support a common SSL protocol version or cipher suite. This is likely to be caused when the server needs RC4, which is no longer considered secure. 449 The client and server don't support a common SSL protocol version or cipher suite. This is likely to be caused when the server needs RC4, which is no longer considered secure.
571 </message> 450 </message>
572 451
573 <message name="IDS_ERRORPAGES_HEADING_PINNING_FAILURE" desc="Title of the erro r page for a certificate which doesn't match the built-in pins for that name"> 452 <message name="IDS_ERRORPAGES_SUMMARY_PINNING_FAILURE_DETAILS" desc="Summary o f the error page for a certificate which doesn't match the built-in pins for tha t name">
574 Incorrect certificate for host. 453 The server certificate at <ph name="HOST_NAME">&lt;strong jscontent="hostNam e"&gt;&lt;/strong&gt;<ex>www.whatever.com</ex></ph> appears to be a forgery.
575 </message> 454 </message>
576 455
577 <message name="IDS_ERRORPAGES_HEADING_BAD_SSL_CLIENT_AUTH_CERT" desc="Heading in the error page for SSL client certificate authentication failure."> 456 <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in th e error page for insecure connections.">
578 Certificate-based authentication failed 457 This site can’t provide a secure connection
579 </message> 458 </message>
580 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary in the error page for SSL client certificate authentication failure."> 459 <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary in the error page for SSL client certificate authentication failure.">
581 This server requires a certificate for authentication, and didn't accept the one sent by the 460 <ph name="HOST_NAME">&lt;strong jscontent="hostName"&gt;&lt;/strong&gt;<ex>w ww.whatever.com</ex></ph> didn’t accept your login certificate, or your login ce rtificate may have expired.
582 browser. Your certificate may have expired, or the server may not trust its issuer.
583 You can try again with a different certificate, if you have one, or you may have to
584 obtain a valid certificate from elsewhere.
585 </message> 461 </message>
586 <message name="IDS_ERRORPAGES_DETAILS_BAD_SSL_CLIENT_AUTH_CERT" desc="The erro r message for SSL client certificate authentication failure."> 462 <message name="IDS_ERRORPAGES_DETAILS_BAD_SSL_CLIENT_AUTH_CERT" desc="The erro r message for SSL client certificate authentication failure.">
587 Bad SSL client authentication certificate. 463 Bad SSL client authentication certificate.
588 </message> 464 </message>
589 465
590 <message name="IDS_ERRORPAGES_SUMMARY_TEMPORARILY_THROTTLED" desc="Summary in the error page when we temporarily stop sending requests to a server in order to avoid DDoS.">
591 It is likely that the server hosting the webpage has been overloaded or enco untered an error.
592 In order to avoid letting extensions cause too much traffic and making the s ituation worse,
593 <ph name="PRODUCT_NAME">&lt;span jscontent="productName"&gt;&lt;/span&gt;<ex >Google Chrome</ex></ph>
594 has temporarily stopped allowing requests by extensions to this URL.
595 <ph name="LINE_BREAK">&lt;br /&gt;&lt;br /&gt;<ex>&lt;br /&gt;&lt;br /&gt;</ ex></ph>
596 If you think this behavior is undesirable, for example, you are debugging yo ur own website, please
597 visit <ph name="URL_FOR_MORE_INFO">&lt;strong&gt;http://dev.chromium.org/thr ottling&lt;/strong&gt;<ex>http://dev.chromium.org/throttling</ex></ph>,
598 where you can find more information including how to disable the feature.
599 </message>
600 <message name="IDS_ERRORPAGES_DETAILS_TEMPORARILY_THROTTLED" desc="The error m essage displayed when we temporarily stop sending requests to a server in order to avoid DDoS."> 466 <message name="IDS_ERRORPAGES_DETAILS_TEMPORARILY_THROTTLED" desc="The error m essage displayed when we temporarily stop sending requests to a server in order to avoid DDoS.">
601 Extension requests to this URL have been temporarily throttled. 467 Visits to this URL being made by an extension have been temporarily restrict ed.
602 </message> 468 </message>
603 469
604 <message name="IDS_ERRORPAGES_SUMMARY_TEMPORARY_BACKOFF" desc="Summary in the error page when we temporarily stop sending requests to a server because of a Ba ckoff header received earlier."> 470 <message name="IDS_ERRORPAGES_SUMMARY_TEMPORARY_BACKOFF" desc="Summary in the error page when we temporarily stop sending requests to a server because of a Ba ckoff header received earlier.">
605 The server hosting the webpage might be overloaded or under maintainance. 471 The server hosting the webpage might be overloaded or under maintainance.
606 In order to avoid generating too much traffic and making the situation worse , 472 In order to avoid generating too much traffic and making the situation worse ,
607 requests to this URL has been temporarily disallowed. 473 requests to this URL has been temporarily disallowed.
608 </message> 474 </message>
609 <message name="IDS_ERRORPAGES_DETAILS_TEMPORARY_BACKOFF" desc="The error messa ge displayed when we temporarily stop sending requests to a server in order to a void overloading it."> 475 <message name="IDS_ERRORPAGES_DETAILS_TEMPORARY_BACKOFF" desc="The error messa ge displayed when we temporarily stop sending requests to a server in order to a void overloading it.">
610 Requests to this URL have been temporarily throttled. 476 Requests to this URL have been temporarily throttled.
611 </message> 477 </message>
612 478
613 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED" desc="Summary in the error page when an extension blocks a request."> 479 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in t he error page when an extension blocks a request.">
614 A third-party extension has blocked access to this webpage. 480 Requests to the server have been blocked by an extension.
615 </message> 481 </message>
616 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request."> 482 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request.">
617 Your &lt;strong&gt;system administrator&lt;/strong&gt; has blocked access to this webpage. 483 The person who set up this computer has chosen to block this site.
618 </message> 484 </message>
619 <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_ENROLLMENT_CHECK_PENDING" desc= "Summary in the error page when the user tries to browse before the forced enrol lment check has finished."> 485 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_EXTENSION" desc="The error me ssage displayed when an extension blocks a request.">
620 This device has not finished its first run steps.
621 </message>
622 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED" desc="The error message display ed when an extension blocks a request.">
623 Requests to the server have been blocked by an extension. 486 Requests to the server have been blocked by an extension.
624 </message> 487 </message>
625 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_ADMINISTRATOR" desc="The erro r message displayed when a policy blocks a request."> 488 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_ADMINISTRATOR" desc="The erro r message displayed when a policy blocks a request.">
626 Requests to the server have been blocked by a policy. 489 Requests to the server have been blocked by a policy.
627 </message> 490 </message>
628 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_ENROLLMENT_CHECK_PENDING" desc=" The error message displayed when the user tries to browse before the forced enro llment check has finished."> 491 <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_ENROLLMENT_CHECK_PENDING" desc=" The error message displayed when the user tries to browse before the forced enro llment check has finished.">
629 Browsing the Internet is disabled until the enterprise enrollment verificati on check has finished. 492 Browsing the Internet is disabled until the enterprise enrollment verificati on check has finished.
630 You can still use the diagnostic tool presented here to troubleshoot issues with your connectivity. 493 You can still use the diagnostic tool presented here to troubleshoot issues with your connectivity.
631 </message> 494 </message>
632 495
633 <message name="IDS_ERRORPAGES_HTTP_POST_WARNING" desc="The error message displ ayed when the user navigates back or forward to a page which would resubmit post data. They can hit reload to send POST data again and load the page."> 496 <message name="IDS_ERRORPAGES_HTTP_POST_WARNING" desc="The error message displ ayed when the user navigates back or forward to a page which would resubmit post data. They can hit reload to send POST data again and load the page.">
634 This webpage requires data that you entered earlier in order to be properly displayed. You can send this data again, but by doing so you will repeat any act ion this page previously performed. 497 This webpage requires data that you entered earlier in order to be properly displayed. You can send this data again, but by doing so you will repeat any act ion this page previously performed.
635 </message> 498 </message>
636 499
637 <!-- iOS specific error page messages --> 500 <!-- iOS specific error page messages -->
638 <if expr="is_ios"> 501 <if expr="is_ios">
639 <message name="IDS_ERRORPAGES_HEADING_DOWNLOAD_FILE_TYPE_ERROR" desc="A one- line title for error message to tell user that the requested type of file cannot be downloaded. [Length: 20em]"> 502 <message name="IDS_ERRORPAGES_HEADING_DOWNLOAD_FILE_TYPE_ERROR" desc="A one- line title for error message to tell user that the requested type of file cannot be downloaded. [Length: 20em]">
640 Download Failed 503 Download Failed
641 </message> 504 </message>
642 <message name="IDS_ERRORPAGES_SUMMARY_DOWNLOAD_FILE_TYPE_ERROR" desc="A shor t error message to tell user that the requested type of file cannot be downloade d. [Length: 40em]"> 505 <message name="IDS_ERRORPAGES_SUMMARY_DOWNLOAD_FILE_TYPE_ERROR" desc="A shor t error message to tell user that the requested type of file cannot be downloade d. [Length: 40em]">
643 Chrome cannot download this file. 506 Chrome cannot download this file.
644 </message> 507 </message>
645 <message name="IDS_ERRORPAGES_DETAILS_DOWNLOAD_FILE_TYPE_ERROR" desc="A shor t message to tell user that the file type is unknown. [Length: 20em]"> 508 <message name="IDS_ERRORPAGES_DETAILS_DOWNLOAD_FILE_TYPE_ERROR" desc="A shor t message to tell user that the file type is unknown. [Length: 20em]">
646 Unknown File Type. 509 Unknown File Type.
647 </message> 510 </message>
648 <message name="IDS_ERRORPAGES_HEADING_UNSUPPORTED_SCHEME_ERROR" desc="Header error message to tell user that the requested URI Scheme is not supported [Leng th: 20em]"> 511 <message name="IDS_ERRORPAGES_HEADING_UNSUPPORTED_SCHEME_ERROR" desc="Header error message to tell user that the requested URI Scheme is not supported [Leng th: 20em]">
649 Chrome cannot open this URL. 512 Chrome cannot open this URL
650 </message> 513 </message>
651 <message name="IDS_ERRORPAGES_SUMMARY_UNSUPPORTED_SCHEME_ERROR" desc="Summar y error message to tell user that the requested URI Scheme is not supported [Len gth: 40em]"> 514 <message name="IDS_ERRORPAGES_SUMMARY_UNSUPPORTED_SCHEME_ERROR" desc="Summar y error message to tell user that the requested URI Scheme is not supported [Len gth: 40em]">
652 The requested URI Scheme is not supported. 515 The requested URI Scheme is not supported.
653 </message> 516 </message>
654 <message name="IDS_ERRORPAGES_DETAILS_UNSUPPORTED_SCHEME_ERROR" desc="Detail s error message to tell user that the requested URI Scheme is not supported [Len gth: 20em]"> 517 <message name="IDS_ERRORPAGES_DETAILS_UNSUPPORTED_SCHEME_ERROR" desc="Detail s error message to tell user that the requested URI Scheme is not supported [Len gth: 20em]">
655 Unsupported URL. 518 Unsupported URL.
656 </message> 519 </message>
657 <message name="IDS_ERRORPAGES_TITLE_UNSAFE_PORT" desc="Title of error messag e to tell user that the requested port is blocked as unsafe. [Length: 20em]"> 520 <message name="IDS_ERRORPAGES_TITLE_UNSAFE_PORT" desc="Title of error messag e to tell user that the requested port is blocked as unsafe. [Length: 20em]">
658 Unsafe Port <ph name="SITE">$1<ex>google.xom</ex></ph> 521 Unsafe Port <ph name="SITE">$1<ex>google.xom</ex></ph>
659 </message> 522 </message>
660 <message name="IDS_ERRORPAGES_HEADING_UNSAFE_PORT" desc="Header error messag e to tell user that the requested port is blocked as unsafe. [Length: 20em]"> 523 <message name="IDS_ERRORPAGES_HEADING_UNSAFE_PORT" desc="Header error messag e to tell user that the requested port is blocked as unsafe. [Length: 20em]">
661 Unsafe Port Blocked 524 Unsafe Port Blocked
662 </message> 525 </message>
663 <message name="IDS_ERRORPAGES_SUMMARY_UNSAFE_PORT" desc="Summary error messa ge to tell user that the requested port is blocked as unsafe. [Length: 40em]"> 526 <message name="IDS_ERRORPAGES_SUMMARY_UNSAFE_PORT" desc="Summary error messa ge to tell user that the requested port is blocked as unsafe. [Length: 40em]">
664 The requested port is unsafe and has been blocked. 527 The requested port is unsafe and has been blocked.
665 </message> 528 </message>
666 <message name="IDS_ERRORPAGES_DETAILS_UNSAFE_PORT" desc="Details error messa ge to tell user that the requested port is blocked as unsafe [Length: 20em]"> 529 <message name="IDS_ERRORPAGES_DETAILS_UNSAFE_PORT" desc="Details error messa ge to tell user that the requested port is blocked as unsafe [Length: 20em]">
667 Unsafe port blocked. 530 Unsafe port blocked.
668 </message> 531 </message>
669 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE_NO_EMPHASIS" desc="Summa ry in the error page when we can't connect to a site. [iOS only]"> 532 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE_NO_EMPHASIS" desc="Summa ry in the error page when we can't connect to a site. [iOS only]">
670 The webpage at <ph name="SITE">$1<ex>google.xom</ex></ph> might be tempora rily down or it may have moved permanently to a new web address. 533 The webpage at <ph name="SITE">$1<ex>google.xom</ex></ph> might be tempora rily down or it may have moved permanently to a new web address.
671 </message> 534 </message>
672 </if> 535 </if>
673 536
674 </grit-part> 537 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698