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

Side by Side Diff: components/payments_strings.grdp

Issue 2645813006: Download web payment manifests. (Closed)
Patch Set: Rebase 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
« no previous file with comments | « components/payments/core/DEPS ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 </message> 241 </message>
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
252 <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.">
254 Manifest Parser
255 </message>
256 </if>
251 </grit-part> 257 </grit-part>
OLDNEW
« no previous file with comments | « components/payments/core/DEPS ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698