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

Side by Side Diff: components/pageinfo_strings.grdp

Issue 2737413004: Add a Certificate Viewer link to the Page Info dropdown (Closed)
Patch Set: Add subviews Created 3 years, 8 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
4 <!-- Certificate Viewer link -->
lgarron 2017/04/20 19:12:56 FYI: This file was renamed; you'll have to rebase
elawrence 2017/04/27 14:56:34 Acknowledged.
5 <message name="IDS_PAGE_INFO_CERTIFICATE" desc="Title of the certificate area in the Page Information Window, shown when a HTTPS site is loaded.">
6 Certificate
7 </message>
8 <message name="IDS_PAGE_INFO_CERTIFICATE_VALID_LINK" desc="Text of the link th at launches the Certificate Viewer. This appears in the Page Information Window when a HTTPS site is loaded with a valid certificate.">
9 Valid
10 </message>
11 <message name="IDS_PAGE_INFO_CERTIFICATE_INVALID_LINK" desc="Text of the link that launches the Certificate Viewer. This appears in the Page Information Windo w when a HTTPS site is loaded with an invalid certificate, e.g. https://wrong.ho st.badssl.com/.">
12 Invalid
13 </message>
14
3 <!-- Summary strings --> 15 <!-- Summary strings -->
4 <message name="IDS_PAGEINFO_SECURE_SUMMARY" desc="A short summary phrase at th e top of the Page Info bubble (which shows when you click the lock icon) that in dicates that the connection to the current website is secure."> 16 <message name="IDS_PAGEINFO_SECURE_SUMMARY" desc="A short summary phrase at th e top of the Page Info bubble (which shows when you click the lock icon) that in dicates that the connection to the current website is secure.">
5 Secure connection 17 Secure connection
6 </message> 18 </message>
7 <message name="IDS_PAGEINFO_MIXED_CONTENT_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indica tor) if the connection to the current website is using mainly using a secure con nection but has some insecure parts (like insecurely loaded images)."> 19 <message name="IDS_PAGEINFO_MIXED_CONTENT_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indica tor) if the connection to the current website is using mainly using a secure con nection but has some insecure parts (like insecurely loaded images).">
8 Your connection to this site is not fully secure 20 Your connection to this site is not fully secure
9 </message> 21 </message>
10 <message name="IDS_PAGEINFO_NOT_SECURE_SUMMARY" desc="A one-line summary at th e top of the Page Info bubble (which shows when you click the security indicator ) if the connection to the current website is secure."> 22 <message name="IDS_PAGEINFO_NOT_SECURE_SUMMARY" desc="A one-line summary at th e top of the Page Info bubble (which shows when you click the security indicator ) if the connection to the current website is secure.">
11 Your connection to this site is not secure 23 Your connection to this site is not secure
12 </message> 24 </message>
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate."> 117 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate.">
106 Certificate information 118 Certificate information
107 </message> 119 </message>
108 </if> 120 </if>
109 <if expr="use_titlecase"> 121 <if expr="use_titlecase">
110 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate."> 122 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate.">
111 Certificate Information 123 Certificate Information
112 </message> 124 </message>
113 </if> 125 </if>
114 </grit-part> 126 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698