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

Side by Side Diff: components/autofill_strings.grdp

Issue 2668063003: [Web Payments] Add Cancel button to all sheets (Closed)
Patch Set: 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <grit-part> 2 <grit-part>
3 3
4 <if expr="not is_ios"> 4 <if expr="not is_ios">
5 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sug gestions dropdown that clears an auto-filled form."> 5 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sug gestions dropdown that clears an auto-filled form.">
6 Clear form 6 Clear form
7 </message> 7 </message>
8 </if> 8 </if>
9 <if expr="is_ios"> 9 <if expr="is_ios">
10 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in th e suggestions keyboard accessory that clears an auto-filled form."> 10 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in th e suggestions keyboard accessory that clears an auto-filled form.">
(...skipping 348 matching lines...) Expand 10 before | Expand all | Expand 10 after
359 </message> 359 </message>
360 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_SHEET_TOTAL_FORMAT" desc="The format specifier of the Total label in the Order Summary Sheet of the Payment R equest dialog."> 360 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_SHEET_TOTAL_FORMAT" desc="The format specifier of the Total label in the Order Summary Sheet of the Payment R equest dialog.">
361 <ph name="CURRENCY_CODE">$1<ex>USD</ex></ph> <ph name="FORMATTED_TOTAL_AMOUN T">$2<ex>$ 12.34</ex></ph> 361 <ph name="CURRENCY_CODE">$1<ex>USD</ex></ph> <ph name="FORMATTED_TOTAL_AMOUN T">$2<ex>$ 12.34</ex></ph>
362 </message> 362 </message>
363 <message name="IDS_PAYMENT_REQUEST_SHIPPING_SECTION_NAME" desc="The name of th e Shipping Address section in the Payment Sheet of the Payment Request dialog."> 363 <message name="IDS_PAYMENT_REQUEST_SHIPPING_SECTION_NAME" desc="The name of th e Shipping Address section in the Payment Sheet of the Payment Request dialog.">
364 Shipping address 364 Shipping address
365 </message> 365 </message>
366 <message name="IDS_PAYMENT_REQUEST_CONTACT_INFO_SECTION_NAME" desc="The name o f the Contact Info section in the Payment Sheet of the Payment Request dialog."> 366 <message name="IDS_PAYMENT_REQUEST_CONTACT_INFO_SECTION_NAME" desc="The name o f the Contact Info section in the Payment Sheet of the Payment Request dialog.">
367 Contact info 367 Contact info
368 </message> 368 </message>
369 <message name="IDS_PAYMENT_REQUEST_CANCEL_BUTTON_LABEL" desc="The label on the Cancel button that closes the Payment Request dialog and sends a cancel event t o the website">
370 Cancel
please use gerrit instead 2017/02/01 14:33:35 Use https://cs.chromium.org/chromium/src/component
anthonyvd 2017/02/01 15:35:23 Makes sense. Done.
371 </message>
369 </grit-part> 372 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698