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

Side by Side Diff: components/payments_strings.grdp

Issue 2802043002: Use web-app manifest format for Android payment apps. (Closed)
Patch Set: Address java comments. 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/utility/payment_manifest_parser_unittest.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_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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 <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"> 264 <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">
265 Unsupported pickup address. Select a different address. 265 Unsupported pickup address. Select a different address.
266 </message> 266 </message>
267 <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"> 267 <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">
268 That pickup option isn’t available. Try a different option. 268 That pickup option isn’t available. Try a different option.
269 </message> 269 </message>
270 <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"> 270 <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">
271 Unable to launch payment app. 271 Unable to launch payment app.
272 </message> 272 </message>
273 273
274 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam e of the utility process used for parsing manifest files."> 274 <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 275 Payment Manifest Parser
276 </message> 276 </message>
277 <if expr="is_android"> 277 <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"> 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">
279 Leaving incognito mode to pay via an external application. Continue? 279 Leaving incognito mode to pay via an external application. Continue?
280 </message> 280 </message>
281 </if> 281 </if>
282 </grit-part> 282 </grit-part>
OLDNEW
« no previous file with comments | « components/payments/content/utility/payment_manifest_parser_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698