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 <!-- Shared strings for SSL-related interstitials --> | 3 <!-- Shared strings for SSL-related interstitials --> |
4 <message name="IDS_SSL_OPEN_DETAILS_BUTTON" desc="The text for the button that
expands the details on an error page. Paired with IDS_SSL_CLOSE_DETAILS_BUTTON.
"> | 4 <message name="IDS_SSL_OPEN_DETAILS_BUTTON" desc="The text for the button that
expands the details on an error page. Paired with IDS_SSL_CLOSE_DETAILS_BUTTON.
"> |
5 Advanced | 5 Advanced |
6 </message> | 6 </message> |
7 <message name="IDS_SSL_CLOSE_DETAILS_BUTTON" desc="The text for the button tha
t hides the details on an error page. Paired with IDS_SSL_CLOSE_DETAILS_BUTTON."
> | 7 <message name="IDS_SSL_CLOSE_DETAILS_BUTTON" desc="The text for the button tha
t hides the details on an error page. Paired with IDS_SSL_CLOSE_DETAILS_BUTTON."
> |
8 Hide advanced | 8 Hide advanced |
9 </message> | 9 </message> |
10 | 10 |
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
179 <message name="IDS_PHISHING_V4_PRIMARY_PARAGRAPH" desc="The primary explanator
y paragraph for the malware interstitial."> | 179 <message name="IDS_PHISHING_V4_PRIMARY_PARAGRAPH" desc="The primary explanator
y paragraph for the malware interstitial."> |
180 Attackers on <ph name="BEGIN_BOLD"><strong></ph><ph name="SITE">$1<ex>
example.com</ex></ph><ph name="END_BOLD"></strong></ph> may trick you into
doing something dangerous like installing software or revealing your personal i
nformation (for example, passwords, phone numbers, or credit cards). <ph name="B
EGIN_LEARN_MORE_LINK"><a href="#" id="learn-more-link"></ph>Learn more<ph
name="END_LEARN_MORE_LINK"></a></ph> | 180 Attackers on <ph name="BEGIN_BOLD"><strong></ph><ph name="SITE">$1<ex>
example.com</ex></ph><ph name="END_BOLD"></strong></ph> may trick you into
doing something dangerous like installing software or revealing your personal i
nformation (for example, passwords, phone numbers, or credit cards). <ph name="B
EGIN_LEARN_MORE_LINK"><a href="#" id="learn-more-link"></ph>Learn more<ph
name="END_LEARN_MORE_LINK"></a></ph> |
181 </message> | 181 </message> |
182 <message name="IDS_PHISHING_V4_EXPLANATION_PARAGRAPH" desc="The explanation of
why Safe Browsing has blocked the page."> | 182 <message name="IDS_PHISHING_V4_EXPLANATION_PARAGRAPH" desc="The explanation of
why Safe Browsing has blocked the page."> |
183 Google Safe Browsing recently detected phishing on <ph name="SITE">$1<ex>examp
le.com</ex></ph>. Phishing sites pretend to be other websites to trick you. | 183 Google Safe Browsing recently detected phishing on <ph name="SITE">$1<ex>examp
le.com</ex></ph>. Phishing sites pretend to be other websites to trick you. |
184 </message> | 184 </message> |
185 <message name="IDS_PHISHING_V4_PROCEED_AND_REPORT_PARAGRAPH" desc="The paragra
ph that lets the user skip the warning."> | 185 <message name="IDS_PHISHING_V4_PROCEED_AND_REPORT_PARAGRAPH" desc="The paragra
ph that lets the user skip the warning."> |
186 You can <ph name="BEGIN_ERROR_LINK"><a href="#" id="report-error-link">
;</ph>report a detection problem<ph name="END_ERROR_LINK"></a></ph> or, if
you understand the risks to your security, <ph name="BEGIN_LINK"><a href="#"
id="proceed-link"></ph>visit this unsafe site<ph name="END_LINK"></a><
/ph>. | 186 You can <ph name="BEGIN_ERROR_LINK"><a href="#" id="report-error-link">
;</ph>report a detection problem<ph name="END_ERROR_LINK"></a></ph> or, if
you understand the risks to your security, <ph name="BEGIN_LINK"><a href="#"
id="proceed-link"></ph>visit this unsafe site<ph name="END_LINK"></a><
/ph>. |
187 </message> | 187 </message> |
188 | 188 |
| 189 <!-- WebView Safe Browsing quiet interstitals medium sized --> |
| 190 <message name="IDS_HARMFUL_WEBVIEW_HEADING" desc="The heading of the malware i
nterstitial on medium sized Webview."> |
| 191 Dangerous content blocked |
| 192 </message> |
| 193 <message name="IDS_HARMFUL_WEBVIEW_EXPLANATION_PARAGRAPH" desc="The explanatio
n of why Safe Browsing has blocked the page. Allows the user to proceed using a
link."> |
| 194 This content might try to install dangerous software on your device that ste
als or deletes your information. <ph name="BEGIN_LINK"><a href="#" id="procee
d-link"></ph>Show anyway<ph name="END_LINK"></a></ph>. |
| 195 </message> |
| 196 <message name="IDS_PHISHING_WEBVIEW_HEADING" desc="The heading of the phishing
interstitial on medium sized Webview."> |
| 197 Deceptive content blocked |
| 198 </message> |
| 199 <message name="IDS_PHISHING_WEBVIEW_EXPLANATION_PARAGRAPH" desc="The explanati
on of why Safe Browsing has blocked the page. Allows the user to proceed using a
link."> |
| 200 This content might try to trick you into installing software or revealing pe
rsonal information. <ph name="BEGIN_LINK"><a href="#" id="proceed-link"></
ph>Show anyway<ph name="END_LINK"></a></ph>. |
| 201 </message> |
| 202 |
189 </grit-part> | 203 </grit-part> |
OLD | NEW |