| Index: components/page_info_strings.grdp
|
| diff --git a/components/page_info_strings.grdp b/components/page_info_strings.grdp
|
| index f90b393d1c5d3f7d7708a4f02bb8e3fd710e6c24..dfbaf39ad3787926bbb57788a580794d3e409f2a 100644
|
| --- a/components/page_info_strings.grdp
|
| +++ b/components/page_info_strings.grdp
|
| @@ -1,5 +1,6 @@
|
| <?xml version="1.0" encoding="utf-8"?>
|
| <grit-part>
|
| +
|
| <!-- Summary strings -->
|
| <message name="IDS_PAGEINFO_SECURE_SUMMARY" desc="A short summary phrase at the top of the Page Info bubble (which shows when you click the lock icon) that indicates that the connection to the current website is secure.">
|
| Secure connection
|
| @@ -112,6 +113,20 @@
|
| </message>
|
| </if>
|
|
|
| + <!-- Certificate Viewer link -->
|
| + <message name="IDS_PAGE_INFO_CERTIFICATE" desc="Title of the certificate area in the Page Info bubble, shown when a HTTPS site is loaded.">
|
| + Certificate
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_CERTIFICATE_VALID_LINK" desc="This appears in the Page Info bubble when a HTTPS site is loaded with a valid certificate. Text of the link that launches the Certificate Viewer.">
|
| + Valid
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_CERTIFICATE_INVALID_LINK" desc="This appears in the Page Info bubble when a HTTPS site is loaded with an invalid certificate, e.g. https://wrong.host.badssl.com/. Text of the link that launches the Certificate Viewer.">
|
| + Invalid
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_CERTIFICATE_VALID_LINK_TOOLTIP" desc="The text of the tooltip on IDS_PAGE_INFO_CERTIFICATE_VALID_LINK">
|
| + Issued by <ph name="ISSUER">$1<ex>Let's Encrypt X3</ex></ph>
|
| + </message>
|
| +
|
| <!-- Content settings strings -->
|
| <message name="IDS_PAGE_INFO_PERMISSION_ALLOWED_BY_POLICY" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly allowed by the user's enterprise policy.">
|
| Allowed by your administrator
|
|
|