Commit 3435cdef authored by Chris Sharp's avatar Chris Sharp Committed by Commit Bot

Add strings to allow experimenting with non-article content in the feed.

Bug: 1011100
Change-Id: Icd63616b1cceab782cb767a19489222f3c53b24e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1906630Reviewed-by: default avatarCarlos Knippschild <carlosk@chromium.org>
Reviewed-by: default avatarChris Sharp <csharp@chromium.org>
Reviewed-by: default avatarTommy Martino <tmartino@chromium.org>
Commit-Queue: Chris Sharp <csharp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#714927}
parent 69488b17
......@@ -23,6 +23,19 @@
</message>
</if>
<if expr="use_titlecase">
<message name="IDS_NTP_SUGGESTIONS_SECTION_HEADER" desc="Header of the suggested content section, which is a list of suggested content displayed as cards on the New Tab Page. This will replace a string 'Articles for You', which was used when the suggested content was just news articles. ">
For You
</message>
</if>
<if expr="not use_titlecase">
<message name="IDS_NTP_SUGGESTIONS_SECTION_HEADER" desc="Header of the suggested content section, which is a list of suggested content displayed as cards on the New Tab Page. This will replace a string 'Articles for You', which was used when the suggested content was just news articles. " formatter_data="android_java">
For you
</message>
</if>
<message name="IDS_NTP_ARTICLE_SUGGESTIONS_SECTION_EMPTY" desc="On the New Tab Page, text of the card explaining to the user that they can expect to see suggested articles in this area in the future.">
Your suggested articles appear here
</message>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment