Add strings for chrome://reset-password page

Bug: 824500
Change-Id: Ie550cf437b5919a6b4c69113c73643d5b163f51b
Reviewed-on: https://chromium-review.googlesource.com/977161
Reviewed-by: Cait Phillips <[email protected]>
Commit-Queue: Jialiu Lin <[email protected]>
Cr-Commit-Position: refs/heads/master@{#545553}
diff --git a/components/OWNERS b/components/OWNERS
index 7a8738d..2c20e78c 100644
--- a/components/OWNERS
+++ b/components/OWNERS
@@ -24,6 +24,7 @@
 per-file physical_web_ui_strings.grdp=file://components/physical_web/OWNERS
 per-file policy_strings.grdp=file://components/policy/OWNERS
 per-file printing_strings.grdp=file://components/printing/OWNERS
+per-file reset_password_strings.grdp=file://components/safe_browsing/OWNERS
 per-file security_interstitials_strings.grdp=file://components/security_interstitials/OWNERS
 per-file security_state_strings.grdp=file://components/security_state/OWNERS
 per-file ssl_errors_strings.grdp=file://components/ssl_errors/OWNERS
diff --git a/components/components_strings.grd b/components/components_strings.grd
index de57007..9134fb8 100644
--- a/components/components_strings.grd
+++ b/components/components_strings.grd
@@ -206,6 +206,7 @@
       <part file="physical_web_ui_strings.grdp" />
       <part file="policy_strings.grdp" />
       <part file="printing_strings.grdp" />
+      <part file="reset_password_strings.grdp" />
       <part file="safe_browsing_strings.grdp" />
       <part file="security_interstitials_strings.grdp" />
       <part file="security_state_strings.grdp" />
diff --git a/components/reset_password_strings.grdp b/components/reset_password_strings.grdp
new file mode 100644
index 0000000..bd8b3bc
--- /dev/null
+++ b/components/reset_password_strings.grdp
@@ -0,0 +1,25 @@
+<?xml version="1.0" encoding="utf-8"?>
+<grit-part>
+  <message name="IDS_RESET_PASSWORD_WARNING_HEADING" desc="Title of the reset password page.">
+    Reset your password now
+  </message>
+  <message name="IDS_RESET_PASSWORD_HEADING" desc="Title of the reset password page when the user manually navigates to this page.">
+    Reset password?
+  </message>
+  <message name="IDS_RESET_PASSWORD_WARNING_EXPLANATION_PARAGRAPH" desc="The primary explanatory paragraph for the reset password page.">
+    You entered your password on a site that’s not managed by <ph name="ORG_NAME">$1<ex>Google</ex></ph>. To protect your account, don’t reuse your password on other apps and sites.
+  </message>
+  <message name="IDS_RESET_PASSWORD_BUTTON" desc="The text for the button that takes the user to reset their password.">
+    Reset password
+  </message>
+  <if expr="_google_chrome">
+    <message name="IDS_RESET_PASSWORD_EXPLANATION_PARAGRAPH" desc="The primary explanatory paragraph for the reset password page when the user manually navigates to this page.">
+      Chrome recommends resetting your <ph name="ORG_NAME">$1<ex>Google</ex></ph> password if you reused it on other sites.
+    </message>
+  </if>
+  <if expr="not _google_chrome">
+    <message name="IDS_RESET_PASSWORD_EXPLANATION_PARAGRAPH" desc="The primary explanatory paragraph for the reset password page when the user manually navigates to this page.">
+      Chromium recommends resetting your <ph name="ORG_NAME">$1<ex>Google</ex></ph> password if you reused it on other sites.
+    </message>
+  </if>
+</grit-part>