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

Side by Side Diff: components/pageinfo_strings.grdp

Issue 2232453002: Show a custom message in the page info bubble for view-source URLs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test Created 4 years, 4 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_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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
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."> 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. 61 You are viewing an extension page.
62 </message> 62 </message>
63 <message name="IDS_PAGE_INFO_VIEW_SOURCE_PAGE" desc="Message to display in the page info bubble when you are viewing page sources by using |View page source| option from the right click menu.">
64 You are viewing source of a web page.
meacer 2016/08/12 01:05:35 Should this say "the source of a web page", "sourc
65 </message>
63 66
64 <if expr="not use_titlecase"> 67 <if expr="not use_titlecase">
65 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate."> 68 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate.">
66 Certificate information 69 Certificate information
67 </message> 70 </message>
68 </if> 71 </if>
69 <if expr="use_titlecase"> 72 <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."> 73 <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 74 Certificate Information
72 </message> 75 </message>
73 </if> 76 </if>
74 </grit-part> 77 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698