Commit d002d9a7 authored by Mohamed Amir Yosef's avatar Mohamed Amir Yosef Committed by Chromium LUCI CQ

[Passwords] Add strings for moving multiple passwords dialog

Screenshot: https://screenshot.googleplex.com/9zuD5cB5UhSiCDc

Bug: 1139263
Change-Id: Ie184f147156a951ee5ef9e062996d3ef5196df8a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2595374
Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#838030}
parent 9ee8fcb2
...@@ -563,8 +563,10 @@ ...@@ -563,8 +563,10 @@
<message translateable="false" name="IDS_SETTINGS_PASSWORD_MOVE_PASSWORDS_TO_ACCOUNT" desc="Message displayed in the moving multiple passwords to the user Google Account banner."> <message translateable="false" name="IDS_SETTINGS_PASSWORD_MOVE_PASSWORDS_TO_ACCOUNT" desc="Message displayed in the moving multiple passwords to the user Google Account banner.">
Move them to your Google Account, and make it across-device accessible Move them to your Google Account, and make it across-device accessible
</message> </message>
<!-- TODO(crbug.com/1139263): Make it translateable and add translation screenshots once final mocks are available. --> <message name="IDS_SETTINGS_PASSWORD_MOVE_PASSWORDS_TO_ACCOUNT_DIALOG_FOOTER" desc="Footer for the dialog that asks the user to select which passwords to move to their Google Account.">
<message translateable="false" name="IDS_SETTINGS_PASSWORD_MOVE_PASSWORDS_TO_ACCOUNT_DIALOG_TITLE" desc="Title for the dialog that asks the user to select which passwords to move to their Google Account."> Passwords will be moved from your device to your Google Account
</message>
<message name="IDS_SETTINGS_PASSWORD_MOVE_PASSWORDS_TO_ACCOUNT_DIALOG_TITLE" desc="Title for the dialog that asks the user to select which passwords to move to their Google Account.">
Choose which passwords to move Choose which passwords to move
</message> </message>
<message name="IDS_SETTINGS_PASSWORD_MOVE_TO_ACCOUNT_DIALOG_TITLE" desc="Title for the dialog that confirms whether the user wishes to move a password to their Google Account."> <message name="IDS_SETTINGS_PASSWORD_MOVE_TO_ACCOUNT_DIALOG_TITLE" desc="Title for the dialog that confirms whether the user wishes to move a password to their Google Account.">
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
<settings-avatar-icon></settings-avatar-icon> <settings-avatar-icon></settings-avatar-icon>
<div class="flex cr-padded-text"> <div class="flex cr-padded-text">
<div id="movingPasswordsCountLabel"> <div id="movingPasswordsCountLabel">
$i18n{passwordMovePasswordsToAccount}</div> $i18n{passwordMovePasswordsToAccountDialogFooter}</div>
<div class="secondary">[[accountEmail]]</div> <div class="secondary">[[accountEmail]]</div>
</div> </div>
</div> </div>
......
...@@ -978,6 +978,8 @@ void AddAutofillStrings(content::WebUIDataSource* html_source, ...@@ -978,6 +978,8 @@ void AddAutofillStrings(content::WebUIDataSource* html_source,
IDS_SETTINGS_PASSWORD_DELETED_PASSWORD_FROM_ACCOUNT_AND_DEVICE}, IDS_SETTINGS_PASSWORD_DELETED_PASSWORD_FROM_ACCOUNT_AND_DEVICE},
{"passwordMovePasswordsToAccount", {"passwordMovePasswordsToAccount",
IDS_SETTINGS_PASSWORD_MOVE_PASSWORDS_TO_ACCOUNT}, IDS_SETTINGS_PASSWORD_MOVE_PASSWORDS_TO_ACCOUNT},
{"passwordMovePasswordsToAccountDialogFooter",
IDS_SETTINGS_PASSWORD_MOVE_PASSWORDS_TO_ACCOUNT_DIALOG_FOOTER},
{"passwordMovePasswordsToAccountDialogTitle", {"passwordMovePasswordsToAccountDialogTitle",
IDS_SETTINGS_PASSWORD_MOVE_PASSWORDS_TO_ACCOUNT_DIALOG_TITLE}, IDS_SETTINGS_PASSWORD_MOVE_PASSWORDS_TO_ACCOUNT_DIALOG_TITLE},
{"passwordMoveToAccountDialogTitle", {"passwordMoveToAccountDialogTitle",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment