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

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

Issue 1909763002: Add callout for the tab switcher button (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use an interpolator that Lint won't complain about Created 4 years, 8 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 2340 matching lines...) Expand 10 before | Expand all | Expand 10 after
2351 </message> 2351 </message>
2352 <message name="IDS_PAYMENTS_PROCESSING_MESSAGE" desc="The text that inform s the user that the payment is being verified and charged."> 2352 <message name="IDS_PAYMENTS_PROCESSING_MESSAGE" desc="The text that inform s the user that the payment is being verified and charged.">
2353 Processing 2353 Processing
2354 </message> 2354 </message>
2355 <message name="IDS_PAYMENTS_SUCCESS_MESSAGE" desc="The text that informs t he user that the payment has been verified and charged."> 2355 <message name="IDS_PAYMENTS_SUCCESS_MESSAGE" desc="The text that informs t he user that the payment has been verified and charged.">
2356 Payment processed 2356 Payment processed
2357 </message> 2357 </message>
2358 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment."> 2358 <message name="IDS_PAYMENTS_ERROR_MESSAGE" desc="The text that informs the user that there is error in verifying and charging the payment.">
2359 Error processing payment 2359 Error processing payment
2360 </message> 2360 </message>
2361
2362 <!-- Migration strings -->
2363 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2364 Quickly switch tabs
2365 </message>
2366 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2367 Tap this button for quick access to your tabs.
2368 </message>
2361 </messages> 2369 </messages>
2362 </release> 2370 </release>
2363 </grit> 2371 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/TextBubble.java ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698