Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 73bf636fe2a0a8307fa87d926c41c0c7b68c4e57..40ecb017e51351d4ed7a2a73465115becc61d9bf 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -9645,6 +9645,13 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1 |
<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."> |
+ 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. Please hold on a moment while |
+ <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph> |
+ tries to figure out what's causing this problem. |
+ </message> |
<message name="IDS_ERRORPAGES_DETAILS_TEMPLATE" desc="On the bottom of the error page text, there is a box that includes extra information for tech savvy users."> |
Error <ph name="ERROR_NUMBER">$1<ex>5</ex></ph> (<ph name="ERROR_NAME">$2<ex>net::ERR_FILE_NOT_FOUND</ex></ph>): <ph name="ERROR_TEXT">$3<ex>The requested file is not found.</ex></ph> |
@@ -9719,6 +9726,9 @@ The following plug-in is unresponsive: <ph name="PLUGIN_NAME">$1 |
Multiple distinct Location headers received. This is disallowed to protect |
against HTTP response splitting attacks. |
</message> |
+ <message name="IDS_ERRORPAGES_DETAILS_DNS_PROBE_RUNNING" desc="The error message displayed when we are waiting to see whether we will run a DNS probe."> |
+ Waiting for DNS probe. |
+ </message> |
<message name="IDS_ERRORPAGES_DETAILS_UNKNOWN" desc="The default error message displayed if we don't have a more specific error message."> |
Unknown error. |
</message> |