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

Side by Side Diff: components/page_info_strings.grdp

Issue 2884813003: [subresource_filter] Add custom strings/behavior on Desktop Page Info (Closed)
Patch Set: remove Allow string 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 <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">
lgarron 2017/05/17 20:16:45 I don't think we should use translateable="false"
Charlie Harrison 2017/05/17 20:26:03 Sure, Done.
264 Always block on this site
265 </message>
263 266
264 <!-- UI for device access granted to the site using the device chooser (e.g. USB, Bluetooth) --> 267 <!-- 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."> 268 <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> 269 <ph name="DEVICE_NAME">$1<ex>Android Phone</ex></ph>
267 </message> 270 </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."> 271 <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 272 Revoke access
270 </message> 273 </message>
271 274
272 <!-- Site settings link --> 275 <!-- Site settings link -->
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 312
310 <!-- WebVR --> 313 <!-- 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."> 314 <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. 315 Your connection to this site is not private. To exit VR mode at any time, remove headset and press back.
313 </message> 316 </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.)" > 317 <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 318 Not secure
316 </message> 319 </message>
317 </if> 320 </if>
318 </grit-part> 321 </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