diff options
author | jdonnelly <jdonnelly@chromium.org> | 2015-05-19 10:14:20 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-19 17:15:08 +0000 |
commit | 982b06f6e72d19b019676c8f51c6a8f63e580c19 (patch) | |
tree | a53b8e4e631831fdb39f7f6d9b44e55caf3531fb /components/autofill_strings.grdp | |
parent | 593dd520027d2bcf9dbfeef22fe99d40220087f7 (diff) | |
download | chromium_src-982b06f6e72d19b019676c8f51c6a8f63e580c19.zip chromium_src-982b06f6e72d19b019676c8f51c6a8f63e580c19.tar.gz chromium_src-982b06f6e72d19b019676c8f51c6a8f63e580c19.tar.bz2 |
Move card unmask interfaces and controller into the autofill component.
These will be used in an upcoming CL implementing the iOS version of the card unmask prompt view.
BUG=484806
Review URL: https://codereview.chromium.org/1138653003
Cr-Commit-Position: refs/heads/master@{#330537}
Diffstat (limited to 'components/autofill_strings.grdp')
-rw-r--r-- | components/autofill_strings.grdp | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/components/autofill_strings.grdp b/components/autofill_strings.grdp index 701afad..2f13ff2 100644 --- a/components/autofill_strings.grdp +++ b/components/autofill_strings.grdp @@ -153,4 +153,36 @@ Do you want Chrome to save this credit card information for completing web forms? </message> + <!-- Autofill credit card unmask prompt --> + <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_TRY_AGAIN" desc="Error message that encourages the user to try to re-enter their credit card CVC after a previous failed attempt."> + Check your CVC and try again + </message> + <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 card expiration date and CVC after a previous failed attempt."> + Check your expiration date and CVC and try again + </message> + <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."> + Chrome was unable to verify your card at this time. Please try again later. + </message> + <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_ERROR_NETWORK" desc="Error message to show when a credit card cannot be verified because Wallet servers can't be reached."> + There was a problem verifying your card. Check your internet connection and try again. + </message> + <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_TITLE" desc="Title for the credit card unmasking dialog."> + Verify your <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph> + </message> + <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_UPDATE_TITLE" desc="Title for the credit card unmasking dialog when the credit card is expired."> + Update and verify your <ph name="CREDIT_CARD">$1<ex>Visa - 5679</ex></ph> + </message> + <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS" desc="Text explaining what the user should do in the card unmasking dialog."> + Enter the 3-digit CVC from the back of your card + </message> + <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_AMEX" desc="Text explaining what the user should do in the card unmasking dialog for amex cards."> + Enter the 4-digit CVC from the front of your card + </message> + <message name="IDS_AUTOFILL_CARD_UNMASK_PROMPT_INSTRUCTIONS_EXPIRED" desc="Text explaining what the user should do in the card unmasking dialog to update an expired card."> + Enter the expiration date and 3-digit CVC from the back of your card + </message> + <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."> + Enter the expiration date and 4-digit CVC from the front of your card + </message> + </grit-part> |