| 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 59 </message> | 59 </message> |
| 60 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name." for
matter_data="android_java"> | 60 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name." for
matter_data="android_java"> |
| 61 Discover | 61 Discover |
| 62 </message> | 62 </message> |
| 63 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name." formatter_dat
a="android_java"> | 63 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name." formatter_dat
a="android_java"> |
| 64 JCB | 64 JCB |
| 65 </message> | 65 </message> |
| 66 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name."
formatter_data="android_java"> | 66 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name."
formatter_data="android_java"> |
| 67 MasterCard | 67 MasterCard |
| 68 </message> | 68 </message> |
| 69 <message name="IDS_AUTOFILL_CC_MIR" desc="Mir credit card name." formatter_dat
a="android_java"> |
| 70 Mir |
| 71 </message> |
| 69 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card nam
e." formatter_data="android_java"> | 72 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card nam
e." formatter_data="android_java"> |
| 70 China UnionPay | 73 China UnionPay |
| 71 </message> | 74 </message> |
| 72 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name." formatter_d
ata="android_java"> | 75 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name." formatter_d
ata="android_java"> |
| 73 Visa | 76 Visa |
| 74 </message> | 77 </message> |
| 75 <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name."> | 78 <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name."> |
| 76 Card | 79 Card |
| 77 </message> | 80 </message> |
| 78 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator charac
ter used to join multi-line addresses."> | 81 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator charac
ter used to join multi-line addresses."> |
| (...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 / | 311 / |
| 309 </message> | 312 </message> |
| 310 <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"> | 313 <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"> |
| 311 New card? | 314 New card? |
| 312 </message> | 315 </message> |
| 313 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> | 316 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> |
| 314 CVC | 317 CVC |
| 315 </message> | 318 </message> |
| 316 | 319 |
| 317 </grit-part> | 320 </grit-part> |
| OLD | NEW |