Chromium Code Reviews| 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 8b123ebe810f0363e79f5ebc8cf29a622059490a..277483ac326342f3e6cc448fc505f17f64d34d9b 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> |
|
gone
2016/06/21 06:04:39
omg thank you
please use gerrit instead
2016/06/22 02:12:31
Acknowledged.
|
| <message name="IDS_DELETE" desc="Label for a delete button. Used in multiple contexts. [CHAR-LIMIT=20]"> |
| Delete |
| </message> |
| @@ -2521,6 +2524,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> |
| @@ -2542,6 +2548,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> |