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

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

Issue 1927143003: Require explicit user action for shipping address. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/PaymentRequestUI.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 2327 matching lines...) Expand 10 before | Expand all | Expand 10 after
2338 </message> 2338 </message>
2339 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for th e section of shipping information."> 2339 <message name="IDS_PAYMENTS_SHIPPING_SUMMARY_LABEL" desc="The title for th e section of shipping information.">
2340 Shipping 2340 Shipping
2341 </message> 2341 </message>
2342 <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."> 2342 <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.">
2343 Shipping address 2343 Shipping address
2344 </message> 2344 </message>
2345 <message name="IDS_PAYMENTS_SHIPPING_OPTION_LABEL" desc="The title for the section that lets the user select how the product should be shipped."> 2345 <message name="IDS_PAYMENTS_SHIPPING_OPTION_LABEL" desc="The title for the section that lets the user select how the product should be shipped.">
2346 Shipping option 2346 Shipping option
2347 </message> 2347 </message>
2348 <message name="IDS_PAYMENTS_SELECT_SHIPPING_PROMPT" desc="The label for th e button that presents the user with the list of possible shipping addresses and options.">
2349 Select shipping
2350 </message>
2348 <message name="IDS_PAYMENTS_SELECT_SHIPPING_OPTION_PROMPT" desc="The label for the button that presents the user with the list of possible shipping option s."> 2351 <message name="IDS_PAYMENTS_SELECT_SHIPPING_OPTION_PROMPT" desc="The label for the button that presents the user with the list of possible shipping option s.">
2349 Select shipping option 2352 Select shipping option
2350 </message> 2353 </message>
2354 <message name="IDS_PAYMENTS_SELECT_SHIPPING_ADDRESS_PROMPT" desc="The labe l for the button that presents the user with the list of possible shipping addre sses.">
2355 Select shipping address
2356 </message>
2351 <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."> 2357 <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.">
2352 Order summary 2358 Order summary
2353 </message> 2359 </message>
2354 <message name="IDS_PAYMENTS_EDIT_BUTTON" desc="The label for the button th at lets the user edit their payment options."> 2360 <message name="IDS_PAYMENTS_EDIT_BUTTON" desc="The label for the button th at lets the user edit their payment options.">
2355 Edit 2361 Edit
2356 </message> 2362 </message>
2357 <message name="IDS_PAYMENTS_CANCEL_BUTTON" desc="The label for the button that cancels the pending payment operation."> 2363 <message name="IDS_PAYMENTS_CANCEL_BUTTON" desc="The label for the button that cancels the pending payment operation.">
2358 Cancel 2364 Cancel
2359 </message> 2365 </message>
2360 <message name="IDS_PAYMENTS_PAY_BUTTON" desc="The label for the button tha t finishes the payment process."> 2366 <message name="IDS_PAYMENTS_PAY_BUTTON" desc="The label for the button tha t finishes the payment process.">
(...skipping 12 matching lines...) Expand all
2373 <!-- Migration strings --> 2379 <!-- Migration strings -->
2374 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2380 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2375 Quickly switch tabs 2381 Quickly switch tabs
2376 </message> 2382 </message>
2377 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2383 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2378 Tap this button for quick access to your tabs. 2384 Tap this button for quick access to your tabs.
2379 </message> 2385 </message>
2380 </messages> 2386 </messages>
2381 </release> 2387 </release>
2382 </grit> 2388 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/payments/ui/PaymentRequestUI.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698