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

Unified Diff: components/payments_strings.grdp

Issue 2766413003: test (Closed)
Patch Set: format Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompletePhoneTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/payments_strings.grdp
diff --git a/components/payments_strings.grdp b/components/payments_strings.grdp
index 671e5c99b68ec42a4287d79c5cd058bf71302303..1430cd43b63cd04d38a681d811f8efe170ea774c 100644
--- a/components/payments_strings.grdp
+++ b/components/payments_strings.grdp
@@ -185,6 +185,18 @@
<message name="IDS_PAYMENT_REQUEST_CONTACT_INFO_SECTION_NAME" desc="The name of the Contact Info section in the Payment Sheet of the Payment Request dialog.">
Contact info
</message>
+ <message name="IDS_PAYMENT_REQUEST_PAYMENT_METHODS_PREVIEW" desc="The summary of the available payment methods in the payment method section on the Payment Request dialog." formatter_data="android_java">
+ <ph name="PAYMENT_METHOD_PREVIEW">%1$s<ex>VISA ....1234</ex></ph>... and <ph name="NUMBER_OF_AVAILABLE_PAYMENT_METHODS">%2$s<ex>1</ex></ph> more
+ </message>
+ <message name="IDS_PAYMENT_REQUEST_SHIPPING_ADDRESSES_PREVIEW" desc="The summary of the available shipping addressses in the shipping address section on the Payment Request dialog." formatter_data="android_java">
+ <ph name="SHIPPING_ADDRESS_PREVIEW">%1$s<ex>Jerry, 1253 Mcgill college</ex></ph>... and <ph name="NUMBER_OF_AVAILABLE_ADDRESSES">%2$s<ex>1</ex></ph> more
+ </message>
+ <message name="IDS_PAYMENT_REQUEST_SHIPPING_OPTIONS_PREVIEW" desc="The summary of the available shipping options in the shipping option section on the Payment Request dialog." formatter_data="android_java">
+ <ph name="SHIPPING_OPTION_PREVIEW">%1$s<ex>standard shipping</ex></ph>... and <ph name="NUMBER_OF_AVAILABLE_SHIPPING_OPTIONS">%2$s<ex>1</ex></ph> more
+ </message>
+ <message name="IDS_PAYMENT_REQUEST_CONTACTS_PREVIEW" desc="The summary of the available contacts in the payment contact section on the Payment Request dialog." formatter_data="android_java">
+ <ph name="CONTACT_PREVIEW">%1$s<ex>Jerry, 438-123-1922</ex></ph>... and <ph name="NUMBER_OF_AVAILABLE_CONTACTS">%2$s<ex>1</ex></ph> more
+ </message>
<!-- Shipping address in web payments API -->
<message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for the section of shipping information. Shipping is typically used for packages." formatter_data="android_java">
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/payments/PaymentRequestIncompletePhoneTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698