Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1206)

Unified Diff: chrome/app/generated_resources.grd

Side-by-side diff isn't available for this file because of its large size.
Issue 1193143003: Enable import/export of passwords into/from Password Manager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed import-complete dialog. Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
Index: chrome/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 3dbb22ab034275e8c0037bfab5b2be84f4f67453..a086e80152e1c055f85c0ad99e91c66358424baf 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -7295,6 +7295,24 @@ Keep your key file in a safe place. You will need it to create new versions of y
<message name="IDS_PASSWORD_MANAGER_TOOLTIP_MANAGE" desc="Text for the 'Manage Passwords' icon's 'saving passwords' state">
Manage your passwords
</message>
+ <message name="IDS_PASSWORD_MANAGER_MORE_BUTTON" desc="Text for the 'More' drop down button in the 'Save password' dialog">
vabr (Chromium) 2016/03/10 10:53:31 Looks unused.
xunlu 2016/03/16 07:23:58 Done.
+ More
+ </message>
+ <message name="IDS_PASSWORD_MANAGER_SETTINGS_LINK" desc="Text for the link to chrome://settings/passwords in the 'Save password' dialog">
vabr (Chromium) 2016/03/10 10:53:31 Looks unused.
xunlu 2016/03/16 07:23:58 Done.
+ Settings
+ </message>
+ <message name="IDS_PASSWORD_MANAGER_IMPORT_BUTTON" desc="Button Text for 'import password' functionality in Password Manger's WebUI option dialog">
vabr (Chromium) 2016/03/10 10:53:31 I'm afraid this might be too technical a descripti
xunlu 2016/03/16 07:23:58 Done.
+ Import
+ </message>
+ <message name="IDS_PASSWORD_MANAGER_EXPORT_BUTTON" desc="Button Text for 'export password' functionality in Password Manger's WebUI option dialog">
+ Export
+ </message>
+ <message name="IDS_PASSWORD_MANAGER_IMPORT_DIALOG_TITLE" desc="The Title of the file selection dialog for importing password">
+ Import Password To Chrome
vabr (Chromium) 2016/03/10 10:53:31 nit: Password -> Passwords (Also for export below
xunlu 2016/03/16 07:23:58 Done.
+ </message>
+ <message name="IDS_PASSWORD_MANAGER_EXPORT_DIALOG_TITLE" desc="The Title of the file selection dialog for exporting password">
+ Export Password From Chrome
+ </message>
</if>
<if expr="is_android">
<message name="IDS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Mobile: Button text for the 'Save Password' infobar's 'Remember password' option">

Powered by Google App Engine
This is Rietveld 408576698