| Index: components/error_page_strings.grdp
|
| diff --git a/components/error_page_strings.grdp b/components/error_page_strings.grdp
|
| index c4c0db6fb80ae0c2ba07823a269d25d785ef70be..f18c2ce8b7674a8a2f3af41624660182ee3209dd 100644
|
| --- a/components/error_page_strings.grdp
|
| +++ b/components/error_page_strings.grdp
|
| @@ -141,17 +141,14 @@
|
| <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> was blocked
|
| </message>
|
| <message name="IDS_ERRORPAGES_HEADING_NOT_AVAILABLE" desc="Heading in the error page when we can't connect to a site.">
|
| - This webpage is not available
|
| + This site can’t be reached
|
| </message>
|
| <message name="IDS_ERRORPAGES_HEADING_NETWORK_ACCESS_DENIED" desc="Heading of the error page when we're not being allowed to access the network.">
|
| - Unable to access the network
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_HEADING_PROXY_CONNECTION_FAILED" desc="Heading in the error page when the proxy server connection failed.">
|
| - Unable to connect to the proxy server
|
| + Your Internet access is blocked
|
| </message>
|
| <if expr="not is_android">
|
| <message name="IDS_ERRORPAGES_HEADING_INTERNET_DISCONNECTED" desc="Heading of the error page when the network connection failed.">
|
| - Unable to connect to the Internet
|
| + There is no Internet connection
|
| </message>
|
| </if>
|
| <if expr="is_android">
|
| @@ -159,17 +156,17 @@
|
| You are offline.
|
| </message>
|
| </if>
|
| - <message name="IDS_ERRORPAGES_HEADING_CACHE_MISS" desc="Heading in the error page when we couldn't find a resource in the cache, and cannot fall back to the network.">
|
| - Cache miss
|
| - </message>
|
| <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.">
|
| - Cache read error
|
| + This site can’t be loaded from the cache
|
| </message>
|
| - <message name="IDS_ERRORPAGES_HEADING_NETWORK_IO_SUSPENDED" desc="Heading in the error page when a page load failed due to the computer entering sleep/suspend mode.">
|
| - Network access suspended
|
| + <message name="IDS_ERRORPAGES_HEADING_CONNECTION_INTERRUPTED" desc="Heading in the error page when a page load failed due to the an interrupted network connection such as the device sleeping.">
|
| + Your connection was interrupted
|
| </message>
|
| <message name="IDS_ERRORPAGES_HEADING_NOT_FOUND" desc="Heading in the error page when the server returns a 404 or 410.">
|
| - This webpage is not found
|
| + This <ph name="HOST_NAME"><span jscontent="hostName"></span><ex>www.whatever.com</ex></ph> page can’t be found
|
| + </message>
|
| + <message name="IDS_ERRORPAGES_HEADING_FILE_NOT_FOUND" desc="Heading in the error page when the local file was not found.">
|
| + Your file was not found
|
| </message>
|
| <message name="IDS_ERRORPAGES_HEADING_TOO_MANY_REDIRECTS" desc="Heading in the error page when there are too many URL redirects.">
|
| This webpage has a redirect loop
|
| @@ -177,105 +174,59 @@
|
| <message name="IDS_ERRORPAGES_HEADING_EMPTY_RESPONSE" desc="Heading in the error page when no data is received.">
|
| No data received
|
| </message>
|
| - <message name="IDS_ERRORPAGES_HEADING_DUPLICATE_HEADERS" desc="Heading in the error page when a response from the server contains duplicate headers.">
|
| - Duplicate headers received from server
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_HEADING_WEAK_SERVER_EPHEMERAL_DH_KEY" desc="Heading of the error page when the server has a weak Diffie-Hellman public key. Diffie-Hellman is a technical term and the conjuction of two names so may be best left untranslated. 'key' here is used as the technical name for a large number with certain mathematical properties that allow it to be used to encrypt and decrypt data. 'weak' here means that the number is too small to resist an exhaustive attempt to find certain mathematical structures in it, the secrecy of which is critical.">
|
| - Server has a weak ephemeral Diffie-Hellman public key
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_HEADING_BLOCKED" desc="Heading of the error page when a request is blocked by an extension.">
|
| - This webpage was blocked by an extension
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_HEADING_BLOCKED_BY_ADMINISTRATOR" desc="Heading of the error page when a request is blocked by the administrator policy.">
|
| - Webpage Blocked
|
| + <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.">
|
| + <ph name="HOST_NAME"><span jscontent="hostName"></span><ex>www.example.com</ex></ph> is blocked
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE" desc="Summary in the error page when we can't connect to a site.">
|
| The webpage at <ph name="URL"><strong jscontent="failedUrl"></strong></ph> might be temporarily down or it may have moved permanently to a new web address.
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_TIMED_OUT" desc="Summary in the error page when a page takes too long to load.">
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - could not load the webpage because
|
| - <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph>
|
| - took too long to respond. The website may be down, or you may be
|
| - experiencing issues with your Internet connection.
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> took too long to respond.
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_RESET" desc="Summary in the error page when the connection was reset.">
|
| - The connection to
|
| - <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph>
|
| - was interrupted.
|
| + The connection was reset.
|
| + </message>
|
| + <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_CLOSED" desc="Summary in the error page when the connection was closed.">
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> unexpectedly closed the connection.
|
| + </message>
|
| + <message name="IDS_ERRORPAGES_SUMMARY_CONNECTION_FAILED" desc="Summary in the error page when the connection failed or unreachable.">
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> is currently unreachable.
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_CHANGED" desc="Summary in the error page when the connection failed because the network has changed.">
|
| - The connection to
|
| - <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph>
|
| - was interrupted by a change in the network connection.
|
| + A network change was detected.
|
| </message>
|
| <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.">
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>'s
|
| - connection attempt to
|
| - <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph>
|
| - was rejected. The website may be down, or your network may not be
|
| - properly configured.
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_SUMMARY_NAME_NOT_RESOLVED" desc="Summary in the error page when a dns look up fails.">
|
| - The server at
|
| - <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph>
|
| - can't be found, because the DNS lookup failed. DNS is the network
|
| - service that translates a website's name to its Internet address. This
|
| - error is most often caused by having no connection to the Internet or a
|
| - misconfigured network. It can also be caused by an unresponsive DNS
|
| - server or a firewall preventing
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - from accessing the network.
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> refused to connect.
|
| + </message>
|
| + <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 indicate that 'DNS address' is an abbreviation.">
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph>’s server <ph name="BEGIN_ABBR"><abbr jsvalues="title:dnsDefinition">DNS address</abbr></ph> could not be found.
|
| + </message>
|
| + <message name="IDS_ERRORPAGES_SUMMARY_DNS_DEFINITION" desc="Definition of DNS that appears when hovering over the abbreviation">
|
| + DNS is the network service that translates a website’s name to its Internet address.
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_ICANN_NAME_COLLISION" desc="Summary in the error page when a dns look up fails due to having contained 127.0.53.53.">
|
| - This site is using a
|
| - <ph name="BEGIN_LINK"><a href="https://support.google.com/chrome/?p=top_level_domain&hl=[GRITLANGCODE]"></ph>new generic top-level domain<ph name="END_LINK"></a><ex></a></ex></ph>
|
| - (gTLD). If you have used
|
| - <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph>
|
| - to access an internal site in the past, contact your network
|
| - administrator.
|
| + This site on the company, organization or school intranet has the same URL as an external website.
|
| + <ph name="LINE_BREAK"><br /><br /><ex><br /><br /></ex></ph>
|
| + Try contacting your system administrator.
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_ADDRESS_UNREACHABLE" desc="Summary in the error page when we can't reach a site. This is slightly more specific than just being unable to connect, as it means we can't find a route to the server.">
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - cannot reach the website. This is typically caused by network issues,
|
| - but can also be the result of a misconfigured firewall or proxy server.
|
| + <ph name="URL"><strong jscontent="failedUrl"></strong><ex>http://www.google.com/</ex></ph> is unreachable.
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_FILE_ACCESS_DENIED" desc="Summary in the error page when we can't open a file.">
|
| The file at <ph name="URL"><strong jscontent="failedUrl"></strong><ex>http://www.google.com/</ex></ph> is not readable. It may have been removed, moved, or file permissions may be preventing access.
|
| </message>
|
| + <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_ACCESS_DENIED" desc="Summary in the error page when we're not being allowed to access the network.">
|
| + Firewall or antivirus software may have blocked the connection.
|
| + </message>
|
| + <message name="IDS_ERRORPAGES_SUMMARY_PROXY_CONNECTION_FAILED" desc="Summary in the error page when the proxy server connection failed.">
|
| + There is something wrong with the proxy server, or the address is incorrect.
|
| + </message>
|
| <if expr="is_android or is_ios">
|
| - <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_ACCESS_DENIED" desc="Mobile: Summary in the error page when we're not being allowed to access the network.">
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - is having trouble accessing the network.
|
| - <ph name="LINE_BREAK"><br /><br /><ex><br /><br /></ex></ph>
|
| - This may be because your firewall or antivirus software wrongly thinks
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - is an intruder on your device and is blocking it from connecting to the Internet.
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_SUMMARY_PROXY_CONNECTION_FAILED" desc="Mobile: Summary in the error page when the proxy server connection failed.">
|
| - A proxy server is a server that acts as an intermediary between your device and other servers. Right now, your system is configured to use a proxy, but
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - can't connect to it.
|
| - </message>
|
| -
|
| <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED" desc="Mobile: Summary of the error page when the network connection failed. May be followed by platform dependent instructions.">
|
| - Wi-Fi and mobile data are unavailable. The page can be loaded once the device connects to a network.
|
| + Your device is offline.
|
| </message>
|
| </if>
|
| <if expr="not is_android and not is_ios">
|
| - <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_ACCESS_DENIED" desc="Summary in the error page when we're not being allowed to access the network.">
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - is having trouble accessing the network.
|
| - <ph name="LINE_BREAK"><br /><br /><ex><br /><br /></ex></ph>
|
| - This may be because your firewall or antivirus software wrongly thinks
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - is an intruder on your computer and is blocking it from connecting to the Internet.
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_SUMMARY_PROXY_CONNECTION_FAILED" desc="Summary in the error page when the proxy server connection failed.">
|
| - A proxy server is a server that acts as an intermediary between your computer and other servers. Right now, your system is configured to use a proxy, but
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - can't connect to it.
|
| - </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED_INSTRUCTIONS_TEMPLATE" desc="Template for the summary of the error page when the network connection failed, on platforms with instructions.">
|
| You can try to diagnose the problem by taking the following steps:
|
| <ph name="LINE_BREAK"><br /><ex><br /></ex></ph>
|
| @@ -283,6 +234,9 @@
|
| $1<ex>Goto the wrench menu and choose Fix It.</ex>
|
| </ph>
|
| </message>
|
| + <message name="IDS_ERRORPAGES_SUMMARY_INTERNET_DISCONNECTED" desc="Summary of the error page when the network connection failed. May be followed by platform dependent instructions.">
|
| + Your computer is offline.
|
| + </message>
|
| </if>
|
|
|
| <if expr="is_macosx">
|
| @@ -320,86 +274,37 @@
|
| </message>
|
| </if>
|
|
|
| - <message name="IDS_ERRORPAGES_SUMMARY_CACHE_MISS" desc="Summary in the error page when we couldn't find a resource in the cache, and cannot fall back to the network.">
|
| - The webpage was not found in the cache. Certain resources
|
| - can only be safely loaded from the cache, such as pages generated
|
| - from submitted data.
|
| - <ph name="LINE_BREAK"><br /><br /><ex><br /><br /></ex></ph>
|
| - This error can also be caused by cache corruption due to
|
| - an improper shutdown.
|
| - <ph name="LINE_BREAK"><br /><br /><ex><br /><br /></ex></ph>
|
| - If the problem persists, try clearing the cache.
|
| - </message>
|
| <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.">
|
| - To speed up webpages,
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - temporarily saves downloaded files to disk. When
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - is not shut down properly, these files can become corrupted, resulting
|
| - in this error. Reloading the page should resolve this issue, and
|
| - shutting down properly should prevent it from happening in the future.
|
| - <ph name="LINE_BREAK"><br /><br /><ex><br /><br /></ex></ph>
|
| - If the problem persists, try clearing the cache. In some cases, this
|
| - can also be a symptom of hardware starting to fail.
|
| + The saved (cached) copy of this site was unreadable.
|
| </message>
|
| <if expr="is_android or is_ios">
|
| <message name="IDS_ERRORPAGES_SUMMARY_NETWORK_IO_SUSPENDED" desc="Mobile: Summary in the error page when a page load failed due to the device entering sleep/suspend mode.">
|
| - Unable to load the webpage because your device entered sleep or
|
| - hibernate mode. When this happens, network connections are shut
|
| - down and new network requests fail. Reloading the page should
|
| - resolve this.
|
| + Your device went to sleep.
|
| </message>
|
| </if>
|
| <if expr="not is_android and not is_ios">
|
| <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/suspend mode.">
|
| - Unable to load the webpage because your computer entered sleep or
|
| - hibernate mode. When this happens, network connections are shut
|
| - down and new network requests fail. Reloading the page should
|
| - resolve this.
|
| + Your computer went to sleep.
|
| </message>
|
| </if>
|
| <message name="IDS_ERRORPAGES_SUMMARY_NOT_FOUND" desc="Summary in the error page when the server returns a 404.">
|
| No webpage was found for the web address: <ph name="URL"><strong jscontent="failedUrl"></strong></ph>
|
| </message>
|
| - <if expr="is_android or is_ios">
|
| - <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Mobile: Summary in the error page when there are too many URL redirects.">
|
| - The webpage at <ph name="URL"><strong jscontent="failedUrl"></strong></ph> has resulted in
|
| - too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If
|
| - not, it is possibly a server configuration issue and not a problem with your
|
| - device.
|
| - </message>
|
| - </if>
|
| - <if expr="not is_android and not is_ios">
|
| - <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Summary in the error page when there are too many URL redirects.">
|
| - The webpage at <ph name="URL"><strong jscontent="failedUrl"></strong></ph> has resulted in
|
| - too many redirects. Clearing your cookies for this site or allowing third-party cookies may fix the problem. If
|
| - not, it is possibly a server configuration issue and not a problem with your
|
| - computer.
|
| - </message>
|
| - </if>
|
| + <message name="IDS_ERRORPAGES_SUMMARY_FILE_NOT_FOUND" desc="Summary in the error page when a local file is not found.">
|
| + It may have been moved or deleted.
|
| + </message>
|
| + <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Summary in the error page when there are too many URL redirects.">
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> redirected you too many times.
|
| + </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_EMPTY_RESPONSE" desc="Summary in the error page when no data is received.">
|
| - Unable to load the webpage because the server sent no data.
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_SUMMARY_DUPLICATE_HEADERS" desc="Summary in the error page when a response from the server contains duplicate headers.">
|
| - The response from the server contained duplicate headers. This problem
|
| - is generally the result of a misconfigured website or proxy. Only the
|
| - website or proxy administrator can fix this issue.
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_SUMMARY_WEAK_SERVER_EPHEMERAL_DH_KEY" desc="Summary in the error page when the server has a weak Diffie-Hellman public key">
|
| - This error can occur when connecting to a secure (HTTPS) server. It
|
| - means that the server is trying to set up a secure connection but, due to
|
| - a disastrous misconfiguration, the connection wouldn't be secure at all!
|
| - <ph name="LINE_BREAK"><br /><br /><ex><br /><br /></ex></ph> In this case the
|
| - server needs to be fixed.
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - won't use insecure connections in order to protect your privacy.
|
| - </message>
|
| - <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 why.">
|
| - Unable to look up
|
| - <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph>.
|
| - Trying to diagnose the problem...
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> didn’t send any data.
|
| + </message>
|
| + <message name="IDS_ERRORPAGES_SUMMARY_INVALID_RESPONSE" desc="Summary in the error page when a response from the server contains duplicate headers.">
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> sent an invalid response.
|
| + </message>
|
| + <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 why. The 'abbr' tag is used to indicate that 'DNS address' is an abbreviation.">
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph>’s <abbr id="dnsDefinition">DNS address</abbr> could not be found. Diagnosing the problem.
|
| </message>
|
| -
|
| <message name="IDS_ERRORPAGES_DETAILS_TIMED_OUT" desc="The error message displayed when a page takes too long to load.">
|
| The operation timed out.
|
| </message>
|
| @@ -442,9 +347,6 @@
|
| <message name="IDS_ERRORPAGES_DETAILS_CACHE_READ_FAILURE" desc="The error message displayed when we encountered an error reading from the cache. Generally this happens when the disk cache is corrupted from improper shutdown.">
|
| Error reading data from cache.
|
| </message>
|
| - <message name="IDS_ERRORPAGES_DETAILS_CACHE_MISS" desc="The error message displayed when we couldn't find a resource in the cache, and cannot fall back to the network.">
|
| - The requested entry was not found in the cache.
|
| - </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_NETWORK_IO_SUSPENDED" desc="The error message displayed when a page load failed due to the computer entering sleep/suspend mode.">
|
| Network IO suspended.
|
| </message>
|
| @@ -477,51 +379,37 @@
|
| </message>
|
|
|
| <message name="IDS_ERRORPAGES_HEADING_ACCESS_DENIED" desc="Heading in the error page when a server returns a 403. Also suitable for similar error codes.">
|
| - Access to the webpage was denied
|
| + Access to <ph name="HOST_NAME"><span jscontent="hostName"></span><ex>www.whatever.com</ex></ph> was denied
|
| </message>
|
| <message name="IDS_ERRORPAGES_HEADING_FILE_ACCESS_DENIED" desc="Heading in the error page when a file is denied access.">
|
| Access to the file was denied
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_FORBIDDEN" desc="Summary in the error page when a server returns a 403.">
|
| - You are not authorized to access the webpage at <ph name="URL"><strong jscontent="failedUrl"></strong></ph>. You may need to sign in.
|
| + You don't have authorization to view this page.
|
| </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_FORBIDDEN" desc="Details in the error page when a server returns a 403.">
|
| The server refused to fulfill the request.
|
| </message>
|
|
|
| <message name="IDS_ERRORPAGES_SUMMARY_GONE" desc="Summary of the error page when the server returns a 410.">
|
| - The webpage at <ph name="URL"><strong jscontent="failedUrl"></strong></ph> no longer exists.
|
| + It may have been moved or deleted.
|
| </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_GONE" desc="Details in the error page when a server returns a 410.">
|
| The requested resource no longer exists, and there is no forwarding address. This is expected to be a permanent condition.
|
| </message>
|
| -
|
| - <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.">
|
| - Server error
|
| - </message>
|
| -
|
| - <message name="IDS_ERRORPAGES_SUMMARY_INTERNAL_SERVER_ERROR" desc="Summary in the error page when the server returns a 500.">
|
| - The website encountered an error while retrieving <ph name="URL"><strong jscontent="failedUrl"></strong></ph>.
|
| - It may be down for maintenance or configured incorrectly.
|
| + <message name="IDS_ERRORPAGES_HEADING_PAGE_NOT_WORKING" desc="Heading in the error page for HTTP 5xx errors, which are considered to be server side errors. Also used for bad responses.">
|
| + The <ph name="HOST_NAME"><span jscontent="hostName"></span><ex>www.whatever.com</ex></ph> page isn’t working
|
| </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_INTERNAL_SERVER_ERROR" desc="The error message displayed when the server returns a 500.">
|
| An unexpected condition was encountered while the server was attempting to fulfill the request.
|
| </message>
|
|
|
| - <message name="IDS_ERRORPAGES_SUMMARY_WEBSITE_CANNOT_HANDLE" desc="Summary in the error page when the server returns a 501 or 505.">
|
| - The website is unable to handle the request for <ph name="URL"><strong jscontent="failedUrl"></strong></ph>.
|
| + <message name="IDS_ERRORPAGES_SUMMARY_WEBSITE_CANNOT_HANDLE_REQUEST" desc="Summary in the error page when the server returns a 501 or 505.">
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> is currently unable to handle this request.
|
| </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_NOT_IMPLEMENTED" desc="The error message displayed when the server returns a 501.">
|
| The server does not support the functionality required to fulfill the request.
|
| </message>
|
| - <message name="IDS_ERRORPAGES_DETAILS_HTTP_VERSION_NOT_SUPPORTED" desc="The error message displayed when the server returns a 505.">
|
| - The server does not support the HTTP version used in the request.
|
| - </message>
|
| -
|
| - <message name="IDS_ERRORPAGES_SUMMARY_BAD_GATEWAY" desc="Summary in the error page when the server returns a 502.">
|
| - An invalid response was received while attempting to load <ph name="URL"><strong jscontent="failedUrl"></strong></ph>.
|
| - The server may be down for maintenance or configured incorrectly.
|
| - </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_BAD_GATEWAY" desc="The error message displayed when the server returns a 502.">
|
| The gateway or proxy server received an invalid response from an upstream server.
|
| </message>
|
| @@ -534,71 +422,49 @@
|
| </message>
|
|
|
| <message name="IDS_ERRORPAGES_SUMMARY_GATEWAY_TIMEOUT" desc="Summary in the error page when the server returns a 504.">
|
| - The server for <ph name="URL"><strong jscontent="failedUrl"></strong></ph> took too long to respond. It may be overloaded.
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> took too long to respond.
|
| </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_GATEWAY_TIMEOUT" desc="The error message displayed when the server returns a 504.">
|
| The gateway or proxy server timed out while waiting for a response from an upstream server.
|
| </message>
|
|
|
| - <message name="IDS_ERRORPAGES_HEADING_SSL_PROTOCOL_ERROR" desc="Heading in the error page for SSL protocol errors.">
|
| - SSL connection error
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_SUMMARY_SSL_PROTOCOL_ERROR" desc="Summary in the error page for SSL protocol errors.">
|
| - 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.
|
| + <message name="IDS_ERRORPAGES_SUMMARY_SSL_SECURITY_ERROR" desc="Summary in the error page for SSL security errors.">
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> doesn't adhere to security standards.
|
| </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_SSL_PROTOCOL_ERROR" desc="The error message displayed for SSL protocol errors.">
|
| SSL protocol error.
|
| </message>
|
|
|
| - <message name="IDS_ERRORPAGES_HEADING_SSL_FALLBACK_BEYOND_MINIMUM_VERSION" desc="Heading in the error page for SSL fallback errors.">
|
| - SSL server probably obsolete.
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_SUMMARY_SSL_FALLBACK_BEYOND_MINIMUM_VERSION" desc="Summary in the error page for SSL fallback errors.">
|
| - Unable to connect securely to the server. This website may have worked previously, but there is a problem with the server. Connecting to such sites weakens security for all users and thus has been disabled.
|
| - </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_SSL_FALLBACK_BEYOND_MINIMUM_VERSION" desc="The error message displayed for SSL fallback errors.">
|
| A TLS 1.0 fallback was able to handshake with the server, but we no longer accept TLS 1.0 fallbacks. The server needs to be updated to correctly implement version negotiation and preferably support TLS 1.2.
|
| </message>
|
|
|
| - <message name="IDS_ERRORPAGES_HEADING_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Heading in the error page for SSL cipher and version errors.">
|
| - This webpage is not available
|
| - </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_SSL_VERSION_OR_CIPHER_MISMATCH" desc="Summary in the error page for SSL cipher and version errors.">
|
| - A secure connection cannot be established because this site uses an unsupported protocol or cipher suite. This is likely to be caused when the server needs RC4, which is no longer considered secure.
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> uses an unsupported protocol.
|
| </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_SSL_VERSION_OR_CIPHER_MISMATCH" desc="The error message displayed for SSL cipher and version errors.">
|
| + The client and server don't support a common SSL protocol version or cipher suite.
|
| + </message>
|
| + <message name="IDS_ERRORPAGES_SUGGESTION_UNSUPPORTED_CIPHER" desc="The suggestion displayed for SSL cipher and version errors.">
|
| 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.
|
| </message>
|
|
|
| - <message name="IDS_ERRORPAGES_HEADING_PINNING_FAILURE" desc="Title of the error page for a certificate which doesn't match the built-in pins for that name">
|
| - Incorrect certificate for host.
|
| + <message name="IDS_ERRORPAGES_SUMMARY_PINNING_FAILURE_DETAILS" desc="Summary of the error page for a certificate which doesn't match the built-in pins for that name">
|
| + The server certificate at <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> appears to be a forgery.
|
| </message>
|
|
|
| - <message name="IDS_ERRORPAGES_HEADING_BAD_SSL_CLIENT_AUTH_CERT" desc="Heading in the error page for SSL client certificate authentication failure.">
|
| - Certificate-based authentication failed
|
| + <message name="IDS_ERRORPAGES_HEADING_INSECURE_CONNECTION" desc="Heading in the error page for insecure connections.">
|
| + This site can’t provide a secure connection
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_BAD_SSL_CLIENT_AUTH_CERT" desc="Summary in the error page for SSL client certificate authentication failure.">
|
| - This server requires a certificate for authentication, and didn't accept the one sent by the
|
| - browser. Your certificate may have expired, or the server may not trust its issuer.
|
| - You can try again with a different certificate, if you have one, or you may have to
|
| - obtain a valid certificate from elsewhere.
|
| + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> didn’t accept your login certificate, or your login certificate may have expired.
|
| </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_BAD_SSL_CLIENT_AUTH_CERT" desc="The error message for SSL client certificate authentication failure.">
|
| Bad SSL client authentication certificate.
|
| </message>
|
|
|
| - <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.">
|
| - It is likely that the server hosting the webpage has been overloaded or encountered an error.
|
| - In order to avoid letting extensions cause too much traffic and making the situation worse,
|
| - <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph>
|
| - has temporarily stopped allowing requests by extensions to this URL.
|
| - <ph name="LINE_BREAK"><br /><br /><ex><br /><br /></ex></ph>
|
| - If you think this behavior is undesirable, for example, you are debugging your own website, please
|
| - visit <ph name="URL_FOR_MORE_INFO"><strong>http://dev.chromium.org/throttling</strong><ex>http://dev.chromium.org/throttling</ex></ph>,
|
| - where you can find more information including how to disable the feature.
|
| - </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_TEMPORARILY_THROTTLED" desc="The error message displayed when we temporarily stop sending requests to a server in order to avoid DDoS.">
|
| - Extension requests to this URL have been temporarily throttled.
|
| + Visits to this URL being made by an extension have been temporarily restricted.
|
| </message>
|
|
|
| <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 Backoff header received earlier.">
|
| @@ -610,16 +476,13 @@
|
| Requests to this URL have been temporarily throttled.
|
| </message>
|
|
|
| - <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED" desc="Summary in the error page when an extension blocks a request.">
|
| - A third-party extension has blocked access to this webpage.
|
| + <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_EXTENSION" desc="Summary in the error page when an extension blocks a request.">
|
| + Requests to the server have been blocked by an extension.
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_BY_ADMINISTRATOR" desc="Summary in the error page when an administrator policy blocks a request.">
|
| - Your <strong>system administrator</strong> has blocked access to this webpage.
|
| - </message>
|
| - <message name="IDS_ERRORPAGES_SUMMARY_BLOCKED_ENROLLMENT_CHECK_PENDING" desc="Summary in the error page when the user tries to browse before the forced enrollment check has finished.">
|
| - This device has not finished its first run steps.
|
| + The person who set up this computer has chosen to block this site.
|
| </message>
|
| - <message name="IDS_ERRORPAGES_DETAILS_BLOCKED" desc="The error message displayed when an extension blocks a request.">
|
| + <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_EXTENSION" desc="The error message displayed when an extension blocks a request.">
|
| Requests to the server have been blocked by an extension.
|
| </message>
|
| <message name="IDS_ERRORPAGES_DETAILS_BLOCKED_BY_ADMINISTRATOR" desc="The error message displayed when a policy blocks a request.">
|
| @@ -646,7 +509,7 @@
|
| Unknown File Type.
|
| </message>
|
| <message name="IDS_ERRORPAGES_HEADING_UNSUPPORTED_SCHEME_ERROR" desc="Header error message to tell user that the requested URI Scheme is not supported [Length: 20em]">
|
| - Chrome cannot open this URL.
|
| + Chrome cannot open this URL
|
| </message>
|
| <message name="IDS_ERRORPAGES_SUMMARY_UNSUPPORTED_SCHEME_ERROR" desc="Summary error message to tell user that the requested URI Scheme is not supported [Length: 40em]">
|
| The requested URI Scheme is not supported.
|
|
|