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

Side by Side Diff: components/autofill_strings.grdp

Issue 2478043002: HTTP Bad: Add warning message to autofill dropdown for http sites (Closed)
Patch Set: remove an unused header file Created 4 years, 1 month 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
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 <if expr="not is_ios"> 4 <if expr="not is_ios">
5 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sug gestions dropdown that clears an auto-filled form."> 5 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="The entry in the sug gestions dropdown that clears an auto-filled form.">
6 Clear form 6 Clear form
7 </message> 7 </message>
8 </if> 8 </if>
9 <if expr="is_ios"> 9 <if expr="is_ios">
10 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in th e suggestions keyboard accessory that clears an auto-filled form."> 10 <message name="IDS_AUTOFILL_CLEAR_FORM_MENU_ITEM" desc="iOS: The entry in th e suggestions keyboard accessory that clears an auto-filled form.">
11 CLEAR FORM 11 CLEAR FORM
12 </message> 12 </message>
13 </if> 13 </if>
14 <message name="IDS_AUTOFILL_CLEAR_LOCAL_COPY_BUTTON" desc="The label of the bu tton that clears the local copy of a Wallet Credit Card." formatter_data="androi d_java"> 14 <message name="IDS_AUTOFILL_CLEAR_LOCAL_COPY_BUTTON" desc="The label of the bu tton that clears the local copy of a Wallet Credit Card." formatter_data="androi d_java">
15 Clear copy 15 Clear copy
16 </message> 16 </message>
17 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form."> 17 <message name="IDS_AUTOFILL_WARNING_FORM_DISABLED" desc="Warning text to show when autofill is disabled by the website for a given form.">
18 This webpage has disabled automatic filling for this form. 18 This webpage has disabled automatic filling for this form.
19 </message> 19 </message>
20 <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."> 20 <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.">
21 Automatic credit card filling is disabled because this form does not use a s ecure connection. 21 Automatic credit card filling is disabled because this form does not use a s ecure connection.
22 </message> 22 </message>
23 <message name="IDS_AUTOFILL_CREDIT_CARD_HTTP_WARNING_MESSAGE" desc="Chrome can help the user fill credit card web forms by showing a pop-up with text suggesti ons next to a focused credit card text field. If the form is on an insecure site (e.g., http://), this text is shown on top of those suggestions.">
24 Payment not secure
25 </message>
23 <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown a longside credit card suggestions to get people to sign in."> 26 <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown a longside credit card suggestions to get people to sign in.">
24 To use cards from your Google Account, sign in to Chrome 27 To use cards from your Google Account, sign in to Chrome
25 </message> 28 </message>
26 <if expr="_google_chrome"> 29 <if expr="_google_chrome">
27 <message name="IDS_AUTOFILL_DELETE_AUTOCOMPLETE_SUGGESTION_CONFIRMATION_BODY " desc="Text in a dialog to confirm that the user wants to delete an autocomplet e form history suggestion."> 30 <message name="IDS_AUTOFILL_DELETE_AUTOCOMPLETE_SUGGESTION_CONFIRMATION_BODY " desc="Text in a dialog to confirm that the user wants to delete an autocomplet e form history suggestion.">
28 Remove form suggestion from Chrome? 31 Remove form suggestion from Chrome?
29 </message> 32 </message>
30 <message name="IDS_AUTOFILL_DELETE_CREDIT_CARD_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete a credit card f rom Autofill."> 33 <message name="IDS_AUTOFILL_DELETE_CREDIT_CARD_SUGGESTION_CONFIRMATION_BODY" desc="Text in a dialog to confirm that the user wants to delete a credit card f rom Autofill.">
31 Remove credit card from Chrome? 34 Remove credit card from Chrome?
32 </message> 35 </message>
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 </if> 170 </if>
168 171
169 <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 ." formatter_data="android_java"> 172 <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 ." formatter_data="android_java">
170 Scan new card 173 Scan new card
171 </message> 174 </message>
172 175
173 <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."> 176 <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.">
174 Use password for: 177 Use password for:
175 </message> 178 </message>
176 179
180 <message name="IDS_AUTOFILL_PASSWORD_HTTP_WARNING_MESSAGE" desc="Chrome can he lp the user fill password web forms by showing a pop-up with text suggestions ne xt to a focused password text field. If the form is on an insecure site(e.g., ht tp://), this text is shown on top of those suggestions.">
Mathieu 2016/11/07 14:32:27 nit: missing a space in "site(e.g.,"
lshang 2016/11/08 06:00:58 Done.
181 Login not secure
182 </message>
183
177 <!-- Autofill Credit Card Assisted Filling Infobar --> 184 <!-- Autofill Credit Card Assisted Filling Infobar -->
178 <if expr="is_android"> 185 <if expr="is_android">
179 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title t ext for the Autofill Credit Card Assisted Filling Infobar"> 186 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_TITLE" desc="Title t ext for the Autofill Credit Card Assisted Filling Infobar">
180 Do you want to fill in your card info? 187 Do you want to fill in your card info?
181 </message> 188 </message>
182 </if> 189 </if>
183 <if expr="is_ios"> 190 <if expr="is_ios">
184 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_FORMATTED_TITLE" des c="Title text for the Autofill Credit Card Assisted Filling Infobar, which conta ins the card description in it."> 191 <message name="IDS_AUTOFILL_CREDIT_CARD_FILLING_INFOBAR_FORMATTED_TITLE" des c="Title text for the Autofill Credit Card Assisted Filling Infobar, which conta ins the card description in it.">
185 Do you want to fill in your <ph name="CARD_DETAIL">$1<ex>Visa - 1234</ex>< /ph>? 192 Do you want to fill in your <ph name="CARD_DETAIL">$1<ex>Visa - 1234</ex>< /ph>?
186 </message> 193 </message>
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 / 308 /
302 </message> 309 </message>
303 <message name="IDS_AUTOFILL_CARD_UNMASK_NEW_CARD_LINK" desc="Text for link tha t prompts user to update their credit card after it may have been re-issued." fo rmatter_data="android_java"> 310 <message name="IDS_AUTOFILL_CARD_UNMASK_NEW_CARD_LINK" desc="Text for link tha t prompts user to update their credit card after it may have been re-issued." fo rmatter_data="android_java">
304 New card? 311 New card?
305 </message> 312 </message>
306 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog."> 313 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog.">
307 CVC 314 CVC
308 </message> 315 </message>
309 316
310 </grit-part> 317 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698