| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 </message> | 71 </message> |
| 72 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name." formatter_d
ata="android_java"> | 72 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name." formatter_d
ata="android_java"> |
| 73 Visa | 73 Visa |
| 74 </message> | 74 </message> |
| 75 <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name."> | 75 <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name."> |
| 76 Card | 76 Card |
| 77 </message> | 77 </message> |
| 78 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator charac
ter used to join multi-line addresses."> | 78 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator charac
ter used to join multi-line addresses."> |
| 79 , ''' | 79 , ''' |
| 80 </message> | 80 </message> |
| 81 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator cha
racter used in the summary of an address."> | 81 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator cha
racter used in the summary of an address." formatter_data="android_java"> |
| 82 , ''' | 82 , ''' |
| 83 </message> | 83 </message> |
| 84 | 84 |
| 85 <!-- These are all variants of the same logical field: The major subdivision b
elow the "country" level. --> | 85 <!-- These are all variants of the same logical field: The major subdivision b
elow the "country" level. --> |
| 86 <message name="IDS_AUTOFILL_FIELD_LABEL_STATE" desc="The label of the State en
try."> | 86 <message name="IDS_AUTOFILL_FIELD_LABEL_STATE" desc="The label of the State en
try."> |
| 87 State | 87 State |
| 88 </message> | 88 </message> |
| 89 <message name="IDS_AUTOFILL_FIELD_LABEL_AREA" desc="The label of the Area entr
y."> | 89 <message name="IDS_AUTOFILL_FIELD_LABEL_AREA" desc="The label of the Area entr
y."> |
| 90 Area | 90 Area |
| 91 </message> | 91 </message> |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 / | 308 / |
| 309 </message> | 309 </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"> | 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"> |
| 311 New card? | 311 New card? |
| 312 </message> | 312 </message> |
| 313 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> | 313 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe
l text for credit card verification code in the requestAutocomplete dialog."> |
| 314 CVC | 314 CVC |
| 315 </message> | 315 </message> |
| 316 | 316 |
| 317 </grit-part> | 317 </grit-part> |
| OLD | NEW |