| 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 238 </message> | 238 </message> |
| 239 <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"> | 239 <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"> |
| 240 Unsupported pickup address. Select a different address. | 240 Unsupported pickup address. Select a different address. |
| 241 </message> | 241 </message> |
| 242 <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"> | 242 <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"> |
| 243 That pickup option isn’t available. Try a different option. | 243 That pickup option isn’t available. Try a different option. |
| 244 </message> | 244 </message> |
| 245 <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"> | 245 <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"> |
| 246 Unable to launch payment app. | 246 Unable to launch payment app. |
| 247 </message> | 247 </message> |
| 248 |
| 249 <if expr="is_android"> |
| 250 <message name="IDS_UTILITY_PROCESS_MANIFEST_PARSER_NAME" desc="The name of t
he utility process used for parsing manifest files."> |
| 251 Manifest Parser |
| 252 </message> |
| 253 </if> |
| 248 </grit-part> | 254 </grit-part> |
| OLD | NEW |