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

Side by Side Diff: components/security_interstitials_strings.grdp

Issue 2846673002: Move learn more link to the main section in security interstitials (Closed)
Patch Set: Remove comments 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
11 <!-- Clock errors --> 11 <!-- Clock errors -->
12 <message name="IDS_CLOCK_ERROR_TITLE" desc="Tab title. Context: the browser ca n't load a page because the device's clock is wrong."> 12 <message name="IDS_CLOCK_ERROR_TITLE" desc="Tab title. Context: the browser ca n't load a page because the device's clock is wrong.">
13 Clock error 13 Clock error
14 </message> 14 </message>
15 <message name="IDS_CLOCK_ERROR_AHEAD_HEADING" desc="Large heading. Context: th e error page that's shown when the device clock is too far in the past."> 15 <message name="IDS_CLOCK_ERROR_AHEAD_HEADING" desc="Large heading. Context: th e error page that's shown when the device clock is too far in the past.">
16 Your clock is ahead 16 Your clock is ahead
17 </message> 17 </message>
18 <message name="IDS_CLOCK_ERROR_BEHIND_HEADING" desc="Large heading. Context: t he error page that's shown when the device clock is too far in the past."> 18 <message name="IDS_CLOCK_ERROR_BEHIND_HEADING" desc="Large heading. Context: t he error page that's shown when the device clock is too far in the past.">
19 Your clock is behind 19 Your clock is behind
20 </message> 20 </message>
21 <message name="IDS_CLOCK_ERROR_UPDATE_DATE_AND_TIME" desc="Button text. Contex t: error shown when the device clock is wrong. The button takes the user to the operating system date and time settings."> 21 <message name="IDS_CLOCK_ERROR_UPDATE_DATE_AND_TIME" desc="Button text. Contex t: error shown when the device clock is wrong. The button takes the user to the operating system date and time settings.">
22 Update date and time 22 Update date and time
23 </message> 23 </message>
24 <if expr="not is_android and not is_ios"> 24 <if expr="not is_android and not is_ios">
25 <message name="IDS_CLOCK_ERROR_PRIMARY_PARAGRAPH" desc="Main paragraph of an error message. Context: error shown when the browser can't load a page because the computer's clock is wrong."> 25 <message name="IDS_CLOCK_ERROR_PRIMARY_PARAGRAPH" desc="Main paragraph of an error message. Context: error shown when the browser can't load a page because the computer's clock is wrong.">
26 A private connection to <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name= "DOMAIN">$1<ex>paypal.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</ph> can' t be established because your computer's date and time (<ph name="DATE_AND_TIME" >$2<ex>Monday, January 1, 1970 2:44:30 PM</ex></ph>) are incorrect. 26 A private connection to <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name= "DOMAIN">$1<ex>paypal.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</ph> can' t be established because your computer's date and time (<ph name="DATE_AND_TIME" >$2<ex>Monday, January 1, 1970 2:44:30 PM</ex></ph>) are incorrect. <ph name="BE GIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph n ame="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>
27 </message> 27 </message>
28 </if> 28 </if>
29 <if expr="is_android"> 29 <if expr="is_android">
30 <message name="IDS_CLOCK_ERROR_PRIMARY_PARAGRAPH" desc="Main paragraph of an error message. Context: error shown when the browser can't load a page because the Android device's clock is wrong."> 30 <message name="IDS_CLOCK_ERROR_PRIMARY_PARAGRAPH" desc="Main paragraph of an error message. Context: error shown when the browser can't load a page because the Android device's clock is wrong.">
31 A private connection to <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name= "DOMAIN">$1<ex>paypal.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</ph> can' t be established because your device's date and time (<ph name="DATE_AND_TIME">$ 2<ex>Monday, January 1, 1970 2:44:30 PM</ex></ph>) are incorrect. 31 A private connection to <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name= "DOMAIN">$1<ex>paypal.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</ph> can' t be established because your device's date and time (<ph name="DATE_AND_TIME">$ 2<ex>Monday, January 1, 1970 2:44:30 PM</ex></ph>) are incorrect. <ph name="BEGI N_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph nam e="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>
32 </message> 32 </message>
33 </if> 33 </if>
34 <if expr="is_ios"> 34 <if expr="is_ios">
35 <message name="IDS_CLOCK_ERROR_PRIMARY_PARAGRAPH" desc="Main paragraph of an error message. Context: error shown when the browser can't load a page because the device's clock is wrong. This paragraph explains the situation and gives ins tructions to fix it on iOS."> 35 <message name="IDS_CLOCK_ERROR_PRIMARY_PARAGRAPH" desc="Main paragraph of an error message. Context: error shown when the browser can't load a page because the device's clock is wrong. This paragraph explains the situation and gives ins tructions to fix it on iOS.">
36 &lt;p&gt;A private connection to <ph name="BEGIN_BOLD">&lt;strong&gt;</ph> <ph name="DOMAIN">$1<ex>paypal.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;< /ph> can't be established because your device's date and time (<ph name="DATE_AN D_TIME">$2<ex>Monday, January 1, 1970 2:44:30 PM</ex></ph>) are incorrect.&lt;/p &gt; 36 &lt;p&gt;A private connection to <ph name="BEGIN_BOLD">&lt;strong&gt;</ph> <ph name="DOMAIN">$1<ex>paypal.com</ex></ph><ph name="END_BOLD">&lt;/strong&gt;< /ph> can't be established because your device's date and time (<ph name="DATE_AN D_TIME">$2<ex>Monday, January 1, 1970 2:44:30 PM</ex></ph>) are incorrect.&lt;/p &gt;
37 37
38 &lt;p&gt;Please adjust the date and time from the &lt;strong&gt;General&lt ;/strong&gt; section of the &lt;strong&gt;Settings&lt;/strong&gt; app.&lt;/p&gt; 38 &lt;p&gt;Please adjust the date and time from the &lt;strong&gt;General&lt ;/strong&gt; section of the &lt;strong&gt;Settings&lt;/strong&gt; app.&lt;/p&gt; <ph name="BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Le arn more<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>
39 </message> 39 </message>
40 </if> 40 </if>
41 <if expr="_google_chrome"> 41 <if expr="_google_chrome">
42 <message name="IDS_CLOCK_ERROR_EXPLANATION" desc="Body text under an 'Advanc ed' button. Context: error shown when the browser can't load a page because the device's clock is wrong. This paragraph explains why a correct clock is necessar y."> 42 <message name="IDS_CLOCK_ERROR_EXPLANATION" desc="Body text under an 'Advanc ed' button. Context: error shown when the browser can't load a page because the device's clock is wrong. This paragraph explains why a correct clock is necessar y.">
43 To establish a secure connection, your clock needs to be set correctly. Th is is because the certificates that websites use to identify themselves are only valid for specific periods of time. Since your device's clock is incorrect, Goo gle Chrome cannot verify these certificates. 43 To establish a secure connection, your clock needs to be set correctly. Th is is because the certificates that websites use to identify themselves are only valid for specific periods of time. Since your device's clock is incorrect, Goo gle Chrome cannot verify these certificates.
44 </message> 44 </message>
45 </if> 45 </if>
46 <if expr="not _google_chrome"> 46 <if expr="not _google_chrome">
47 <message name="IDS_CLOCK_ERROR_EXPLANATION" desc="Body text under an 'Advanc ed' button. Context: error shown when the browser can't load a page because the device's clock is wrong. This paragraph explains why a correct clock is necessar y."> 47 <message name="IDS_CLOCK_ERROR_EXPLANATION" desc="Body text under an 'Advanc ed' button. Context: error shown when the browser can't load a page because the device's clock is wrong. This paragraph explains why a correct clock is necessar y.">
48 To establish a secure connection, your clock needs to be set correctly. Th is is because the certificates that websites use to identify themselves are only valid for specific periods of time. Since your device's clock is incorrect, Chr omium cannot verify these certificates. 48 To establish a secure connection, your clock needs to be set correctly. Th is is because the certificates that websites use to identify themselves are only valid for specific periods of time. Since your device's clock is incorrect, Chr omium cannot verify these certificates.
49 </message> 49 </message>
50 </if> 50 </if>
51 51
52 <!-- Extended reporting strings --> 52 <!-- Extended reporting strings -->
53 <message name="IDS_SAFE_BROWSING_PRIVACY_POLICY_URL" translateable="false"> 53 <message name="IDS_SAFE_BROWSING_PRIVACY_POLICY_URL" translateable="false">
54 https://www.google.com/chrome/browser/privacy/#safe-browsing-policies 54 https://www.google.com/chrome/browser/privacy/#safe-browsing-policies
55 </message> 55 </message>
56 <message name="IDS_SAFE_BROWSING_WHITEPAPER_URL" translateable="false"> 56 <message name="IDS_SAFE_BROWSING_WHITEPAPER_URL" translateable="false">
57 https://www.google.com/chrome/browser/privacy/whitepaper.html#extendedreport 57 https://www.google.com/chrome/browser/privacy/whitepaper.html#extendedreport
58 </message> 58 </message>
59 59
60 <!-- SSL error page --> 60 <!-- SSL error page -->
61 <message name="IDS_SSL_V2_TITLE" desc="The tab title for the SSL interstitial. "> 61 <message name="IDS_SSL_V2_TITLE" desc="The tab title for the SSL interstitial. ">
62 Privacy error 62 Privacy error
63 </message> 63 </message>
64 <message name="IDS_SSL_V2_HEADING" desc="The large heading at the top of the S SL interstitial."> 64 <message name="IDS_SSL_V2_HEADING" desc="The large heading at the top of the S SL interstitial.">
65 Your connection is not private 65 Your connection is not private
66 </message> 66 </message>
67 <message name="IDS_SSL_V2_PRIMARY_PARAGRAPH" desc="The primary explanatory par agraph for the SSL interstitial."> 67 <message name="IDS_SSL_V2_PRIMARY_PARAGRAPH" desc="The primary explanatory par agraph for the SSL interstitial.">
68 Attackers might be trying to steal your information from <ph name="BEGIN_BOL D">&lt;strong&gt;</ph><ph name="SITE">$1<ex>google.com</ex></ph><ph name="END_BO LD">&lt;/strong&gt;</ph> (for example, passwords, messages, or credit cards). 68 Attackers might be trying to steal your information from <ph name="BEGIN_BOL D">&lt;strong&gt;</ph><ph name="SITE">$1<ex>google.com</ex></ph><ph name="END_BO LD">&lt;/strong&gt;</ph> (for example, passwords, messages, or credit cards). <p h name="BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>
69 </message> 69 </message>
70 70
71 <!-- SSL error page: overridable --> 71 <!-- SSL error page: overridable -->
72 <message name="IDS_SSL_OVERRIDABLE_SAFETY_BUTTON" desc="The text for the butto n that takes the user back to the previous page."> 72 <message name="IDS_SSL_OVERRIDABLE_SAFETY_BUTTON" desc="The text for the butto n that takes the user back to the previous page.">
73 Back to safety 73 Back to safety
74 </message> 74 </message>
75 <message name="IDS_SSL_OVERRIDABLE_PROCEED_PARAGRAPH" desc="The text for the p aragraph at the bottom with the proceed link."> 75 <message name="IDS_SSL_OVERRIDABLE_PROCEED_PARAGRAPH" desc="The text for the p aragraph at the bottom with the proceed link.">
76 <ph name="BEGIN_LINK">&lt;a href="#" id="proceed-link"&gt;</ph>Proceed to <p h name="SITE">$1<ex>example.com</ex></ph> (unsafe)<ph name="END_LINK">&lt;/a&gt; </ph> 76 <ph name="BEGIN_LINK">&lt;a href="#" id="proceed-link"&gt;</ph>Proceed to <p h name="SITE">$1<ex>example.com</ex></ph> (unsafe)<ph name="END_LINK">&lt;/a&gt; </ph>
77 </message> 77 </message>
78 78
79 <!-- SSL error page: Non-overridable --> 79 <!-- SSL error page: Non-overridable -->
80 <message name="IDS_SSL_RELOAD" desc="The text for the button that reloads the page."> 80 <message name="IDS_SSL_RELOAD" desc="The text for the button that reloads the page.">
81 Reload 81 Reload
82 </message> 82 </message>
83 <message name="IDS_SSL_NONOVERRIDABLE_PINNED" desc="A sentence to explain why the user can't proceed, plus a link to a help page about certificate pinning."> 83 <message name="IDS_SSL_NONOVERRIDABLE_PINNED" desc="A sentence to explain why the user can't proceed, plus a link to a help page about certificate pinning.">
84 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now becaus e the website uses certificate pinning. Network errors and attacks are usually t emporary, so this page will probably work later. <ph name="BEGIN_LEARN_MORE_LINK ">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE _LINK">&lt;/a&gt;</ph>. 84 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now becaus e the website uses certificate pinning. Network errors and attacks are usually t emporary, so this page will probably work later.
85 </message> 85 </message>
86 <message name="IDS_SSL_NONOVERRIDABLE_HSTS" desc="A sentence to explain why th e user can't proceed, plus a link to a help page about HSTS."> 86 <message name="IDS_SSL_NONOVERRIDABLE_HSTS" desc="A sentence to explain why th e user can't proceed, plus a link to a help page about HSTS.">
87 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now becaus e the website uses HSTS. Network errors and attacks are usually temporary, so th is page will probably work later. <ph name="BEGIN_LEARN_MORE_LINK">&lt;a href="# " id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LINK">&lt;/a&g t;</ph>. 87 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now becaus e the website uses HSTS. Network errors and attacks are usually temporary, so th is page will probably work later.
88 </message> 88 </message>
89 <message name="IDS_SSL_NONOVERRIDABLE_REVOKED" desc="A sentence to explain why the user can't proceed, plus a link to a help page about certificate revocation ."> 89 <message name="IDS_SSL_NONOVERRIDABLE_REVOKED" desc="A sentence to explain why the user can't proceed, plus a link to a help page about certificate revocation .">
90 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now becaus e its certificate has been revoked. Network errors and attacks are usually tempo rary, so this page will probably work later. <ph name="BEGIN_LEARN_MORE_LINK">&l t;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LIN K">&lt;/a&gt;</ph>. 90 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now becaus e its certificate has been revoked. Network errors and attacks are usually tempo rary, so this page will probably work later.
91 </message> 91 </message>
92 <if expr="_google_chrome"> 92 <if expr="_google_chrome">
93 <message name="IDS_SSL_NONOVERRIDABLE_MORE" desc="Body text for the explanat ion shown if user clicks on the Details button."> 93 <message name="IDS_SSL_NONOVERRIDABLE_MORE" desc="Body text for the explanat ion shown if user clicks on the Details button.">
94 <ph name="SITE">$1<ex>google.com</ex></ph> normally uses encryption to pro tect your information. When Google Chrome tried to connect to <ph name="SITE">$1 <ex>google.com</ex></ph> this time, the website sent back unusual and incorrect credentials. This may happen when an attacker is trying to pretend to be <ph nam e="SITE">$1<ex>google.com</ex></ph>, or a Wi-Fi sign-in screen has interrupted t he connection. Your information is still secure because Google Chrome stopped th e connection before any data was exchanged. 94 <ph name="SITE">$1<ex>google.com</ex></ph> normally uses encryption to pro tect your information. When Google Chrome tried to connect to <ph name="SITE">$1 <ex>google.com</ex></ph> this time, the website sent back unusual and incorrect credentials. This may happen when an attacker is trying to pretend to be <ph nam e="SITE">$1<ex>google.com</ex></ph>, or a Wi-Fi sign-in screen has interrupted t he connection. Your information is still secure because Google Chrome stopped th e connection before any data was exchanged.
95 </message> 95 </message>
96 <message name="IDS_SSL_NONOVERRIDABLE_INVALID" desc="A sentence to explain w hy the user can't proceed."> 96 <message name="IDS_SSL_NONOVERRIDABLE_INVALID" desc="A sentence to explain w hy the user can't proceed.">
97 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now beca use the website sent scrambled credentials that Google Chrome cannot process. Ne twork errors and attacks are usually temporary, so this page will probably work later. <ph name="BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;< /ph>Learn more<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>. 97 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now beca use the website sent scrambled credentials that Google Chrome cannot process. Ne twork errors and attacks are usually temporary, so this page will probably work later.
98 </message> 98 </message>
99 </if> 99 </if>
100 <if expr="not _google_chrome"> 100 <if expr="not _google_chrome">
101 <message name="IDS_SSL_NONOVERRIDABLE_MORE" desc="Body text for the explanat ion shown if user clicks on the Details button."> 101 <message name="IDS_SSL_NONOVERRIDABLE_MORE" desc="Body text for the explanat ion shown if user clicks on the Details button.">
102 <ph name="SITE">$1<ex>google.com</ex></ph> normally uses encryption to pro tect your information. When Chromium tried to connect to <ph name="SITE">$1<ex>g oogle.com</ex></ph> this time, the website sent back unusual and incorrect crede ntials. This may happen when an attacker is trying to pretend to be <ph name="SI TE">$1<ex>google.com</ex></ph>, or a Wi-Fi sign-in screen has interrupted the co nnection. Your information is still secure because Chromium stopped the connecti on before any data was exchanged. 102 <ph name="SITE">$1<ex>google.com</ex></ph> normally uses encryption to pro tect your information. When Chromium tried to connect to <ph name="SITE">$1<ex>g oogle.com</ex></ph> this time, the website sent back unusual and incorrect crede ntials. This may happen when an attacker is trying to pretend to be <ph name="SI TE">$1<ex>google.com</ex></ph>, or a Wi-Fi sign-in screen has interrupted the co nnection. Your information is still secure because Chromium stopped the connecti on before any data was exchanged.
103 </message> 103 </message>
104 <message name="IDS_SSL_NONOVERRIDABLE_INVALID" desc="A sentence to explain w hy the user can't proceed."> 104 <message name="IDS_SSL_NONOVERRIDABLE_INVALID" desc="A sentence to explain w hy the user can't proceed.">
105 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now beca use the website sent scrambled credentials that Chromium cannot process. Network errors and attacks are usually temporary, so this page will probably work later . <ph name="BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>L earn more<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>. 105 You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now beca use the website sent scrambled credentials that Chromium cannot process. Network errors and attacks are usually temporary, so this page will probably work later .
106 </message> 106 </message>
107 </if> 107 </if>
108 108
109 <!-- Safe Browsing interstitials V3 (shared phishing & malware) --> 109 <!-- Safe Browsing interstitials V3 (shared phishing & malware) -->
110 <message name="IDS_SAFEBROWSING_V3_TITLE" desc="The tab title for the Safe Bro wsing interstitials."> 110 <message name="IDS_SAFEBROWSING_V3_TITLE" desc="The tab title for the Safe Bro wsing interstitials.">
111 Security error 111 Security error
112 </message> 112 </message>
113 <message name="IDS_SAFEBROWSING_V3_OPEN_DETAILS_BUTTON" desc="The text for the button that expands the details."> 113 <message name="IDS_SAFEBROWSING_V3_OPEN_DETAILS_BUTTON" desc="The text for the button that expands the details.">
114 Details 114 Details
115 </message> 115 </message>
116 <message name="IDS_SAFEBROWSING_V3_CLOSE_DETAILS_BUTTON" desc="The text for th e button that hides the details."> 116 <message name="IDS_SAFEBROWSING_V3_CLOSE_DETAILS_BUTTON" desc="The text for th e button that hides the details.">
117 Hide details 117 Hide details
118 </message> 118 </message>
119 <message name="IDS_SAFEBROWSING_OVERRIDABLE_SAFETY_BUTTON" desc="The text for the button that takes the user back to the previous page."> 119 <message name="IDS_SAFEBROWSING_OVERRIDABLE_SAFETY_BUTTON" desc="The text for the button that takes the user back to the previous page.">
120 Back to safety 120 Back to safety
121 </message> 121 </message>
122 122
123 <!-- Malware interstitial V3 --> 123 <!-- Malware interstitial V3 -->
124 <message name="IDS_MALWARE_V3_HEADING" desc="The large heading at the top of t he malware interstitial."> 124 <message name="IDS_MALWARE_V3_HEADING" desc="The large heading at the top of t he malware interstitial.">
125 The site ahead contains malware 125 The site ahead contains malware
126 </message> 126 </message>
127 <if expr="is_android"> 127 <if expr="is_android">
128 <message name="IDS_MALWARE_V3_PRIMARY_PARAGRAPH" desc="Mobile: The primary e xplanatory paragraph for the malware interstitial."> 128 <message name="IDS_MALWARE_V3_PRIMARY_PARAGRAPH" desc="Mobile: The primary e xplanatory paragraph for the malware interstitial.">
129 Attackers currently 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> might attempt to install dangerous apps on your device that steal or delete your infor mation (for example, photos, passwords, messages, and credit cards). 129 Attackers currently 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> might attempt to install dangerous apps on your device that steal or delete your infor mation (for example, photos, passwords, messages, and 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>
130 </message> 130 </message>
131 </if> 131 </if>
132 <if expr="is_macosx"> 132 <if expr="is_macosx">
133 <message name="IDS_MALWARE_V3_PRIMARY_PARAGRAPH" desc="Mac: The primary expl anatory paragraph for the malware interstitial."> 133 <message name="IDS_MALWARE_V3_PRIMARY_PARAGRAPH" desc="Mac: The primary expl anatory paragraph for the malware interstitial.">
134 Attackers currently 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> might attempt to install dangerous programs on your Mac that steal or delete your info rmation (for example, photos, passwords, messages, and credit cards). 134 Attackers currently 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> might attempt to install dangerous programs on your Mac that steal or delete your info rmation (for example, photos, passwords, messages, and credit cards). <ph name=" BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>
135 </message> 135 </message>
136 </if> 136 </if>
137 <if expr="not is_android and not is_macosx"> 137 <if expr="not is_android and not is_macosx">
138 <message name="IDS_MALWARE_V3_PRIMARY_PARAGRAPH" desc="The primary explanato ry paragraph for the malware interstitial."> 138 <message name="IDS_MALWARE_V3_PRIMARY_PARAGRAPH" desc="The primary explanato ry paragraph for the malware interstitial.">
139 Attackers currently 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> might attempt to install dangerous programs on your computer that steal or delete your information (for example, photos, passwords, messages, and credit cards). 139 Attackers currently 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> might attempt to install dangerous programs on your computer that steal or delete your information (for example, photos, passwords, messages, and credit cards). <ph n ame="BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn mo re<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>
140 </message> 140 </message>
141 </if> 141 </if>
142 <message name="IDS_MALWARE_V3_EXPLANATION_PARAGRAPH" desc="The explanation of why Safe Browsing has blocked the page."> 142 <message name="IDS_MALWARE_V3_EXPLANATION_PARAGRAPH" desc="The explanation of why Safe Browsing has blocked the page.">
143 Google Safe Browsing recently <ph name="BEGIN_LINK">&lt;a href="#" id="diagn ostic-link"&gt;</ph>detected malware<ph name="END_LINK">&lt;/a&gt;</ph> on <ph n ame="SITE">$1<ex>example.com</ex></ph>. Websites that are normally safe are some times infected with malware. <ph name="BEGIN_LEARN_MORE_LINK">&lt;a href="#" id= "learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</p h>. 143 Google Safe Browsing recently <ph name="BEGIN_LINK">&lt;a href="#" id="diagn ostic-link"&gt;</ph>detected malware<ph name="END_LINK">&lt;/a&gt;</ph> on <ph n ame="SITE">$1<ex>example.com</ex></ph>. Websites that are normally safe are some times infected with malware.
144 </message> 144 </message>
145 <message name="IDS_MALWARE_V3_EXPLANATION_PARAGRAPH_SUBRESOURCE" desc="The exp lanation of why Safe Browsing has blocked the page."> 145 <message name="IDS_MALWARE_V3_EXPLANATION_PARAGRAPH_SUBRESOURCE" desc="The exp lanation of why Safe Browsing has blocked the page.">
146 Google Safe Browsing recently <ph name="BEGIN_LINK">&lt;a href="#" id="diagn ostic-link"&gt;</ph>detected malware<ph name="END_LINK">&lt;/a&gt;</ph> on <ph n ame="SITE">$1<ex>example.com</ex></ph>. Websites that are normally safe are some times infected with malware. The malicious content comes from <ph name="SUBRESOU RCE_HOST">$2<ex>evil.com</ex></ph>, a known malware distributor. <ph name="BEGIN _LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name ="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>. 146 Google Safe Browsing recently <ph name="BEGIN_LINK">&lt;a href="#" id="diagn ostic-link"&gt;</ph>detected malware<ph name="END_LINK">&lt;/a&gt;</ph> on <ph n ame="SITE">$1<ex>example.com</ex></ph>. Websites that are normally safe are some times infected with malware. The malicious content comes from <ph name="SUBRESOU RCE_HOST">$2<ex>evil.com</ex></ph>, a known malware distributor.
147 </message> 147 </message>
148 <message name="IDS_MALWARE_V3_PROCEED_PARAGRAPH" desc="The paragraph that lets the user skip the warning."> 148 <message name="IDS_MALWARE_V3_PROCEED_PARAGRAPH" desc="The paragraph that lets the user skip the warning.">
149 If you understand the risks to your security, you may <ph name="BEGIN_LINK"> &lt;a href="#" id="proceed-link"&gt;</ph>visit this unsafe site<ph name="END_LIN K">&lt;/a&gt;</ph> before the dangerous programs have been removed. 149 If you understand the risks to your security, you may <ph name="BEGIN_LINK"> &lt;a href="#" id="proceed-link"&gt;</ph>visit this unsafe site<ph name="END_LIN K">&lt;/a&gt;</ph> before the dangerous programs have been removed.
150 </message> 150 </message>
151 <message name="IDS_SAFE_BROWSING_PRIVACY_POLICY_PAGE" desc="Label for the link to SafeBrowsing Privacy policy page"> 151 <message name="IDS_SAFE_BROWSING_PRIVACY_POLICY_PAGE" desc="Label for the link to SafeBrowsing Privacy policy page">
152 Privacy policy 152 Privacy policy
153 </message> 153 </message>
154 <message name="IDS_SAFE_BROWSING_MALWARE_REPORTING_AGREE" desc="SafeBrowsing M alware v2 Details label next to checkbox"> 154 <message name="IDS_SAFE_BROWSING_MALWARE_REPORTING_AGREE" desc="SafeBrowsing M alware v2 Details label next to checkbox">
155 <ph name="BEGIN_WHITEPAPER_LINK">&lt;a href="#" id="whitepaper-link"&gt;</ph >Automatically report<ph name="END_WHITEPAPER_LINK">&lt;/a&gt;</ph> details of p ossible security incidents to Google. <ph name="PRIVACY_PAGE_LINK">$1</ph> 155 <ph name="BEGIN_WHITEPAPER_LINK">&lt;a href="#" id="whitepaper-link"&gt;</ph >Automatically report<ph name="END_WHITEPAPER_LINK">&lt;/a&gt;</ph> details of p ossible security incidents to Google. <ph name="PRIVACY_PAGE_LINK">$1</ph>
156 </message> 156 </message>
157 <message name="IDS_SAFE_BROWSING_SCOUT_REPORTING_AGREE" desc="SafeBrowsing Sco ut label next to checkbox"> 157 <message name="IDS_SAFE_BROWSING_SCOUT_REPORTING_AGREE" desc="SafeBrowsing Sco ut label next to checkbox">
158 Automatically send some <ph name="BEGIN_WHITEPAPER_LINK">&lt;a href="#" id=" whitepaper-link"&gt;</ph>system information and page content<ph name="END_WHITEP APER_LINK">&lt;/a&gt;</ph> to Google to help detect dangerous apps and sites. <p h name="PRIVACY_PAGE_LINK">$1</ph> 158 Automatically send some <ph name="BEGIN_WHITEPAPER_LINK">&lt;a href="#" id=" whitepaper-link"&gt;</ph>system information and page content<ph name="END_WHITEP APER_LINK">&lt;/a&gt;</ph> to Google to help detect dangerous apps and sites. <p h name="PRIVACY_PAGE_LINK">$1</ph>
159 </message> 159 </message>
160 160
161 <!-- Harmful download interstitial V3 --> 161 <!-- Harmful download interstitial V3 -->
162 <message name="IDS_HARMFUL_V3_HEADING" desc="The large heading at the top of t he social engineering interstitial."> 162 <message name="IDS_HARMFUL_V3_HEADING" desc="The large heading at the top of t he social engineering interstitial.">
163 The site ahead contains harmful programs 163 The site ahead contains harmful programs
164 </message> 164 </message>
165 <message name="IDS_HARMFUL_V3_PRIMARY_PARAGRAPH" desc="Mobile: The primary exp lanatory paragraph for the social engineering interstitial."> 165 <message name="IDS_HARMFUL_V3_PRIMARY_PARAGRAPH" desc="Mobile: The primary exp lanatory paragraph for the social engineering interstitial.">
166 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> might attempt to t rick you into installing programs that harm your browsing experience (for exampl e, by changing your homepage or showing extra ads on sites you visit). 166 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> might attempt to t rick you into installing programs that harm your browsing experience (for exampl e, by changing your homepage or showing extra ads on sites you visit). <ph name= "BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<p h name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>
167 </message> 167 </message>
168 <message name="IDS_HARMFUL_V3_EXPLANATION_PARAGRAPH" desc="The explanation of why Safe Browsing has blocked the page."> 168 <message name="IDS_HARMFUL_V3_EXPLANATION_PARAGRAPH" desc="The explanation of why Safe Browsing has blocked the page.">
169 Google Safe Browsing recently <ph name="BEGIN_LINK">&lt;a href="#" id="diagn ostic-link"&gt;</ph>found harmful programs<ph name="END_LINK">&lt;/a&gt;</ph> on <ph name="SITE">$1<ex>example.com</ex></ph>. <ph name="BEGIN_LEARN_MORE_LINK">& lt;a href="#" id="learn-more-link"&gt;</ph>Learn more<ph name="END_LEARN_MORE_LI NK">&lt;/a&gt;</ph>. 169 Google Safe Browsing recently <ph name="BEGIN_LINK">&lt;a href="#" id="diagn ostic-link"&gt;</ph>found harmful programs<ph name="END_LINK">&lt;/a&gt;</ph> on <ph name="SITE">$1<ex>example.com</ex></ph>.
170 </message> 170 </message>
171 <message name="IDS_HARMFUL_V3_PROCEED_PARAGRAPH" desc="The paragraph that lets the user skip the warning."> 171 <message name="IDS_HARMFUL_V3_PROCEED_PARAGRAPH" desc="The paragraph that lets the user skip the warning.">
172 If you understand the risks to your security, you may <ph name="BEGIN_LINK"> &lt;a href="#" id="proceed-link"&gt;</ph>visit this site<ph name="END_LINK">&lt; /a&gt;</ph> before the harmful programs have been removed. 172 If you understand the risks to your security, you may <ph name="BEGIN_LINK"> &lt;a href="#" id="proceed-link"&gt;</ph>visit this site<ph name="END_LINK">&lt; /a&gt;</ph> before the harmful programs have been removed.
173 </message> 173 </message>
174 174
175 <!-- Phishing interstitial --> 175 <!-- Phishing interstitial -->
176 <message name="IDS_PHISHING_V4_HEADING" desc="The large heading at the top of the phishing interstitial."> 176 <message name="IDS_PHISHING_V4_HEADING" desc="The large heading at the top of the phishing interstitial.">
177 Deceptive site ahead 177 Deceptive site ahead
178 </message> 178 </message>
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). 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. <ph name="BEGIN_LEARN_MORE_LINK">&lt;a href="#" id="learn-more-link"&gt;</ph>Learn m ore<ph name="END_LEARN_MORE_LINK">&lt;/a&gt;</ph>. 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 </grit-part> 189 </grit-part>
OLDNEW
« no previous file with comments | « components/security_interstitials/core/browser/resources/interstitial_v2.css ('k') | components/ssl_errors_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698