Commit cb4cfad2 authored by Vasilii Sukhanov's avatar Vasilii Sukhanov Committed by Commit Bot

Add strings for the password drop-down needed for MD2.

Bug: 851021
Change-Id: Ia69cea98783f2b077b628e0975e22913f3e17d61
Reviewed-on: https://chromium-review.googlesource.com/1112004
Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org>
Reviewed-by: default avatarVaclav Brozek <vabr@chromium.org>
Cr-Commit-Position: refs/heads/master@{#569655}
parent a376b8dc
......@@ -5,8 +5,24 @@
Signing in as <ph name="username">$1<ex>chef@google.com</ex></ph>
</message>
<message name="IDS_PASSWORD_MANAGER_EMPTY_LOGIN" desc="A placeholder for the 'Manage Passwords' bubble's empty username label">
(No username)
No username
</message>
<if expr="not use_titlecase">
<message name="IDS_PASSWORD_MANAGER_MANAGE_PASSWORDS" desc="The menu item in the password field drop down that opens the list of saved passwords.">
Manage passwords…
</message>
<message name="IDS_PASSWORD_MANAGER_GENERATE_PASSWORD" desc="The menu item in the password field drop down that starts the password generation flow.">
Suggest strong password…
</message>
</if>
<if expr="use_titlecase">
<message name="IDS_PASSWORD_MANAGER_MANAGE_PASSWORDS" desc="The menu item in the password field drop down that opens the list of saved passwords.">
Manage Passwords…
</message>
<message name="IDS_PASSWORD_MANAGER_GENERATE_PASSWORD" desc="The menu item in the password field drop down that starts the password generation flow.">
Suggest Strong Password…
</message>
</if>
<message name="IDS_PASSWORD_MANAGER_EXCEPTIONS_TAB_TITLE" desc="Title for 'Never saved' tab">
Never saved
</message>
......
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