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

Side by Side Diff: components/autofill_strings.grdp

Issue 2163693002: [Merge M-53] Credit card editor for PaymentRequest UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 5 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 24 matching lines...) Expand all
35 <message name="IDS_AUTOFILL_DELETE_AUTOCOMPLETE_SUGGESTION_CONFIRMATION_BODY " desc="Text in a dialog to confirm that the user wants to delete an autocomplet e form history suggestion."> 35 <message name="IDS_AUTOFILL_DELETE_AUTOCOMPLETE_SUGGESTION_CONFIRMATION_BODY " desc="Text in a dialog to confirm that the user wants to delete an autocomplet e form history suggestion.">
36 Remove form suggestion from Chromium? 36 Remove form suggestion from Chromium?
37 </message> 37 </message>
38 <message name="IDS_AUTOFILL_DELETE_CREDIT_CARD_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete a credit card f rom Autofill."> 38 <message name="IDS_AUTOFILL_DELETE_CREDIT_CARD_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete a credit card f rom Autofill.">
39 Remove credit card from Chromium? 39 Remove credit card from Chromium?
40 </message> 40 </message>
41 <message name="IDS_AUTOFILL_DELETE_PROFILE_SUGGESTION_CONFIRMATION_BODY" des c="Text in a dialog to confirm that the user wants to delete an address from Aut ofill."> 41 <message name="IDS_AUTOFILL_DELETE_PROFILE_SUGGESTION_CONFIRMATION_BODY" des c="Text in a dialog to confirm that the user wants to delete an address from Aut ofill.">
42 Remove address from Chromium? 42 Remove address from Chromium?
43 </message> 43 </message>
44 </if> 44 </if>
45 <message name="IDS_AUTOFILL_CC_AMEX" desc="Full American Express credit card n ame."> 45 <message name="IDS_AUTOFILL_CC_AMEX" desc="Full American Express credit card n ame." formatter_data="android_java">
46 American Express 46 American Express
47 </message> 47 </message>
48 <message name="IDS_AUTOFILL_CC_AMEX_SHORT" desc="Shorter name for American Exp ress credit card."> 48 <message name="IDS_AUTOFILL_CC_AMEX_SHORT" desc="Shorter name for American Exp ress credit card.">
49 Amex 49 Amex
50 </message> 50 </message>
51 <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name."> 51 <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name." fo rmatter_data="android_java">
52 Diners Club 52 Diners Club
53 </message> 53 </message>
54 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name."> 54 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name." for matter_data="android_java">
55 Discover 55 Discover
56 </message> 56 </message>
57 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name."> 57 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name." formatter_dat a="android_java">
58 JCB 58 JCB
59 </message> 59 </message>
60 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name." > 60 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name." formatter_data="android_java">
61 MasterCard 61 MasterCard
62 </message> 62 </message>
63 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card nam e."> 63 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card nam e." formatter_data="android_java">
64 China UnionPay 64 China UnionPay
65 </message> 65 </message>
66 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name."> 66 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name." formatter_d ata="android_java">
67 Visa 67 Visa
68 </message> 68 </message>
69 <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name."> 69 <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name.">
70 Card 70 Card
71 </message> 71 </message>
72 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator charac ter used to join multi-line addresses."> 72 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator charac ter used to join multi-line addresses.">
73 , ''' 73 , '''
74 </message> 74 </message>
75 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator cha racter used in the summary of an address."> 75 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator cha racter used in the summary of an address.">
76 , ''' 76 , '''
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 / 284 /
285 </message> 285 </message>
286 <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"> 286 <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">
287 New card? 287 New card?
288 </message> 288 </message>
289 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog."> 289 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog.">
290 CVC 290 CVC
291 </message> 291 </message>
292 292
293 </grit-part> 293 </grit-part>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/payments/full_card_request.cc ('k') | components/resources/autofill_scaled_resources.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698