diff options
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 --> |