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_PHONE_FIELD_IN_CONTACT_DETAILS" desc="The label fo r text input field containing a phone number. [CHAR-LIMIT=32]"> | 10 <message name="IDS_PAYMENTS_PHONE_FIELD_IN_CONTACT_DETAILS" desc="The label fo r text input field containing a phone number. [CHAR-LIMIT=32]"> |
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
303 | 303 |
304 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam e of the utility process used for parsing payment manifest files."> | 304 <message name="IDS_UTILITY_PROCESS_PAYMENT_MANIFEST_PARSER_NAME" desc="The nam e of the utility process used for parsing payment manifest files."> |
305 Payment Manifest Parser | 305 Payment Manifest Parser |
306 </message> | 306 </message> |
307 <if expr="is_android"> | 307 <if expr="is_android"> |
308 <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"> | 308 <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"> |
309 Leaving incognito mode to pay via an external application. Continue? | 309 Leaving incognito mode to pay via an external application. Continue? |
310 </message> | 310 </message> |
311 </if> | 311 </if> |
312 | 312 |
313 <!-- PaymentHandler API --> | |
314 <message name="IDS_PAYMENTS_PAYMENT_HANDLER_REQUEST_PERMISSION" desc="requestP ermission"> | |
315 Chromium needs permission to install a new payment app provided from this si te. | |
please use gerrit instead
2017/06/20 13:28:09
"Chromium" in strings should be used inside of <if
zino
2017/06/22 17:26:46
I'll wait for a new string. (as per crbug's commen
| |
316 </message> | |
317 | |
313 <!-- Payment Request section preview strings. They are slightly different on d esktop and android because the pluralization and formatting code behaves differe ntly. --> | 318 <!-- Payment Request section preview strings. They are slightly different on d esktop and android because the pluralization and formatting code behaves differe ntly. --> |
314 <if expr="not is_android"> | 319 <if expr="not is_android"> |
315 <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]"> | 320 <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]"> |
316 {PAYMENT_METHOD, plural, | 321 {PAYMENT_METHOD, plural, |
317 =0 {<ph name="PAYMENT_METHOD_PREVIEW">{1}<ex>VISA ....1234</ex></ph>} | 322 =0 {<ph name="PAYMENT_METHOD_PREVIEW">{1}<ex>VISA ....1234</ex></ph>} |
318 =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} | 323 =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} |
319 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}} | 324 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}} |
320 </message> | 325 </message> |
321 <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"> | 326 <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"> |
322 {SHIPPING_ADDRESS, plural, | 327 {SHIPPING_ADDRESS, plural, |
323 =0 {<ph name="SHIPPING_ADDRESS_PREVIEW">{1}<ex>Jerry, 1253 Mcgill college< /ex></ph>} | 328 =0 {<ph name="SHIPPING_ADDRESS_PREVIEW">{1}<ex>Jerry, 1253 Mcgill college< /ex></ph>} |
324 =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} | 329 =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} |
325 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}} | 330 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}} |
326 </message> | 331 </message> |
327 <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]"> | 332 <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]"> |
328 {SHIPPING_OPTIONS, plural, | 333 {SHIPPING_OPTIONS, plural, |
329 =0 {<ph name="SHIPPING_OPTION_PREVIEW">{1}<ex>standard shipping</ex></ph> } | 334 =0 {<ph name="SHIPPING_OPTION_PREVIEW">{1}<ex>standard shipping</ex></ph> } |
330 =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} | 335 =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} |
331 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 }} | 336 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 }} |
332 </message> | 337 </message> |
333 <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]"> | 338 <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]"> |
334 {CONTACT, plural, | 339 {CONTACT, plural, |
335 =0 {<ph name="CONTACT_PREVIEW">{1}<ex>Jerry, 438-123-1922</ex></ph>} | 340 =0 {<ph name="CONTACT_PREVIEW">{1}<ex>Jerry, 438-123-1922</ex></ph>} |
336 =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} | 341 =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} |
337 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}} | 342 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}} |
338 </message> | 343 </message> |
339 </if> | 344 </if> |
340 </grit-part> | 345 </grit-part> |
OLD | NEW |