OLD | NEW |
---|---|
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 Loading... | |
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 Manifest Parser | |
Mathieu
2017/03/21 20:18:12
Payment Manifest Parser? If I saw "Manifest Parser
please use gerrit instead
2017/03/21 20:34:52
Done.
| |
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."> | |
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"> | 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> |
OLD | NEW |