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

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

Issue 2109233002: [MD Settings] Add Edit/Create Address Dialog to MD Settings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits 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/address_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 <!-- 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 </message> 206 </message>
207 </if> 207 </if>
208 <if expr="chromeos"> 208 <if expr="chromeos">
209 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt ChromeOS."> 209 <message name="IDS_SETTINGS_RESTART" desc="Text for a button that will resta rt ChromeOS.">
210 Restart 210 Restart
211 </message> 211 </message>
212 </if> 212 </if>
213 213
214 <!-- Passwords and Autofill Page --> 214 <!-- Passwords and Autofill Page -->
215 <message name="IDS_SETTINGS_OVERFLOW_MENU" desc="Alt text for the overflow but ton on a list item. Triggers a context menu when clicked."> 215 <message name="IDS_SETTINGS_OVERFLOW_MENU" desc="Alt text for the overflow but ton on a list item. Triggers a context menu when clicked.">
216 Menu 216 Menu
217 </message> 217 </message>
218 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings."> 218 <message name="IDS_SETTINGS_PASSWORDS_AND_AUTOFILL_PAGE_TITLE" desc="Name of t he settings page which allows managing passwords and autofill settings.">
219 Passwords and forms 219 Passwords and forms
220 </message> 220 </message>
221 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle."> 221 <message name="IDS_SETTINGS_AUTOFILL" desc="Name for the autofill section and toggle.">
222 Autofill settings 222 Autofill settings
223 </message> 223 </message>
224 <message name="IDS_SETTINGS_GOOGLE_PAYMENTS" desc="Label used to differentiate when an address or credit card entry comes from Google Payments. This should fo llow the casing of the 'Google Payments' brand."> 224 <message name="IDS_SETTINGS_GOOGLE_PAYMENTS" desc="Label used to differentiate when an address or credit card entry comes from Google Payments. This should fo llow the casing of the 'Google Payments' brand.">
225 Google Payments 225 Google Payments
226 </message> 226 </message>
227 <message name="IDS_SETTINGS_AUTOFILL_ADDRESSES_HEADING" desc="Title for the li st of addresses that chrome has saved for use in filling in forms."> 227 <message name="IDS_SETTINGS_AUTOFILL_ADDRESSES_HEADING" desc="Title for the li st of addresses that chrome has saved for use in filling in forms.">
228 Addresses 228 Addresses
229 </message> 229 </message>
230 <message name="IDS_SETTINGS_AUTOFILL_ADDRESSES_ADD_TITLE" desc="This is the ti tle for the 'Add address' dialog. This dialog allows a user to create a new addr ess.">
231 Add address
232 </message>
233 <message name="IDS_SETTINGS_AUTOFILL_ADDRESSES_EDIT_TITLE" desc="This is the t itle for the 'Edit address' dialog. This dialog allows a user to edit an address that is already saved.">
234 Edit address
235 </message>
236 <message name="IDS_SETTINGS_AUTOFILL_ADDRESSES_COUNTRY" desc="This is the labe l for the dropdown that lets a user select the country their address is in. Will be shown when editing or adding an address to use in autofill.">
237 Country / Region
238 </message>
239 <message name="IDS_SETTINGS_AUTOFILL_ADDRESSES_PHONE" desc="This is the label for the field that lets a user modify the phone number that will be used when au to-filling forms on the web.">
240 Phone
241 </message>
242 <message name="IDS_SETTINGS_AUTOFILL_ADDRESSES_EMAIL" desc="This is the label for the field that lets a user modify the email address that will be used when a uto-filling forms on the web.">
243 Email
244 </message>
230 <message name="IDS_SETTINGS_AUTOFILL_ADD_ADDRESS_BUTTON" desc="Label for a but ton that allows a user to enter a new address that can be used to fill in forms. "> 245 <message name="IDS_SETTINGS_AUTOFILL_ADD_ADDRESS_BUTTON" desc="Label for a but ton that allows a user to enter a new address that can be used to fill in forms. ">
231 Add address 246 Add address
232 </message> 247 </message>
233 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_HEADING" desc="Title for the list of saved passwords that can be used to fill in forms."> 248 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_HEADING" desc="Title for the list of saved passwords that can be used to fill in forms.">
234 Credit cards 249 Credit cards
235 </message> 250 </message>
236 <message name="IDS_SETTINGS_AUTOFILL_ADD_CREDIT_CARD_BUTTON" desc="Label for a button that allows a user to enter new credit card information that can be used to fill in forms."> 251 <message name="IDS_SETTINGS_AUTOFILL_ADD_CREDIT_CARD_BUTTON" desc="Label for a button that allows a user to enter new credit card information that can be used to fill in forms.">
237 Add credit card 252 Add credit card
238 </message> 253 </message>
239 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_TYPE_COLUMN_LABEL" desc="Labe l for the column containing the type of credit card that is saved. The type is i n the format: `Visa ****1234`."> 254 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_TYPE_COLUMN_LABEL" desc="Labe l for the column containing the type of credit card that is saved. The type is i n the format: `Visa ****1234`.">
240 Type 255 Type
241 </message> 256 </message>
242 <message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what togglin g the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL"> 257 <message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what togglin g the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL">
243 Enable Autofill to fill out forms in a single click 258 Enable Autofill to fill out forms in a single click
244 </message> 259 </message>
245 <message name="IDS_SETTINGS_ADDRESS_EDIT" desc="Label for a context menu item that shows a dialog with edit options for the selected address." meaning="Edit s elected address."> 260 <message name="IDS_SETTINGS_ADDRESS_EDIT" desc="Label for a context menu item that shows a dialog with edit options for the selected address." meaning="Edit s elected address.">
246 Edit 261 Edit
247 </message> 262 </message>
248 <message name="IDS_SETTINGS_ADDRESS_REMOVE" desc="Label for a context menu ite m that removes the selected address." meaning="Remove selected address."> 263 <message name="IDS_SETTINGS_ADDRESS_REMOVE" desc="Label for a context menu ite m that removes the selected address." meaning="Remove selected address.">
249 Remove 264 Remove
250 </message> 265 </message>
251 <message name="IDS_SETTINGS_CREDIT_CARD_EDIT" desc="Label for a context menu i tem that shows a dialog with edit options for the selected credit card." meaning ="Edit selected credit card."> 266 <message name="IDS_SETTINGS_CREDIT_CARD_EDIT" desc="Label for a context menu i tem that shows a dialog with edit options for the selected credit card." meaning ="Edit selected credit card.">
252 Edit 267 Edit
253 </message> 268 </message>
254 <message name="IDS_SETTINGS_CREDIT_CARD_REMOVE" desc="Label for a context menu item that removes the selected credit card." meaning="Remove selected credit ca rd."> 269 <message name="IDS_SETTINGS_CREDIT_CARD_REMOVE" desc="Label for a context menu item that removes the selected credit card." meaning="Remove selected credit ca rd.">
255 Remove 270 Remove
256 </message> 271 </message>
257 <message name="IDS_SETTINGS_CREDIT_CARD_CLEAR" desc="Label for a context menu item clears the locally cached credit card that is also saved on Google Payments . Clicking this will NOT remove the credit card from Google Payments."> 272 <message name="IDS_SETTINGS_CREDIT_CARD_CLEAR" desc="Label for a context menu item clears the locally cached credit card that is also saved on Google Payments . Clicking this will NOT remove the credit card from Google Payments.">
258 Clear copy 273 Clear copy
259 </message> 274 </message>
260 <message name="IDS_SETTINGS_EDIT_CREDIT_CARD_TITLE" desc="The title for the di alog that's shown when editing a credit card."> 275 <message name="IDS_SETTINGS_EDIT_CREDIT_CARD_TITLE" desc="The title for the di alog that's shown when editing a credit card.">
261 Edit credit card 276 Edit credit card
262 </message> 277 </message>
263 <message name="IDS_SETTINGS_ADD_CREDIT_CARD_TITLE" desc="The title for the dia log that's shown when entering the information for a new credit card."> 278 <message name="IDS_SETTINGS_ADD_CREDIT_CARD_TITLE" desc="The title for the dia log that's shown when entering the information for a new credit card.">
264 Add credit card 279 Add credit card
265 </message> 280 </message>
(...skipping 21 matching lines...) Expand all
287 <message name="IDS_SETTINGS_PASSWORDS_SAVED_HEADING" desc="The title for a lis t of username/site/password items. These items are already saved by the browser and can be deleted/edited."> 302 <message name="IDS_SETTINGS_PASSWORDS_SAVED_HEADING" desc="The title for a lis t of username/site/password items. These items are already saved by the browser and can be deleted/edited.">
288 Saved Passwords 303 Saved Passwords
289 </message> 304 </message>
290 <message name="IDS_SETTINGS_PASSWORDS_EXCEPTIONS_HEADING" desc="The title for a list of sites where passwords will not be saved. These items are already saved by the browser and can only be deleted."> 305 <message name="IDS_SETTINGS_PASSWORDS_EXCEPTIONS_HEADING" desc="The title for a list of sites where passwords will not be saved. These items are already saved by the browser and can only be deleted.">
291 Never Saved 306 Never Saved
292 </message> 307 </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."> 308 <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 309 Delete this item
295 </message> 310 </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."> 311 <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 312 Edit
298 </message> 313 </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."> 314 <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 315 Remove
301 </message> 316 </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."> 317 <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 318 Edit saved password
304 </message> 319 </message>
305 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password."> 320 <message name="IDS_SETTINGS_PASSWORDS_WEBSITE" desc="Label for the website a p assword is for when editing a password.">
306 Website 321 Website
307 </message> 322 </message>
308 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password."> 323 <message name="IDS_SETTINGS_PASSWORDS_USERNAME" desc="Label for the saved user name when editing a password.">
309 Username 324 Username
310 </message> 325 </message>
(...skipping 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 System 1648 System
1634 </message> 1649 </message>
1635 <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."> 1650 <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.">
1636 Use hardware acceleration when available 1651 Use hardware acceleration when available
1637 </message> 1652 </message>
1638 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 1653 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
1639 Change proxy settings 1654 Change proxy settings
1640 </message> 1655 </message>
1641 </if> 1656 </if>
1642 </grit-part> 1657 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698