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

Side by Side Diff: components/page_info_strings.grdp

Issue 2884813003: [subresource_filter] Add custom strings/behavior on Desktop Page Info (Closed)
Patch Set: add period 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
« no previous file with comments | « chrome/browser/ui/page_info/permission_menu_model_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 <!-- IDS_PAGE_INFO_MENU_ITEM_SUBRESOURCE_FILTER_BLOCK is currently the same as IDS_PAGE_INFO_MENU_ITEM_BLOCK, but we use a different string identifier in th e code for the flexibility to change it in the future. -->
lgarron 2017/05/17 20:27:23 Nit: Update this to IDS_PAGE_INFO_MENU_ITEM_SUBRES
Charlie Harrison 2017/05/17 20:29:49 Sorry I'm not sure I understand this comment?
Charlie Harrison 2017/05/22 17:03:56 lgarron: Quick ping?
lgarron 2017/05/22 20:09:32 Sorry, I glanced at the strings wrong, and it look
Charlie Harrison 2017/05/22 20:10:15 No worries, just making sure.
264 <message name="IDS_PAGE_INFO_MENU_ITEM_SUBRESOURCE_FILTER_BLOCK" desc="The t ext of the menu item of a permissions menu on the Page Info UI for the subresour ce filter permission in Block mode">
265 Always block on this site
266 </message>
263 267
264 <!-- UI for device access granted to the site using the device chooser (e.g. USB, Bluetooth) --> 268 <!-- 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."> 269 <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> 270 <ph name="DEVICE_NAME">$1<ex>Android Phone</ex></ph>
267 </message> 271 </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."> 272 <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 273 Revoke access
270 </message> 274 </message>
271 275
272 <!-- Site settings link --> 276 <!-- Site settings link -->
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 313
310 <!-- WebVR --> 314 <!-- 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."> 315 <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. 316 Your connection to this site is not private. To exit VR mode at any time, remove headset and press back.
313 </message> 317 </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.)" > 318 <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 319 Not secure
316 </message> 320 </message>
317 </if> 321 </if>
318 </grit-part> 322 </grit-part>
OLDNEW
« no previous file with comments | « chrome/browser/ui/page_info/permission_menu_model_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698