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

Side by Side Diff: components/payments_strings.grdp

Issue 2814173002: [Web Payments] Prettify the payment sheet rows in some states. (Closed)
Patch Set: Created 3 years, 8 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 <grit-part> 2 <grit-part>
3 3
4 <message name="IDS_PAYMENTS_TITLE" desc="Title of the dialog that presents a r equest for payment for some good or service [Desktop and iOS only]."> 4 <message name="IDS_PAYMENTS_TITLE" desc="Title of the dialog that presents a r equest for payment for some good or service [Desktop and iOS only].">
5 Your Payment 5 Your Payment
6 </message> 6 </message>
7 <message name="IDS_PAYMENTS_NAME_FIELD_IN_CONTACT_DETAILS" desc="The label for text input field containing the full name of a person. [CHAR-LIMIT=32]" formatt er_data="android_java"> 7 <message name="IDS_PAYMENTS_NAME_FIELD_IN_CONTACT_DETAILS" desc="The label for text input field containing the full name of a person. [CHAR-LIMIT=32]" formatt er_data="android_java">
8 Name 8 Name
9 </message> 9 </message>
10 <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, for ex ample, on their phone." formatter_data="android_java"> 10 <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, for ex ample, on their phone." formatter_data="android_java">
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 </message> 200 </message>
201 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_MORE_ITEMS" desc="The label i n the Order Summary section of the Payment Sheet that indicates how many display items are hidden."> 201 <message name="IDS_PAYMENT_REQUEST_ORDER_SUMMARY_MORE_ITEMS" desc="The label i n the Order Summary section of the Payment Sheet that indicates how many display items are hidden.">
202 <ph name="ITEM_COUNT">$1<ex>2</ex></ph> more items... 202 <ph name="ITEM_COUNT">$1<ex>2</ex></ph> more items...
203 </message> 203 </message>
204 <message name="IDS_PAYMENT_REQUEST_SHIPPING_SECTION_NAME" desc="The name of th e Shipping Address section in the Payment Sheet of the Payment Request dialog."> 204 <message name="IDS_PAYMENT_REQUEST_SHIPPING_SECTION_NAME" desc="The name of th e Shipping Address section in the Payment Sheet of the Payment Request dialog.">
205 Shipping address 205 Shipping address
206 </message> 206 </message>
207 <message name="IDS_PAYMENT_REQUEST_CONTACT_INFO_SECTION_NAME" desc="The name o f the Contact Info section in the Payment Sheet of the Payment Request dialog."> 207 <message name="IDS_PAYMENT_REQUEST_CONTACT_INFO_SECTION_NAME" desc="The name o f the Contact Info section in the Payment Sheet of the Payment Request dialog.">
208 Contact info 208 Contact info
209 </message> 209 </message>
210 <message name="IDS_PAYMENT_REQUEST_ADD_SECTION_BUTTON" desc="The string on the section button in the Payment Sheet when the section has no available elements to select">
Mathieu 2017/04/13 00:12:45 let's use IDS_ADD from components_strings.grd
anthonyvd 2017/04/13 18:33:33 Done.
211 Add
212 </message>
213 <message name="IDS_PAYMENT_REQUEST_CHOOSE_SECTION_BUTTON" desc="The string o n the section button in the Payment Sheet when the section has available element s to select but none is selected.">
Mathieu 2017/04/13 00:12:45 can you move IDS_CHOOSE from android to components
anthonyvd 2017/04/13 18:33:33 Done.
214 Choose
215 </message>
210 216
211 <!-- Shipping address in web payments API --> 217 <!-- Shipping address in web payments API -->
212 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for the se ction of shipping information. Shipping is used for packages and things that are mailed. In American English, “shipping” is differentiated from “delivery”. “Del ivery” is used, for example, for food delivery." formatter_data="android_java"> 218 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for the se ction of shipping information. Shipping is used for packages and things that are mailed. In American English, “shipping” is differentiated from “delivery”. “Del ivery” is used, for example, for food delivery." formatter_data="android_java">
213 Shipping 219 Shipping
214 </message> 220 </message>
215 <message name="IDS_PAYMENTS_SHIPPING_ADDRESS_LABEL" desc="The title for the se ction that lets the user select the address where the product should be shipped. Shipping is typically used for packages." formatter_data="android_java"> 221 <message name="IDS_PAYMENTS_SHIPPING_ADDRESS_LABEL" desc="The title for the se ction that lets the user select the address where the product should be shipped. Shipping is typically used for packages." formatter_data="android_java">
216 Shipping address 222 Shipping address
217 </message> 223 </message>
218 <message name="IDS_PAYMENTS_SHIPPING_OPTION_LABEL" desc="The title for the sec tion that lets the user select how the product should be shipped. Shipping is ty pically used for packages." formatter_data="android_java"> 224 <message name="IDS_PAYMENTS_SHIPPING_OPTION_LABEL" desc="The title for the sec tion that lets the user select how the product should be shipped. Shipping is ty pically used for packages." formatter_data="android_java">
219 Shipping method 225 Shipping method
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 279
274 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam e of the utility process used for parsing payment manifest files."> 280 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam e of the utility process used for parsing payment manifest files.">
275 Payment Manifest Parser 281 Payment Manifest Parser
276 </message> 282 </message>
277 <if expr="is_android"> 283 <if expr="is_android">
278 <message name="IDS_EXTERNAL_PAYMENT_APP_LEAVE_INCOGNITO_WARNING" desc="Alert dialog text warning the user that incognito mode does not continue into externa l payment apps." formatter_data="android_java"> 284 <message name="IDS_EXTERNAL_PAYMENT_APP_LEAVE_INCOGNITO_WARNING" desc="Alert dialog text warning the user that incognito mode does not continue into externa l payment apps." formatter_data="android_java">
279 Leaving incognito mode to pay via an external application. Continue? 285 Leaving incognito mode to pay via an external application. Continue?
280 </message> 286 </message>
281 </if> 287 </if>
282 </grit-part> 288 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698