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

Side by Side Diff: components/payments_strings.grdp

Issue 2759283002: Make payment manifest download/parse cross-platform (Closed)
Patch Set: Address comments Created 3 years, 9 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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 <message name="IDS_PAYMENTS_UNSUPPORTED_PICKUP_ADDRESS" desc="Text implying th at a user needs to choose a different pickup address, because the currently sele cted address is not supported. This address can be used, for example, for laundr y pickup." formatter_data="android_java"> 242 <message name="IDS_PAYMENTS_UNSUPPORTED_PICKUP_ADDRESS" desc="Text implying th at a user needs to choose a different pickup address, because the currently sele cted address is not supported. This address can be used, for example, for laundr y pickup." formatter_data="android_java">
243 Unsupported pickup address. Select a different address. 243 Unsupported pickup address. Select a different address.
244 </message> 244 </message>
245 <message name="IDS_PAYMENTS_UNSUPPORTED_PICKUP_OPTION" desc="Text implying tha t a user needs to choose a different pickup option, because the currently select ed option is not supported. This option can be used, for example, for laundry pi ckup." formatter_data="android_java"> 245 <message name="IDS_PAYMENTS_UNSUPPORTED_PICKUP_OPTION" desc="Text implying tha t a user needs to choose a different pickup option, because the currently select ed option is not supported. This option can be used, for example, for laundry pi ckup." formatter_data="android_java">
246 That pickup option isn’t available. Try a different option. 246 That pickup option isn’t available. Try a different option.
247 </message> 247 </message>
248 <message name="IDS_PAYMENTS_ANDROID_APP_ERROR" desc="Error message that is sho wn when an Android payment application fails to start." formatter_data="android_ java"> 248 <message name="IDS_PAYMENTS_ANDROID_APP_ERROR" desc="Error message that is sho wn when an Android payment application fails to start." formatter_data="android_ java">
249 Unable to launch payment app. 249 Unable to launch payment app.
250 </message> 250 </message>
251 251
252 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam e of the utility process used for parsing manifest files.">
253 Payment Manifest Parser
254 </message>
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_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">
254 Manifest Parser
255 </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">
257 Leaving incognito mode to pay via an external application. Continue? 257 Leaving incognito mode to pay via an external application. Continue?
258 </message> 258 </message>
259 </if> 259 </if>
260 </grit-part> 260 </grit-part>
OLDNEW
« no previous file with comments | « components/payments/content/utility/payment_manifest_parser_unittest.cc ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698