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

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

Issue 1817123003: Implement the password edit UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/compiled_resources2.gyp » ('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 <!-- Policy Indicators --> 4 <!-- Policy Indicators -->
5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension."> 5 <message name="IDS_SETTINGS_CONTROLLED_SETTING_EXTENSION" desc="Text displayed in the controlled settings indicator tooltip when a setting's value is enforced by an extension.">
6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph> 6 This setting is controlled by extension <ph name="NAME">$1<ex>Settings Exten sion</ex></ph>
7 </message> 7 </message>
8 8
9 <!-- Accessibility Page --> 9 <!-- Accessibility Page -->
10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences."> 10 <message name="IDS_SETTINGS_ACCESSIBILITY" desc="Name of the settings page whi ch displays accessibility preferences.">
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 </message> 153 </message>
154 <message name="IDS_SETTINGS_PASSWORDS_MENU" desc="Label for a button shows opt ions available for this password item. Available options should be 'Edit' and 'R emove'"> 154 <message name="IDS_SETTINGS_PASSWORDS_MENU" desc="Label for a button shows opt ions available for this password item. Available options should be 'Edit' and 'R emove'">
155 Menu 155 Menu
156 </message> 156 </message>
157 <message name="IDS_SETTINGS_PASSWORDS_EDIT" desc="Label for a menu item that s hows a dialog with edit options for a password."> 157 <message name="IDS_SETTINGS_PASSWORDS_EDIT" desc="Label for a menu item that s hows a dialog with edit options for a password.">
158 Edit 158 Edit
159 </message> 159 </message>
160 <message name="IDS_SETTINGS_PASSWORDS_REMOVE" desc="Label for a menu item that removes a saved password."> 160 <message name="IDS_SETTINGS_PASSWORDS_REMOVE" desc="Label for a menu item that removes a saved password.">
161 Remove 161 Remove
162 </message> 162 </message>
163 <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.">
164 Edit saved password
165 </message>
166 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password.">
167 Website
168 </message>
169 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password.">
170 Username
171 </message>
172 <message name="IDS_SETTINGS_PASSWORDS_PASSWORD" desc="Label for the saved pass word when editing a password.">
173 Password
174 </message>
163 175
164 <!-- Default Browser Page --> 176 <!-- Default Browser Page -->
165 <if expr="not chromeos"> 177 <if expr="not chromeos">
166 <message name="IDS_SETTINGS_DEFAULT_BROWSER" desc="Name of the Default Brows er page, which allows users to set which browser will open .html files within th e OS."> 178 <message name="IDS_SETTINGS_DEFAULT_BROWSER" desc="Name of the Default Brows er page, which allows users to set which browser will open .html files within th e OS.">
167 Default browser 179 Default browser
168 </message> 180 </message>
169 </if> 181 </if>
170 182
171 <!-- Bluetooth Page --> 183 <!-- Bluetooth Page -->
172 <if expr="chromeos"> 184 <if expr="chromeos">
(...skipping 979 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 System 1164 System
1153 </message> 1165 </message>
1154 <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."> 1166 <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.">
1155 Use hardware acceleration when available 1167 Use hardware acceleration when available
1156 </message> 1168 </message>
1157 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1169 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1158 Change proxy settings 1170 Change proxy settings
1159 </message> 1171 </message>
1160 </if> 1172 </if>
1161 </grit-part> 1173 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources2.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698