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

Side by Side Diff: components/component_resources.grd

Issue 16254010: [Autofill] Update credit card type detection logic. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix a typo Created 7 years, 6 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
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 2
3 <grit latest_public_release="0" current_release="1" 3 <grit latest_public_release="0" current_release="1"
4 source_lang_id="en" enc_check="möl"> 4 source_lang_id="en" enc_check="möl">
5 <outputs> 5 <outputs>
6 <output filename="grit/component_resources.h" type="rc_header"> 6 <output filename="grit/component_resources.h" type="rc_header">
7 <emit emit_type='prepend'></emit> 7 <emit emit_type='prepend'></emit>
8 </output> 8 </output>
9 <output filename="component_resources_am.pak" type="data_package" lang="am" /> 9 <output filename="component_resources_am.pak" type="data_package" lang="am" />
10 <output filename="component_resources_ar.pak" type="data_package" lang="ar" /> 10 <output filename="component_resources_ar.pak" type="data_package" lang="ar" />
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 </message> 123 </message>
124 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name." > 124 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name." >
125 Discover 125 Discover
126 </message> 126 </message>
127 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name."> 127 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name.">
128 JCB 128 JCB
129 </message> 129 </message>
130 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card na me."> 130 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card na me.">
131 MasterCard 131 MasterCard
132 </message> 132 </message>
133 <message name="IDS_AUTOFILL_CC_SOLO" desc="Solo debit card name.">
134 Solo
135 </message>
136 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name."> 133 <message name="IDS_AUTOFILL_CC_VISA" desc="Visa credit card name.">
137 Visa 134 Visa
138 </message> 135 </message>
139 <message name="IDS_AUTOFILL_MAC_ADDRESS_LINE_SEPARATOR" desc="The separato r character used to join multi-line addresses on the Mac."> 136 <message name="IDS_AUTOFILL_MAC_ADDRESS_LINE_SEPARATOR" desc="The separato r character used to join multi-line addresses on the Mac.">
140 , ''' 137 , '''
141 </message> 138 </message>
142 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator character used in the summary of an address."> 139 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator character used in the summary of an address.">
143 , ''' 140 , '''
144 </message> 141 </message>
145 <message name="IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT" 142 <message name="IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT"
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 <message name="IDS_AUTOFILL_DIALOG_PRIVACY_POLICY_LINK" desc="The text of an extra link that is appended to the end of whatever other legal documents need to be accepted or updated."> 200 <message name="IDS_AUTOFILL_DIALOG_PRIVACY_POLICY_LINK" desc="The text of an extra link that is appended to the end of whatever other legal documents need to be accepted or updated.">
204 Privacy Policy 201 Privacy Policy
205 </message> 202 </message>
206 203
207 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry."> 204 <message name="IDS_AUTOFILL_OPTIONS_POPUP" desc="The value of the Autofill options menu entry.">
208 Chrome Autofill settings 205 Chrome Autofill settings
209 </message> 206 </message>
210 </messages> 207 </messages>
211 </release> 208 </release>
212 </grit> 209 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698