Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(378)

Side by Side Diff: components/page_info_strings.grdp

Issue 2884813003: [subresource_filter] Add custom strings/behavior on Desktop Page Info (Closed)
Patch Set: raymes review Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 <!-- Security summary strings --> 3 <!-- Security summary strings -->
4 <!-- TODO(crbug.com/716305): Rename remaining IDS_PAGE_INFO_* strings to IDS_P AGE_INFO_* --> 4 <!-- TODO(crbug.com/716305): Rename remaining IDS_PAGE_INFO_* strings to IDS_P AGE_INFO_* -->
5 <message name="IDS_PAGE_INFO_SECURE_SUMMARY" desc="A short summary phrase at t he top of the Page Info bubble (which shows when you click the lock icon) that i ndicates that the connection to the current website is secure."> 5 <message name="IDS_PAGE_INFO_SECURE_SUMMARY" desc="A short summary phrase at t he top of the Page Info bubble (which shows when you click the lock icon) that i ndicates that the connection to the current website is secure.">
6 Secure connection 6 Secure connection
7 </message> 7 </message>
8 <message name="IDS_PAGE_INFO_MIXED_CONTENT_SUMMARY" desc="A one-line summary a t the top of the Page Info bubble (which shows when you click the security indic ator) if the connection to the current website is using mainly using a secure co nnection but has some insecure parts (like insecurely loaded images)."> 8 <message name="IDS_PAGE_INFO_MIXED_CONTENT_SUMMARY" desc="A one-line summary a t the top of the Page Info bubble (which shows when you click the security indic ator) if the connection to the current website is using mainly using a secure co nnection but has some insecure parts (like insecurely loaded images).">
9 Your connection to this site is not fully secure 9 Your connection to this site is not fully secure
10 </message> 10 </message>
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after
253 253
254 <message name="IDS_PAGE_INFO_MENU_ITEM_ALLOW" desc="The text of the menu ite m of a permissions menu on the Page Info UI that sets the setting to allow."> 254 <message name="IDS_PAGE_INFO_MENU_ITEM_ALLOW" desc="The text of the menu ite m of a permissions menu on the Page Info UI that sets the setting to allow.">
255 Always allow on this site 255 Always allow on this site
256 </message> 256 </message>
257 <message name="IDS_PAGE_INFO_MENU_ITEM_BLOCK" desc="The text of the menu ite m of a permissions menu on the Page Info UI that sets the setting to allow."> 257 <message name="IDS_PAGE_INFO_MENU_ITEM_BLOCK" desc="The text of the menu ite m of a permissions menu on the Page Info UI that sets the setting to allow.">
258 Always block on this site 258 Always block on this site
259 </message> 259 </message>
260 <message name="IDS_PAGE_INFO_MENU_ITEM_DETECT_IMPORTANT_CONTENT" desc="The t ext of the menu item of a permissions menu on the Page Info UI that sets the set ting to detect important content."> 260 <message name="IDS_PAGE_INFO_MENU_ITEM_DETECT_IMPORTANT_CONTENT" desc="The t ext of the menu item of a permissions menu on the Page Info UI that sets the set ting to detect important content.">
261 Always detect important content on this site 261 Always detect important content on this site
262 </message> 262 </message>
263 <message name="IDS_PAGE_INFO_SUBRESOURCE_FILTER_ALLOW" desc="The text of the menu item of a permissions menu on the Page Info UI for the subresource filter permission in Allow mode" translateable="false">
lgarron 2017/05/16 20:59:35 Is this meant to be translateable="false"? Also,
Charlie Harrison 2017/05/16 21:04:42 These are the menu elements, which currently match
raymes 2017/05/17 00:39:12 I chatted with lgarron offline and he was thinking
Charlie Harrison 2017/05/17 14:06:07 Acknowledged.
264 Always allow on this site
265 </message>
266 <message name="IDS_PAGE_INFO_SUBRESOURCE_FILTER_BLOCK" desc="The text of the menu item of a permissions menu on the Page Info UI for the subresource filter permission in Block mode" translateable="false">
267 Always block on this site
268 </message>
263 269
264 <!-- UI for device access granted to the site using the device chooser (e.g. USB, Bluetooth) --> 270 <!-- UI for device access granted to the site using the device chooser (e.g. USB, Bluetooth) -->
265 <message name="IDS_PAGE_INFO_USB_DEVICE_LABEL" desc="The label used to descr ibe a USB device that the user has granted the site permission to access."> 271 <message name="IDS_PAGE_INFO_USB_DEVICE_LABEL" desc="The label used to descr ibe a USB device that the user has granted the site permission to access.">
266 <ph name="DEVICE_NAME">$1<ex>Android Phone</ex></ph> 272 <ph name="DEVICE_NAME">$1<ex>Android Phone</ex></ph>
267 </message> 273 </message>
268 <message name="IDS_PAGE_INFO_DELETE_USB_DEVICE" desc="The tooltip displayed when hovering over the button that will remove permission to access a USB device that the user previously granted to the site."> 274 <message name="IDS_PAGE_INFO_DELETE_USB_DEVICE" desc="The tooltip displayed when hovering over the button that will remove permission to access a USB device that the user previously granted to the site.">
269 Revoke access 275 Revoke access
270 </message> 276 </message>
271 277
272 <!-- Site settings link --> 278 <!-- Site settings link -->
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 315
310 <!-- WebVR --> 316 <!-- WebVR -->
311 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_TRANSIENT" desc="Text th at is displayed temporarily as a large toast on first entering a WebVR page over non-secure transport."> 317 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_TRANSIENT" desc="Text th at is displayed temporarily as a large toast on first entering a WebVR page over non-secure transport.">
312 Your connection to this site is not private. To exit VR mode at any time, remove headset and press back. 318 Your connection to this site is not private. To exit VR mode at any time, remove headset and press back.
313 </message> 319 </message>
314 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_PERMANENT" desc="Text th at is displayed in a small permanent notification on a WebVR page loaded over no n-secure transport. (Should be short, does not need to be a complete sentence.)" > 320 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_PERMANENT" desc="Text th at is displayed in a small permanent notification on a WebVR page loaded over no n-secure transport. (Should be short, does not need to be a complete sentence.)" >
315 Not secure 321 Not secure
316 </message> 322 </message>
317 </if> 323 </if>
318 </grit-part> 324 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698