diff options
author | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 00:50:34 +0000 |
---|---|---|
committer | oshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-19 00:50:34 +0000 |
commit | f34871868e10fd8a454ab8d262b87381ef4456b0 (patch) | |
tree | 085b90357ac0854f1baf2b880f1d5b9a0ac410e2 /chrome/app | |
parent | e06c3beae331e70eb038a859b0ab6945fef041fb (diff) | |
download | chromium_src-f34871868e10fd8a454ab8d262b87381ef4456b0.zip chromium_src-f34871868e10fd8a454ab8d262b87381ef4456b0.tar.gz chromium_src-f34871868e10fd8a454ab8d262b87381ef4456b0.tar.bz2 |
New offline page that is closer to mock. This is intermediate solution and I will work on merging chrome's error page and
offline page after beta.
BUG=chromium-os:5066, chromium-os:8285
TEST=turn off wifi, disconnect ethernet. open app from ntp and/or type in url in omnibox. New offline page should be shown as in 5066.
Review URL: http://codereview.chromium.org/5151006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@66713 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/generated_resources.grd | 18 |
1 files changed, 13 insertions, 5 deletions
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd index d28e759..6d092ca 100644 --- a/chrome/app/generated_resources.grd +++ b/chrome/app/generated_resources.grd @@ -7402,17 +7402,25 @@ Keep your key file in a safe place. You will need it to create new versions of y <!-- Offline page --> <if expr="pp_ifdef('chromeos')"> <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headline"> - Network is not available. + Your device is offline. </message> - <message name="IDS_OFFLINE_LOAD_DESCRIPTION" desc="Offline Page HTML description"> - Page will be loaded when network becomes available. Press 'Load Now' if you want to load now. + <message name="IDS_SITE_OFFLINE_LOAD_DESCRIPTION" desc="offline site"> + The webpage at <ph name="HOST_NAME"><strong>$1<ex>www.offline.com</ex></strong></ph> cannot be reached because your network connection is down. The page will be loaded when the network connection is restored. <br> + Try reconnecting, connecting to another network or proceeding with loading anyway. + </message> + <message name="IDS_APP_OFFLINE_LOAD_DESCRIPTION" desc="offline app"> + The app at <ph name="HOST_NAME"><strong>$1<ex>www.offline.com</ex></strong></ph> cannot be reached because your network connection is down. The page will be loaded when the network connection is restored. <br> + Try reconnecting, connecting to another network or proceeding with loading anyway. </message> <message name="IDS_OFFLINE_LOAD_BUTTON"> - Load Now + Load Anyway </message> - <message name="IDS_OFFLINE_BACK_BUTTON"> + <message name="IDS_OFFLINE_CANCEL_BUTTON"> Cancel </message> + <message name="IDS_OFFLINE_NETWORK_SETTINGS"> + Network Settings ... + </message> </if> <!-- SafeBrowsing --> |