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

Side by Side Diff: components/autofill_strings.grdp

Issue 2124343002: [Autofill] Implement Credit Card Signin Promo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed comments Created 4 years, 5 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
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_SIGNIN_PROMO" desc="Promo text shown a longside credit card suggestions to get people to sign in.">
24 Sign in to Chrome to use cards you saved to your Google Account.
25 </message>
23 <if expr="_google_chrome"> 26 <if expr="_google_chrome">
24 <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."> 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.">
25 Remove form suggestion from Chrome? 28 Remove form suggestion from Chrome?
26 </message> 29 </message>
27 <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."> 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.">
28 Remove credit card from Chrome? 31 Remove credit card from Chrome?
29 </message> 32 </message>
30 <message name="IDS_AUTOFILL_DELETE_PROFILE_SUGGESTION_CONFIRMATION_BODY" des c="Text in a dialog to confirm that the user wants to delete an address from Aut ofill."> 33 <message name="IDS_AUTOFILL_DELETE_PROFILE_SUGGESTION_CONFIRMATION_BODY" des c="Text in a dialog to confirm that the user wants to delete an address from Aut ofill.">
31 Remove address from Chrome? 34 Remove address from Chrome?
32 </message> 35 </message>
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 / 287 /
285 </message> 288 </message>
286 <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"> 289 <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">
287 New card? 290 New card?
288 </message> 291 </message>
289 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog."> 292 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog.">
290 CVC 293 CVC
291 </message> 294 </message>
292 295
293 </grit-part> 296 </grit-part>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/test_autofill_client.cc ('k') | components/signin/core/browser/signin_metrics.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698