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

Side by Side Diff: components/pageinfo_strings.grdp

Issue 1917013002: Use a different string and icon for chrome-extension pages in Page Info Bubble. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix build Created 4 years, 7 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | 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 <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_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.">
7 The certificate for this site expires in 2016, and the certificate chain con tains a certificate signed using SHA-1. 7 The certificate for this site expires in 2016, and the certificate chain con tains a certificate signed using SHA-1.
8 </message> 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."> 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. 10 The certificate for this site expires in 2017 or later, and the certificate chain contains a certificate signed using SHA-1.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 </message> 50 </message>
51 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNABLE_TO_CHECK_REVOCATION" desc="Th e text of the identity section when we were unable to check if the certificate h as been revoked."> 51 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNABLE_TO_CHECK_REVOCATION" desc="Th e text of the identity section when we were unable to check if the certificate h as been revoked.">
52 Unable to check whether the certificate has been revoked. 52 Unable to check whether the certificate has been revoked.
53 </message> 53 </message>
54 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default nam e used when we did not find a principal name."> 54 <message name="IDS_PAGE_INFO_SECURITY_TAB_UNKNOWN_PARTY" desc="The default nam e used when we did not find a principal name.">
55 unknown name 55 unknown name
56 </message> 56 </message>
57 <message name="IDS_PAGE_INFO_SECURITY_TAB_WEAK_ENCRYPTION_CONNECTION_TEXT" des c="The text of the connection section when the connection uses weak encryption." > 57 <message name="IDS_PAGE_INFO_SECURITY_TAB_WEAK_ENCRYPTION_CONNECTION_TEXT" des c="The text of the connection section when the connection uses weak encryption." >
58 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry pted using an obsolete cipher suite. 58 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry pted using an obsolete cipher suite.
59 </message> 59 </message>
60 <message name="IDS_PAGE_INFO_EXTENSION_PAGE" desc="Message to display in the p age info bubble when the page you are on is a chrome-extension:// page. This ref ers to Chrome extensions.">
61 You are viewing an extension page.
62 </message>
60 63
61 <if expr="not use_titlecase"> 64 <if expr="not use_titlecase">
62 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate."> 65 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate.">
63 Certificate information 66 Certificate information
64 </message> 67 </message>
65 </if> 68 </if>
66 <if expr="use_titlecase"> 69 <if expr="use_titlecase">
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."> 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.">
68 Certificate Information 71 Certificate Information
69 </message> 72 </message>
70 </if> 73 </if>
71 </grit-part> 74 </grit-part>
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698