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 <!-- Summary strings --> | 3 <!-- Summary strings --> |
4 <message name="IDS_PAGEINFO_SECURE_SUMMARY" desc="A short summary phrase at th e top of the Page Info bubble (which shows when you click the lock icon) that in dicates that the connection to the current website is secure."> | 4 <message name="IDS_PAGEINFO_SECURE_SUMMARY" desc="A short summary phrase at th e top of the Page Info bubble (which shows when you click the lock icon) that in dicates that the connection to the current website is secure."> |
5 Secure connection | 5 Secure connection |
6 </message> | 6 </message> |
7 <message name="IDS_PAGEINFO_MIXED_CONTENT_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indica tor) if the connection to the current website is using mainly using a secure con nection but has some insecure parts (like insecurely loaded images)."> | 7 <message name="IDS_PAGEINFO_MIXED_CONTENT_SUMMARY" desc="A one-line summary at the top of the Page Info bubble (which shows when you click the security indica tor) if the connection to the current website is using mainly using a secure con nection but has some insecure parts (like insecurely loaded images)."> |
8 Your connection to this site is not fully secure | 8 Your connection to this site is not fully secure |
9 </message> | 9 </message> |
10 <message name="IDS_PAGEINFO_NOT_SECURE_SUMMARY" desc="A one-line summary at th e top of the Page Info bubble (which shows when you click the security indicator ) if the connection to the current website is secure."> | 10 <message name="IDS_PAGEINFO_NOT_SECURE_SUMMARY" desc="A one-line summary at th e top of the Page Info bubble (which shows when you click the security indicator ) if the connection to the current website is secure."> |
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
104 <if expr="not use_titlecase"> | 104 <if expr="not use_titlecase"> |
105 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate."> | 105 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="Text of button in the pa ge info that shows the SSL certificate."> |
106 Certificate information | 106 Certificate information |
107 </message> | 107 </message> |
108 </if> | 108 </if> |
109 <if expr="use_titlecase"> | 109 <if expr="use_titlecase"> |
110 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate."> | 110 <message name="IDS_PAGEINFO_CERT_INFO_BUTTON" desc="In Title Case: Text of b utton in the page info that shows the SSL certificate."> |
111 Certificate Information | 111 Certificate Information |
112 </message> | 112 </message> |
113 </if> | 113 </if> |
114 | |
115 <!-- Content settings strings --> | |
116 <message name="IDS_PAGE_INFO_PERMISSION_ALLOWED_BY_POLICY" desc="The label use d 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
| |
117 Allowed by your administrator | |
118 </message> | |
119 <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED_BY_POLICY" desc="The label use d underneath a permission listed in the Website Settings popup if the permission was explicitly set by the user's enterprise policy."> | |
120 Blocked by your administrator | |
121 </message> | |
122 <message name="IDS_PAGE_INFO_PERMISSION_ASK_BY_POLICY" desc="The label used un derneath a permission listed in the Website Settings popup if the permission was explicitly set by the user's enterprise policy."> | |
123 Setting controlled by your administrator | |
124 </message> | |
125 <message name="IDS_PAGE_INFO_PERMISSION_ALLOWED_BY_EXTENSION" desc="The label used underneath a permission listed in the Website Settings popup if the permiss ion was explicitly set by one of the user's extensions."> | |
126 Allowed by an extension | |
127 </message> | |
128 <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED_BY_EXTENSION" desc="The label used underneath a permission listed in the Website Settings popup if the permiss ion was explicitly set by one of the user's extensions."> | |
129 Blocked by an extension | |
130 </message> | |
131 <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."> | |
132 Setting controlled by an extension | |
133 </message> | |
134 <message name="IDS_PAGE_INFO_PERMISSION_AUTOMATICALLY_BLOCKED" desc="The label used underneath a permission listed in the Website Settings popup if the permis sion was blocked by Chrome on behalf of the user."> | |
135 Automatically blocked | |
136 </message> | |
114 </grit-part> | 137 </grit-part> |
OLD | NEW |