summaryrefslogtreecommitdiff
path: root/chromium/components/password_manager_strings.grdp
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-04 17:20:24 +0100
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2022-02-12 08:15:25 +0000
commit8fa0776f1f79e91fc9c0b9c1ba11a0a29c05196b (patch)
tree788d8d7549712682703a0310ca4a0f0860d4802b /chromium/components/password_manager_strings.grdp
parent606d85f2a5386472314d39923da28c70c60dc8e7 (diff)
downloadqtwebengine-chromium-8fa0776f1f79e91fc9c0b9c1ba11a0a29c05196b.tar.gz
BASELINE: Update Chromium to 98.0.4758.90
Change-Id: Ib7c41539bf8a8e0376bd639f27d68294de90f3c8 Reviewed-by: Allan Sandfeld Jensen <allan.jensen@qt.io>
Diffstat (limited to 'chromium/components/password_manager_strings.grdp')
-rw-r--r--chromium/components/password_manager_strings.grdp27
1 files changed, 24 insertions, 3 deletions
diff --git a/chromium/components/password_manager_strings.grdp b/chromium/components/password_manager_strings.grdp
index eafe7b66906..7cede9146e2 100644
--- a/chromium/components/password_manager_strings.grdp
+++ b/chromium/components/password_manager_strings.grdp
@@ -10,21 +10,45 @@
Check passwords
</message>
</if>
+ <message name="IDS_CREDENTIAL_LEAK_CHANGE_AUTOMATICALLY" desc="The text of the OK button in the credential leak dialog when Chrome is offering to automatically change the user's password.">
+ Change automatically
+ </message>
+ <message name="IDS_CREDENTIAL_LEAK_DONT_CHANGE_AUTOMATICALLY" desc="The text of the Cancel button in the credential leak dialog when Chrome is offering to automatically change the user's password. The string expresses that instead of letting Chrome fix the password automatically, the user will fix it themselves.">
+ Change it myself
+ </message>
<message name="IDS_CREDENTIAL_LEAK_TITLE_CHANGE" desc="The title of the credential leak dialog when the user should change the password now.">
Change your password
</message>
+ <message name="IDS_CREDENTIAL_LEAK_TITLE_CHANGE_AUTOMATICALLY" desc="The title of the credential leak dialog when the user should change the password now, and Chrome is offering to do so automatically.">
+ Change your password now
+ </message>
<message name="IDS_CREDENTIAL_LEAK_TITLE_CHECK" desc="The title of the credential leak dialog when the user should check all passwords on passwords.google.com.">
Check your passwords
</message>
+ <message name="IDS_CREDENTIAL_LEAK_TITLE_CHECK_BRANDED" desc="The title of the credential leak dialog when the user should check all passwords on Google Password Manager.">
+ Check your saved passwords
+ </message>
<message name="IDS_CREDENTIAL_LEAK_CHECK_PASSWORDS_MESSAGE" desc="The text that is used in credential leak detection dialog when the leaked credentials are saved and used on multiple sites. The leaked credentials may have been leaked by the current website, some other third-party website or even a third-party app used by the user. It could also be coincidental reuse of a trivial password used by some other users in the world and exposed in a public leak.">
Chrome found the password you just used in a data breach. To secure your accounts, we recommend checking your saved passwords.
</message>
<message name="IDS_CREDENTIAL_LEAK_CHANGE_PASSWORD_MESSAGE" desc="The text that is used in credential leak detection dialog when the leaked credentials are not saved for other sites. The leaked credentials may have been leaked by the current website, some other third-party website or even a third-party app used by the user. It could also be coincidental reuse of a trivial password used by some other users in the world and exposed in a public leak.">
Chrome found the password you just used in a data breach. We recommend changing this password now.
</message>
+ <message name="IDS_CREDENTIAL_LEAK_CHANGE_PASSWORD_AUTOMATICALLY_MESSAGE" desc="The text that is used in credential leak detection dialog when Chrome can offer to automatically change the leaked password. The leaked credentials may have been leaked by the current website, some other third-party website or even a third-party app used by the user. It could also be coincidental reuse of a trivial password used by some other users in the world and exposed in a public leak.">
+ Chrome found the password you just used in a data breach. Your Google Assistant can change your password automatically.
+ </message>
<message name="IDS_CREDENTIAL_LEAK_CHANGE_AND_CHECK_PASSWORDS_MESSAGE" desc="The text that is used in credential leak detection dialog when the leaked credentials were not saved but used on multiple sites. The leaked credentials may have been leaked by the current website, some other third-party website or even a third-party app used by the user. It could also be coincidental reuse of a trivial password used by some other users in the world and exposed in a public leak.">
Chrome found the password you just used in a data breach. To secure your accounts, we recommend changing it now and then checking your saved passwords.
</message>
+ <message name="IDS_CREDENTIAL_LEAK_CHECK_PASSWORDS_MESSAGE_BRANDED" desc="The text that is used in credential leak detection dialog when the leaked credentials are saved and used on multiple sites. The leaked credentials may have been leaked by the current website, some other third-party website or even a third-party app used by the user. It could also be coincidental reuse of a trivial password used by some other users in the world and exposed in a public leak.">
+ The password you just used was found in a data breach. To secure your accounts, Google Password Manager recommends checking your saved passwords.
+ </message>
+ <message name="IDS_CREDENTIAL_LEAK_CHANGE_PASSWORD_MESSAGE_BRANDED" desc="The text that is used in credential leak detection dialog when the leaked credentials are not saved for other sites. The leaked credentials may have been leaked by the current website, some other third-party website or even a third-party app used by the user. It could also be coincidental reuse of a trivial password used by some other users in the world and exposed in a public leak.">
+ The password you just used was found in a data breach. Google Password Manager recommends changing this password now.
+ </message>
+ <message name="IDS_CREDENTIAL_LEAK_CHANGE_AND_CHECK_PASSWORDS_MESSAGE_BRANDED" desc="The text that is used in credential leak detection dialog when the leaked credentials were not saved but used on multiple sites. The leaked credentials may have been leaked by the current website, some other third-party website or even a third-party app used by the user. It could also be coincidental reuse of a trivial password used by some other users in the world and exposed in a public leak.">
+ The password you just used was found in a data breach. To secure your accounts, Google Password Manager recommends changing it now and then checking your saved passwords.
+ </message>
<if expr="is_ios">
<message name="IDS_IOS_SUGGEST_PASSWORD" desc="Button title in the keyboard accessory bar to show a dialog with a generated password. [Length: 20em] [iOS only]">
Suggest Password...
@@ -76,7 +100,4 @@
<message name="IDS_PASSWORD_MANAGER_DEFAULT_EXPORT_FILENAME" desc="Chrome suggests this file name when user chooses to export their passwords saved with Chrome.">
Chrome Passwords
</message>
- <message name="IDS_PASSWORD_CHANGE" desc="The text of the change password button in the dialog for credentials leaked.">
- Change password
- </message>
</grit-part>