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

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

Issue 2693373002: [MD Settings] Add title to show/hide password button. (Closed)
Patch Set: 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
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 <!-- About Page --> 4 <!-- About Page -->
5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)"> 5 <message name="IDS_SETTINGS_ABOUT_PAGE_BROWSER_VERSION" desc="The text label d escribing the version of the browser, example: Version 57.0.2937.0 (Developer Bu ild) unknown (64-bit)">
6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph> 6 Version <ph name="PRODUCT_VERSION">$1<ex>15.0.865.0</ex></ph> (<ph name="PRO DUCT_CHANNEL">$2<ex>Developer Build</ex></ph>) <ph name="PRODUCT_MODIFIER">$3</p h> <ph name="PRODUCT_VERSION_BITS">$4</ph>
7 </message> 7 </message>
8 <if expr="chromeos"> 8 <if expr="chromeos">
9 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_DETAILED_BUILD_INFO" desc="Label desc ribing the section that shows detailed information about the current Chrome buil d.">
10 Detailed build information 10 Detailed build information
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 </message> 407 </message>
408 <message name="IDS_SETTINGS_PASSWORD_DONE" desc="Label for a button that dismi sses the password details dialog."> 408 <message name="IDS_SETTINGS_PASSWORD_DONE" desc="Label for a button that dismi sses the password details dialog.">
409 Done 409 Done
410 </message> 410 </message>
411 <message name="IDS_SETTINGS_PASSWORD_REMOVE" desc="Label for a context menu it em that removes the selected password." meaning="Remove selected password."> 411 <message name="IDS_SETTINGS_PASSWORD_REMOVE" desc="Label for a context menu it em that removes the selected password." meaning="Remove selected password.">
412 Remove 412 Remove
413 </message> 413 </message>
414 <message name="IDS_SETTINGS_PASSWORD_SEARCH" desc="Placeholder/label for the t ext input field that allows a user to filter saved passwords."> 414 <message name="IDS_SETTINGS_PASSWORD_SEARCH" desc="Placeholder/label for the t ext input field that allows a user to filter saved passwords.">
415 Search passwords 415 Search passwords
416 </message> 416 </message>
417 <message name="IDS_SETTINGS_PASSWORD_SHOW" desc="Label for a tool tip on a but ton that reveals the saved password.">
dschuyler 2017/02/15 20:12:15 "Label for" seems redundant with "a tool tip" cons
hcarmona 2017/02/15 21:52:10 Done.
418 Show password
419 </message>
420 <message name="IDS_SETTINGS_PASSWORD_HIDE" desc="Label for a tool tip on a but ton that hides the saved password that is being shown.">
421 Hide password
422 </message>
417 <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."> 423 <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.">
418 Saved password details 424 Saved password details
419 </message> 425 </message>
420 <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."> 426 <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.">
421 View details 427 View details
422 </message> 428 </message>
423 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password."> 429 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password.">
424 Website 430 Website
425 </message> 431 </message>
426 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password."> 432 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password.">
(...skipping 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after
2853 System 2859 System
2854 </message> 2860 </message>
2855 <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."> 2861 <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.">
2856 Use hardware acceleration when available 2862 Use hardware acceleration when available
2857 </message> 2863 </message>
2858 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2864 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2859 Change proxy settings 2865 Change proxy settings
2860 </message> 2866 </message>
2861 </if> 2867 </if>
2862 </grit-part> 2868 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698