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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2463293005: [Merge M-55] Increase spacing for payment request credit card and address editors (Closed)
Patch Set: Created 4 years, 1 month 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 | « chrome/android/java/src/org/chromium/chrome/browser/payments/ui/SectionInformation.java ('k') | no next file » | 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 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after
2518 </message> 2518 </message>
2519 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for th e section of shipping information."> 2519 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for th e section of shipping information.">
2520 Shipping 2520 Shipping
2521 </message> 2521 </message>
2522 <message name="IDS_PAYMENTS_SHIPPING_ADDRESS_LABEL" desc="The title for th e section that lets the user select the address where the product should be ship ped."> 2522 <message name="IDS_PAYMENTS_SHIPPING_ADDRESS_LABEL" desc="The title for th e section that lets the user select the address where the product should be ship ped.">
2523 Shipping address 2523 Shipping address
2524 </message> 2524 </message>
2525 <message name="IDS_PAYMENTS_SHIPPING_OPTION_LABEL" desc="The title for the section that lets the user select how the product should be shipped."> 2525 <message name="IDS_PAYMENTS_SHIPPING_OPTION_LABEL" desc="The title for the section that lets the user select how the product should be shipped.">
2526 Shipping option 2526 Shipping option
2527 </message> 2527 </message>
2528 <message name="IDS_PAYMENTS_CREATE_CARD" desc="The title of the dialog for user to add new payment card.">
2529 Add card
2530 </message>
2531 <message name="IDS_PAYMENTS_EDIT_CARD" desc="The title of the dialog for u ser to edit payment card.">
2532 Edit card
2533 </message>
2528 <message name="IDS_PAYMENTS_ORDER_SUMMARY_LABEL" desc="The title of the se ction that shows the summary of the order, including names and prices of individ ual line items, i.e. the bill."> 2534 <message name="IDS_PAYMENTS_ORDER_SUMMARY_LABEL" desc="The title of the se ction that shows the summary of the order, including names and prices of individ ual line items, i.e. the bill.">
2529 Order summary 2535 Order summary
2530 </message> 2536 </message>
2531 <message name="IDS_PAYMENTS_EDIT_BUTTON" desc="The label for the button th at lets the user edit their payment options."> 2537 <message name="IDS_PAYMENTS_EDIT_BUTTON" desc="The label for the button th at lets the user edit their payment options.">
2532 Edit 2538 Edit
2533 </message> 2539 </message>
2534 <message name="IDS_PAYMENTS_PAY_BUTTON" desc="The label for the button tha t finishes the payment process."> 2540 <message name="IDS_PAYMENTS_PAY_BUTTON" desc="The label for the button tha t finishes the payment process.">
2535 Pay 2541 Pay
2536 </message> 2542 </message>
2537 <message name="IDS_PAYMENTS_LOADING_MESSAGE" desc="The text that informs t he user that payment information is being loaded up."> 2543 <message name="IDS_PAYMENTS_LOADING_MESSAGE" desc="The text that informs t he user that payment information is being loaded up.">
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
2600 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id."> 2606 <message name="IDS_ITEM_CHOOSER_ITEM_NAME_WITH_ID" desc="To distinguish it ems with the same name, the item chooser shows the item name with id.">
2601 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2607 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2602 </message> 2608 </message>
2603 2609
2604 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2610 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2605 Open app 2611 Open app
2606 </message> 2612 </message>
2607 </messages> 2613 </messages>
2608 </release> 2614 </release>
2609 </grit> 2615 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/payments/ui/SectionInformation.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698