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

Side by Side Diff: components/page_info_strings.grdp

Issue 2799883004: Permissions: Customize permission decision strings to ask/allow/block settings. (Closed)
Patch Set: Update resource_ids to add 100 starting from 15930. Created 3 years, 8 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') | tools/gritsettings/resource_ids » ('j') | 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 <!-- 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
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 Page Info bubble if the permission was e xplicitly allowed by the user's enterprise policy.">
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 Page Info bubble if the permission was e xplicitly blocked 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 Page Info bubble if the permission was expli citly set to 'Ask' 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 Page Info bubble if the permission wa s explicitly allowed 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 Page Info bubble if the permission wa s explicitly blocked 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 Page Info bubble if the permission was ex plicitly set to 'Ask' 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 Page Info bubble if the permission w as blocked by Chrome on behalf of the user.">
135 Automatically blocked
136 </message>
114 </grit-part> 137 </grit-part>
OLDNEW
« no previous file with comments | « chrome/browser/ui/page_info/page_info_ui.cc ('k') | tools/gritsettings/resource_ids » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698