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

Side by Side Diff: components/autofill_strings.grdp

Issue 2819183004: [Autofill] Change MasterCard to Mastercard in UI and related tests (Closed)
Patch Set: Resolved conflict Created 3 years, 7 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
« no previous file with comments | « components/autofill/core/browser/personal_data_manager_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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">
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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 <message name="IDS_AUTOFILL_SELECT" desc="The string to display in comboboxes when nothing got selected yet."> 355 <message name="IDS_AUTOFILL_SELECT" desc="The string to display in comboboxes when nothing got selected yet.">
356 Select 356 Select
357 </message> 357 </message>
358 <message name="IDS_AUTOFILL_NO_SAVED_ADDRESS" desc="The string to display in c omboboxes when no addresses are available."> 358 <message name="IDS_AUTOFILL_NO_SAVED_ADDRESS" desc="The string to display in c omboboxes when no addresses are available.">
359 No saved addresses 359 No saved addresses
360 </message> 360 </message>
361 </grit-part> 361 </grit-part>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/personal_data_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698