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

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

Issue 155884: Fix issue where error pages inserted HTML from a template but the... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | chrome/browser/resources/i18n_template.js » ('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 2697 matching lines...) Expand 10 before | Expand all | Expand 10 after
2708 Here are some suggestions: 2708 Here are some suggestions:
2709 </message> 2709 </message>
2710 <message name="IDS_ERRORPAGES_DETAILS_LINK" desc="Link in the error page t hat opens more details about the load error"> 2710 <message name="IDS_ERRORPAGES_DETAILS_LINK" desc="Link in the error page t hat opens more details about the load error">
2711 More information on this error 2711 More information on this error
2712 </message> 2712 </message>
2713 <message name="IDS_ERRORPAGES_DETAILS_HEADING" desc="On an error page, the heading text next to the detailed error description"> 2713 <message name="IDS_ERRORPAGES_DETAILS_HEADING" desc="On an error page, the heading text next to the detailed error description">
2714 Below is the original error message 2714 Below is the original error message
2715 </message> 2715 </message>
2716 2716
2717 <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"> 2717 <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">
2718 &lt;a i18n-values="href:reloadUrl"&gt;Reload&lt;/a&gt; this web page lat er. 2718 &lt;a jsvalues="href:reloadUrl"&gt;Reload&lt;/a&gt; this web page later.
2719 </message> 2719 </message>
2720 <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."> 2720 <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.">
2721 Go to the homepage of the site: 2721 Go to the homepage of the site:
2722 </message> 2722 </message>
2723 <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."> 2723 <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.">
2724 <ph name="BEGIN_LINK">&lt;a i18n-values="href:learnMoreUrl"&gt;</ph>Lear n more<ph name="END_LINK">&lt;/a&gt;</ph> about this problem. 2724 <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.
2725 </message> 2725 </message>
2726 2726
2727 <message name="IDS_ERRORPAGES_TITLE_NOT_AVAILABLE" desc="Title of the erro r page when we can't connect to a site."> 2727 <message name="IDS_ERRORPAGES_TITLE_NOT_AVAILABLE" desc="Title of the erro r page when we can't connect to a site.">
2728 <ph name="SITE">$1<ex>google.xom</ex></ph> is not available 2728 <ph name="SITE">$1<ex>google.xom</ex></ph> is not available
2729 </message> 2729 </message>
2730 <message name="IDS_ERRORPAGES_TITLE_NOT_FOUND" desc="Title of the error pa ge when the server returns a 404."> 2730 <message name="IDS_ERRORPAGES_TITLE_NOT_FOUND" desc="Title of the error pa ge when the server returns a 404.">
2731 <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> is not foun d 2731 <ph name="URL">$1<ex>http://www.google.com/foo/bar</ex></ph> is not foun d
2732 </message> 2732 </message>
2733 <message name="IDS_ERRORPAGES_TITLE_LOAD_FAILED" desc="Title of the error page when we can't load a page."> 2733 <message name="IDS_ERRORPAGES_TITLE_LOAD_FAILED" desc="Title of the error page when we can't load a page.">
2734 <ph name="URL">$1<ex>http://some-unreliable-site.com/</ex></ph> failed t o load 2734 <ph name="URL">$1<ex>http://some-unreliable-site.com/</ex></ph> failed t o load
2735 </message> 2735 </message>
2736 <message name="IDS_ERRORPAGES_HEADING_NOT_AVAILABLE" desc="Heading in the error page when we can't connect to a site."> 2736 <message name="IDS_ERRORPAGES_HEADING_NOT_AVAILABLE" desc="Heading in the error page when we can't connect to a site.">
2737 This webpage is not available. 2737 This webpage is not available.
2738 </message> 2738 </message>
2739 <message name="IDS_ERRORPAGES_HEADING_NOT_FOUND" desc="Heading in the erro r page when the server returns a 404."> 2739 <message name="IDS_ERRORPAGES_HEADING_NOT_FOUND" desc="Heading in the erro r page when the server returns a 404.">
2740 This webpage is not found. 2740 This webpage is not found.
2741 </message> 2741 </message>
2742 <message name="IDS_ERRORPAGES_HEADING_TOO_MANY_REDIRECTS" desc="Heading in the error page when there are too many URL redirects."> 2742 <message name="IDS_ERRORPAGES_HEADING_TOO_MANY_REDIRECTS" desc="Heading in the error page when there are too many URL redirects.">
2743 This webpage has a redirect loop. 2743 This webpage has a redirect loop.
2744 </message> 2744 </message>
2745 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE" desc="Summary in the error page when we can't connect to a site."> 2745 <message name="IDS_ERRORPAGES_SUMMARY_NOT_AVAILABLE" desc="Summary in the error page when we can't connect to a site.">
2746 The webpage at &lt;strong i18n-content="failedUrl"&gt;&lt;/strong&gt; mi ght be temporarily down or it may have moved permanently to a new web address. 2746 The webpage at &lt;strong jscontent="failedUrl"&gt;&lt;/strong&gt; might be temporarily down or it may have moved permanently to a new web address.
2747 </message> 2747 </message>
2748 <message name="IDS_ERRORPAGES_SUMMARY_NOT_FOUND" desc="Summary in the erro r page when the server returns a 404."> 2748 <message name="IDS_ERRORPAGES_SUMMARY_NOT_FOUND" desc="Summary in the erro r page when the server returns a 404.">
2749 No webpage was found for the web address: &lt;strong i18n-content="faile dUrl"&gt;&lt;/strong&gt; 2749 No webpage was found for the web address: &lt;strong jscontent="failedUr l"&gt;&lt;/strong&gt;
2750 </message> 2750 </message>
2751 <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Summary in the error page when there are too many URL redirects."> 2751 <message name="IDS_ERRORPAGES_SUMMARY_TOO_MANY_REDIRECTS" desc="Summary in the error page when there are too many URL redirects.">
2752 The webpage at &lt;strong i18n-content="failedUrl"&gt;&lt;/strong&gt; ha s resulted in 2752 The webpage at &lt;strong jscontent="failedUrl"&gt;&lt;/strong&gt; has r esulted in
2753 too many redirects. Clearing your cookies for this site may fix the pro blem. If 2753 too many redirects. Clearing your cookies for this site may fix the pro blem. If
2754 not, it is possibly a server configuration issue and not a problem with your 2754 not, it is possibly a server configuration issue and not a problem with your
2755 computer. 2755 computer.
2756 </message> 2756 </message>
2757 2757
2758 <message name="IDS_ERRORPAGES_DETAILS_TEMPLATE" desc="On the bottom of the error page text, there is a box that includes extra information for tech savvy users."> 2758 <message name="IDS_ERRORPAGES_DETAILS_TEMPLATE" desc="On the bottom of the error page text, there is a box that includes extra information for tech savvy users.">
2759 Error <ph name="ERROR_NUMBER">$1<ex>5</ex></ph> (<ph name="ERROR_NAME">$ 2<ex>net::ERR_FILE_NOT_FOUND</ex></ph>): <ph name="ERROR_TEXT">$3<ex>The request ed file is not found.</ex></ph> 2759 Error <ph name="ERROR_NUMBER">$1<ex>5</ex></ph> (<ph name="ERROR_NAME">$ 2<ex>net::ERR_FILE_NOT_FOUND</ex></ph>): <ph name="ERROR_TEXT">$3<ex>The request ed file is not found.</ex></ph>
2760 </message> 2760 </message>
2761 2761
2762 <message name="IDS_ERRORPAGES_DETAILS_TIMED_OUT" desc="The error message d isplayed when a page takes too long to load."> 2762 <message name="IDS_ERRORPAGES_DETAILS_TIMED_OUT" desc="The error message d isplayed when a page takes too long to load.">
(...skipping 1305 matching lines...) Expand 10 before | Expand all | Expand 10 after
4068 rgba($1, $2, $3, $4) 4068 rgba($1, $2, $3, $4)
4069 </message> 4069 </message>
4070 4070
4071 <message name="IDS_USED_EXISTING_BROWSER" desc="Linux-specific message pri nted to console when the app is ran a second time, causing a new window to show rather than starting up a new browser."> 4071 <message name="IDS_USED_EXISTING_BROWSER" desc="Linux-specific message pri nted to console when the app is ran a second time, causing a new window to show rather than starting up a new browser.">
4072 Created new window in existing browser session. 4072 Created new window in existing browser session.
4073 </message> 4073 </message>
4074 4074
4075 </messages> 4075 </messages>
4076 </release> 4076 </release>
4077 </grit> 4077 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/i18n_template.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698