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

Side by Side Diff: components/autofill_strings.grdp

Issue 1396923003: Autofill: Replace "save credit card" infobar with a bubble (Views only). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: defined(TOOLKIT_VIEWS) -> defined(TOOLKIT_VIEWS) && !defined(OS_MACOSX). Created 5 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
« no previous file with comments | « components/autofill/core/browser/autofill_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 <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.">
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 <message name="IDS_AUTOFILL_CC_INFOBAR_ACCEPT" desc="Text to show for the Auto fill credit card request infobar accept button."> 156 <message name="IDS_AUTOFILL_CC_INFOBAR_ACCEPT" desc="Text to show for the Auto fill credit card request infobar accept button.">
157 Save 157 Save
158 </message> 158 </message>
159 <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofi ll credit card request infobar deny button."> 159 <message name="IDS_AUTOFILL_CC_INFOBAR_DENY" desc="Text to show for the Autofi ll credit card request infobar deny button.">
160 Don't save 160 Don't save
161 </message> 161 </message>
162 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofil l credit card request infobar."> 162 <message name="IDS_AUTOFILL_CC_INFOBAR_TEXT" desc="Text to show in the Autofil l credit card request infobar.">
163 Do you want Chrome to save this credit card information for completing web f orms? 163 Do you want Chrome to save this credit card information for completing web f orms?
164 </message> 164 </message>
165 165
166 <!-- Autofill save credit card bubble -->
167 <message name="IDS_AUTOFILL_SAVE_CARD_BUBBLE_ACCEPT" desc="Text to show for th e Autofill save credit card bubble accept button.">
168 Save
169 </message>
170 <message name="IDS_AUTOFILL_SAVE_CARD_BUBBLE_DENY" desc="Text to show for the Autofill save credit card bubble deny button.">
171 No thanks
172 </message>
173 <message name="IDS_AUTOFILL_SAVE_CARD_BUBBLE_TITLE_LOCAL" desc="Title text for the Autofill save card bubble when the card is to be saved locally.">
174 Do you want to save this card with Chrome?
175 </message>
176
166 <!-- Autofill credit card unmask prompt --> 177 <!-- Autofill credit card unmask prompt -->
167 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN" desc="Error me ssage that encourages the user to try to re-enter their credit card CVC after a previous failed attempt."> 178 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN" desc="Error me ssage that encourages the user to try to re-enter their credit card CVC after a previous failed attempt.">
168 Check your CVC and try again 179 Check your CVC and try again
169 </message> 180 </message>
170 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_WITH_EXPIRATION " desc="Error message that encourages the user to try to re-enter their credit c ard expiration date and CVC after a previous failed attempt."> 181 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_WITH_EXPIRATION " desc="Error message that encourages the user to try to re-enter their credit c ard expiration date and CVC after a previous failed attempt.">
171 Check your expiration date and CVC and try again 182 Check your expiration date and CVC and try again
172 </message> 183 </message>
173 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_PERMANENT" desc="Error me ssage to show when a credit card cannot be verified and the user isn't allowed t o retry."> 184 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_PERMANENT" desc="Error me ssage to show when a credit card cannot be verified and the user isn't allowed t o retry.">
174 Chrome was unable to verify your card at this time. Please try again later. 185 Chrome was unable to verify your card at this time. Please try again later.
175 </message> 186 </message>
(...skipping 13 matching lines...) Expand all
189 Enter the 4-digit CVC from the front of your card 200 Enter the 4-digit CVC from the front of your card
190 </message> 201 </message>
191 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_EXPIRED" desc="Tex t explaining what the user should do in the card unmasking dialog to update an e xpired card."> 202 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_EXPIRED" desc="Tex t explaining what the user should do in the card unmasking dialog to update an e xpired card.">
192 Enter the expiration date and 3-digit CVC from the back of your card 203 Enter the expiration date and 3-digit CVC from the back of your card
193 </message> 204 </message>
194 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_EXPIRED_AMEX" desc ="Text explaining what the user should do in the card unmasking dialog to update an expired amex card."> 205 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_EXPIRED_AMEX" desc ="Text explaining what the user should do in the card unmasking dialog to update an expired amex card.">
195 Enter the expiration date and 4-digit CVC from the front of your card 206 Enter the expiration date and 4-digit CVC from the front of your card
196 </message> 207 </message>
197 208
198 </grit-part> 209 </grit-part>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/autofill_manager_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698