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

Side by Side Diff: components/autofill_strings.grdp

Issue 2505533002: Http Bad: Add "Learn more" sublabel to warning message and make it clickable (Closed)
Patch Set: rebase Created 4 years 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_HTTP_WARNING_LEARN_MORE" desc="The text displayed with http bad warning message in the Autofill popup to direct the user to the Ch rome security connection help center page.">
24 Learn more
25 </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."> 26 <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 27 Payment not secure
25 </message> 28 </message>
26 <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown a longside credit card suggestions to get people to sign in."> 29 <message name="IDS_AUTOFILL_CREDIT_CARD_SIGNIN_PROMO" desc="Promo text shown a longside credit card suggestions to get people to sign in.">
27 To use cards from your Google Account, sign in to Chrome 30 To use cards from your Google Account, sign in to Chrome
28 </message> 31 </message>
29 <if expr="_google_chrome"> 32 <if expr="_google_chrome">
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."> 33 <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.">
31 Remove form suggestion from Chrome? 34 Remove form suggestion from Chrome?
32 </message> 35 </message>
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 / 314 /
312 </message> 315 </message>
313 <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"> 316 <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">
314 New card? 317 New card?
315 </message> 318 </message>
316 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog."> 319 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog.">
317 CVC 320 CVC
318 </message> 321 </message>
319 322
320 </grit-part> 323 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698