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

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

Issue 4464005: Update the error page template to be a little prettier. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Sync with trunk 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
« no previous file with comments | « no previous file | chrome/renderer/localized_error.cc » ('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 5622 matching lines...) Expand 10 before | Expand all | Expand 10 after
5633 </if> 5633 </if>
5634 <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL" 5634 <message name="IDS_BOOKMARK_BAR_SHOULD_OPEN_ALL"
5635 desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder"> 5635 desc="Message in the message box shown if user asks to open a lot of bookmarks in a folder">
5636 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> ta bs? 5636 Are you sure you want to open <ph name="TAB_COUNT">$1<ex>20</ex></ph> ta bs?
5637 </message> 5637 </message>
5638 5638
5639 <!-- error page messages --> 5639 <!-- error page messages -->
5640 <message name="IDS_ERRORPAGES_SUGGESTION_HEADING" desc="Heading in the err or page above the actual suggestions"> 5640 <message name="IDS_ERRORPAGES_SUGGESTION_HEADING" desc="Heading in the err or page above the actual suggestions">
5641 Here are some suggestions: 5641 Here are some suggestions:
5642 </message> 5642 </message>
5643 <message name="IDS_ERRORPAGES_DETAILS_LINK" desc="Link in the error page t hat opens more details about the load error">
5644 More information on this error
5645 </message>
5646 <message name="IDS_ERRORPAGES_DETAILS_HEADING" desc="On an error page, the heading text next to the detailed error description">
5647 Below is the original error message
5648 </message>
5649 5643
5650 <message name="IDS_ERRORPAGES_SUGGESTION_RELOAD" desc="When a page fails t o load, we provide a suggestion that the user try reloading the page later"> 5644 <message name="IDS_ERRORPAGES_SUGGESTION_RELOAD" desc="When a page fails t o load, we provide a suggestion that the user try reloading the page later">
5651 <ph name="BEGIN_LINK">&lt;a jsvalues="href:reloadUrl"&gt;</ph>Reload<ph name="END_LINK">&lt;/a&gt;</ph> this web page later. 5645 <ph name="BEGIN_LINK">&lt;a jsvalues="href:reloadUrl"&gt;</ph>Reload<ph name="END_LINK">&lt;/a&gt;</ph> this web page later.
5652 </message> 5646 </message>
5653 <message name="IDS_ERRORPAGES_SUGGESTION_HOMEPAGE" desc="When a page fails to load, sometimes we provide a suggesting of trying just the hostname of the s ite."> 5647 <message name="IDS_ERRORPAGES_SUGGESTION_HOMEPAGE" desc="When a page fails to load, sometimes we provide a suggesting of trying just the hostname of the s ite.">
5654 Go to the home page of the site: 5648 Go to the home page of the site:
5655 </message> 5649 </message>
5656 <message name="IDS_ERRORPAGES_SUGGESTION_LEARNMORE" desc="When a web page fails to load, we provide a link to the help center to learn more about the fail ure."> 5650 <message name="IDS_ERRORPAGES_SUGGESTION_LEARNMORE" desc="When a web page fails to load, we provide a link to the help center to learn more about the fail ure.">
5657 <ph name="BEGIN_LINK">&lt;a jsvalues="href:learnMoreUrl"&gt;</ph>Learn m ore<ph name="END_LINK">&lt;/a&gt;</ph> about this problem. 5651 <ph name="BEGIN_LINK">&lt;a jsvalues="href:learnMoreUrl"&gt;</ph>Learn m ore<ph name="END_LINK">&lt;/a&gt;</ph> about this problem.
5658 </message> 5652 </message>
(...skipping 5310 matching lines...) Expand 10 before | Expand all | Expand 10 after
10969 10963
10970 </messages> 10964 </messages>
10971 10965
10972 <structures fallback_to_english="true"> 10966 <structures fallback_to_english="true">
10973 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 10967 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
10974 </structure> 10968 </structure>
10975 </structures> 10969 </structures>
10976 10970
10977 </release> 10971 </release>
10978 </grit> 10972 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/localized_error.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698