| OLD | NEW |
| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 </message> | 311 </message> |
| 312 <message name="IDS_AUTOFILL_CARD_UNMASK_EXPIRATION_DATE_SEPARATOR" desc="Separ
ator for a credit card expiration date, e.g. the slash in 05/16." formatter_data
="android_java"> | 312 <message name="IDS_AUTOFILL_CARD_UNMASK_EXPIRATION_DATE_SEPARATOR" desc="Separ
ator for a credit card expiration date, e.g. the slash in 05/16." formatter_data
="android_java"> |
| 313 / | 313 / |
| 314 </message> | 314 </message> |
| 315 <message name="IDS_AUTOFILL_CARD_UNMASK_NEW_CARD_LINK" desc="Text for link tha
t prompts user to update their credit card after it may have been re-issued." fo
rmatter_data="android_java"> | 315 <message name="IDS_AUTOFILL_CARD_UNMASK_NEW_CARD_LINK" desc="Text for link tha
t prompts user to update their credit card after it may have been re-issued." fo
rmatter_data="android_java"> |
| 316 New card? | 316 New card? |
| 317 </message> | 317 </message> |
| 318 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> | 318 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> |
| 319 CVC | 319 CVC |
| 320 </message> | 320 </message> |
| 321 | |
| 322 <!-- Payment Request --> | |
| 323 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_SECTION_NAME" desc="The name
of the Order Summary section in the Payment Sheet of the Payment Request dialog.
"> | |
| 324 Order summary | |
| 325 </message> | |
| 326 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_SECTION_TOTAL_FORMAT" desc="T
he format specifier of the Total label in the Order Summary section of the Payme
nt Sheet of the Payment Request dialog."> | |
| 327 <ph name="TOTAL_LABEL">$1<ex>Total</ex></ph> <ph name="CURRENCY_CODE">$2<ex>
USD</ex></ph> <ph name="FORMATTED_TOTAL_AMOUNT">$3<ex>$ 12.34</ex></ph> | |
| 328 </message> | |
| 329 <message name="IDS_PAYMENT_REQUEST_PAYMENT_METHOD_SECTION_NAME" desc="The name
of the Payment Method section in the Payment Sheet of the Payment Request dialo
g."> | |
| 330 Payment | |
| 331 </message> | |
| 332 <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."> | |
| 333 <ph name="CURRENCY_CODE">$1<ex>USD</ex></ph> <ph name="FORMATTED_TOTAL_AMOUN
T">$2<ex>$ 12.34</ex></ph> | |
| 334 </message> | |
| 335 <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."> | |
| 336 Shipping address | |
| 337 </message> | |
| 338 <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."> | |
| 339 Contact info | |
| 340 </message> | |
| 341 </grit-part> | 321 </grit-part> |
| OLD | NEW |