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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 </message> | 274 </message> |
275 | 275 |
276 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam
e of the utility process used for parsing payment manifest files."> | 276 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam
e of the utility process used for parsing payment manifest files."> |
277 Payment Manifest Parser | 277 Payment Manifest Parser |
278 </message> | 278 </message> |
279 <if expr="is_android"> | 279 <if expr="is_android"> |
280 <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"> | 280 <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"> |
281 Leaving incognito mode to pay via an external application. Continue? | 281 Leaving incognito mode to pay via an external application. Continue? |
282 </message> | 282 </message> |
283 </if> | 283 </if> |
| 284 |
| 285 <!-- Payment Request section preview strings. They are slightly different on d
esktop and android because the pluralization and formatting code behaves differe
ntly. --> |
| 286 <if expr="is_android"> |
| 287 <message name="IDS_PAYMENT_REQUEST_PAYMENT_METHODS_PREVIEW" desc="This is a
snippet of a payment method a user has saved to Chrome, plus an indication of th
e number of additional payment methods the user has saved. Its function is to sh
ow the user has payment methods that can be used to complete a payment, and thus
doesn't have to type the entire payment method. [ICU Syntax]"> |
| 288 {PAYMENT_METHOD, plural, |
| 289 =1 {<ph name="PAYMENT_METHOD_PREVIEW">%1$s<ex>VISA ....1234</ex></ph>\u20
26 and <ph name="NUMBER_OF_ADDITIONAL_PAYMENT_METHODS">%2$s<ex>1</ex></ph> more} |
| 290 other {<ph name="PAYMENT_METHOD_PREVIEW">%1$s<ex>VISA ....1234</ex></ph>\
u2026 and <ph name="NUMBER_OF_ADDITIONAL_PAYMENT_METHODS">%2$s<ex>2</ex></ph> mo
re}} |
| 291 </message> |
| 292 <message name="IDS_PAYMENT_REQUEST_SHIPPING_ADDRESSES_PREVIEW" desc="This is
a snippet of a shipping address a user has saved to Chrome, plus an indication
of the number of additional shipping addresses the user has saved. Its function
is to show the user has shipping addresses that can be used to complete a purcha
se, and thus doesn't have to type the entire address. [ICU Syntax]"> |
| 293 {SHIPPING_ADDRESS, plural, |
| 294 =1 {<ph name="SHIPPING_ADDRESS_PREVIEW">%1$s<ex>Jerry, 1253 Mcgill colleg
e</ex></ph>\u2026 and <ph name="NUMBER_OF_ADDITIONAL_ADDRESSES">%2$s<ex>1</ex></
ph> more} |
| 295 other {<ph name="SHIPPING_ADDRESS_PREVIEW">%1$s<ex>Jerry, 1253 Mcgill col
lege</ex></ph>\u2026 and <ph name="NUMBER_OF_ADDITIONAL_ADDRESSES">%2$s<ex>2</ex
></ph> more}} |
| 296 </message> |
| 297 <message name="IDS_PAYMENT_REQUEST_SHIPPING_OPTIONS_PREVIEW" desc="This is a
snippet of a shipping option a merchant supports, plus an indication of the num
ber of additional shipping options the merchant supports. Its function is to sho
w the user can choose different shipping options to complete a purchase. [ICU Sy
ntax]"> |
| 298 {SHIPPING_OPTIONS, plural, |
| 299 =1 {<ph name="SHIPPING_OPTION_PREVIEW">%1$s<ex>standard shipping</ex></ph
>\u2026 and <ph name="NUMBER_OF_ADDITIONAL_SHIPPING_OPTIONS">%2$s<ex>1</ex></ph>
more} |
| 300 other {<ph name="SHIPPING_OPTION_PREVIEW">%1$s<ex>standard shipping</ex><
/ph>\u2026 and <ph name="NUMBER_OF_ADDITIONAL_SHIPPING_OPTIONS">%2$s<ex>2</ex></
ph> more}} |
| 301 </message> |
| 302 <message name="IDS_PAYMENT_REQUEST_CONTACTS_PREVIEW" desc="This is a snippet
of a contact a user has saved to Chrome, plus an indication of the number of ad
ditional contacts the user has saved. Its function is to show the user has conta
cts that can be used to complete a purchase, and thus doesn't have to type the e
ntire contact info. [ICU Syntax]"> |
| 303 {CONTACT, plural, |
| 304 =1 {<ph name="CONTACT_PREVIEW">%1$s<ex>Jerry, 438-123-1922</ex></ph>\u202
6 and <ph name="NUMBER_OF_ADDITIONAL_CONTACTS">%2$s<ex>1</ex></ph> more} |
| 305 other {<ph name="CONTACT_PREVIEW">%1$s<ex>Jerry, 438-123-1922</ex></ph>\u
2026 and <ph name="NUMBER_OF_ADDITIONAL_CONTACTS">%2$s<ex>2</ex></ph> more}} |
| 306 </message> |
| 307 </if> |
| 308 <if expr="not is_android"> |
| 309 <message name="IDS_PAYMENT_REQUEST_PAYMENT_METHODS_PREVIEW" desc="This is a
snippet of a payment method a user has saved to Chrome, plus an indication of th
e number of additional payment methods the user has saved. Its function is to sh
ow the user has payment methods that can be used to complete a payment, and thus
doesn't have to type the entire payment method. [ICU Syntax]"> |
| 310 {PAYMENT_METHOD, plural, |
| 311 =1 {<ph name="PAYMENT_METHOD_PREVIEW">{1}<ex>VISA ....1234</ex></ph> and
<ph name="NUMBER_OF_ADDITIONAL_PAYMENT_METHODS">{2}<ex>1</ex></ph> more} |
| 312 other {<ph name="PAYMENT_METHOD_PREVIEW">{1}<ex>VISA ....1234</ex></ph> a
nd <ph name="NUMBER_OF_ADDITIONAL_PAYMENT_METHODS">{2}<ex>2</ex></ph> more}} |
| 313 </message> |
| 314 <message name="IDS_PAYMENT_REQUEST_SHIPPING_ADDRESSES_PREVIEW" desc="This is
a snippet of a shipping address a user has saved to Chrome, plus an indication
of the number of additional shipping addresses the user has saved. Its function
is to show the user has shipping addresses that can be used to complete a purcha
se, and thus doesn't have to type the entire address. [ICU Syntax]" formatter_da
ta="android_java"> |
| 315 {SHIPPING_ADDRESS, plural, |
| 316 =1 {<ph name="SHIPPING_ADDRESS_PREVIEW">{1}<ex>Jerry, 1253 Mcgill college<
/ex></ph> and <ph name="NUMBER_OF_ADDITIONAL_ADDRESSES">{2}<ex>1</ex></ph> more} |
| 317 other {<ph name="SHIPPING_ADDRESS_PREVIEW">{1}<ex>Jerry, 1253 Mcgill colle
ge</ex></ph> and <ph name="NUMBER_OF_ADDITIONAL_ADDRESSES">{2}<ex>2</ex></ph> mo
re}} |
| 318 </message> |
| 319 <message name="IDS_PAYMENT_REQUEST_SHIPPING_OPTIONS_PREVIEW" desc="This is a
snippet of a shipping option a merchant supports, plus an indication of the num
ber of additional shipping options the merchant supports. Its function is to sho
w the user can choose different shipping options to complete a purchase. [ICU Sy
ntax]"> |
| 320 {SHIPPING_OPTIONS, plural, |
| 321 =1 {<ph name="SHIPPING_OPTION_PREVIEW">{1}<ex>standard shipping</ex></ph>
and <ph name="NUMBER_OF_ADDITIONAL_SHIPPING_OPTIONS">{2}<ex>1</ex></ph> more} |
| 322 other {<ph name="SHIPPING_OPTION_PREVIEW">{1}<ex>standard shipping</ex></
ph> and <ph name="NUMBER_OF_ADDITIONAL_SHIPPING_OPTIONS">{2}<ex>2</ex></ph> more
}} |
| 323 </message> |
| 324 <message name="IDS_PAYMENT_REQUEST_CONTACTS_PREVIEW" desc="This is a snippet
of a contact a user has saved to Chrome, plus an indication of the number of ad
ditional contacts the user has saved. Its function is to show the user has conta
cts that can be used to complete a purchase, and thus doesn't have to type the e
ntire contact info. [ICU Syntax]"> |
| 325 {CONTACT, plural, |
| 326 =1 {<ph name="CONTACT_PREVIEW">{1}<ex>Jerry, 438-123-1922</ex></ph> and <
ph name="NUMBER_OF_ADDITIONAL_CONTACTS">{2}<ex>1</ex></ph> more} |
| 327 other {<ph name="CONTACT_PREVIEW">{1}<ex>Jerry, 438-123-1922</ex></ph> an
d <ph name="NUMBER_OF_ADDITIONAL_CONTACTS">{2}<ex>2</ex></ph> more}} |
| 328 </message> |
| 329 </if> |
284 </grit-part> | 330 </grit-part> |
OLD | NEW |