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 <!-- 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."> |
| 5 Secure connection |
| 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)."> |
| 8 Your connection to this site is not fully secure |
| 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."> |
| 11 Your connection to this site is not secure |
| 12 </message> |
| 13 <message name="IDS_PAGEINFO_MALWARE_SUMMARY" desc="A one-line summary at the t
op of the Page Info bubble (which shows when you click the security indicator) i
f the current website has been flagged as containing malware."> |
| 14 This site contains malware |
| 15 </message> |
| 16 <message name="IDS_PAGEINFO_SOCIAL_ENGINEERING_SUMMARY" desc="A one-line summa
ry at the top of the Page Info bubble (which shows when you click the security i
ndicator) if the current website has been flagged as social engineering."> |
| 17 This site is deceptive |
| 18 </message> |
| 19 <message name="IDS_PAGEINFO_UNWANTED_SOFTWARE_SUMMARY" desc="A one-line summar
y at the top of the Page Info bubble (which shows when you click the security in
dicator) if the current website has been flagged as containing unwanted software
."> |
| 20 This site contains harmful programs |
| 21 </message> |
| 22 |
| 23 <!-- Detail strings --> |
| 24 <message name="IDS_PAGEINFO_SECURE_DETAILS" desc="A short paragraph explaining
a secure site to the user."> |
| 25 Your information (for example, passwords or credit card numbers) is private
when it is sent to this site. |
| 26 </message> |
| 27 <message name="IDS_PAGEINFO_MIXED_CONTENT_DETAILS" desc="A short paragraph exp
laining a partially insecure site to the user."> |
| 28 Attackers might be able to see the images you’re looking at on this site and
trick you by modifying them. |
| 29 </message> |
| 30 <message name="IDS_PAGEINFO_NOT_SECURE_DETAILS" desc="A short paragraph explai
ning a non-secure site to the user."> |
| 31 You should not enter any sensitive information on this site (for example, pa
sswords or credit cards), because it could be stolen by attackers. |
| 32 </message> |
| 33 <message name="IDS_PAGEINFO_INVALID_CERTIFICATE_DESCRIPTION" desc="A short par
agraph to the user that security warnings are disabled. This is the case when th
e user has encountered a certificate error for the current site and chosen to ov
erride it."> |
| 34 You have chosen to disable security warnings for this site. |
| 35 </message> |
| 36 <message name="IDS_PAGEINFO_MALWARE_DETAILS" desc="A short paragraph explainin
g to the user that the current website has been flagged as containing malware."> |
| 37 Attackers on this site might attempt to install dangerous programs on your c
omputer that steal or delete your information (for example, photos, passwords, m
essages, and credit cards). |
| 38 </message> |
| 39 <message name="IDS_PAGEINFO_SOCIAL_ENGINEERING_DETAILS" desc="A short paragrap
h explaining to the user that the current website has been flagged as social eng
ineering."> |
| 40 Attackers on this site may trick you into doing something dangerous like ins
talling software or revealing your personal information (for example, passwords,
phone numbers, or credit cards). |
| 41 </message> |
| 42 <message name="IDS_PAGEINFO_UNWANTED_SOFTWARE_DETAILS" desc="A short paragraph
explaining to the user that the current website has been flagged as containing
unwanted software."> |
| 43 Attackers on this site might try to trick you into installing programs that
harm your browsing experience (for example, by changing your homepage or showing
extra ads on sites you visit). |
| 44 </message> |
| 45 |
3 <message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the l
ink pointing to the Help Center. This appears at the bottom of the SSL dialog an
d 'this' refers to the sections within the bubble."> | 46 <message name="IDS_PAGE_INFO_HELP_CENTER_LINK" desc="This is the text of the l
ink pointing to the Help Center. This appears at the bottom of the SSL dialog an
d 'this' refers to the sections within the bubble."> |
4 What do these mean? | 47 What do these mean? |
5 </message> | 48 </message> |
6 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM" desc
="The security summary phrase in the page information panel for a security probl
em where the site's certificate chain contains a SHA1 signature. Such certificat
es are treated as errors except when a policy override is present."> | 49 <message name="IDS_PAGE_INFO_SECURITY_TAB_DEPRECATED_SIGNATURE_ALGORITHM" desc
="The security summary phrase in the page information panel for a security probl
em where the site's certificate chain contains a SHA1 signature. Such certificat
es are treated as errors except when a policy override is present."> |
7 The certificate chain for this site contains a certificate signed using SHA-
1. | 50 The certificate chain for this site contains a certificate signed using SHA-
1. |
8 </message> | 51 </message> |
9 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_CONNECTION_TEXT" desc="The
text of the connection section when the connection is encrypted."> | 52 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_CONNECTION_TEXT" desc="The
text of the connection section when the connection is encrypted."> |
10 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry
pted using a modern cipher suite. | 53 Your connection to <ph name="DOMAIN">$1<ex>www.google.com</ex></ph> is encry
pted using a modern cipher suite. |
11 </message> | 54 </message> |
12 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_ERROR" de
sc="Some extra text of the connection section when the connection is encrypted a
nd the page contains insecure content which has been run (e.g. script)."> | 55 <message name="IDS_PAGE_INFO_SECURITY_TAB_ENCRYPTED_INSECURE_CONTENT_ERROR" de
sc="Some extra text of the connection section when the connection is encrypted a
nd the page contains insecure content which has been run (e.g. script)."> |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
62 <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."> |
63 Certificate information | 106 Certificate information |
64 </message> | 107 </message> |
65 </if> | 108 </if> |
66 <if expr="use_titlecase"> | 109 <if expr="use_titlecase"> |
67 <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."> |
68 Certificate Information | 111 Certificate Information |
69 </message> | 112 </message> |
70 </if> | 113 </if> |
71 </grit-part> | 114 </grit-part> |
OLD | NEW |