diff options
Diffstat (limited to 'chromium/components/error_page_strings.grdp')
-rw-r--r-- | chromium/components/error_page_strings.grdp | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/chromium/components/error_page_strings.grdp b/chromium/components/error_page_strings.grdp index ac0cad97939..a30640b3388 100644 --- a/chromium/components/error_page_strings.grdp +++ b/chromium/components/error_page_strings.grdp @@ -98,21 +98,6 @@ <message name="IDS_ERRORPAGES_SUGGESTION_UNSUPPORTED_CIPHER_BODY" desc="The detailed explanation body text 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_TITLE_NOT_AVAILABLE" desc="Title of the error page when we can't connect to a site."> - <ph name="SITE">$1<ex>google.com</ex></ph> is not available - </message> - <message name="IDS_ERRORPAGES_TITLE_ACCESS_DENIED" desc="Title in the error page when a server returns a 403. Also suitable for similar error codes."> - Access to <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> denied. - </message> - <message name="IDS_ERRORPAGES_TITLE_NOT_FOUND" desc="Title of the error page when the server returns a 404 or 410."> - <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> is not found - </message> - <message name="IDS_ERRORPAGES_TITLE_LOAD_FAILED" desc="Title of the error page when we can't load a page."> - <ph name="URL">$1<ex>http://some-unreliable-site.com/</ex></ph> failed to load - </message> - <message name="IDS_ERRORPAGES_TITLE_BLOCKED" desc="Title in the error page when a request is blocked (e.g. by an extension)."> - <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 site can’t be reached </message> @@ -270,12 +255,7 @@ 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."> - <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_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."> - The server hosting the webpage might be overloaded or under maintainance. - In order to avoid generating too much traffic and making the situation worse, - requests to this URL has been temporarily disallowed. + <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph> didn’t accept your login certificate, or one may not have been provided. </message> <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. |