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

Side by Side Diff: components/autofill_strings.grdp

Issue 2557873002: [Payments] Move focus to next field in expired cvc 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
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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 </message> 226 </message>
227 227
228 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviate d label for credit card expiration date. [CHAR-LIMIT=32]"> 228 <message name="IDS_AUTOFILL_CREDIT_CARD_EXPIRATION_DATE_ABBR" desc="Abbreviate d label for credit card expiration date. [CHAR-LIMIT=32]">
229 Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEA R">$2<ex>17</ex></ph> 229 Exp: <ph name="EXPIRATION_MONTH">$1<ex>06</ex></ph>/<ph name="EXPIRATION_YEA R">$2<ex>17</ex></ph>
230 </message> 230 </message>
231 231
232 <!-- Autofill credit card unmask prompt --> 232 <!-- Autofill credit card unmask prompt -->
233 <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"> 233 <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">
234 Check your CVC and try again 234 Check your CVC and try again
235 </message> 235 </message>
236 <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"> 236 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_EXPIRATION_DATE " desc="Error message that encourages the user to try to re-enter their credit c ard expiration date after a previous failed attempt." formatter_data="android_ja va">
237 Check your expiration date and try again 237 Check your expiration date and try again
Mathieu 2016/12/08 20:55:17 This is actually only shown when the expiration da
sebsg 2016/12/08 21:52:07 Thanks, will talk to you offline to make sure I un
238 </message> 238 </message>
239 <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"> 239 <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">
240 Check your expiration date and CVC and try again 240 Check your expiration date and CVC and try again
241 </message> 241 </message>
242 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_EXPIRATION_MONT H" desc="Error message that encourages the user to try to re-enter their credit card expiration month after a previous failed attempt." formatter_data="android_ java">
243 Check your expiration month and try again
244 </message>
245 <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN_EXPIRATION_YEAR " desc="Error message that encourages the user to try to re-enter their credit c ard expiration year after a previous failed attempt." formatter_data="android_ja va">
246 Check your expiration year and try again
247 </message>
242 <if expr="_google_chrome"> 248 <if expr="_google_chrome">
243 <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."> 249 <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.">
244 Chrome was unable to confirm your card at this time. Please try again late r. 250 Chrome was unable to confirm your card at this time. Please try again late r.
245 </message> 251 </message>
246 </if> 252 </if>
247 <if expr="not _google_chrome"> 253 <if expr="not _google_chrome">
248 <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."> 254 <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.">
249 Chromium was unable to confirm your card at this time. Please try again la ter. 255 Chromium was unable to confirm your card at this time. Please try again la ter.
250 </message> 256 </message>
251 </if> 257 </if>
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 / 323 /
318 </message> 324 </message>
319 <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"> 325 <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">
320 New card? 326 New card?
321 </message> 327 </message>
322 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog."> 328 <message name="IDS_AUTOFILL_DIALOG_PLACEHOLDER_CVC" desc="The placeholder/labe l text for credit card verification code in the requestAutocomplete dialog.">
323 CVC 329 CVC
324 </message> 330 </message>
325 331
326 </grit-part> 332 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698