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

Side by Side Diff: chrome/app/settings_strings.grdp

Issue 2693373002: [MD Settings] Add title to show/hide password button. (Closed)
Patch Set: feedback Created 3 years, 10 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/resources/settings/passwords_and_forms_page/password_edit_dialog.html » ('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 <!-- Settings-specific strings (included from generated_resources.grd). --> 2 <!-- Settings-specific strings (included from generated_resources.grd). -->
3 <grit-part> 3 <grit-part>
4 <!-- Main Page --> 4 <!-- Main Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session."> 6 <message name="IDS_SETTINGS_SECONDARY_USER_BANNER" desc="Banner displayed in settings page when the user is secondary in a multi-profile session.">
7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in. 7 Some settings belonging to <ph name="PRIMARY_EMAIL">$1<ex>john@google.com< /ex></ph> are being shared with you. These settings only affect your account whe n using multiple sign-in.
8 </message> 8 </message>
9 </if> 9 </if>
10 10
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 </message> 414 </message>
415 <message name="IDS_SETTINGS_PASSWORD_DONE" desc="Label for a button that dismi sses the password details dialog."> 415 <message name="IDS_SETTINGS_PASSWORD_DONE" desc="Label for a button that dismi sses the password details dialog.">
416 Done 416 Done
417 </message> 417 </message>
418 <message name="IDS_SETTINGS_PASSWORD_REMOVE" desc="Label for a context menu it em that removes the selected password." meaning="Remove selected password."> 418 <message name="IDS_SETTINGS_PASSWORD_REMOVE" desc="Label for a context menu it em that removes the selected password." meaning="Remove selected password.">
419 Remove 419 Remove
420 </message> 420 </message>
421 <message name="IDS_SETTINGS_PASSWORD_SEARCH" desc="Placeholder/label for the t ext input field that allows a user to filter saved passwords."> 421 <message name="IDS_SETTINGS_PASSWORD_SEARCH" desc="Placeholder/label for the t ext input field that allows a user to filter saved passwords.">
422 Search passwords 422 Search passwords
423 </message> 423 </message>
424 <message name="IDS_SETTINGS_PASSWORD_SHOW" desc="A tool tip on a button that r eveals the saved password.">
425 Show password
426 </message>
427 <message name="IDS_SETTINGS_PASSWORD_HIDE" desc="A tool tip on a button that h ides the saved password that is being shown.">
428 Hide password
429 </message>
424 <message name="IDS_SETTINGS_PASSWORDS_VIEW_DETAILS_TITLE" desc="Title for the dialog that shows password details. This dialog lets a user see a saved password and copy the username."> 430 <message name="IDS_SETTINGS_PASSWORDS_VIEW_DETAILS_TITLE" desc="Title for the dialog that shows password details. This dialog lets a user see a saved password and copy the username.">
425 Saved password details 431 Saved password details
426 </message> 432 </message>
427 <message name="IDS_SETTINGS_PASSWORD_VIEW_DETAILS" desc="Label for a context m enu item that shows a dialog with details for the selected password."> 433 <message name="IDS_SETTINGS_PASSWORD_VIEW_DETAILS" desc="Label for a context m enu item that shows a dialog with details for the selected password.">
428 View details 434 View details
429 </message> 435 </message>
430 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password."> 436 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password.">
431 Website 437 Website
432 </message> 438 </message>
433 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password."> 439 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password.">
(...skipping 2429 matching lines...) Expand 10 before | Expand all | Expand 10 after
2863 System 2869 System
2864 </message> 2870 </message>
2865 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available."> 2871 <message name="IDS_SETTINGS_SYSTEM_HARDWARE_ACCELERATION_LABEL" desc="Label for the checkbox that forces Chrome to render via hardware acceleration (GPU) wh en available.">
2866 Use hardware acceleration when available 2872 Use hardware acceleration when available
2867 </message> 2873 </message>
2868 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2874 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2869 Change proxy settings 2875 Change proxy settings
2870 </message> 2876 </message>
2871 </if> 2877 </if>
2872 </grit-part> 2878 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698