| Index: chrome/android/java/strings/android_chrome_strings.grd
|
| diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
|
| index 87dc7e410e4f1d34c915d800adcc696a1a485540..1e01bf6c9bdeededefe4e20ca2e30c8ee3884c87 100644
|
| --- a/chrome/android/java/strings/android_chrome_strings.grd
|
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
|
| @@ -2596,9 +2596,18 @@ You can control the Physical Web in Chrome Settings.
|
| </message>
|
|
|
| <!-- Payments -->
|
| + <message name="IDS_PAYMENTS_SAVE_CARD_TO_DEVICE_CHECKBOX" desc="The label for the checkbox that enables the user to save a credit card to their device, for example, on their phone.">
|
| + Save this card to this device
|
| + </message>
|
| + <message name="IDS_PAYMENTS_ACCEPTED_CARDS_LABEL" desc="The title for the section that displays the credit card types that the merchant accepts.">
|
| + Cards accepted
|
| + </message>
|
| <message name="IDS_PAYMENTS_METHOD_OF_PAYMENT_LABEL" desc="The title for the section that lets the user select the method of payment.">
|
| Payment
|
| </message>
|
| + <message name="IDS_PAYMENTS_SELECT_METHOD_OF_PAYMENT_PROMPT" desc="The label for the button that presents the user with the list of possible methods of payments, for example a list of their credit cards..">
|
| + Select payment method
|
| + </message>
|
| <message name="IDS_PAYMENTS_CONTACT_DETAILS_LABEL" desc="The title for the section that lets the user select how they can be contacted.">
|
| Contact info
|
| </message>
|
| @@ -2677,6 +2686,18 @@ You can control the Physical Web in Chrome Settings.
|
| <message name="IDS_PAYMENTS_EMAIL_INVALID_VALIDATION_MESSAGE" desc="The text that informs the user that the email address they have entered is not valid.">
|
| Invalid email address
|
| </message>
|
| + <message name="IDS_PAYMENTS_CARD_NUMBER_REQUIRED_VALIDATION_MESSAGE" desc="The text that informs the user that the credit card number is required.">
|
| + Card number required
|
| + </message>
|
| + <message name="IDS_PAYMENTS_CARD_NUMBER_INVALID_VALIDATION_MESSAGE" desc="The text that informs the user that the credit card number they have entered is not valid.">
|
| + Invalid card number
|
| + </message>
|
| + <message name="IDS_PAYMENTS_NAME_ON_CARD_REQUIRED_VALIDATION_MESSAGE" desc="The text that informs the user that the name from the credit card is required.">
|
| + Name required
|
| + </message>
|
| + <message name="IDS_PAYMENTS_BILLING_ADDRESS_REQUIRED_VALIDATION_MESSAGE" desc="The text that informs the user that the billing address for the credit card is required.">
|
| + Billing address required
|
| + </message>
|
| <message name="IDS_PAYMENTS_ADD_CONTACT" desc="Text on a button that lets a user add new contact details, like phone number or email address.">
|
| Add contact info
|
| </message>
|
|
|