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

Side by Side Diff: components/autofill_strings.grdp

Issue 2538543002: [Payments] Add detailed error messages and title for card unmask prompt. (Closed)
Patch Set: Addressed Rouslan's comments 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
« no previous file with comments | « components/autofill/core/browser/ui/card_unmask_prompt_controller_impl.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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 </message> 217 </message>
218 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION" desc="Explana tion of the effect of the Autofill save card prompt when the card is to be saved by uploading it to Google Payments. The prompt can be either a bubble or an inf obar."> 218 <message name="IDS_AUTOFILL_SAVE_CARD_PROMPT_UPLOAD_EXPLANATION" desc="Explana tion of the effect of the Autofill save card prompt when the card is to be saved by uploading it to Google Payments. The prompt can be either a bubble or an inf obar.">
219 Pay quickly on sites and apps across devices using cards you have saved with Google. 219 Pay quickly on sites and apps across devices using cards you have saved with Google.
220 </message> 220 </message>
221 221
222 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviate d label for credit card expiration date. [CHAR-LIMIT=32]"> 222 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviate d label for credit card expiration date. [CHAR-LIMIT=32]">
223 Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEA R">$2<ex>17</ex></ph> 223 Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEA R">$2<ex>17</ex></ph>
224 </message> 224 </message>
225 225
226 <!-- Autofill credit card unmask prompt --> 226 <!-- Autofill credit card unmask prompt -->
227 <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."> 227 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_CVC" desc="Erro r message that encourages the user to try to re-enter their credit card CVC afte r a previous failed attempt." formatter_data="android_java">
228 Check your CVC and try again 228 Check your CVC and try again
229 </message> 229 </message>
230 <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."> 230 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_EXPIRATION" des c="Error message that encourages the user to try to re-enter their credit card e xpiration date after a previous failed attempt." formatter_data="android_java">
231 Check your expiration date and try again
232 </message>
233 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_CVC_AND_EXPIRAT ION" desc="Error message that encourages the user to try to re-enter their credi t card expiration date and CVC after a previous failed attempt." formatter_data= "android_java">
231 Check your expiration date and CVC and try again 234 Check your expiration date and CVC and try again
232 </message> 235 </message>
233 <if expr="_google_chrome"> 236 <if expr="_google_chrome">
234 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_PERMANENT" desc="Error message to show when a credit card cannot be verified and the user isn't allowed to retry."> 237 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_PERMANENT" desc="Error message to show when a credit card cannot be verified and the user isn't allowed to retry.">
235 Chrome was unable to confirm your card at this time. Please try again late r. 238 Chrome was unable to confirm your card at this time. Please try again late r.
236 </message> 239 </message>
237 </if> 240 </if>
238 <if expr="not _google_chrome"> 241 <if expr="not _google_chrome">
239 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_PERMANENT" desc="Error message to show when a credit card cannot be verified and the user isn't allowed to retry."> 242 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_PERMANENT" desc="Error message to show when a credit card cannot be verified and the user isn't allowed to retry.">
240 Chromium was unable to confirm your card at this time. Please try again la ter. 243 Chromium was unable to confirm your card at this time. Please try again la ter.
241 </message> 244 </message>
242 </if> 245 </if>
243 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_NETWORK" desc="Error mess age to show when a credit card cannot be verified because Wallet servers can't b e reached."> 246 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_NETWORK" desc="Error mess age to show when a credit card cannot be verified because Wallet servers can't b e reached.">
244 There was a problem confirming your card. Check your internet connection and try again. 247 There was a problem confirming your card. Check your internet connection and try again.
245 </message> 248 </message>
246 <if expr="not is_ios"> 249 <if expr="not is_ios">
247 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_TITLE" desc="Title for the cr edit card unmasking dialog."> 250 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_TITLE" desc="Title for the cr edit card unmasking dialog.">
248 Enter the CVC for <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph> 251 Enter the CVC for <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph>
249 </message> 252 </message>
250 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_UPDATE_TITLE" desc="Title for the credit card unmasking dialog when the credit card is expired."> 253 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_EXPIRED_TITLE" desc="Title fo r the credit card unmasking dialog when the credit card is expired.">
251 Enter the expiration date and CVC for <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph> to update your card details 254 Enter the expiration date and CVC for <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph>
252 </message> 255 </message>
253 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS" desc="Text expl aining what the user should do in the card unmasking dialog."> 256 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS" desc="Text expl aining what the user should do in the card unmasking dialog.">
254 Once you confirm, your card details will be shared with this site 257 Once you confirm, your card details will be shared with this site
255 </message> 258 </message>
256 </if> 259 </if>
257 <if expr="is_ios"> 260 <if expr="is_ios">
258 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_TITLE" desc="Title for the cr edit card unmasking dialog."> 261 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_TITLE" desc="Title for the cr edit card unmasking dialog.">
259 Confirm Card 262 Confirm Card
260 </message> 263 </message>
261 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS" desc="Text expl aining what the user should do in the card unmasking dialog."> 264 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS" desc="Text expl aining what the user should do in the card unmasking dialog.">
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 / 311 /
309 </message> 312 </message>
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"> 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">
311 New card? 314 New card?
312 </message> 315 </message>
313 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog."> 316 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog.">
314 CVC 317 CVC
315 </message> 318 </message>
316 319
317 </grit-part> 320 </grit-part>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/ui/card_unmask_prompt_controller_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698