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

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

Issue 2066483010: Phone and email selection UI for PaymentRequest (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix integration test Created 4 years, 6 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 2476 matching lines...) Expand 10 before | Expand all | Expand 10 after
2487 Connect 2487 Connect
2488 </message> 2488 </message>
2489 <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."> 2489 <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.">
2490 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph> 2490 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph>
2491 </message> 2491 </message>
2492 2492
2493 <!-- Payments --> 2493 <!-- Payments -->
2494 <message name="IDS_PAYMENTS_METHOD_OF_PAYMENT_LABEL" desc="The title for t he section that lets the user select the method of payment."> 2494 <message name="IDS_PAYMENTS_METHOD_OF_PAYMENT_LABEL" desc="The title for t he section that lets the user select the method of payment.">
2495 Payment 2495 Payment
2496 </message> 2496 </message>
2497 <message name="IDS_PAYMENTS_CONTACT_DETAILS_LABEL" desc="The title for the section that lets the user select how they can be contacted.">
2498 Contact info
2499 </message>
2500 <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.">
2501 Select contact details
2502 </message>
2497 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for th e section of shipping information."> 2503 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for th e section of shipping information.">
2498 Shipping 2504 Shipping
2499 </message> 2505 </message>
2500 <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."> 2506 <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.">
2501 Shipping address 2507 Shipping address
2502 </message> 2508 </message>
2503 <message name="IDS_PAYMENTS_SHIPPING_OPTION_LABEL" desc="The title for the section that lets the user select how the product should be shipped."> 2509 <message name="IDS_PAYMENTS_SHIPPING_OPTION_LABEL" desc="The title for the section that lets the user select how the product should be shipped.">
2504 Shipping option 2510 Shipping option
2505 </message> 2511 </message>
2506 <message name="IDS_PAYMENTS_SELECT_SHIPPING_PROMPT" desc="The label for th e button that presents the user with the list of possible shipping addresses and options."> 2512 <message name="IDS_PAYMENTS_SELECT_SHIPPING_PROMPT" desc="The label for th e button that presents the user with the list of possible shipping addresses and options.">
(...skipping 22 matching lines...) Expand all
2529 </message> 2535 </message>
2530 <message name="IDS_PAYMENTS_PROCESSING_MESSAGE" desc="The text that inform s the user that the payment is being verified and charged."> 2536 <message name="IDS_PAYMENTS_PROCESSING_MESSAGE" desc="The text that inform s the user that the payment is being verified and charged.">
2531 Processing 2537 Processing
2532 </message> 2538 </message>
2533 <message name="IDS_PAYMENTS_SUCCESS_MESSAGE" desc="The text that informs t he user that the payment has been verified and charged."> 2539 <message name="IDS_PAYMENTS_SUCCESS_MESSAGE" desc="The text that informs t he user that the payment has been verified and charged.">
2534 Payment processed 2540 Payment processed
2535 </message> 2541 </message>
2536 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment."> 2542 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment.">
2537 There was an error processing your order. Please check your account and try again. 2543 There was an error processing your order. Please check your account and try again.
2538 </message> 2544 </message>
2545 <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.">
2546 Add contact info
2547 </message>
2539 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a user add a new shipping address."> 2548 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a user add a new shipping address.">
2540 Add address 2549 Add address
2541 </message> 2550 </message>
2542 <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."> 2551 <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.">
2543 Add card 2552 Add card
2544 </message> 2553 </message>
2545 <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."> 2554 <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.">
2546 Select a shipping address to check shipping methods. 2555 Select a shipping address to check shipping methods.
2547 </message> 2556 </message>
2548 <message name="IDS_PAYMENTS_CHECKING_OPTION" desc="Text explaining that th e option the user selected is being checked and verified."> 2557 <message name="IDS_PAYMENTS_CHECKING_OPTION" desc="Text explaining that th e option the user selected is being checked and verified.">
2549 Checking 2558 Checking
2550 </message> 2559 </message>
2551 <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."> 2560 <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.">
2552 Unsupported shipping address. Select a different adddress. 2561 Unsupported shipping address. Select a different adddress.
2553 </message> 2562 </message>
2554 2563
2555 <!-- Migration strings --> 2564 <!-- Migration strings -->
2556 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2565 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2557 Quickly switch tabs 2566 Quickly switch tabs
2558 </message> 2567 </message>
2559 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2568 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2560 Tap this button for quick access to your tabs. 2569 Tap this button for quick access to your tabs.
2561 </message> 2570 </message>
2562 </messages> 2571 </messages>
2563 </release> 2572 </release>
2564 </grit> 2573 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698