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

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

Issue 2667253002: MD Settings: Change autofill addr/cc add buttons to paper-button (Closed)
Patch Set: Merge branch 'master' into add-button 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
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.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 <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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 </message> 329 </message>
330 <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."> 330 <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.">
331 Country / Region 331 Country / Region
332 </message> 332 </message>
333 <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."> 333 <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.">
334 Phone 334 Phone
335 </message> 335 </message>
336 <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."> 336 <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.">
337 Email 337 Email
338 </message> 338 </message>
339 <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. ">
340 Add address
341 </message>
342 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_HEADING" desc="Title for the list of saved passwords that can be used to fill in forms."> 339 <message name="IDS_SETTINGS_AUTOFILL_CREDIT_CARD_HEADING" desc="Title for the list of saved passwords that can be used to fill in forms.">
343 Credit cards 340 Credit cards
344 </message> 341 </message>
345 <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.">
346 Add credit card
347 </message>
348 <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`."> 342 <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`.">
349 Type 343 Type
350 </message> 344 </message>
351 <message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what togglin g the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL"> 345 <message name="IDS_SETTINGS_AUTOFILL_DETAIL" desc="Description of what togglin g the 'Autofill' setting does. Immediately underneath IDS_SETTINGS_AUTOFILL">
352 Enable Autofill to fill out forms in a single click 346 Enable Autofill to fill out forms in a single click
353 </message> 347 </message>
354 <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."> 348 <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.">
355 Edit 349 Edit
356 </message> 350 </message>
357 <message name="IDS_SETTINGS_ADDRESS_REMOVE" desc="Label for a context menu ite m that removes the selected address." meaning="Remove selected address."> 351 <message name="IDS_SETTINGS_ADDRESS_REMOVE" desc="Label for a context menu ite m that removes the selected address." meaning="Remove selected address.">
(...skipping 2442 matching lines...) Expand 10 before | Expand all | Expand 10 after
2800 System 2794 System
2801 </message> 2795 </message>
2802 <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."> 2796 <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.">
2803 Use hardware acceleration when available 2797 Use hardware acceleration when available
2804 </message> 2798 </message>
2805 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings."> 2799 <message name="IDS_SETTINGS_SYSTEM_PROXY_SETTINGS_BUTTON" desc="Text for the button that changes a user's network proxy settings.">
2806 Change proxy settings 2800 Change proxy settings
2807 </message> 2801 </message>
2808 </if> 2802 </if>
2809 </grit-part> 2803 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698