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

Side by Side Diff: components/payments_strings.grdp

Issue 2816083002: [WebPayments] Desktop implementation of Contact Editor (Closed)
Patch Set: rebase Created 3 years, 7 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
« no previous file with comments | « components/autofill/core/browser/validation.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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]">
11 Phone number
12 </message>
13 <message name="IDS_PAYMENTS_EMAIL_FIELD_IN_CONTACT_DETAILS" desc="The label fo r text input field containing an email address. [CHAR-LIMIT=32]">
14 Email
15 </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"> 16 <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">
11 Save this card to this device 17 Save this card to this device
12 </message> 18 </message>
13 <message name="IDS_PAYMENTS_ACCEPTED_CARDS_LABEL" desc="The title for the sect ion that displays the credit card types that the merchant accepts. Below the tit le, we show a row of icons indicating the accepted cards (Visa icon, Mastercard icon, etc.)." formatter_data="android_java"> 19 <message name="IDS_PAYMENTS_ACCEPTED_CARDS_LABEL" desc="The title for the sect ion that displays the credit card types that the merchant accepts. Below the tit le, we show a row of icons indicating the accepted cards (Visa icon, Mastercard icon, etc.)." formatter_data="android_java">
14 Accepted cards 20 Accepted cards
15 </message> 21 </message>
16 <message name="IDS_PAYMENTS_METHOD_OF_PAYMENT_LABEL" desc="The title for the s ection that lets the user select the method of payment." formatter_data="android _java"> 22 <message name="IDS_PAYMENTS_METHOD_OF_PAYMENT_LABEL" desc="The title for the s ection that lets the user select the method of payment." formatter_data="android _java">
17 Payment method 23 Payment method
18 </message> 24 </message>
19 <message name="IDS_PAYMENTS_CONTACT_DETAILS_LABEL" desc="The title for the sec tion that lets the user select how they can be contacted." formatter_data="andro id_java"> 25 <message name="IDS_PAYMENTS_CONTACT_DETAILS_LABEL" desc="The title for the sec tion that lets the user select how they can be contacted." formatter_data="andro id_java">
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 281
276 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam e of the utility process used for parsing payment manifest files."> 282 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam e of the utility process used for parsing payment manifest files.">
277 Payment Manifest Parser 283 Payment Manifest Parser
278 </message> 284 </message>
279 <if expr="is_android"> 285 <if expr="is_android">
280 <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"> 286 <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">
281 Leaving incognito mode to pay via an external application. Continue? 287 Leaving incognito mode to pay via an external application. Continue?
282 </message> 288 </message>
283 </if> 289 </if>
284 </grit-part> 290 </grit-part>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/validation.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698