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

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: Address first round of comments from dfalcantara@. 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 2584 matching lines...) Expand 10 before | Expand all | Expand 10 after
2595 No devices found. 2595 No devices found.
2596 </message> 2596 </message>
2597 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog."> 2597 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog.">
2598 Connect 2598 Connect
2599 </message> 2599 </message>
2600 <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."> 2600 <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.">
2601 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph> 2601 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph>
2602 </message> 2602 </message>
2603 2603
2604 <!-- Payments --> 2604 <!-- Payments -->
2605 <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.">
2606 Save this card to this device
2607 </message>
2608 <message name="IDS_PAYMENTS_ACCEPTED_CARDS_LABEL" desc="The title for the section that displays the credit card types that the merchant accepts.">
2609 Cards accepted
2610 </message>
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."> 2611 <message name="IDS_PAYMENTS_METHOD_OF_PAYMENT_LABEL" desc="The title for t he section that lets the user select the method of payment.">
2606 Payment 2612 Payment
2607 </message> 2613 </message>
2614 <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..">
2615 Select payment method
2616 </message>
2608 <message name="IDS_PAYMENTS_CONTACT_DETAILS_LABEL" desc="The title for the section that lets the user select how they can be contacted."> 2617 <message name="IDS_PAYMENTS_CONTACT_DETAILS_LABEL" desc="The title for the section that lets the user select how they can be contacted.">
2609 Contact info 2618 Contact info
2610 </message> 2619 </message>
2611 <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."> 2620 <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.">
2612 Select contact details 2621 Select contact details
2613 </message> 2622 </message>
2614 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for th e section of shipping information."> 2623 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for th e section of shipping information.">
2615 Shipping 2624 Shipping
2616 </message> 2625 </message>
2617 <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."> 2626 <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
2676 </message> 2685 </message>
2677 <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."> 2686 <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.">
2678 Invalid phone number 2687 Invalid phone number
2679 </message> 2688 </message>
2680 <message name="IDS_PAYMENTS_EMAIL_REQUIRED_VALIDATION_MESSAGE" desc="The t ext that informs the user that email address is required."> 2689 <message name="IDS_PAYMENTS_EMAIL_REQUIRED_VALIDATION_MESSAGE" desc="The t ext that informs the user that email address is required.">
2681 Email address required 2690 Email address required
2682 </message> 2691 </message>
2683 <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." > 2692 <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." >
2684 Invalid email address 2693 Invalid email address
2685 </message> 2694 </message>
2695 <message name="IDS_PAYMENTS_CARD_NUMBER_REQUIRED_VALIDATION_MESSAGE" desc= "The text that informs the user that the credit card number is required.">
2696 Card number required
gone 2016/07/14 22:36:36 Wonder if it'd make sense to just say "Required fi
please use gerrit instead 2016/07/15 00:24:37 Done, also reusing more of the autofill strings, t
2697 </message>
2698 <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.">
2699 Invalid card number
2700 </message>
2701 <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. ">
2702 Name required
2703 </message>
2704 <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.">
2705 Billing address required
2706 </message>
2686 <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."> 2707 <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.">
2687 Add contact info 2708 Add contact info
2688 </message> 2709 </message>
2689 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a user add a new shipping address."> 2710 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a user add a new shipping address.">
2690 Add address 2711 Add address
2691 </message> 2712 </message>
2692 <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."> 2713 <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.">
2693 Add card 2714 Add card
2694 </message> 2715 </message>
2695 <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."> 2716 <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
2710 Tap this button for quick access to your tabs. 2731 Tap this button for quick access to your tabs.
2711 </message> 2732 </message>
2712 2733
2713 <!-- Item Chooser UI strings --> 2734 <!-- Item Chooser UI strings -->
2714 <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."> 2735 <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.">
2715 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2736 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2716 </message> 2737 </message>
2717 </messages> 2738 </messages>
2718 </release> 2739 </release>
2719 </grit> 2740 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698