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

Side by Side Diff: components/security_interstitials_strings.grdp

Issue 2852333003: Rename SafeBrowsingErrorUI to SafeBrowsingLoudErrorUI (Closed)
Patch Set: Move SafeBrowsingErrorUI to SafeBrowsingLoudErrorUI Created 3 years, 7 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
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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
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">&lt;strong&gt;</ph><ph name="SITE">$1<ex> example.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</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">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph> 180 Attackers on <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name="SITE">$1<ex> example.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</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">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</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">&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>. 186 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>.
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">&lt;a href="#" id="procee d-link"&gt;</ph>Show anyway<ph name="END_LINK">&lt;/a&gt;</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">&lt;a href="#" id="proceed-link"&gt;</ ph>Show anyway<ph name="END_LINK">&lt;/a&gt;</ph>.
201 </message>
202
189 </grit-part> 203 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698