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

Unified Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2061803002: 📰 The Status card reports disabled sync states (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simplifyBridge
Patch Set: [NTP Snippets] The Status card reports disabled sync states 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/strings/android_chrome_strings.grd
diff --git a/chrome/android/java/strings/android_chrome_strings.grd b/chrome/android/java/strings/android_chrome_strings.grd
index 9f4385a8d38e773127c71f1ba30113ae7ef05c06..40990d4f7c597fafa81f20830c714ee5a37b2ba9 100644
--- a/chrome/android/java/strings/android_chrome_strings.grd
+++ b/chrome/android/java/strings/android_chrome_strings.grd
@@ -1906,6 +1906,15 @@ You are signing in with a managed account and giving its administrator control o
<message name="IDS_NTP_STATUS_CARD_BODY_EMPTY" desc="Body of the card explaining the status of the ntp suggested content, when we don't have anything to show.">
More cards will appear when the time is right.
</message>
+ <message name="IDS_NTP_STATUS_CARD_TITLE_SYNC" desc="Title of the card explaining the status of the ntp suggested content, when history sync is disabled.">
+ Get suggested content
+ </message>
+ <message name="IDS_NTP_STATUS_CARD_BODY_SYNC" desc="Body of the card explaining the status of the ntp suggested content, when history sync is disabled.">
+ To get personnalized content suggested by Google, turn on sync.
+ </message>
+ <message name="IDS_NTP_STATUS_CARD_ACTION_SYNC" desc="Label of the action button for the card explaining the status of the ntp suggested content, when history sync is disabled.">
+ Turn on sync
dgn 2016/06/13 17:27:15 +nepper: There is a string below for the button th
+ </message>
<!-- Toolbar button strings -->
<message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switcher and show tabs that are open on this device">

Powered by Google App Engine
This is Rietveld 408576698