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

Side by Side Diff: components/autofill_strings.grdp

Issue 936273002: Shorten "American Express" to "Amex" in Chrome UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gclient sync Created 5 years, 10 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 <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="Full American Express credit card n ame.">
14 American Express 14 American Express
15 </message> 15 </message>
16 <message name="IDS_AUTOFILL_CC_AMEX_SHORT" desc="Shorter name for American Exp ress credit card.">
17 Amex
18 </message>
16 <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name."> 19 <message name="IDS_AUTOFILL_CC_DINERS" desc="Diners Club credit card name.">
17 Diners Club 20 Diners Club
18 </message> 21 </message>
19 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name."> 22 <message name="IDS_AUTOFILL_CC_DISCOVER" desc="Discover credit card name.">
20 Discover 23 Discover
21 </message> 24 </message>
22 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name."> 25 <message name="IDS_AUTOFILL_CC_JCB" desc="JCB credit card name.">
23 JCB 26 JCB
24 </message> 27 </message>
25 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name." > 28 <message name="IDS_AUTOFILL_CC_MASTERCARD" desc="MasterCard credit card name." >
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 Save info 143 Save info
141 </message> 144 </message>
142 <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofi ll credit card request infobar deny button."> 145 <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofi ll credit card request infobar deny button.">
143 Don't save 146 Don't save
144 </message> 147 </message>
145 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofil l credit card request infobar."> 148 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofil l credit card request infobar.">
146 Do you want Chrome to save this credit card information for completing web f orms? 149 Do you want Chrome to save this credit card information for completing web f orms?
147 </message> 150 </message>
148 151
149 </grit-part> 152 </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