Index: components/components_chromium_strings.grd |
diff --git a/components/components_chromium_strings.grd b/components/components_chromium_strings.grd |
index b78ef6ff38c048472a7f2053f2690b586aa0e921..1e2c15709d086c18bd549c4b5767a022ce790163 100644 |
--- a/components/components_chromium_strings.grd |
+++ b/components/components_chromium_strings.grd |
@@ -153,6 +153,55 @@ |
again for improved performance. |
</message> |
</if> |
+ <!-- Offline interstitial --> |
+ <if expr="not is_android and not is_ios"> |
mmenke
2015/11/30 23:29:10
Fix indent.
blundell
2015/12/01 11:33:44
Done. Also removed redundant comments (there's a "
|
+ <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."> |
+ Chromium can't display the webpage because your computer isn't connected to the Internet. |
mmenke
2015/11/30 23:29:10
nit: Other errors ll indent the body, in the mess
blundell
2015/12/01 11:33:44
Done.
|
+ </message> |
+ </if> |
+ <!-- Network Error Pages --> |
+ <message name="IDS_ERRORPAGES_SUGGESTION_FIREWALL_CONFIG_HEADER" desc="When a webpage fails to load, in some cases we suggest reconfiguring the firewall. This is a header above some details."> |
+ Allow Chromium to access the network in your firewall or antivirus |
+ settings. |
+ </message> |
+ |
+ <if expr="is_macosx"> |
+ <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="Mac OSX instructions for disabling use of a proxy server."> |
+ Go to |
+ Applications > System Preferences > Network > Advanced > Proxies |
+ and deselect any proxies that have been selected. |
+ </message> |
+ </if> |
+ <if expr="is_android or is_ios"> |
+ <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="Instructions for disabling use of a proxy server (leave empty for Android and iOS)."> |
+ </message> |
+ </if> |
+ <if expr="not chromeos and is_posix and not is_macosx and not is_android and not is_ios"> |
+ <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="Linux instructions for disabling use of a proxy server."> |
+ Go to |
+ the Chromium menu > |
+ <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></span><ex>Settings</ex></ph> |
+ > |
+ <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></span><ex>Under the Hood</ex></ph> |
+ > |
+ <ph name="PROXIES_TITLE"><span jscontent="proxyTitle"></span><ex>Change proxy settings...</ex></ph> |
+ and make sure your configuration is set to "no proxy" or "direct." |
+ </message> |
+ </if> |
+ <if expr="is_win"> |
+ <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="Windows instructions for disabling use of a proxy server."> |
+ Go to |
+ the Chromium menu > |
+ <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></span><ex>Settings</ex></ph> |
+ > |
+ <ph name="ADVANCED_TITLE"><span jscontent="advancedTitle"></span><ex>Under the Hood</ex></ph> |
+ > |
+ <ph name="PROXIES_TITLE"><span jscontent="proxyTitle"></span><ex>Change proxy settings...</ex></ph> |
+ > |
+ LAN Settings |
+ and deselect the "Use a proxy server for your LAN" checkbox. |
+ </message> |
+ </if> |
<!-- About Flags UI --> |
<if expr="not chromeos"> |