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

Side by Side Diff: components/payments_strings.grdp

Issue 2768093006: [Payments] Desktop: Error message in the dialog. (Closed)
Patch Set: Test 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
« no previous file with comments | « components/payments/content/payment_request_dialog.h ('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_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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 </message> 69 </message>
70 <message name="IDS_PAYMENTS_PAY_BUTTON" desc="The label for the button that fi nishes the payment process." formatter_data="android_java"> 70 <message name="IDS_PAYMENTS_PAY_BUTTON" desc="The label for the button that fi nishes the payment process." formatter_data="android_java">
71 Pay 71 Pay
72 </message> 72 </message>
73 <message name="IDS_PAYMENTS_LOADING_MESSAGE" desc="The text that informs the u ser that payment information is being loaded up." formatter_data="android_java"> 73 <message name="IDS_PAYMENTS_LOADING_MESSAGE" desc="The text that informs the u ser that payment information is being loaded up." formatter_data="android_java">
74 Loading 74 Loading
75 </message> 75 </message>
76 <message name="IDS_PAYMENTS_PROCESSING_MESSAGE" desc="The text that informs th e user that payment is being processed." formatter_data="android_java"> 76 <message name="IDS_PAYMENTS_PROCESSING_MESSAGE" desc="The text that informs th e user that payment is being processed." formatter_data="android_java">
77 Processing 77 Processing
78 </message> 78 </message>
79 <message name="IDS_PAYMENTS_ERROR_MESSAGE_DIALOG_TITLE" desc="The title of the dialog that informs the user that there is error in verifying and charging the payment.">
80 Payment Not Completed
81 </message>
79 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the use r that there is error in verifying and charging the payment." formatter_data="an droid_java"> 82 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the use r that there is error in verifying and charging the payment." formatter_data="an droid_java">
80 There was an error processing your order. Please try again. 83 There was an error processing your order. Please try again.
81 </message> 84 </message>
82 <message name="IDS_PAYMENTS_ADD_CONTACT" desc="Text on a button that lets a us er add new contact details, like the user's full name, an email address or a pho ne number." formatter_data="android_java"> 85 <message name="IDS_PAYMENTS_ADD_CONTACT" desc="Text on a button that lets a us er add new contact details, like the user's full name, an email address or a pho ne number." formatter_data="android_java">
83 Add contact info 86 Add contact info
84 </message> 87 </message>
85 <message name="IDS_PAYMENTS_ADD_CARD" desc="Text on a button that lets a user add new payment card." formatter_data="android_java"> 88 <message name="IDS_PAYMENTS_ADD_CARD" desc="Text on a button that lets a user add new payment card." formatter_data="android_java">
86 Add card 89 Add card
87 </message> 90 </message>
88 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a us er add new address." formatter_data="android_java"> 91 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a us er add new address." formatter_data="android_java">
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
251 254
252 <if expr="is_android"> 255 <if expr="is_android">
253 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of t he utility process used for parsing manifest files."> 256 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of t he utility process used for parsing manifest files.">
254 Manifest Parser 257 Manifest Parser
255 </message> 258 </message>
256 <message name="IDS_EXTERNAL_PAYMENT_APP_LEAVE_INCOGNITO_WARNING" desc="Alert dialog text warning the user that incognito mode does not conitnue into externa l payment apps." formatter_data="android_java"> 259 <message name="IDS_EXTERNAL_PAYMENT_APP_LEAVE_INCOGNITO_WARNING" desc="Alert dialog text warning the user that incognito mode does not conitnue into externa l payment apps." formatter_data="android_java">
257 Leaving incognito mode to pay via an external application. Continue? 260 Leaving incognito mode to pay via an external application. Continue?
258 </message> 261 </message>
259 </if> 262 </if>
260 </grit-part> 263 </grit-part>
OLDNEW
« no previous file with comments | « components/payments/content/payment_request_dialog.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698