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

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

Issue 159145: Redirect loop error page string change (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 | no next file » | 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 2732 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 i18n-content="failedUrl"&gt;&lt;/strong&gt; mi ght 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 i18n-content="faile dUrl"&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 i18n-content="failedUrl"&gt;&lt;/strong&gt; ha s resulted 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 or allowing thi rd-party cookies may fix the problem. 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.">
2763 The operation timed out. 2763 The operation timed out.
(...skipping 1304 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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698