Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2931005: Show offline interstitial page when offline and reload when reconnected to network. (Closed)
Patch Set: " Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 6273 matching lines...) Expand 10 before | Expand all | Expand 10 after
6284 </message> 6284 </message>
6285 <message name="IDS_NEW_TAB_APP_UNINSTALL" 6285 <message name="IDS_NEW_TAB_APP_UNINSTALL"
6286 desc="Text for the button that allows uninstalling an app."> 6286 desc="Text for the button that allows uninstalling an app.">
6287 Uninstall 6287 Uninstall
6288 </message> 6288 </message>
6289 <message name="IDS_NEW_TAB_APP_OPTIONS" 6289 <message name="IDS_NEW_TAB_APP_OPTIONS"
6290 desc="Text for the button that takes the user to the options of a n app."> 6290 desc="Text for the button that takes the user to the options of a n app.">
6291 Options 6291 Options
6292 </message> 6292 </message>
6293 6293
6294 <!-- Offline page -->
6295 <if expr="pp_ifdef('chromeos')">
6296 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli ne">
6297 Network is not available.
6298 </message>
6299 <message name="IDS_OFFLINE_LOAD_DESCRIPTION" desc="Offline Page HTML des cription">
6300 Page will be loaded when network becomes available. Press 'Load Now' i f you want to load now.
6301 </message>
6302 <message name="IDS_OFFLINE_LOAD_BUTTON">
6303 Load Now
6304 </message>
6305 <message name="IDS_OFFLINE_BACK_BUTTON">
6306 Cancel
6307 </message>
6308 </if>
6309
6294 <!-- SafeBrowsing --> 6310 <!-- SafeBrowsing -->
6295 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title"> 6311 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title">
6296 Malware Detected! 6312 Malware Detected!
6297 </message> 6313 </message>
6298 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw are HTML headline"> 6314 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw are HTML headline">
6299 Warning: Visiting this site may harm your computer! 6315 Warning: Visiting this site may harm your computer!
6300 </message> 6316 </message>
6301 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing Malware HTML description, first line"> 6317 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing Malware HTML description, first line">
6302 The website at <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.malware.com< /ex>&lt;/strong&gt;</ph> appears to host malware – software that can hurt your c omputer or otherwise operate without your consent. Just visiting a site that ho sts malware can infect your computer. 6318 The website at <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.malware.com< /ex>&lt;/strong&gt;</ph> appears to host malware – software that can hurt your c omputer or otherwise operate without your consent. Just visiting a site that ho sts malware can infect your computer.
6303 </message> 6319 </message>
(...skipping 2425 matching lines...) Expand 10 before | Expand all | Expand 10 after
8729 8745
8730 </messages> 8746 </messages>
8731 8747
8732 <structures fallback_to_english="true"> 8748 <structures fallback_to_english="true">
8733 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8749 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8734 </structure> 8750 </structure>
8735 </structures> 8751 </structures>
8736 8752
8737 </release> 8753 </release>
8738 </grit> 8754 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698