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

Side by Side Diff: components/autofill_strings.grdp

Issue 1001043004: Revamp desktop Autofill settings, round 2 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unittest Created 5 years, 9 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.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 25 matching lines...) Expand all
36 </message> 36 </message>
37 <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name."> 37 <message name="IDS_AUTOFILL_CC_GENERIC" desc="Generic credit card name.">
38 Card 38 Card
39 </message> 39 </message>
40 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator charac ter used to join multi-line addresses."> 40 <message name="IDS_AUTOFILL_ADDRESS_LINE_SEPARATOR" desc="The separator charac ter used to join multi-line addresses.">
41 , ''' 41 , '''
42 </message> 42 </message>
43 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator cha racter used in the summary of an address."> 43 <message name="IDS_AUTOFILL_ADDRESS_SUMMARY_SEPARATOR" desc="The separator cha racter used in the summary of an address.">
44 , ''' 44 , '''
45 </message> 45 </message>
46 <message name="IDS_CREDIT_CARD_NUMBER_PREVIEW_FORMAT" desc="Credit card previe w format">
47 <ph name="OBFUSCATED_CC_NUMBER">$1<ex>************1234</ex>
48 </ph>, Exp: <ph name="CC_EXPIRATION_DATE">$2<ex>03/2020</ex>
49 </ph>
50 </message>
51 46
52 <!-- These are all variants of the same logical field: The major subdivision b elow the "country" level. --> 47 <!-- These are all variants of the same logical field: The major subdivision b elow the "country" level. -->
53 <message name="IDS_AUTOFILL_FIELD_LABEL_STATE" desc="The label of the State en try."> 48 <message name="IDS_AUTOFILL_FIELD_LABEL_STATE" desc="The label of the State en try.">
54 State 49 State
55 </message> 50 </message>
56 <message name="IDS_AUTOFILL_FIELD_LABEL_AREA" desc="The label of the Area entr y."> 51 <message name="IDS_AUTOFILL_FIELD_LABEL_AREA" desc="The label of the Area entr y.">
57 Area 52 Area
58 </message> 53 </message>
59 <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTY" desc="The label of the County entry."> 54 <message name="IDS_AUTOFILL_FIELD_LABEL_COUNTY" desc="The label of the County entry.">
60 County 55 County
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 Save info 138 Save info
144 </message> 139 </message>
145 <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofi ll credit card request infobar deny button."> 140 <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofi ll credit card request infobar deny button.">
146 Don't save 141 Don't save
147 </message> 142 </message>
148 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofil l credit card request infobar."> 143 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofil l credit card request infobar.">
149 Do you want Chrome to save this credit card information for completing web f orms? 144 Do you want Chrome to save this credit card information for completing web f orms?
150 </message> 145 </message>
151 146
152 </grit-part> 147 </grit-part>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/personal_data_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698