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

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

Issue 2450113003: [Payments] Increase spacing for payment request credit card and address editors (Closed)
Patch Set: for better indentation 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 2549 matching lines...) Expand 10 before | Expand all | Expand 10 after
2560 </message> 2560 </message>
2561 <message name="IDS_PAYMENTS_CONTACT_DETAILS_LABEL" desc="The title for the section that lets the user select how they can be contacted."> 2561 <message name="IDS_PAYMENTS_CONTACT_DETAILS_LABEL" desc="The title for the section that lets the user select how they can be contacted.">
2562 Contact info 2562 Contact info
2563 </message> 2563 </message>
2564 <message name="IDS_PAYMENTS_ADD_CONTACT_DETAILS_LABEL" desc="The title of the dialog for user to add new contact information, such as the user's full name , an email address or a phone number."> 2564 <message name="IDS_PAYMENTS_ADD_CONTACT_DETAILS_LABEL" desc="The title of the dialog for user to add new contact information, such as the user's full name , an email address or a phone number.">
2565 Add contact info 2565 Add contact info
2566 </message> 2566 </message>
2567 <message name="IDS_PAYMENTS_EDIT_CONTACT_DETAILS_LABEL" desc="The title of the dialog for user to edit their contact information, such as the user's full name, an email address or a phone number."> 2567 <message name="IDS_PAYMENTS_EDIT_CONTACT_DETAILS_LABEL" desc="The title of the dialog for user to edit their contact information, such as the user's full name, an email address or a phone number.">
2568 Edit contact info 2568 Edit contact info
2569 </message> 2569 </message>
2570 <message name="IDS_PAYMENTS_CREATE_CARD" desc="The title of the dialog for user to add new payment card.">
2571 Add card
2572 </message>
2573 <message name="IDS_PAYMENTS_EDIT_CARD" desc="The title of the dialog for u ser to edit payment card.">
2574 Edit card
2575 </message>
2570 <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."> 2576 <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.">
2571 Order summary 2577 Order summary
2572 </message> 2578 </message>
2573 <message name="IDS_PAYMENTS_EDIT_BUTTON" desc="The label for the button th at lets the user edit their payment options."> 2579 <message name="IDS_PAYMENTS_EDIT_BUTTON" desc="The label for the button th at lets the user edit their payment options.">
2574 Edit 2580 Edit
2575 </message> 2581 </message>
2576 <message name="IDS_PAYMENTS_PAY_BUTTON" desc="The label for the button tha t finishes the payment process."> 2582 <message name="IDS_PAYMENTS_PAY_BUTTON" desc="The label for the button tha t finishes the payment process.">
2577 Pay 2583 Pay
2578 </message> 2584 </message>
2579 <message name="IDS_PAYMENTS_LOADING_MESSAGE" desc="The text that informs t he user that payment information is being loaded up."> 2585 <message name="IDS_PAYMENTS_LOADING_MESSAGE" desc="The text that informs t he user that payment information is being loaded up.">
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
2684 <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."> 2690 <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.">
2685 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>) 2691 <ph name="ITEM_NAME">%1$s<ex>item_name</ex></ph> (<ph name="ITEM_ID">%2$ s<ex>item id</ex></ph>)
2686 </message> 2692 </message>
2687 2693
2688 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App."> 2694 <message name="IDS_INSTANT_APPS_OPEN_IN_APP" desc="Button label for the us er action that will open an Instant App.">
2689 Open app 2695 Open app
2690 </message> 2696 </message>
2691 </messages> 2697 </messages>
2692 </release> 2698 </release>
2693 </grit> 2699 </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