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

Side by Side Diff: components/autofill_strings.grdp

Issue 770333006: Autofill - change presentation of credit card suggestions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: resolve merge conflict Created 6 years 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 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sugge stions dropdown that clears an auto-filled form."> 4 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sugge stions dropdown that clears an auto-filled form.">
5 Clear form 5 Clear form
6 </message> 6 </message>
7 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form."> 7 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form.">
8 This webpage has disabled automatic filling for this form. 8 This webpage has disabled automatic filling for this form.
9 </message> 9 </message>
10 <message name="IDS_AUTOFILL_WARNING_INSECURE_CONNECTION" desc="Warning text to show when credit card autofill is disabled because the website is not using a s ecure connection."> 10 <message name="IDS_AUTOFILL_WARNING_INSECURE_CONNECTION" desc="Warning text to show when credit card autofill is disabled because the website is not using a s ecure connection.">
(...skipping 13 matching lines...) Expand all
24 </message> 24 </message>
25 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name." > 25 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name." >
26 MasterCard 26 MasterCard
27 </message> 27 </message>
28 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card nam e."> 28 <message name="IDS_AUTOFILL_CC_UNION_PAY" desc="China UnionPay credit card nam e.">
29 China UnionPay 29 China UnionPay
30 </message> 30 </message>
31 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name."> 31 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name.">
32 Visa 32 Visa
33 </message> 33 </message>
34 <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name.">
35 Card
36 </message>
34 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator charac ter used to join multi-line addresses."> 37 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator charac ter used to join multi-line addresses.">
35 , ''' 38 , '''
36 </message> 39 </message>
37 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator cha racter used in the summary of an address."> 40 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator cha racter used in the summary of an address.">
38 , ''' 41 , '''
39 </message> 42 </message>
40 <message name="IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT" desc="Credit card previe w format"> 43 <message name="IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT" desc="Credit card previe w format">
41 <ph name="OBFUSCATED_CC_NUMBER">$1<ex>************1234</ex> 44 <ph name="OBFUSCATED_CC_NUMBER">$1<ex>************1234</ex>
42 </ph>, Exp: <ph name="CC_EXPIRATION_DATE">$2<ex>03/2020</ex> 45 </ph>, Exp: <ph name="CC_EXPIRATION_DATE">$2<ex>03/2020</ex>
43 </ph> 46 </ph>
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 129
127 <message name="IDS_AUTOFILL_SCAN_CREDIT_CARD" desc="An item in the autofill po pup that triggers a new credit card to be scanned using the camera on the device ."> 130 <message name="IDS_AUTOFILL_SCAN_CREDIT_CARD" desc="An item in the autofill po pup that triggers a new credit card to be scanned using the camera on the device .">
128 Scan new card 131 Scan new card
129 </message> 132 </message>
130 133
131 <message name="IDS_AUTOFILL_PASSWORD_FIELD_SUGGESTIONS_TITLE" desc="Text shown as the title of the suggestion drop down when a password field is clicked."> 134 <message name="IDS_AUTOFILL_PASSWORD_FIELD_SUGGESTIONS_TITLE" desc="Text shown as the title of the suggestion drop down when a password field is clicked.">
132 Use password for: 135 Use password for:
133 </message> 136 </message>
134 137
135 </grit-part> 138 </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