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

Side by Side Diff: components/pageinfo_strings.grdp

Issue 2616553002: Remove obsolete SHA-1 UX elements (Closed)
Patch Set: Final nits Created 3 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the l ink pointing to the Help Center. This appears at the bottom of the SSL dialog an d 'this' refers to the sections within the bubble."> 3 <message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the l ink pointing to the Help Center. This appears at the bottom of the SSL dialog an d 'this' refers to the sections within the bubble.">
4 What do these mean? 4 What do these mean?
5 </message> 5 </message>
6 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM_MINOR " desc="The security summary phrase in the page information panel for a security problem where the site's certificate expires in 2016 and contains a SHA1 signat ure in the chain (as opposed to 2017 or later). Such certificates will not be su pported in a future version of Chrome."> 6 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM" desc ="The security summary phrase in the page information panel for a security probl em where the site's certificate chain contains a SHA1 signature. Such certificat es are treated as errors except when a policy override is present.">
7 The certificate for this site expires in 2016, and the certificate chain con tains a certificate signed using SHA-1. 7 The certificate chain for this site contains a certificate signed using SHA- 1.
8 </message>
9 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM_MAJOR " desc="The security summary phrase in the page information panel for a security problem where the site's certificate expires in 2017 or later and contains a SH A1 signature in the chain (as opposed to 2016). Such certificates will not be su pported in a future version of Chrome.">
10 The certificate for this site expires in 2017 or later, and the certificate chain contains a certificate signed using SHA-1.
11 </message> 8 </message>
12 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_CONNECTION_TEXT" desc="The text of the connection section when the connection is encrypted."> 9 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_CONNECTION_TEXT" desc="The text of the connection section when the connection is encrypted.">
13 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry pted using a modern cipher suite. 10 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry pted using a modern cipher suite.
14 </message> 11 </message>
15 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_ERROR" de sc="Some extra text of the connection section when the connection is encrypted a nd the page contains insecure content which has been run (e.g. script)."> 12 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_ERROR" de sc="Some extra text of the connection section when the connection is encrypted a nd the page contains insecure content which has been run (e.g. script).">
16 Further, this page includes other resources which are not secure. These reso urces can be viewed by others while in transit, and can be modified by an attack er to change the behavior of the page. 13 Further, this page includes other resources which are not secure. These reso urces can be viewed by others while in transit, and can be modified by an attack er to change the behavior of the page.
17 </message> 14 </message>
18 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_WARNING" desc="Some extra text of the connection section when the connection is encrypted and the page contains insecure content which has been displayed (e.g. images, C SS)."> 15 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_WARNING" desc="Some extra text of the connection section when the connection is encrypted and the page contains insecure content which has been displayed (e.g. images, C SS).">
19 Further, this page includes other resources which are not secure. These reso urces can be viewed by others while in transit, and can be modified by an attack er to change the look of the page. 16 Further, this page includes other resources which are not secure. These reso urces can be viewed by others while in transit, and can be modified by an attack er to change the look of the page.
20 </message> 17 </message>
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate."> 62 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate.">
66 Certificate information 63 Certificate information
67 </message> 64 </message>
68 </if> 65 </if>
69 <if expr="use_titlecase"> 66 <if expr="use_titlecase">
70 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate."> 67 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate.">
71 Certificate Information 68 Certificate Information
72 </message> 69 </message>
73 </if> 70 </if>
74 </grit-part> 71 </grit-part>
OLDNEW
« no previous file with comments | « chrome/browser/ui/website_settings/website_settings_unittest.cc ('k') | components/security_state/content/content_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698