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

Side by Side Diff: components/security_interstitials_strings.grdp

Issue 1462353002: Create security_interstitials::ControllerClient (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Nits for estark Created 5 years, 1 month 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 -->
53 <message name="IDS_SAFE_BROWSING_PRIVACY_POLICY_URL" translateable="false">
54 https://www.google.com/chrome/browser/privacy/whitepaper.html#malware
55 </message>
56
52 </grit-part> 57 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698