Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index bc3b865dd48e561b61f4c6ce0cdca425885ff2ac..2259dcc6236e2abb3ea336647212064afa10c2b9 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -9615,6 +9615,11 @@ 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."> |
+ Unable to look up |
+ <ph name="HOST_NAME"><strong jscontent="hostName"></strong><ex>www.whatever.com</ex></ph>. |
+ Trying to diagnose the problem... |
+ </message> |
<message name="IDS_ERRORPAGES_ERROR_CODE" desc="At the bottom of error pages, a non-internationalized string or numeric code is displayed for debugging purposes"> |
Error code: <ph name="ERROR_NAME">$1<ex>ERR_FILE_NOT_FOUND</ex></ph> |
@@ -9686,6 +9691,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> |