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

Side by Side Diff: components/page_info_strings.grdp

Issue 2945193002: Replace all instances of 'Website Settings popup' with 'Page Info popup.' (Closed)
Patch Set: Created 3 years, 6 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 | « no previous file | tools/metrics/histograms/histograms.xml » ('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 <!-- 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 <!-- Identity detail strings shared with iOS --> 53 <!-- Identity detail strings shared with iOS -->
54 <message name="IDS_PAGE_INFO_SECURITY_TAB_INSECURE_IDENTITY" desc="The text of the identity section when the page is not secure."> 54 <message name="IDS_PAGE_INFO_SECURITY_TAB_INSECURE_IDENTITY" desc="The text of the identity section when the page is not secure.">
55 The identity of this website has not been verified. 55 The identity of this website has not been verified.
56 </message> 56 </message>
57 57
58 <!-- Strings below are not used on iOS. --> 58 <!-- Strings below are not used on iOS. -->
59 <if expr="not is_ios"> 59 <if expr="not is_ios">
60 60
61 <!-- Administrator-provided certificate notifications --> 61 <!-- Administrator-provided certificate notifications -->
62 <!-- TODO(crbug.com/717802): Only include this on Chrome OS. --> 62 <!-- TODO(crbug.com/717802): Only include this on Chrome OS. -->
63 <message name="IDS_CERT_POLICY_PROVIDED_CERT_MESSAGE" desc="Text that is dis played in the Website Settings popup when using an administrator-provided certif icate"> 63 <message name="IDS_CERT_POLICY_PROVIDED_CERT_MESSAGE" desc="Text that is dis played in the Page Info popup
64 » » » » » » » » when using an ad ministrator-provided certificate">
meacer 2017/06/21 17:43:34 Convert tabs to spaces (if you are using Sublime T
sperigo 2017/06/22 00:40:59 Done.
64 You have accessed content using an administrator-provided certificate. Dat a you provide to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> can be interce pted by your administrator. 65 You have accessed content using an administrator-provided certificate. Dat a you provide to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> can be interce pted by your administrator.
65 </message> 66 </message>
66 67
67 <!-- Certificate exception decision UI (after clicking through an SSL certif icate error) --> 68 <!-- Certificate exception decision UI (after clicking through an SSL certif icate error) -->
68 <!-- TODO(crbug.com/502473): Support revoking certificate overrides on iOS P age Info. --> 69 <!-- TODO(crbug.com/502473): Support revoking certificate overrides on iOS P age Info. -->
69 <message name="IDS_PAGE_INFO_INVALID_CERTIFICATE_DESCRIPTION" desc="A short paragraph to the user that security warnings are disabled. This is the case when the user has encountered a certificate error for the current site and chosen to override it."> 70 <message name="IDS_PAGE_INFO_INVALID_CERTIFICATE_DESCRIPTION" desc="A short paragraph to the user that security warnings are disabled. This is the case when the user has encountered a certificate error for the current site and chosen to override it.">
70 You have chosen to disable security warnings for this site. 71 You have chosen to disable security warnings for this site.
71 </message> 72 </message>
72 <if expr="is_android"> 73 <if expr="is_android">
73 <message name="IDS_PAGE_INFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON" d esc="Text of button in the page info that resets allow/deny decisions of invalid certificates, which will start showing security warnings for the page again."> 74 <message name="IDS_PAGE_INFO_RESET_INVALID_CERTIFICATE_DECISIONS_BUTTON" d esc="Text of button in the page info that resets allow/deny decisions of invalid certificates, which will start showing security warnings for the page again.">
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
169 <if expr="not is_android"> 170 <if expr="not is_android">
170 <message name="IDS_PAGE_INFO_COOKIES" desc="The label for the Cookies sett ing in the Page Information Window."> 171 <message name="IDS_PAGE_INFO_COOKIES" desc="The label for the Cookies sett ing in the Page Information Window.">
171 Cookies 172 Cookies
172 </message> 173 </message>
173 <message name="IDS_PAGE_INFO_NUM_COOKIES" desc="The label of the counts fo r allowed cookies that are in use on the page."> 174 <message name="IDS_PAGE_INFO_NUM_COOKIES" desc="The label of the counts fo r allowed cookies that are in use on the page.">
174 {NUM_COOKIES, plural, =1 {1 in use} other {# in use}} 175 {NUM_COOKIES, plural, =1 {1 in use} other {# in use}}
175 </message> 176 </message>
176 </if> 177 </if>
177 178
178 <!-- Permission names --> 179 <!-- Permission names -->
179 <message name="IDS_PAGE_INFO_TYPE_ADS" desc="The label used for the ads perm ission controls in the Website Settings popup."> 180 <message name="IDS_PAGE_INFO_TYPE_ADS" desc="The label used for the ads perm ission controls in the Page Info popup.">
180 Ads 181 Ads
181 </message> 182 </message>
182 <message name="IDS_PAGE_INFO_TYPE_AUTOPLAY" desc="The label used for the aut oplay permission controls in the Website Settings popup."> 183 <message name="IDS_PAGE_INFO_TYPE_AUTOPLAY" desc="The label used for the aut oplay permission controls in the Page Info popup.">
183 Autoplay 184 Autoplay
184 </message> 185 </message>
185 <message name="IDS_PAGE_INFO_TYPE_BACKGROUND_SYNC" desc="The label used for the background sync permission controls in the Website Settings popup."> 186 <message name="IDS_PAGE_INFO_TYPE_BACKGROUND_SYNC" desc="The label used for the background sync permission controls in the Page Info popup.">
186 Background Sync 187 Background Sync
187 </message> 188 </message>
188 <message name="IDS_PAGE_INFO_TYPE_IMAGES" desc="The label used for images pe rmission controls in the Website Settings popup."> 189 <message name="IDS_PAGE_INFO_TYPE_IMAGES" desc="The label used for images pe rmission controls in the Page Info popup.">
189 Images 190 Images
190 </message> 191 </message>
191 <message name="IDS_PAGE_INFO_TYPE_JAVASCRIPT" desc="The label used for JavaS cript permission controls in the Website Settings popup."> 192 <message name="IDS_PAGE_INFO_TYPE_JAVASCRIPT" desc="The label used for JavaS cript permission controls in the Page Info popup.">
192 JavaScript 193 JavaScript
193 </message> 194 </message>
194 <message name="IDS_PAGE_INFO_TYPE_POPUPS" desc="The label used for popups pe rmission controls in the Website Settings popup."> 195 <message name="IDS_PAGE_INFO_TYPE_POPUPS" desc="The label used for popups pe rmission controls in the Page Info popup.">
195 Popups 196 Popups
196 </message> 197 </message>
197 <message name="IDS_PAGE_INFO_TYPE_FLASH" desc="The label used for Flash perm issions in the Website Settings popup."> 198 <message name="IDS_PAGE_INFO_TYPE_FLASH" desc="The label used for Flash perm issions in the Page Info popup.">
198 Flash 199 Flash
199 </message> 200 </message>
200 <message name="IDS_PAGE_INFO_TYPE_LOCATION" desc="The label used for locatio n permission controls in the Website Settings popup."> 201 <message name="IDS_PAGE_INFO_TYPE_LOCATION" desc="The label used for locatio n permission controls in the Page Info popup.">
201 Location 202 Location
202 </message> 203 </message>
203 <message name="IDS_PAGE_INFO_TYPE_NOTIFICATIONS" desc="The label used for no tifications permission controls in the Website Settings popup."> 204 <message name="IDS_PAGE_INFO_TYPE_NOTIFICATIONS" desc="The label used for no tifications permission controls in the Page Info popup.">
204 Notifications 205 Notifications
205 </message> 206 </message>
206 <message name="IDS_PAGE_INFO_TYPE_MIC" desc="The label used for the micropho ne permission controls in the Website Settings popup."> 207 <message name="IDS_PAGE_INFO_TYPE_MIC" desc="The label used for the micropho ne permission controls in the Page Info popup.">
207 Microphone 208 Microphone
208 </message> 209 </message>
209 <message name="IDS_PAGE_INFO_TYPE_CAMERA" desc="The label used for the camer a permission controls in the Website Settings popup."> 210 <message name="IDS_PAGE_INFO_TYPE_CAMERA" desc="The label used for the camer a permission controls in the Page Info popup.">
210 Camera 211 Camera
211 </message> 212 </message>
212 <message name="IDS_PAGE_INFO_TYPE_MIDI_SYSEX" desc="The label used for MIDI system exclusive message permission controls in the Website Settings popup."> 213 <message name="IDS_PAGE_INFO_TYPE_MIDI_SYSEX" desc="The label used for MIDI system exclusive message permission controls in the Page Info popup.">
213 MIDI devices full control 214 MIDI devices full control
214 </message> 215 </message>
215 <!-- TODO(crbug.com/716303): A few permissions are missing here. --> 216 <!-- TODO(crbug.com/716303): A few permissions are missing here. -->
216 217
217 <!-- Permission values --> 218 <!-- Permission values -->
218 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ALLOWED_BY_USER" desc="The Website Settings popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button was explicitly set to allow by the user."> 219 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ALLOWED_BY_USER" desc="The Page Inf o popup contains several buttons for opening dropdown menus and changing site pe rmissions. This is the text of such a button if the permission controlled by the button was explicitly set to allow by the user.">
219 Allow 220 Allow
220 </message> 221 </message>
221 <message name="IDS_PAGE_INFO_BUTTON_TEXT_BLOCKED_BY_USER" desc="The Website Settings popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button was explicitly set to block by the user."> 222 <message name="IDS_PAGE_INFO_BUTTON_TEXT_BLOCKED_BY_USER" desc="The Page Inf o popup contains several buttons for opening dropdown menus and changing site pe rmissions. This is the text of such a button if the permission controlled by the button was explicitly set to block by the user.">
222 Block 223 Block
223 </message> 224 </message>
224 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ASK_BY_USER" desc="The Website Sett ings popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button was explicitly set to ask by the user."> 225 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ASK_BY_USER" desc="The Page Info po pup contains several buttons for opening dropdown menus and changing site permis sions. This is the text of such a button if the permission controlled by the but ton was explicitly set to ask by the user.">
225 Ask 226 Ask
226 </message> 227 </message>
227 <message name="IDS_PAGE_INFO_BUTTON_TEXT_DETECT_IMPORTANT_CONTENT_BY_USER" d esc="The Website Settings popup contains several buttons for opening dropdown me nus and changing site permissions. This is the text of such a button if the perm ission controlled by the button was explicitly set to detect important content b y the user."> 228 <message name="IDS_PAGE_INFO_BUTTON_TEXT_DETECT_IMPORTANT_CONTENT_BY_USER" d esc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button was explicitly set to detect important content by the u ser.">
228 Detect 229 Detect
229 </message> 230 </message>
230 231
231 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ALLOWED_BY_DEFAULT" desc="The Websi te Settings popup contains several buttons for opening dropdown menus and changi ng site permissions. This is the text of such a button if the permission control led by the button is set to the default setting and the default settings is allo w."> 232 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ALLOWED_BY_DEFAULT" desc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button is set to the default setting and the default settings is allow.">
232 Allow (default) 233 Allow (default)
233 </message> 234 </message>
234 <message name="IDS_PAGE_INFO_BUTTON_TEXT_BLOCKED_BY_DEFAULT" desc="The Websi te Settings popup contains several buttons for opening dropdown menus and changi ng site permissions. This is the text of such a button if the permission control led by the button is set to the default setting and the default settings is bloc k."> 235 <message name="IDS_PAGE_INFO_BUTTON_TEXT_BLOCKED_BY_DEFAULT" desc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permission controlled by the button is set to the default setting and the default settings is block.">
235 Block (default) 236 Block (default)
236 </message> 237 </message>
237 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ASK_BY_DEFAULT" desc="The Website S ettings popup contains several buttons for opening dropdown menus and changing s ite permissions. This is the text of such a button if the permission controlled by the button is set to the default setting and the default settings is ask."> 238 <message name="IDS_PAGE_INFO_BUTTON_TEXT_ASK_BY_DEFAULT" desc="The Page Info popup contains several buttons for opening dropdown menus and changing site per missions. This is the text of such a button if the permission controlled by the button is set to the default setting and the default settings is ask.">
238 Ask (default) 239 Ask (default)
239 </message> 240 </message>
240 <message name="IDS_PAGE_INFO_BUTTON_TEXT_DETECT_IMPORTANT_CONTENT_BY_DEFAULT " desc="The Website Settings popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the p ermission controlled by the button is set to the default setting and the default settings is detect important content."> 241 <message name="IDS_PAGE_INFO_BUTTON_TEXT_DETECT_IMPORTANT_CONTENT_BY_DEFAULT " desc="The Page Info popup contains several buttons for opening dropdown menus and changing site permissions. This is the text of such a button if the permissi on controlled by the button is set to the default setting and the default settin gs is detect important content.">
241 Detect (default) 242 Detect (default)
242 </message> 243 </message>
243 244
244 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_ALLOW" desc="The text of the menu item of a permissions menu on the Page Info UI that resets the setting to t he default setting which is allow."> 245 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_ALLOW" desc="The text of the menu item of a permissions menu on the Page Info UI that resets the setting to t he default setting which is allow.">
245 Use global default (Allow) 246 Use global default (Allow)
246 </message> 247 </message>
247 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_BLOCK" desc="The text of the menu item of a permissions menu on the Page Info UI that resets the setting to t he default setting which is block."> 248 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_BLOCK" desc="The text of the menu item of a permissions menu on the Page Info UI that resets the setting to t he default setting which is block.">
248 Use global default (Block) 249 Use global default (Block)
249 </message> 250 </message>
250 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_ASK" desc="The text of the me nu item of a permissions menu on the Page Info UI that reset the setting to the default setting which is ask."> 251 <message name="IDS_PAGE_INFO_MENU_ITEM_DEFAULT_ASK" desc="The text of the me nu item of a permissions menu on the Page Info UI that reset the setting to the default setting which is ask.">
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 324
324 <!-- WebVR --> 325 <!-- WebVR -->
325 <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."> 326 <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.">
326 Your connection to this site is not private. To exit VR mode at any time, remove headset and press back. 327 Your connection to this site is not private. To exit VR mode at any time, remove headset and press back.
327 </message> 328 </message>
328 <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.)" > 329 <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.)" >
329 Not secure 330 Not secure
330 </message> 331 </message>
331 </if> 332 </if>
332 </grit-part> 333 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698