| Index: components/page_info_strings.grdp
|
| diff --git a/components/page_info_strings.grdp b/components/page_info_strings.grdp
|
| index 54e83360073f566cd86ba768baaecb579aab2866..f90b393d1c5d3f7d7708a4f02bb8e3fd710e6c24 100644
|
| --- a/components/page_info_strings.grdp
|
| +++ b/components/page_info_strings.grdp
|
| @@ -111,4 +111,27 @@
|
| Certificate Information
|
| </message>
|
| </if>
|
| +
|
| + <!-- 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
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED_BY_POLICY" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly blocked by the user's enterprise policy.">
|
| + Blocked by your administrator
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_PERMISSION_ASK_BY_POLICY" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly set to 'Ask' by the user's enterprise policy.">
|
| + Setting controlled by your administrator
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_PERMISSION_ALLOWED_BY_EXTENSION" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly allowed by one of the user's extensions.">
|
| + Allowed by an extension
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED_BY_EXTENSION" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly blocked by one of the user's extensions.">
|
| + Blocked by an extension
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_PERMISSION_ASK_BY_EXTENSION" desc="The label used underneath a permission listed in the Page Info bubble if the permission was explicitly set to 'Ask' by one of the user's extensions.">
|
| + Setting controlled by an extension
|
| + </message>
|
| + <message name="IDS_PAGE_INFO_PERMISSION_AUTOMATICALLY_BLOCKED" desc="The label used underneath a permission listed in the Page Info bubble if the permission was blocked by Chrome on behalf of the user.">
|
| + Automatically blocked
|
| + </message>
|
| </grit-part>
|
|
|