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

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

Issue 2092763004: [MD Settings] Implement search in material design passwords. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: indexOf -> includes Created 4 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/resources/settings/passwords_and_forms_page/passwords_and_forms_page.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 <!-- About Page --> 4 <!-- About Page -->
5 <if expr="chromeos"> 5 <if expr="chromeos">
6 <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."> 6 <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.">
7 Detailed build information 7 Detailed build information
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion"> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_ARC_VERSION" desc="Label for ARC vers ion">
10 ARC Version 10 ARC Version
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 </message> 322 </message>
323 <message name="IDS_SETTINGS_PASSWORDS_DELETE_EXCEPTION" desc="The alt text for a button that deletes a site for which passwords would not be saved."> 323 <message name="IDS_SETTINGS_PASSWORDS_DELETE_EXCEPTION" desc="The alt text for a button that deletes a site for which passwords would not be saved.">
324 Delete this item 324 Delete this item
325 </message> 325 </message>
326 <message name="IDS_SETTINGS_PASSWORD_DONE" desc="Label for a button that dismi sses the password details dialog."> 326 <message name="IDS_SETTINGS_PASSWORD_DONE" desc="Label for a button that dismi sses the password details dialog.">
327 Done 327 Done
328 </message> 328 </message>
329 <message name="IDS_SETTINGS_PASSWORD_REMOVE" desc="Label for a context menu it em that removes the selected password." meaning="Remove selected password."> 329 <message name="IDS_SETTINGS_PASSWORD_REMOVE" desc="Label for a context menu it em that removes the selected password." meaning="Remove selected password.">
330 Remove 330 Remove
331 </message> 331 </message>
332 <message name="IDS_SETTINGS_PASSWORD_SEARCH" desc="Placeholder/label for the t ext input field that allows a user to filter saved passwords.">
333 Search passwords
334 </message>
332 <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."> 335 <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.">
333 Saved password details 336 Saved password details
334 </message> 337 </message>
335 <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."> 338 <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.">
336 View details 339 View details
337 </message> 340 </message>
338 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password."> 341 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password.">
339 Website 342 Website
340 </message> 343 </message>
341 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password."> 344 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password.">
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1790 System 1793 System
1791 </message> 1794 </message>
1792 <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."> 1795 <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.">
1793 Use hardware acceleration when available 1796 Use hardware acceleration when available
1794 </message> 1797 </message>
1795 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1798 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1796 Change proxy settings 1799 Change proxy settings
1797 </message> 1800 </message>
1798 </if> 1801 </if>
1799 </grit-part> 1802 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698