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

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: Update to better match mocks 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
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_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found"> 6 <message name="IDS_SETTINGS_ABOUT_PAGE_CHECK_FOR_UPDATES" desc="The button l abel to check for updates and apply (download and install) if found">
7 Check for updates 7 Check for updates
8 </message> 8 </message>
9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel."> 9 <message name="IDS_SETTINGS_ABOUT_PAGE_CURRENT_CHANNEL_STABLE" desc="The sta ble label in the message about current channel.">
10 stable 10 stable
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 </message> 292 </message>
293 <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."> 293 <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.">
294 Delete this item 294 Delete this item
295 </message> 295 </message>
296 <message name="IDS_SETTINGS_PASSWORD_EDIT" desc="Label for a context menu item that shows a dialog with edit options for the selected password." meaning="Edit selected password."> 296 <message name="IDS_SETTINGS_PASSWORD_EDIT" desc="Label for a context menu item that shows a dialog with edit options for the selected password." meaning="Edit selected password.">
297 Edit 297 Edit
298 </message> 298 </message>
299 <message name="IDS_SETTINGS_PASSWORD_REMOVE" desc="Label for a context menu it em that removes the selected password." meaning="Remove selected password."> 299 <message name="IDS_SETTINGS_PASSWORD_REMOVE" desc="Label for a context menu it em that removes the selected password." meaning="Remove selected password.">
300 Remove 300 Remove
301 </message> 301 </message>
302 <message name="IDS_SETTINGS_PASSWORD_SEARCH" desc="Placeholder/label for the t ext input field that allows a user to filter saved passwords.">
303 Search passwords
304 </message>
302 <message name="IDS_SETTINGS_PASSWORDS_EDIT_TITLE" desc="Title for the 'Edit sa ved password' dialog. This dialog lets a user see a saved password and copy the username."> 305 <message name="IDS_SETTINGS_PASSWORDS_EDIT_TITLE" desc="Title for the 'Edit sa ved password' dialog. This dialog lets a user see a saved password and copy the username.">
303 Edit saved password 306 Edit saved password
304 </message> 307 </message>
305 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password."> 308 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password.">
306 Website 309 Website
307 </message> 310 </message>
308 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password."> 311 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password.">
309 Username 312 Username
310 </message> 313 </message>
311 <message name="IDS_SETTINGS_PASSWORDS_PASSWORD" desc="Label for the saved pass word when editing a password."> 314 <message name="IDS_SETTINGS_PASSWORDS_PASSWORD" desc="Label for the saved pass word when editing a password.">
(...skipping 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1652 System 1655 System
1653 </message> 1656 </message>
1654 <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."> 1657 <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.">
1655 Use hardware acceleration when available 1658 Use hardware acceleration when available
1656 </message> 1659 </message>
1657 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1660 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1658 Change proxy settings 1661 Change proxy settings
1659 </message> 1662 </message>
1660 </if> 1663 </if>
1661 </grit-part> 1664 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698