| 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 44b8a52b36604602ca3b3376ecbd906c18f0fa71..caae0827751e0b97274fb34b0cc19b31ab27cb86 100644
|
| --- a/chrome/android/java/strings/android_chrome_strings.grd
|
| +++ b/chrome/android/java/strings/android_chrome_strings.grd
|
| @@ -138,6 +138,9 @@ CHAR-LIMIT guidelines:
|
| <message name="IDS_SAVE" desc="Label for a button to save a change. Used in multiple contexts. [CHAR-LIMIT=20]">
|
| Save
|
| </message>
|
| + <message name="IDS_DONE" desc="Label for a button to save a change or finish editing data. Used in multiple contexts. [CHAR-LIMIT=20]">
|
| + Done
|
| + </message>
|
| <message name="IDS_DELETE" desc="Label for a delete button. Used in multiple contexts. [CHAR-LIMIT=20]">
|
| Delete
|
| </message>
|
| @@ -2548,6 +2551,9 @@ You can control the Physical Web in Chrome Settings.
|
| <message name="IDS_PAYMENTS_ORDER_SUMMARY_LABEL" desc="The title of the section that shows the summary of the order, including names and prices of individual line items, i.e. the bill.">
|
| Order summary
|
| </message>
|
| + <message name="IDS_PAYMENTS_ADD_CONTACT_DETAILS_LABEL" desc="The title of the dialog for user to input their contact information, such as email address or phone number.">
|
| + Add contact info
|
| + </message>
|
| <message name="IDS_PAYMENTS_EDIT_BUTTON" desc="The label for the button that lets the user edit their payment options.">
|
| Edit
|
| </message>
|
| @@ -2569,6 +2575,21 @@ You can control the Physical Web in Chrome Settings.
|
| <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment.">
|
| There was an error processing your order. Please check your account and try again.
|
| </message>
|
| + <message name="IDS_PAYMENTS_REQUIRED_FIELD_MESSAGE" desc="The text that informs the user that '*' character indicates an input field that is required. The '*' character should not be changed.">
|
| + * denotes required field
|
| + </message>
|
| + <message name="IDS_PAYMENTS_PHONE_REQUIRED_VALIDATION_MESSAGE" desc="The text that informs the user that phone number is required.">
|
| + Phone number required
|
| + </message>
|
| + <message name="IDS_PAYMENTS_PHONE_INVALID_VALIDATION_MESSAGE" desc="The text that informs the user that the phone number they have entered is not valid.">
|
| + Invalid phone number
|
| + </message>
|
| + <message name="IDS_PAYMENTS_EMAIL_REQUIRED_VALIDATION_MESSAGE" desc="The text that informs the user that email address is required.">
|
| + Email address required
|
| + </message>
|
| + <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_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>
|
|
|