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

Side by Side Diff: components/page_info_strings.grdp

Issue 2881203002: [subresource_filter] Add Page Info subtitle on desktop + placeholder string (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
« no previous file with comments | « chrome/browser/ui/page_info/page_info_ui.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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
289 </message> 289 </message>
290 <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED_BY_EXTENSION" desc="The labe l used underneath a permission listed in the Page Info bubble if the permission was explicitly blocked by one of the user's extensions."> 290 <message name="IDS_PAGE_INFO_PERMISSION_BLOCKED_BY_EXTENSION" desc="The labe l used underneath a permission listed in the Page Info bubble if the permission was explicitly blocked by one of the user's extensions.">
291 Blocked by an extension 291 Blocked by an extension
292 </message> 292 </message>
293 <message name="IDS_PAGE_INFO_PERMISSION_ASK_BY_EXTENSION" desc="The label us ed underneath a permission listed in the Page Info bubble if the permission was explicitly set to 'Ask' by one of the user's extensions."> 293 <message name="IDS_PAGE_INFO_PERMISSION_ASK_BY_EXTENSION" desc="The label us ed underneath a permission listed in the Page Info bubble if the permission was explicitly set to 'Ask' by one of the user's extensions.">
294 Setting controlled by an extension 294 Setting controlled by an extension
295 </message> 295 </message>
296 <message name="IDS_PAGE_INFO_PERMISSION_AUTOMATICALLY_BLOCKED" desc="The lab el used underneath a permission listed in the Page Info bubble if the permission was blocked by Chrome on behalf of the user."> 296 <message name="IDS_PAGE_INFO_PERMISSION_AUTOMATICALLY_BLOCKED" desc="The lab el used underneath a permission listed in the Page Info bubble if the permission was blocked by Chrome on behalf of the user.">
297 Automatically blocked 297 Automatically blocked
298 </message> 298 </message>
299 <message name="IDS_PAGE_INFO_PERMISSION_SUBRESOURCE_FILTER_SUBTITLE" desc="T he label used underneath the subresource filter permission in the Page Info UI. Used on desktop and Android platforms" translateable="false" formatter_data="and roid_java">
lgarron 2017/05/17 20:38:11 Could you remove the translateable="false", like w
Charlie Harrison 2017/05/17 20:50:13 I don't think we should remove translateable=false
300 Subresource filter activated (subtitle)
lgarron 2017/05/17 20:38:11 Nit: remove "(subtitle)", assuming that's meant as
Charlie Harrison 2017/05/17 20:50:13 Done.
301 </message>
299 302
300 <!-- Permission change infobar. --> 303 <!-- Permission change infobar. -->
301 <if expr="not is_android"> 304 <if expr="not is_android">
302 <message name="IDS_PAGE_INFO_INFOBAR_TEXT" desc="The string shown in the i nfobar after the user has changed site permissions settings, reminding them to r eload the page in order for the new settings to take effect."> 305 <message name="IDS_PAGE_INFO_INFOBAR_TEXT" desc="The string shown in the i nfobar after the user has changed site permissions settings, reminding them to r eload the page in order for the new settings to take effect.">
303 New site permissions settings will take effect after reloading the page. 306 New site permissions settings will take effect after reloading the page.
304 </message> 307 </message>
305 <message name="IDS_PAGE_INFO_INFOBAR_BUTTON" desc="The string used in the infobar button allowing the user to reload the page directly from the infobar."> 308 <message name="IDS_PAGE_INFO_INFOBAR_BUTTON" desc="The string used in the infobar button allowing the user to reload the page directly from the infobar.">
306 Reload 309 Reload
307 </message> 310 </message>
308 </if> 311 </if>
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/page_info_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698