Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(67)

Side by Side Diff: components/security_interstitials_strings.grdp

Issue 2930043002: Implement V2 design for quiet safe browsing interstitial (Closed)
Patch Set: Remove extra break Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « components/security_interstitials/core/safe_browsing_quiet_error_ui.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 </message> 203 </message>
204 <message name="IDS_PHISHING_V4_EXPLANATION_PARAGRAPH" desc="The explanation of why Safe Browsing has blocked the page."> 204 <message name="IDS_PHISHING_V4_EXPLANATION_PARAGRAPH" desc="The explanation of why Safe Browsing has blocked the page.">
205 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. 205 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.
206 </message> 206 </message>
207 <message name="IDS_PHISHING_V4_PROCEED_AND_REPORT_PARAGRAPH" desc="The paragra ph that lets the user skip the warning."> 207 <message name="IDS_PHISHING_V4_PROCEED_AND_REPORT_PARAGRAPH" desc="The paragra ph that lets the user skip the warning.">
208 You can <ph name="BEGIN_ERROR_LINK">&lt;a href="#" id="report-error-link"&gt ;</ph>report a detection problem<ph name="END_ERROR_LINK">&lt;/a&gt;</ph> or, if you understand the risks to your security, <ph name="BEGIN_LINK">&lt;a href="#" id="proceed-link"&gt;</ph>visit this unsafe site<ph name="END_LINK">&lt;/a&gt;< /ph>. 208 You can <ph name="BEGIN_ERROR_LINK">&lt;a href="#" id="report-error-link"&gt ;</ph>report a detection problem<ph name="END_ERROR_LINK">&lt;/a&gt;</ph> or, if you understand the risks to your security, <ph name="BEGIN_LINK">&lt;a href="#" id="proceed-link"&gt;</ph>visit this unsafe site<ph name="END_LINK">&lt;/a&gt;< /ph>.
209 </message> 209 </message>
210 210
211 <!-- WebView Safe Browsing quiet interstitals medium sized --> 211 <!-- WebView Safe Browsing quiet interstitals medium sized -->
212 <message name="IDS_MALWARE_WEBVIEW_HEADING" desc="The heading of the malware i nterstitial on medium sized Webview."> 212 <message name="IDS_MALWARE_WEBVIEW_HEADING" desc="The heading of the malware i nterstitial on medium sized Webview.">
213 Dangerous content blocked 213 Dangerous content blocked.
214 </message> 214 </message>
215 <message name="IDS_MALWARE_WEBVIEW_EXPLANATION_PARAGRAPH" desc="The explanatio n of why Safe Browsing has blocked the page. Allows the user to proceed using a link."> 215 <message name="IDS_MALWARE_WEBVIEW_EXPLANATION_PARAGRAPH" desc="The explanatio n of why Safe Browsing has blocked the page. Allows the user to proceed using a link.">
216 This content might try to install dangerous software on your device that ste als or deletes your information. <ph name="BEGIN_LINK">&lt;a href="#" id="procee d-link"&gt;</ph>Show anyway<ph name="END_LINK">&lt;/a&gt;</ph>. 216 This content might try to install dangerous software on your device that ste als or deletes your information. <ph name="BEGIN_LINK">&lt;a href="#" id="procee d-link"&gt;</ph>Show anyway<ph name="END_LINK">&lt;/a&gt;</ph>
217 </message> 217 </message>
218 <message name="IDS_PHISHING_WEBVIEW_HEADING" desc="The heading of the phishing interstitial on medium sized Webview."> 218 <message name="IDS_PHISHING_WEBVIEW_HEADING" desc="The heading of the phishing interstitial on medium sized Webview.">
219 Deceptive content blocked 219 Deceptive content blocked.
220 </message> 220 </message>
221 <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."> 221 <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.">
222 This content might try to trick you into installing software or revealing pe rsonal information. <ph name="BEGIN_LINK">&lt;a href="#" id="proceed-link"&gt;</ ph>Show anyway<ph name="END_LINK">&lt;/a&gt;</ph>. 222 This content might try to trick you into installing software or revealing pe rsonal information. <ph name="BEGIN_LINK">&lt;a href="#" id="proceed-link"&gt;</ ph>Show anyway<ph name="END_LINK">&lt;/a&gt;</ph>
223 </message> 223 </message>
224 224
225 </grit-part> 225 </grit-part>
OLDNEW
« no previous file with comments | « components/security_interstitials/core/safe_browsing_quiet_error_ui.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698