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

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

Issue 8856010: Remove the wording that suggests it is possible to proceed after fatal SSL error. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years 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 <!-- 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 7608 matching lines...) Expand 10 before | Expand all | Expand 10 after
7619 <!-- SSL Blocking Page --> 7619 <!-- SSL Blocking Page -->
7620 <message name="IDS_SSL_BLOCKING_PAGE_TITLE" desc="The title of the SSL blo cking page."> 7620 <message name="IDS_SSL_BLOCKING_PAGE_TITLE" desc="The title of the SSL blo cking page.">
7621 SSL Error 7621 SSL Error
7622 </message> 7622 </message>
7623 <message name="IDS_SSL_BLOCKING_PAGE_PROCEED" desc="Proceed button text of the SSL blocking page."> 7623 <message name="IDS_SSL_BLOCKING_PAGE_PROCEED" desc="Proceed button text of the SSL blocking page.">
7624 Proceed anyway 7624 Proceed anyway
7625 </message> 7625 </message>
7626 <message name="IDS_SSL_BLOCKING_PAGE_EXIT" desc="'Back' button text of the SSL blocking page."> 7626 <message name="IDS_SSL_BLOCKING_PAGE_EXIT" desc="'Back' button text of the SSL blocking page.">
7627 Back to safety 7627 Back to safety
7628 </message> 7628 </message>
7629 <message name="IDS_SSL_BLOCKING_PAGE_SHOULD_NOT_PROCEED" desc="A warning f or the user not to proceed.">
7630 You should not proceed, &lt;strong&gt;especially&lt;/strong&gt; if you h ave never seen this warning before for this site.
7631 </message>
7629 7632
7630 <!-- SSL Error Page --> 7633 <!-- SSL Error Page -->
7631 <message name="IDS_SSL_ERROR_PAGE_TITLE" desc="The title of the SSL error page."> 7634 <message name="IDS_SSL_ERROR_PAGE_TITLE" desc="The title of the SSL error page.">
7632 Security Error 7635 Security Error
7633 </message> 7636 </message>
7634 <message name="IDS_SSL_ERROR_PAGE_BACK" desc="Back button text of the SSL error page."> 7637 <message name="IDS_SSL_ERROR_PAGE_BACK" desc="Back button text of the SSL error page.">
7635 Back 7638 Back
7636 </message> 7639 </message>
7637 7640
7638 <!-- Misc strings for SSL UI --> 7641 <!-- Misc strings for SSL UI -->
(...skipping 7086 matching lines...) Expand 10 before | Expand all | Expand 10 after
14725 </messages> 14728 </messages>
14726 <structures fallback_to_english="true"> 14729 <structures fallback_to_english="true">
14727 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14730 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14728 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14731 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14729 </structure> 14732 </structure>
14730 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14733 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14731 </structure> 14734 </structure>
14732 </structures> 14735 </structures>
14733 </release> 14736 </release>
14734 </grit> 14737 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698