-
Notifications
You must be signed in to change notification settings - Fork 905
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rebranding password_manager_strings.grdp
Also, move management_strings.grdp to //brave/components.
- Loading branch information
Showing
2 changed files
with
40 additions
and
0 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version='1.0' encoding='UTF-8'?> | ||
<!--This file is created by l10nUtil.js. Do not edit manually.--> | ||
<grit-part> | ||
|
||
<message name="IDS_MANAGE_PASSWORDS_AUTO_SIGNIN_TITLE" desc="The title of the auto-signin toast."> | ||
Signing in as <ph name="username">$1<ex>[email protected]</ex></ph> | ||
</message> | ||
<message name="IDS_PASSWORD_MANAGER_EMPTY_LOGIN" desc="A placeholder for the 'Manage Passwords' bubble's empty username label"> | ||
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> | ||
<message name="IDS_PASSWORD_MANAGER_SHOW_PASSWORDS_TAB_TITLE" desc="Title for 'Saved passwords' tab"> | ||
Saved passwords | ||
</message> | ||
<message name="IDS_PASSWORD_MANAGER_SMART_LOCK" desc="The brand name of the password manager for the title of the save password bubble when a user is signed in."> | ||
Brave Smart Lock | ||
</message> | ||
<message name="IDS_PASSWORD_MANAGER_DEFAULT_EXPORT_FILENAME" desc="Brave suggests this file name when user chooses to export their passwords saved with Brave."> | ||
Brave Passwords | ||
</message> | ||
|
||
</grit-part> |