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

Side by Side Diff: components/autofill_strings.grdp

Issue 18927003: [Autofill] Don't validate China UnionPay cards with the Luhn checksum. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Parens for order of operations Created 7 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 | Annotate | Revision Log
« no previous file with comments | « components/autofill/core/browser/validation_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.">
11 Automatic credit card filling is disabled because this form does not use a s ecure connection. 11 Automatic credit card filling is disabled because this form does not use a s ecure connection.
12 </message> 12 </message>
13 <message name="IDS_AUTOFILL_CC_AMEX" desc="American Express credit card name." > 13 <message name="IDS_AUTOFILL_CC_AMEX" desc="American Express credit card name." >
14 American Express 14 American Express
15 </message> 15 </message>
16 <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name."> 16 <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name.">
17 Diners Club 17 Diners Club
18 </message> 18 </message>
19 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name."> 19 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name.">
20 Discover 20 Discover
21 </message> 21 </message>
22 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name."> 22 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name.">
23 JCB 23 JCB
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.">
29 China UnionPay
30 </message>
28 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name."> 31 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name.">
29 Visa 32 Visa
30 </message> 33 </message>
31 <message name="IDS_AUTOFILL_MAC_ADDRESS_LINE_SEPARATOR" desc="The separator ch aracter used to join multi-line addresses on the Mac."> 34 <message name="IDS_AUTOFILL_MAC_ADDRESS_LINE_SEPARATOR" desc="The separator ch aracter used to join multi-line addresses on the Mac.">
32 , ''' 35 , '''
33 </message> 36 </message>
34 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator cha racter used in the summary of an address."> 37 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator cha racter used in the summary of an address.">
35 , ''' 38 , '''
36 </message> 39 </message>
37 <message name="IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT" desc="Credit card previe w format"> 40 <message name="IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT" desc="Credit card previe w format">
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 <!-- Autofill dialog: legal documents --> 97 <!-- Autofill dialog: legal documents -->
95 <message name="IDS_AUTOFILL_DIALOG_PRIVACY_POLICY_LINK" desc="The text of an e xtra link that is appended to the end of whatever other legal documents need to be accepted or updated."> 98 <message name="IDS_AUTOFILL_DIALOG_PRIVACY_POLICY_LINK" desc="The text of an e xtra link that is appended to the end of whatever other legal documents need to be accepted or updated.">
96 Privacy Policy 99 Privacy Policy
97 </message> 100 </message>
98 101
99 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill opt ions menu entry."> 102 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill opt ions menu entry.">
100 Chrome Autofill settings 103 Chrome Autofill settings
101 </message> 104 </message>
102 105
103 </grit-part> 106 </grit-part>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/validation_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698