Index: chrome/app/generated_resources.grd |
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd |
index 3a8fba15581f4560d26db459017a67ba081106f7..0214bc89d906fd9d3ca848ad86061cdd453376d8 100644 |
--- a/chrome/app/generated_resources.grd |
+++ b/chrome/app/generated_resources.grd |
@@ -9647,7 +9647,7 @@ Keep your key file in a safe place. You will need it to create new versions of y |
</message> |
<!-- SSL Interstitial V2: Non-overridable --> |
- <message name="IDS_SSL_NONOVERRIDABLE_RELOAD_BUTTON" desc="The text for the button that reloads the page."> |
+ <message name="IDS_SSL_RELOAD" desc="The text for the button that reloads the page."> |
Reload |
</message> |
<message name="IDS_SSL_NONOVERRIDABLE_MORE" desc="Body text for the explanation shown if user clicks on the Details button."> |
@@ -9667,6 +9667,27 @@ and incorrect credentials. Either an attacker is trying to pretend to be <ph nam |
You cannot visit <ph name="SITE">$1<ex>google.com</ex></ph> right now because the website sent scrambled credentials that Chrome cannot process. Network errors and attacks are usually temporary, so this page will probably work later. |
</message> |
+ <!-- SSL Interstitial V2: Clock Errors --> |
+ <message name="IDS_SSL_V2_CLOCK_TITLE" desc="The tab title for the SSL clock interstitial (shown when an SSL error is probably caused by an incorrect clock)."> |
+ Clock error |
+ </message> |
+ |
+ <message name="IDS_SSL_V2_CLOCK_AHEAD_HEADING" desc="The large heading of the SSL clock interstitial, shown when the clock is too far in the future."> |
+ Your clock is ahead |
+ </message> |
+ |
+ <message name="IDS_SSL_V2_CLOCK_BEHIND_HEADING" desc="The large heading of the SSL clock interstitial, shown when the clock is too far in the past."> |
+ Your clock is behind |
+ </message> |
+ |
+ <message name="IDS_SSL_V2_CLOCK_UPDATE_DATE_AND_TIME" desc="Text for the button on the SSL clock interstitial page, which takes the user to their operating system panel for setting date and time, if possible."> |
+ Update date and time |
+ </message> |
+ |
+ <message name="IDS_SSL_V2_CLOCK_PRIMARY_PARAGRAPH" desc="Paragraph explaining that the SSL clock interstitial is probably caused by an incorrect clock."> |
+ A private connection to <ph name="DOMAIN">$1<ex>paypal.com</ex></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. |
+ </message> |
+ |
<!-- Misc strings for SSL UI --> |
<message name="IDS_UNSAFE_FRAME_MESSAGE" desc="The text displayed in the content that is subsituted to an unsafe frame."> |
This frame was blocked because it contains some insecure content. |