Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 64 <if expr="not use_titlecase"> | 64 <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."> | 65 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate."> |
| 66 Certificate information | 66 Certificate information |
| 67 </message> | 67 </message> |
| 68 </if> | 68 </if> |
| 69 <if expr="use_titlecase"> | 69 <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."> | 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."> |
| 71 Certificate Information | 71 Certificate Information |
| 72 </message> | 72 </message> |
| 73 </if> | 73 </if> |
| 74 <if expr="is_ios"> | |
|
rohitrao (ping after 24h)
2016/12/13 14:19:40
Should these live behind is_ios, or should they ju
jif-google
2016/12/13 14:29:14
The strings are not used by any other platform, so
Olivier
2016/12/13 14:37:00
The strings are never used from the components, so
| |
| 75 <message name="IDS_PAGE_INFO_OFFLINE_PAGE" desc="Message to display in the page info bubble when the page you are on is an offline page."> | |
| 76 The page has been saved locally to your Reading List. | |
| 77 </message> | |
| 78 <message name="IDS_PAGE_INFO_OFFLINE_TITLE" desc="Title of the message to display in the page info bubble when the page you are on is an offline page."> | |
| 79 Viewing in Offline Mode | |
| 80 </message> | |
| 81 <message name="IDS_PAGE_INFO_RELOAD" desc="Button title in the page info b ubble that allows to reload the current page."> | |
| 82 Reload | |
| 83 </message> | |
| 84 </if> | |
| 74 </grit-part> | 85 </grit-part> |
| OLD | NEW |