mirror of
https://github.com/Alex313031/thorium.git
synced 2025-01-10 11:57:48 -03:00
38 lines
2.8 KiB
XML
38 lines
2.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
||
<!-- Copyright (c) 2022 Alex313031. -->
|
||
<grit-part>
|
||
<message name="IDS_RESET_PASSWORD_TITLE" desc="Title in the reset password page header.">
|
||
Reset Password
|
||
</message>
|
||
<message name="IDS_RESET_PASSWORD_WARNING_HEADING" desc="Heading of the reset password page.">
|
||
Reset your password now
|
||
</message>
|
||
<message name="IDS_RESET_PASSWORD_HEADING" desc="Heading 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 your organization. To protect your account, don’t reuse your password on other apps and sites.
|
||
</message>
|
||
<message name="IDS_RESET_PASSWORD_WARNING_EXPLANATION_PARAGRAPH_WITH_ORG_NAME" desc="The primary explanatory paragraph for the reset password page.">
|
||
You entered your password on a site that’s not managed by <ph name="BEGIN_BOLD"><strong></ph><ph name="ORG_NAME">$1<ex>Google</ex></ph><ph name="END_BOLD"></strong></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 password if you reused it on other sites.
|
||
</message>
|
||
<message name="IDS_RESET_PASSWORD_EXPLANATION_PARAGRAPH_WITH_ORG_NAME" desc="The primary explanatory paragraph for the reset password page when the user manually navigates to this page.">
|
||
Chrome recommends resetting your <ph name="BEGIN_BOLD"><strong></ph><ph name="ORG_NAME">$1<ex>Google</ex></ph><ph name="END_BOLD"></strong></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.">
|
||
Thorium recommends resetting your password if you reused it on other sites.
|
||
</message>
|
||
<message name="IDS_RESET_PASSWORD_EXPLANATION_PARAGRAPH_WITH_ORG_NAME" desc="The primary explanatory paragraph for the reset password page when the user manually navigates to this page.">
|
||
Thorium recommends resetting your <ph name="BEGIN_BOLD"><strong></ph><ph name="ORG_NAME">$1<ex>Google</ex></ph><ph name="END_BOLD"></strong></ph> password if you reused it on other sites.
|
||
</message>
|
||
</if>
|
||
</grit-part>
|