Chromium Code Reviews| Index: components/page_info_strings.grdp |
| diff --git a/components/page_info_strings.grdp b/components/page_info_strings.grdp |
| index 54e83360073f566cd86ba768baaecb579aab2866..bdfc1bf43a166717c52d70538a2c63b6995e32a2 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 Website Settings popup if the permission was explicitly set by the user's enterprise policy."> |
|
lgarron
2017/04/07 21:05:49
Nit: s/Website Settings popup/Page Info bubble/g
Patti Lor
2017/04/10 00:59:41
Oops - thanks, I forgot I copy pasted these and di
|
| + Allowed by your administrator |
| + </message> |
| + <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED_BY_POLICY" desc="The label used underneath a permission listed in the Website Settings popup if the permission was explicitly set 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 Website Settings popup if the permission was explicitly set 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 Website Settings popup if the permission was explicitly set 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 Website Settings popup if the permission was explicitly set 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 Website Settings popup if the permission was explicitly set 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 Website Settings popup if the permission was blocked by Chrome on behalf of the user."> |
| + Automatically blocked |
| + </message> |
| </grit-part> |