| 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_PAGEINFO_* strings to IDS_PA
GE_INFO_* --> | 4 <!-- TODO(crbug.com/716305): Rename remaining IDS_PAGEINFO_* strings to IDS_PA
GE_INFO_* --> |
| 5 <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 <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."> |
| 6 Secure connection | 6 Secure connection |
| 7 </message> | 7 </message> |
| 8 <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 <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)."> |
| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 Reload | 279 Reload |
| 280 </message> | 280 </message> |
| 281 | 281 |
| 282 <!-- WebVR --> | 282 <!-- WebVR --> |
| 283 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_TRANSIENT" desc="Text that
is displayed temporarily as a large toast on first entering a WebVR page over n
on-secure transport."> | 283 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_TRANSIENT" desc="Text that
is displayed temporarily as a large toast on first entering a WebVR page over n
on-secure transport."> |
| 284 Your connection to this site is not private. To exit VR mode at any time, re
move headset and press back. | 284 Your connection to this site is not private. To exit VR mode at any time, re
move headset and press back. |
| 285 </message> | 285 </message> |
| 286 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_PERMANENT" desc="Text that
is displayed in a small permanent notification on a WebVR page loaded over non-
secure transport. (Should be short, does not need to be a complete sentence.)"> | 286 <message name="IDS_PAGE_INFO_INSECURE_WEBVR_CONTENT_PERMANENT" desc="Text that
is displayed in a small permanent notification on a WebVR page loaded over non-
secure transport. (Should be short, does not need to be a complete sentence.)"> |
| 287 Not secure | 287 Not secure |
| 288 </message> | 288 </message> |
| 289 | |
| 290 <!-- TODO(crbug.com/704788): Replace with IDS_PAGEINFO_NOT_SECURE_SUMMARY --> | |
| 291 <message name="IDS_PAGE_INFO_NON_SECURE_TRANSPORT" desc="Text that is displaye
d in the header of the Website Settings popup if the website uses non-secure tra
nsport."> | |
| 292 Your connection to this site is not private. | |
| 293 </message> | |
| 294 | |
| 295 <!-- TODO(crbug.com/716296): Replace with IDS_PAGE_INFO_COOKIES --> | |
| 296 <message name="IDS_PAGE_INFO_TITLE_SITE_DATA" desc="Title of the site data sec
tion of the page info popup."> | |
| 297 Cookies | |
| 298 </message> | |
| 299 </grit-part> | 289 </grit-part> |
| OLD | NEW |