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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 2954093002: Adding an edit button for username correction while saving new credentials for password management. (Closed)
Patch Set: Initialized edit_button_ in the constructor Created 3 years, 5 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:
View unified diff | Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 5594 matching lines...) Expand 10 before | Expand all | Expand 10 after
5605 </message> 5605 </message>
5606 <message name="IDS_CONFIRM_MESSAGEBOX_NO_BUTTON_LABEL" desc="Confirm Messa geBox Dialog's 'No' button text"> 5606 <message name="IDS_CONFIRM_MESSAGEBOX_NO_BUTTON_LABEL" desc="Confirm Messa geBox Dialog's 'No' button text">
5607 No 5607 No
5608 </message> 5608 </message>
5609 5609
5610 <!-- Password Manager --> 5610 <!-- Password Manager -->
5611 <message name="IDS_PASSWORD_MANAGER_CANCEL_BUTTON" desc="Label for the 'di smiss' button in the Manage Password bubble/Update Password infobar. These UIs a sk the user if they wish to perform some action with saved passwords, e.g. updat ing or deleting them; the button dismisses the UI without taking the suggested a ction."> 5611 <message name="IDS_PASSWORD_MANAGER_CANCEL_BUTTON" desc="Label for the 'di smiss' button in the Manage Password bubble/Update Password infobar. These UIs a sk the user if they wish to perform some action with saved passwords, e.g. updat ing or deleting them; the button dismisses the UI without taking the suggested a ction.">
5612 Nope 5612 Nope
5613 </message> 5613 </message>
5614 <if expr="not is_android"> 5614 <if expr="not is_android">
5615 <message name="IDS_PASSWORD_MANAGER_EDIT_BUTTON" desc="Edit button text for password manager">
5616 Edit
5617 </message>
5615 <message name="IDS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Save button text for password manager"> 5618 <message name="IDS_PASSWORD_MANAGER_SAVE_BUTTON" desc="Save button text for password manager">
5616 Save 5619 Save
5617 </message> 5620 </message>
5618 <message name="IDS_PASSWORD_MANAGER_UPDATE_BUTTON" desc="Update button t ext for password manager"> 5621 <message name="IDS_PASSWORD_MANAGER_UPDATE_BUTTON" desc="Update button t ext for password manager">
5619 Update password 5622 Update password
5620 </message> 5623 </message>
5621 <message name="IDS_PASSWORD_MANAGER_BLACKLIST_BUTTON" desc="Button text for the 'Save Password' infobar's 'Never remember for this site' option"> 5624 <message name="IDS_PASSWORD_MANAGER_BLACKLIST_BUTTON" desc="Button text for the 'Save Password' infobar's 'Never remember for this site' option">
5622 Never for this site 5625 Never for this site
5623 </message> 5626 </message>
5624 <message name="IDS_PASSWORD_MANAGER_BUBBLE_BLACKLIST_BUTTON" desc="Butto n text for the 'Save Password' bubble's 'Never remember for this site' option"> 5627 <message name="IDS_PASSWORD_MANAGER_BUBBLE_BLACKLIST_BUTTON" desc="Butto n text for the 'Save Password' bubble's 'Never remember for this site' option">
(...skipping 6719 matching lines...) Expand 10 before | Expand all | Expand 10 after
12344 12347
12345 <!-- VR specific strings --> 12348 <!-- VR specific strings -->
12346 <if expr="enable_vr"> 12349 <if expr="enable_vr">
12347 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient bubble to tell users how to return from cinema mode (where the page displayed in a cinema like environment) or presentation mode (where the WebVR page occupies the entire screen) to normal mode."> 12350 <message name="IDS_PRESS_APP_TO_EXIT" desc="Text displayed in a transient bubble to tell users how to return from cinema mode (where the page displayed in a cinema like environment) or presentation mode (where the WebVR page occupies the entire screen) to normal mode.">
12348 Press App button to exit 12351 Press App button to exit
12349 </message> 12352 </message>
12350 </if> 12353 </if>
12351 </messages> 12354 </messages>
12352 </release> 12355 </release>
12353 </grit> 12356 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/passwords/manage_passwords_bubble_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698