File: reset_password_strings.grdp

package info (click to toggle)
chromium 138.0.7204.157-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 6,071,864 kB
  • sloc: cpp: 34,936,859; ansic: 7,176,967; javascript: 4,110,704; python: 1,419,953; asm: 946,768; xml: 739,967; pascal: 187,324; sh: 89,623; perl: 88,663; objc: 79,944; sql: 50,304; cs: 41,786; fortran: 24,137; makefile: 21,806; php: 13,980; tcl: 13,166; yacc: 8,925; ruby: 7,485; awk: 3,720; lisp: 3,096; lex: 1,327; ada: 727; jsp: 228; sed: 36
file content (49 lines) | stat: -rw-r--r-- 3,731 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<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_WARNING_HEADING_V2" desc="Heading of the reset password page.">
    Password reuse is monitored by your organization
  </message>
  <message name="IDS_RESET_PASSWORD_WARNING_HEADING_WITH_ORG_NAME" desc="Heading of the reset password page.">
    Password reuse is monitored by <ph name="ORG_NAME">$1<ex>Google</ex></ph>
  </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_V2" desc="The primary explanatory paragraph for the reset password page.">
    To maintain security, your organization doesn't allow passwords to be reused in Chrome. Passwords in Chrome are encrypted to protect user privacy.
  </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">&lt;strong&gt;</ph><ph name="ORG_NAME">$1<ex>Google</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</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>
  <message name="IDS_RESET_PASSWORD_LEARN_MORE" desc="Text that is hyperlinked to a help center article explaining how Chrome protects passwords.">
    Learn about how Chrome protects your passwords
  </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">&lt;strong&gt;</ph><ph name="ORG_NAME">$1<ex>Google</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</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 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.">
      Chromium recommends resetting your <ph name="BEGIN_BOLD">&lt;strong&gt;</ph><ph name="ORG_NAME">$1<ex>Google</ex></ph><ph name="END_BOLD">&lt;/strong&gt;</ph> password if you reused it on other sites.
    </message>
  </if>
</grit-part>