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

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

Issue 2059073002: Add "Checking" spinner for server-side shipping address validation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use existing color 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
« 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 2492 matching lines...) Expand 10 before | Expand all | Expand 10 after
2503 </message> 2503 </message>
2504 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a user add a new shipping address."> 2504 <message name="IDS_PAYMENTS_ADD_ADDRESS" desc="Text on a button that lets a user add a new shipping address.">
2505 Add address 2505 Add address
2506 </message> 2506 </message>
2507 <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."> 2507 <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.">
2508 Add card 2508 Add card
2509 </message> 2509 </message>
2510 <message name="IDS_PAYMENTS_SELECT_SHIPPING_ADDRESS_FOR_SHIPPING_METHODS" desc="Text implying that a user needs to pick a shipping address to see the ship ping methods."> 2510 <message name="IDS_PAYMENTS_SELECT_SHIPPING_ADDRESS_FOR_SHIPPING_METHODS" desc="Text implying that a user needs to pick a shipping address to see the ship ping methods.">
2511 Select a shipping address to check shipping methods. 2511 Select a shipping address to check shipping methods.
2512 </message> 2512 </message>
2513 <message name="IDS_PAYMENTS_SHIPPING_ADDRESS_CHECKING" desc="Text explaini ng that the shipping address is being checked and verified.">
2514 Checking
2515 </message>
2516 <message name="IDS_PAYMENTS_UNSUPPORTED_SHIPPING_ADDRESS" desc="Text imply ing that a user needs to pick a different shipping address, because the currentl y selected address is not supported.">
2517 Unsupported shipping address. Select a different adddress.
2518 </message>
2513 2519
2514 <!-- Migration strings --> 2520 <!-- Migration strings -->
2515 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2521 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2516 Quickly switch tabs 2522 Quickly switch tabs
2517 </message> 2523 </message>
2518 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2524 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2519 Tap this button for quick access to your tabs. 2525 Tap this button for quick access to your tabs.
2520 </message> 2526 </message>
2521 </messages> 2527 </messages>
2522 </release> 2528 </release>
2523 </grit> 2529 </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