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

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

Issue 5151006: New offline page (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 10 years, 1 month 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 | Annotate | Revision Log
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 7384 matching lines...) Expand 10 before | Expand all | Expand 10 after
7395 Open as regular tab 7395 Open as regular tab
7396 </message> 7396 </message>
7397 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN" 7397 <message name="IDS_APP_CONTEXT_MENU_OPEN_FULLSCREEN"
7398 desc="Text for the button that opens the app full screen."> 7398 desc="Text for the button that opens the app full screen.">
7399 Open full screen 7399 Open full screen
7400 </message> 7400 </message>
7401 7401
7402 <!-- Offline page --> 7402 <!-- Offline page -->
7403 <if expr="pp_ifdef('chromeos')"> 7403 <if expr="pp_ifdef('chromeos')">
7404 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli ne"> 7404 <message name="IDS_OFFLINE_LOAD_HEADLINE" desc="Offline Page HTML headli ne">
7405 Network is not available. 7405 Your device is offline.
7406 </message> 7406 </message>
7407 <message name="IDS_OFFLINE_LOAD_DESCRIPTION" desc="Offline Page HTML des cription"> 7407 <message name="IDS_SITE_OFFLINE_LOAD_DESCRIPTION" desc="offline site">
7408 Page will be loaded when network becomes available. Press 'Load Now' i f you want to load now. 7408 The webpage at <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.offline.co m</ex>&lt;/strong&gt;</ph> cannot be reached because your network connection is down. The page will be loaded when the network connection is restored. &lt;br&gt ;
tony 2011/08/04 17:33:48 &lt;br&gt; should be in a <ph> tag so translators
7409 Try reconnecting, connecting to another network or proceeding with loa ding anyway.
7410 </message>
7411 <message name="IDS_APP_OFFLINE_LOAD_DESCRIPTION" desc="offline app">
7412 The app at <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.offline.com</e x>&lt;/strong&gt;</ph> cannot be reached because your network connection is down . The page will be loaded when the network connection is restored. &lt;br&gt;
tony 2011/08/04 17:33:48 &lt;br&gt; should be in a <ph> tag so translators
7413 Try reconnecting, connecting to another network or proceeding with loa ding anyway.
7409 </message> 7414 </message>
7410 <message name="IDS_OFFLINE_LOAD_BUTTON"> 7415 <message name="IDS_OFFLINE_LOAD_BUTTON">
7411 Load Now 7416 Load Anyway
7412 </message> 7417 </message>
7413 <message name="IDS_OFFLINE_BACK_BUTTON"> 7418 <message name="IDS_OFFLINE_CANCEL_BUTTON">
7414 Cancel 7419 Cancel
7415 </message> 7420 </message>
7421 <message name="IDS_OFFLINE_NETWORK_SETTINGS">
7422 Network Settings ...
7423 </message>
7416 </if> 7424 </if>
7417 7425
7418 <!-- SafeBrowsing --> 7426 <!-- SafeBrowsing -->
7419 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title"> 7427 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title">
7420 Malware Detected! 7428 Malware Detected!
7421 </message> 7429 </message>
7422 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw are HTML headline"> 7430 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw are HTML headline">
7423 Warning: Something's Not Right Here! 7431 Warning: Something's Not Right Here!
7424 </message> 7432 </message>
7425 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing Malware HTML description, first line"> 7433 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing Malware HTML description, first line">
(...skipping 3610 matching lines...) Expand 10 before | Expand all | Expand 10 after
11036 11044
11037 </messages> 11045 </messages>
11038 11046
11039 <structures fallback_to_english="true"> 11047 <structures fallback_to_english="true">
11040 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11048 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11041 </structure> 11049 </structure>
11042 </structures> 11050 </structures>
11043 11051
11044 </release> 11052 </release>
11045 </grit> 11053 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/offline/offline_load_page.h » ('j') | chrome/browser/resources/offline_load.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698