| OLD | NEW |
| 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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 302 <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."> | 302 <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."> |
| 303 Automatically blocked | 303 Automatically blocked |
| 304 </message> | 304 </message> |
| 305 <message name="IDS_PAGE_INFO_PERMISSION_ADS_SUBTITLE" desc="The label used u
nderneath the ads permission in the Page Info UI if the site is being considered
for ad blocking. Used on both desktop and Android platforms" formatter_data="an
droid_java"> | 305 <message name="IDS_PAGE_INFO_PERMISSION_ADS_SUBTITLE" desc="The label used u
nderneath the ads permission in the Page Info UI if the site is being considered
for ad blocking. Used on both desktop and Android platforms" formatter_data="an
droid_java"> |
| 306 Site tends to show intrusive ads | 306 Site tends to show intrusive ads |
| 307 </message> | 307 </message> |
| 308 | 308 |
| 309 <!-- Permission change infobar. --> | 309 <!-- Permission change infobar. --> |
| 310 <if expr="not is_android"> | 310 <if expr="not is_android"> |
| 311 <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."> | 311 <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."> |
| 312 New site permissions settings will take effect after reloading the page. | 312 To apply your updated settings to this site, reload this page |
| 313 </message> | 313 </message> |
| 314 <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."> | 314 <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."> |
| 315 Reload | 315 Reload |
| 316 </message> | 316 </message> |
| 317 </if> | 317 </if> |
| 318 | 318 |
| 319 <!-- VR browser --> | 319 <!-- VR browser --> |
| 320 <message name="IDS_PAGE_INFO_VR_BROWSER_UNSUPPORTED_MODE" desc="This text is
displayed as a large toast to inform the user that they cannot currently browse
in VR and they will soon exit VR mode."> | 320 <message name="IDS_PAGE_INFO_VR_BROWSER_UNSUPPORTED_MODE" desc="This text is
displayed as a large toast to inform the user that they cannot currently browse
in VR and they will soon exit VR mode."> |
| 321 This page contains features not yet supported in VR. Exiting... | 321 This page contains features not yet supported in VR. Exiting... |
| 322 </message> | 322 </message> |
| 323 | 323 |
| 324 <!-- WebVR --> | 324 <!-- 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."> | 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 Your connection to this site is not private. To exit VR mode at any time,
remove headset and press back. | 326 Your connection to this site is not private. To exit VR mode at any time,
remove headset and press back. |
| 327 </message> | 327 </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.)"
> | 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 Not secure | 329 Not secure |
| 330 </message> | 330 </message> |
| 331 </if> | 331 </if> |
| 332 </grit-part> | 332 </grit-part> |
| OLD | NEW |