Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 | 2 |
| 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. | 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. |
| 4 | 4 |
| 5 FAQ: | 5 FAQ: |
| 6 - How do I add, change, or remove a string? | 6 - How do I add, change, or remove a string? |
| 7 Just update this file. | 7 Just update this file. |
| 8 - Translations will happen automatically?? | 8 - Translations will happen automatically?? |
| 9 Yes, indeed. Just add your string before the branch point and | 9 Yes, indeed. Just add your string before the branch point and |
| 10 make the description good. | 10 make the description good. |
| (...skipping 2558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2569 </message> | 2569 </message> |
| 2570 <message name="IDS_PAYMENTS_PHONE_INVALID_VALIDATION_MESSAGE" desc="The te xt that informs the user that the phone number they have entered is not valid."> | 2570 <message name="IDS_PAYMENTS_PHONE_INVALID_VALIDATION_MESSAGE" desc="The te xt that informs the user that the phone number they have entered is not valid."> |
| 2571 Invalid phone number | 2571 Invalid phone number |
| 2572 </message> | 2572 </message> |
| 2573 <message name="IDS_PAYMENTS_EMAIL_INVALID_VALIDATION_MESSAGE" desc="The te xt that informs the user that the email address they have entered is not valid." > | 2573 <message name="IDS_PAYMENTS_EMAIL_INVALID_VALIDATION_MESSAGE" desc="The te xt that informs the user that the email address they have entered is not valid." > |
| 2574 Invalid email address | 2574 Invalid email address |
| 2575 </message> | 2575 </message> |
| 2576 <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."> | 2576 <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."> |
| 2577 Invalid card number | 2577 Invalid card number |
| 2578 </message> | 2578 </message> |
| 2579 <message name="IDS_PAYMENTS_CARD_EXPIRATION_INVALID_VALIDATION_MESSAGE" de sc="The text that informs the user that the credit card expiration date they hav | |
|
please use gerrit instead
2016/10/27 00:05:22
Spurious newline?
sebsg
2016/10/27 14:38:00
Done.
| |
| 2580 e entered is not valid."> | |
| 2581 Invalid expiration date | |
| 2582 </message> | |
| 2579 <message name="IDS_PAYMENTS_ADD_CONTACT" desc="Text on a button that lets a user add new contact details, like the user's full name, an email address or a phone number."> | 2583 <message name="IDS_PAYMENTS_ADD_CONTACT" desc="Text on a button that lets a user add new contact details, like the user's full name, an email address or a phone number."> |
| 2580 Add contact info | 2584 Add contact info |
| 2581 </message> | 2585 </message> |
| 2582 <message name="IDS_PAYMENTS_SELECT_SHIPPING_ADDRESS_FOR_SHIPPING_METHODS" desc="Text implying that a user needs to pick a shipping address to see the ship ping methods."> | 2586 <message name="IDS_PAYMENTS_SELECT_SHIPPING_ADDRESS_FOR_SHIPPING_METHODS" desc="Text implying that a user needs to pick a shipping address to see the ship ping methods."> |
| 2583 Select a shipping address to check shipping methods and requirements. | 2587 Select a shipping address to check shipping methods and requirements. |
| 2584 </message> | 2588 </message> |
| 2585 <message name="IDS_PAYMENTS_CHECKING_OPTION" desc="Text explaining that th e option the user selected is being checked and verified."> | 2589 <message name="IDS_PAYMENTS_CHECKING_OPTION" desc="Text explaining that th e option the user selected is being checked and verified."> |
| 2586 Checking | 2590 Checking |
| 2587 </message> | 2591 </message> |
| 2588 <message name="IDS_PAYMENTS_UNSUPPORTED_SHIPPING_ADDRESS" desc="Text imply ing that a user needs to pick a different shipping address, because the currentl y selected address is not supported."> | 2592 <message name="IDS_PAYMENTS_UNSUPPORTED_SHIPPING_ADDRESS" desc="Text imply ing that a user needs to pick a different shipping address, because the currentl y selected address is not supported."> |
| (...skipping 29 matching lines...) Expand all Loading... | |
| 2618 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> | 2622 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> |
| 2619 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) | 2623 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) |
| 2620 </message> | 2624 </message> |
| 2621 | 2625 |
| 2622 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> | 2626 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> |
| 2623 Open app | 2627 Open app |
| 2624 </message> | 2628 </message> |
| 2625 </messages> | 2629 </messages> |
| 2626 </release> | 2630 </release> |
| 2627 </grit> | 2631 </grit> |
| OLD | NEW |