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

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

Issue 9195027: In cases of SSL error page due to HSTS, explain why the user cannot proceed. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 8 years, 11 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/ssl_error.html » ('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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 7557 matching lines...) Expand 10 before | Expand all | Expand 10 after
7568 You should not proceed, &lt;strong&gt;especially&lt;/strong&gt; if you h ave never seen this warning before for this site. 7568 You should not proceed, &lt;strong&gt;especially&lt;/strong&gt; if you h ave never seen this warning before for this site.
7569 </message> 7569 </message>
7570 7570
7571 <!-- SSL Error Page --> 7571 <!-- SSL Error Page -->
7572 <message name="IDS_SSL_ERROR_PAGE_TITLE" desc="The title of the SSL error page."> 7572 <message name="IDS_SSL_ERROR_PAGE_TITLE" desc="The title of the SSL error page.">
7573 Security Error 7573 Security Error
7574 </message> 7574 </message>
7575 <message name="IDS_SSL_ERROR_PAGE_BACK" desc="Back button text of the SSL error page."> 7575 <message name="IDS_SSL_ERROR_PAGE_BACK" desc="Back button text of the SSL error page.">
7576 Back 7576 Back
7577 </message> 7577 </message>
7578 <message name="IDS_SSL_ERROR_PAGE_CANNOT_PROCEED" desc="Message advising t he user that they cannot proceed past the SSL error page.">
7579 You cannot proceed because the website operator has requested heightened security for this domain.
7580 </message>
7578 7581
7579 <!-- Misc strings for SSL UI --> 7582 <!-- Misc strings for SSL UI -->
7580 <message name="IDS_UNSAFE_FRAME_MESSAGE" desc="The text displayed in the c ontent that is subsituted to an unsafe frame."> 7583 <message name="IDS_UNSAFE_FRAME_MESSAGE" desc="The text displayed in the c ontent that is subsituted to an unsafe frame.">
7581 This frame was blocked because it contains some insecure content. 7584 This frame was blocked because it contains some insecure content.
7582 </message> 7585 </message>
7583 7586
7584 <!-- SSL client authentication certificate selection dialog --> 7587 <!-- SSL client authentication certificate selection dialog -->
7585 <message name="IDS_CLIENT_CERT_DIALOG_TITLE" desc="The title of the dialog that prompts for a certificate when doing SSL client authentication."> 7588 <message name="IDS_CLIENT_CERT_DIALOG_TITLE" desc="The title of the dialog that prompts for a certificate when doing SSL client authentication.">
7586 Select a certificate 7589 Select a certificate
7587 </message> 7590 </message>
(...skipping 7339 matching lines...) Expand 10 before | Expand all | Expand 10 after
14927 </messages> 14930 </messages>
14928 <structures fallback_to_english="true"> 14931 <structures fallback_to_english="true">
14929 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14932 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14930 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14933 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14931 </structure> 14934 </structure>
14932 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14935 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14933 </structure> 14936 </structure>
14934 </structures> 14937 </structures>
14935 </release> 14938 </release>
14936 </grit> 14939 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ssl_error.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698