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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 </message> | 305 </message> |
306 </if> | 306 </if> |
307 | 307 |
308 <!-- WebVR --> | 308 <!-- WebVR --> |
309 <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."> | 309 <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."> |
310 Your connection to this site is not private. To exit VR mode at any time,
remove headset and press back. | 310 Your connection to this site is not private. To exit VR mode at any time,
remove headset and press back. |
311 </message> | 311 </message> |
312 <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.)"
> | 312 <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.)"
> |
313 Not secure | 313 Not secure |
314 </message> | 314 </message> |
315 | |
316 <!-- TODO(crbug.com/704788): Replace with IDS_PAGE_INFO_NOT_SECURE_SUMMARY -
-> | |
317 <message name="IDS_PAGE_INFO_NON_SECURE_TRANSPORT" desc="Text that is displa
yed in the header of the Website Settings popup if the website uses non-secure t
ransport."> | |
318 Your connection to this site is not private. | |
319 </message> | |
320 </if> | 315 </if> |
321 </grit-part> | 316 </grit-part> |
OLD | NEW |