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

Side by Side Diff: components/payments_strings.grdp

Issue 2816083002: [WebPayments] Desktop implementation of Contact Editor (Closed)
Patch Set: compile error + rebase 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_PHONE_FIELD_IN_CONTACT_DETAILS" desc="The label fo r text input field containing a phone number. [CHAR-LIMIT=32]" formatter_data="a ndroid_java">
Mathieu 2017/04/17 02:50:10 let's remove formatted_data="android" if not used
tmartino 2017/04/18 19:39:18 Done
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]" formatter_data= "android_java">
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 253 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