diff options
author | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-09 04:37:10 +0000 |
---|---|---|
committer | mmenke@chromium.org <mmenke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-09 04:37:10 +0000 |
commit | 00b40f73f712de09075f60760de2a28c650445ff (patch) | |
tree | 80f75d3483baa0ce5ce13116eebc98a01a18bf78 /chrome/app/google_chrome_strings.grd | |
parent | 240724a6648842b84d18116a5bcaeec3f4241cfe (diff) | |
download | chromium_src-00b40f73f712de09075f60760de2a28c650445ff.zip chromium_src-00b40f73f712de09075f60760de2a28c650445ff.tar.gz chromium_src-00b40f73f712de09075f60760de2a28c650445ff.tar.bz2 |
New network error pages: Update format of suggestions.
In particular, split them into header / body format and
update their appearance a little, removing bold menu item
names.
BUG=174194
Review URL: https://chromiumcodereview.appspot.com/13471007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@193004 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/google_chrome_strings.grd')
-rw-r--r-- | chrome/app/google_chrome_strings.grd | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/chrome/app/google_chrome_strings.grd b/chrome/app/google_chrome_strings.grd index d27d72a0..f0f0698 100644 --- a/chrome/app/google_chrome_strings.grd +++ b/chrome/app/google_chrome_strings.grd @@ -814,46 +814,40 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth </message> <!-- Network Error Pages --> - <message name="IDS_ERRORPAGES_SUGGESTION_NETWORK_PREDICTION" desc="When a page fails to load, sometimes we suggest disabling network prediction."> - Try disabling network prediction by following these steps: + <message name="IDS_ERRORPAGES_SUGGESTION_NETWORK_PREDICTION_BODY" desc="When a page fails to load, sometimes we suggest disabling predicting network actions. These are details below a header."> Go to - <ph name="BEGIN_BOLD"><strong></ph> the Chrome 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="END_BOLD"></strong></ph> and deselect "<ph name="NO_PREFETCH_DESCRIPTION"><span jscontent="noNetworkPredictionTitle"></span><ex>Predict network actions to improve page load performance</ex></ph>." If this does not resolve the issue, we recommend selecting this option again for improved performance. </message> + <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 Chrome to access the network in your firewall or antivirus + settings. + </message> <if expr="is_macosx and not pp_ifdef('ios')"> <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="Mac OSX instructions for disabling use of a proxy server."> Go to - <ph name="BEGIN_BOLD"><strong></ph> Applications > System Preferences > Network > Advanced > Proxies - <ph name="END_BOLD"></strong></ph> and deselect any proxies that have been selected. </message> </if> <if expr="pp_ifdef('chromeos')"> <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="ChromeOS instructions for disabling use of a proxy server."> Go to - <ph name="BEGIN_BOLD"><strong></ph> the Chrome menu > <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></span><ex>Settings</ex></ph> > <ph name="INTERNET_TITLE"><span jscontent="internetTitle"></span><ex>Internet</ex></ph> > "<ph name="OPTIONS_BUTTON"><span jscontent="optionsButton"></span><ex>Options...</ex></ph>" - <ph name="END_BOLD"></strong></ph> (for the current Network). If the - <ph name="BEGIN_BOLD"><strong></ph> "<ph name="PROXY_BUTTON"><span jscontent="proxyButton"></span><ex>Change proxy settings...</ex></ph>" - <ph name="END_BOLD"></strong></ph>button (in the - <ph name="BEGIN_BOLD"><strong></ph> + button (in the <ph name="NETWORK_TAB"><span jscontent="networkTab"></span><ex>Network</ex></ph> - <ph name="END_BOLD"></strong></ph> tab) is present, click on that and make sure your configuration is set to "Direct". </message> @@ -865,21 +859,18 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth <if expr="not pp_ifdef('chromeos') and is_posix and not is_macosx and not pp_ifdef('android') and not pp_ifdef('ios')"> <message name="IDS_ERRORPAGES_SUGGESTION_PROXY_DISABLE_PLATFORM" desc="Linux instructions for disabling use of a proxy server."> Go to - <ph name="BEGIN_BOLD"><strong></ph> the Chrome 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> - <ph name="END_BOLD"></strong></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 - <ph name="BEGIN_BOLD"><strong></ph> the Chrome menu > <ph name="SETTINGS_TITLE"><span jscontent="settingsTitle"></span><ex>Settings</ex></ph> > @@ -888,8 +879,7 @@ Signing in anyway will merge Chrome information like bookmarks, history, and oth <ph name="PROXIES_TITLE"><span jscontent="proxyTitle"></span><ex>Change proxy settings...</ex></ph> > LAN Settings - <ph name="END_BOLD"></strong></ph> - and deselect the "Use a proxy server for your LAN" checkbox. + and deselect "Use a proxy server for your LAN". </message> </if> |