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

Side by Side Diff: components/payments_strings.grdp

Issue 2946013002: PaymentHandler: Implement requestPermission().
Patch Set: PaymentHandler: Implement requestPermission(). Created 3 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 <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_PHONE_FIELD_IN_CONTACT_DETAILS" desc="The label fo r text input field containing a phone number. [CHAR-LIMIT=32]"> 10 <message name="IDS_PAYMENTS_PHONE_FIELD_IN_CONTACT_DETAILS" desc="The label fo r text input field containing a phone number. [CHAR-LIMIT=32]">
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 303
304 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam e of the utility process used for parsing payment manifest files."> 304 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam e of the utility process used for parsing payment manifest files.">
305 Payment Manifest Parser 305 Payment Manifest Parser
306 </message> 306 </message>
307 <if expr="is_android"> 307 <if expr="is_android">
308 <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"> 308 <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">
309 Leaving incognito mode to pay via an external application. Continue? 309 Leaving incognito mode to pay via an external application. Continue?
310 </message> 310 </message>
311 </if> 311 </if>
312 312
313 <!-- PaymentHandler API -->
314 <message name="IDS_PAYMENTS_PAYMENT_HANDLER_REQUEST_PERMISSION" desc="requestP ermission">
315 Chromium needs permission to install a new payment app provided from this si te.
316 </message>
317
313 <!-- Payment Request section preview strings. They are slightly different on d esktop and android because the pluralization and formatting code behaves differe ntly. --> 318 <!-- Payment Request section preview strings. They are slightly different on d esktop and android because the pluralization and formatting code behaves differe ntly. -->
314 <if expr="not is_android"> 319 <if expr="not is_android">
315 <message name="IDS_PAYMENT_REQUEST_PAYMENT_METHODS_PREVIEW" desc="This is a snippet of a payment method a user has saved to Chrome, plus an indication of th e number of additional payment methods the user has saved. Its function is to sh ow the user has payment methods that can be used to complete a payment, and thus doesn't have to type the entire payment method. [ICU Syntax]"> 320 <message name="IDS_PAYMENT_REQUEST_PAYMENT_METHODS_PREVIEW" desc="This is a snippet of a payment method a user has saved to Chrome, plus an indication of th e number of additional payment methods the user has saved. Its function is to sh ow the user has payment methods that can be used to complete a payment, and thus doesn't have to type the entire payment method. [ICU Syntax]">
316 {PAYMENT_METHOD, plural, 321 {PAYMENT_METHOD, plural,
317 =0 {<ph name="PAYMENT_METHOD_PREVIEW">{1}<ex>VISA ....1234</ex></ph>} 322 =0 {<ph name="PAYMENT_METHOD_PREVIEW">{1}<ex>VISA ....1234</ex></ph>}
318 =1 {<ph name="PAYMENT_METHOD_PREVIEW">{1}<ex>VISA ....1234</ex></ph> and <ph name="NUMBER_OF_ADDITIONAL_PAYMENT_METHODS">{2}<ex>1</ex></ph> more} 323 =1 {<ph name="PAYMENT_METHOD_PREVIEW">{1}<ex>VISA ....1234</ex></ph> and <ph name="NUMBER_OF_ADDITIONAL_PAYMENT_METHODS">{2}<ex>1</ex></ph> more}
319 other {<ph name="PAYMENT_METHOD_PREVIEW">{1}<ex>VISA ....1234</ex></ph> a nd <ph name="NUMBER_OF_ADDITIONAL_PAYMENT_METHODS">{2}<ex>2</ex></ph> more}} 324 other {<ph name="PAYMENT_METHOD_PREVIEW">{1}<ex>VISA ....1234</ex></ph> a nd <ph name="NUMBER_OF_ADDITIONAL_PAYMENT_METHODS">{2}<ex>2</ex></ph> more}}
320 </message> 325 </message>
321 <message name="IDS_PAYMENT_REQUEST_SHIPPING_ADDRESSES_PREVIEW" desc="This is a snippet of a shipping address a user has saved to Chrome, plus an indication of the number of additional shipping addresses the user has saved. Its function is to show the user has shipping addresses that can be used to complete a purcha se, and thus doesn't have to type the entire address. [ICU Syntax]" formatter_da ta="android_java"> 326 <message name="IDS_PAYMENT_REQUEST_SHIPPING_ADDRESSES_PREVIEW" desc="This is a snippet of a shipping address a user has saved to Chrome, plus an indication of the number of additional shipping addresses the user has saved. Its function is to show the user has shipping addresses that can be used to complete a purcha se, and thus doesn't have to type the entire address. [ICU Syntax]" formatter_da ta="android_java">
322 {SHIPPING_ADDRESS, plural, 327 {SHIPPING_ADDRESS, plural,
(...skipping 22 matching lines...) Expand all
345 <message name="IDS_PAYMENTS_EDIT" desc="The screen reader string for the penci l edit button in the Desktop Payments dialog"> 350 <message name="IDS_PAYMENTS_EDIT" desc="The screen reader string for the penci l edit button in the Desktop Payments dialog">
346 Edit 351 Edit
347 </message> 352 </message>
348 <message name="IDS_PAYMENTS_ROW_ACCESSIBLE_NAME_FORMAT" desc="The format to bu ild the screen reader string for Payment Sheet rows"> 353 <message name="IDS_PAYMENTS_ROW_ACCESSIBLE_NAME_FORMAT" desc="The format to bu ild the screen reader string for Payment Sheet rows">
349 <ph name="ROW_NAME">$1<ex>Payment Method</ex></ph> <ph name="ROW_CONTENT">$2 <ex>VISA ****1234</ex></ph> 354 <ph name="ROW_NAME">$1<ex>Payment Method</ex></ph> <ph name="ROW_CONTENT">$2 <ex>VISA ****1234</ex></ph>
350 </message> 355 </message>
351 <message name="IDS_PAYMENTS_PROFILE_LABELS_ACCESSIBLE_FORMAT" desc="The format to build the screen reader string for profile labels"> 356 <message name="IDS_PAYMENTS_PROFILE_LABELS_ACCESSIBLE_FORMAT" desc="The format to build the screen reader string for profile labels">
352 <ph name="FIRST_LABEL">$1<ex>VISA ****1234</ex></ph> <ph name="SECOND_LABEL" >$2<ex>Homer Simpson</ex></ph> <ph name="THIRD_LABEL">$3<ex>123 Fake Street</ex> </ph> 357 <ph name="FIRST_LABEL">$1<ex>VISA ****1234</ex></ph> <ph name="SECOND_LABEL" >$2<ex>Homer Simpson</ex></ph> <ph name="THIRD_LABEL">$3<ex>123 Fake Street</ex> </ph>
353 </message> 358 </message>
354 </grit-part> 359 </grit-part>
OLDNEW
« no previous file with comments | « components/infobars/core/infobar_delegate.h ('k') | content/browser/permissions/permission_service_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698