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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
56 </message> | 56 </message> |
57 <message name="IDS_AUTOFILL_CC_AMEX_SHORT" desc="Shorter name for American Exp
ress credit card."> | 57 <message name="IDS_AUTOFILL_CC_AMEX_SHORT" desc="Shorter name for American Exp
ress credit card."> |
58 Amex | 58 Amex |
59 </message> | 59 </message> |
60 <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name." fo
rmatter_data="android_java"> | 60 <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name." fo
rmatter_data="android_java"> |
61 Diners Club | 61 Diners Club |
62 </message> | 62 </message> |
63 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name." for
matter_data="android_java"> | 63 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name." for
matter_data="android_java"> |
64 Discover | 64 Discover |
65 </message> | 65 </message> |
| 66 <message name="IDS_AUTOFILL_CC_ELO" desc="Elo credit card name." formatter_dat
a="android_java"> |
| 67 Elo |
| 68 </message> |
66 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name." formatter_dat
a="android_java"> | 69 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name." formatter_dat
a="android_java"> |
67 JCB | 70 JCB |
68 </message> | 71 </message> |
69 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="Mastercard credit card name."
formatter_data="android_java"> | 72 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="Mastercard credit card name."
formatter_data="android_java"> |
70 Mastercard | 73 Mastercard |
71 </message> | 74 </message> |
72 <message name="IDS_AUTOFILL_CC_MIR" desc="Mir credit card name." formatter_dat
a="android_java"> | 75 <message name="IDS_AUTOFILL_CC_MIR" desc="Mir credit card name." formatter_dat
a="android_java"> |
73 Mir | 76 Mir |
74 </message> | 77 </message> |
75 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card nam
e." formatter_data="android_java"> | 78 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card nam
e." formatter_data="android_java"> |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 <message name="IDS_AUTOFILL_FAILED_LOADING_REGIONS" desc="The string to displa
y in the regions combo box when loading the region data failed."> | 355 <message name="IDS_AUTOFILL_FAILED_LOADING_REGIONS" desc="The string to displa
y in the regions combo box when loading the region data failed."> |
353 Failed loading regions data | 356 Failed loading regions data |
354 </message> | 357 </message> |
355 <message name="IDS_AUTOFILL_SELECT" desc="The string to display in comboboxes
when nothing got selected yet."> | 358 <message name="IDS_AUTOFILL_SELECT" desc="The string to display in comboboxes
when nothing got selected yet."> |
356 Select | 359 Select |
357 </message> | 360 </message> |
358 <message name="IDS_AUTOFILL_NO_SAVED_ADDRESS" desc="The string to display in c
omboboxes when no addresses are available."> | 361 <message name="IDS_AUTOFILL_NO_SAVED_ADDRESS" desc="The string to display in c
omboboxes when no addresses are available."> |
359 No saved addresses | 362 No saved addresses |
360 </message> | 363 </message> |
361 </grit-part> | 364 </grit-part> |
OLD | NEW |