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

Side by Side Diff: components/autofill_strings.grdp

Issue 2819183004: [Autofill] Change MasterCard to Mastercard in UI and related tests (Closed)
Patch Set: Created 3 years, 8 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 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
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_JCB" desc="JCB credit card name." formatter_dat a="android_java"> 66 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name." formatter_dat a="android_java">
67 JCB 67 JCB
68 </message> 68 </message>
69 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name." formatter_data="android_java"> 69 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name." formatter_data="android_java">
Jared Saul 2017/04/18 01:21:57 Missed this one
jiahuiguo 2017/04/18 17:58:04 Done.
70 MasterCard 70 Mastercard
71 </message> 71 </message>
72 <message name="IDS_AUTOFILL_CC_MIR" desc="Mir credit card name." formatter_dat a="android_java"> 72 <message name="IDS_AUTOFILL_CC_MIR" desc="Mir credit card name." formatter_dat a="android_java">
73 Mir 73 Mir
74 </message> 74 </message>
75 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card nam e." formatter_data="android_java"> 75 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card nam e." formatter_data="android_java">
76 China UnionPay 76 China UnionPay
77 </message> 77 </message>
78 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name." formatter_d ata="android_java"> 78 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name." formatter_d ata="android_java">
79 Visa 79 Visa
80 </message> 80 </message>
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog."> 346 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog.">
347 CVC 347 CVC
348 </message> 348 </message>
349 <message name="IDS_AUTOFILL_LOADING_REGIONS" desc="The string to display in th e regions combo box while loading the region data."> 349 <message name="IDS_AUTOFILL_LOADING_REGIONS" desc="The string to display in th e regions combo box while loading the region data.">
350 Loading... 350 Loading...
351 </message> 351 </message>
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."> 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.">
353 Failed loading regions data 353 Failed loading regions data
354 </message> 354 </message>
355 </grit-part> 355 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698