Chromium Code Reviews| Index: chrome/app/generated_resources.grd |
| diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
| index 2893fc744112c09a17188291df49089afacbf795..d7803b7a2096b88ebcbc36b02763b73a44f2b638 100644 |
| --- a/chrome/app/generated_resources.grd |
| +++ b/chrome/app/generated_resources.grd |
| @@ -9292,6 +9292,14 @@ I don't think this site should be blocked! |
| <ph name="PRODUCT_NAME"><span jscontent="productName"></span><ex>Google Chrome</ex></ph> |
| from accessing the network. |
| </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> |
|
mmenke
2015/03/26 14:44:43
This seems weird - why is there an example ("ex")
eroman
2015/03/26 14:58:30
I copy pasted the line from another place and then
|
| + (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. |
| + </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, |
| @@ -9482,6 +9490,9 @@ I don't think this site should be blocked! |
| <message name="IDS_ERRORPAGES_DETAILS_NAME_NOT_RESOLVED" desc="The error message displayed when a dns look up fails."> |
| Unable to resolve the server's DNS address. |
| </message> |
| + <message name="IDS_ERRORPAGES_DETAILS_ICANN_NAME_COLLISION" desc="The error message displayed when a dns look up fails due to containing 127.0.53.53."> |
| + This site is using a new generic top-level domain. |
| + </message> |
| <message name="IDS_ERRORPAGES_DETAILS_ADDRESS_UNREACHABLE" desc="The error message displayed when we can't reach a server."> |
| Unable to reach the server. |
| </message> |