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

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

Issue 2040623002: [Payments] Add ability to show additional text for OptionSections (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ugh
Patch Set: Created 4 years, 6 months 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
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 2414 matching lines...) Expand 10 before | Expand all | Expand 10 after
2425 </message> 2425 </message>
2426 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment."> 2426 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment.">
2427 There was an error processing your order. Please check your account and try again. 2427 There was an error processing your order. Please check your account and try again.
2428 </message> 2428 </message>
2429 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a user add a new shipping address."> 2429 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a user add a new shipping address.">
2430 Add address 2430 Add address
2431 </message> 2431 </message>
2432 <message name="IDS_PAYMENTS_ADD_PAYMENT_INSTRUMENT" desc="Text on a button that lets a user add a new payment method, like a credit card."> 2432 <message name="IDS_PAYMENTS_ADD_PAYMENT_INSTRUMENT" desc="Text on a button that lets a user add a new payment method, like a credit card.">
2433 Add card 2433 Add card
2434 </message> 2434 </message>
2435 <message name="IDS_PAYMENTS_SELECT_SHIPPING_ADDRESS_FOR_SHIPPING_METHODS" desc="Text implying that they need to pick a shipping address to see the shippin g methods.">
please use gerrit instead 2016/06/03 23:21:23 s/they need/a user needs/
gone 2016/06/03 23:37:17 Done.
2436 Select a shipping address to check shipping methods.
2437 </message>
2435 2438
2436 <!-- Migration strings --> 2439 <!-- Migration strings -->
2437 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2440 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2438 Quickly switch tabs 2441 Quickly switch tabs
2439 </message> 2442 </message>
2440 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2443 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2441 Tap this button for quick access to your tabs. 2444 Tap this button for quick access to your tabs.
2442 </message> 2445 </message>
2443 </messages> 2446 </messages>
2444 </release> 2447 </release>
2445 </grit> 2448 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698