Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(23)

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2116583002: Credit card editor for PaymentRequest UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments in personal_data_manager_android.h Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 2578 matching lines...) Expand 10 before | Expand all | Expand 10 after
2589 No devices found. 2589 No devices found.
2590 </message> 2590 </message>
2591 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog."> 2591 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog.">
2592 Connect 2592 Connect
2593 </message> 2593 </message>
2594 <message name="IDS_USB_CHOOSER_DIALOG_FOOTNOTE_TEXT" desc="This text is sh own at the bottom of the USB chooser dialog with a link to part of its text."> 2594 <message name="IDS_USB_CHOOSER_DIALOG_FOOTNOTE_TEXT" desc="This text is sh own at the bottom of the USB chooser dialog with a link to part of its text.">
2595 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph> 2595 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph>
2596 </message> 2596 </message>
2597 2597
2598 <!-- Payments --> 2598 <!-- Payments -->
2599 <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, fo r example, on their phone.">
2600 Save this card to this device
2601 </message>
2602 <message name="IDS_PAYMENTS_ACCEPTED_CARDS_LABEL" desc="The title for the section that displays the credit card types that the merchant accepts.">
2603 Cards accepted
2604 </message>
2599 <message name="IDS_PAYMENTS_METHOD_OF_PAYMENT_LABEL" desc="The title for t he section that lets the user select the method of payment."> 2605 <message name="IDS_PAYMENTS_METHOD_OF_PAYMENT_LABEL" desc="The title for t he section that lets the user select the method of payment.">
2600 Payment 2606 Payment
2601 </message> 2607 </message>
2608 <message name="IDS_PAYMENTS_SELECT_METHOD_OF_PAYMENT_PROMPT" desc="The lab el for the button that presents the user with the list of possible methods of pa yments, for example a list of their credit cards..">
2609 Select payment method
2610 </message>
2602 <message name="IDS_PAYMENTS_CONTACT_DETAILS_LABEL" desc="The title for the section that lets the user select how they can be contacted."> 2611 <message name="IDS_PAYMENTS_CONTACT_DETAILS_LABEL" desc="The title for the section that lets the user select how they can be contacted.">
2603 Contact info 2612 Contact info
2604 </message> 2613 </message>
2605 <message name="IDS_PAYMENTS_SELECT_CONTACT_DETAILS_PROMPT" desc="The label for the button that presents the user with the list of possible phone numbers a nd email addresses where the user can be reached."> 2614 <message name="IDS_PAYMENTS_SELECT_CONTACT_DETAILS_PROMPT" desc="The label for the button that presents the user with the list of possible phone numbers a nd email addresses where the user can be reached.">
2606 Select contact details 2615 Select contact details
2607 </message> 2616 </message>
2608 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for th e section of shipping information."> 2617 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for th e section of shipping information.">
2609 Shipping 2618 Shipping
2610 </message> 2619 </message>
2611 <message name="IDS_PAYMENTS_SHIPPING_ADDRESS_LABEL" desc="The title for th e section that lets the user select the address where the product should be ship ped."> 2620 <message name="IDS_PAYMENTS_SHIPPING_ADDRESS_LABEL" desc="The title for th e section that lets the user select the address where the product should be ship ped.">
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
2670 </message> 2679 </message>
2671 <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."> 2680 <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.">
2672 Invalid phone number 2681 Invalid phone number
2673 </message> 2682 </message>
2674 <message name="IDS_PAYMENTS_EMAIL_REQUIRED_VALIDATION_MESSAGE" desc="The t ext that informs the user that email address is required."> 2683 <message name="IDS_PAYMENTS_EMAIL_REQUIRED_VALIDATION_MESSAGE" desc="The t ext that informs the user that email address is required.">
2675 Email address required 2684 Email address required
2676 </message> 2685 </message>
2677 <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." > 2686 <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." >
2678 Invalid email address 2687 Invalid email address
2679 </message> 2688 </message>
2689 <message name="IDS_PAYMENTS_CARD_NUMBER_REQUIRED_VALIDATION_MESSAGE" desc= "The text that informs the user that the credit card number is required.">
2690 Card number required
2691 </message>
2692 <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.">
2693 Invalid card number
2694 </message>
2695 <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. ">
2696 Name required
2697 </message>
2698 <message name="IDS_PAYMENTS_BILLING_ADDRESS_REQUIRED_VALIDATION_MESSAGE" d esc="The text that informs the user that the billing address for the credit card is required.">
2699 Billing address required
2700 </message>
2680 <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."> 2701 <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.">
2681 Add contact info 2702 Add contact info
2682 </message> 2703 </message>
2683 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a user add a new shipping address."> 2704 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a user add a new shipping address.">
2684 Add address 2705 Add address
2685 </message> 2706 </message>
2686 <message name="IDS_PAYMENTS_ADD_PAYMENT_INSTRUMENT" desc="Text on a button that lets a user add a new payment method, like a credit card."> 2707 <message name="IDS_PAYMENTS_ADD_PAYMENT_INSTRUMENT" desc="Text on a button that lets a user add a new payment method, like a credit card.">
2687 Add card 2708 Add card
2688 </message> 2709 </message>
2689 <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."> 2710 <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.">
(...skipping 14 matching lines...) Expand all
2704 Tap this button for quick access to your tabs. 2725 Tap this button for quick access to your tabs.
2705 </message> 2726 </message>
2706 2727
2707 <!-- Item Chooser UI strings --> 2728 <!-- Item Chooser UI strings -->
2708 <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."> 2729 <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.">
2709 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2730 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2710 </message> 2731 </message>
2711 </messages> 2732 </messages>
2712 </release> 2733 </release>
2713 </grit> 2734 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698