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

Side by Side Diff: components/ntp_snippets_strings.grdp

Issue 2207493002: Add CategoryInfo for meta information of content suggestions Categories (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 years, 4 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 <grit-part> 2 <grit-part>
3 3
4 <if expr="is_android"> 4 <if expr="is_android">
5 <message name="IDS_SNIPPETS_DISABLED_SIGNED_OUT_INSTRUCTIONS" desc="Body of the card explaining the status of the NTP suggested content, when the user is si gned out." formatter_data="android_java"> 5 <message name="IDS_SNIPPETS_DISABLED_SIGNED_OUT_INSTRUCTIONS" desc="Body of the card explaining the status of the NTP suggested content, when the user is si gned out." formatter_data="android_java">
6 To get personalized content suggested by Google, sign in to Chrome. 6 To get personalized content suggested by Google, sign in to Chrome.
7 </message> 7 </message>
8 <message name="IDS_SNIPPETS_DISABLED_GENERIC_PROMPT" desc="Title of the card explaining what action the user can take to get suggested content on the NTP." formatter_data="android_java"> 8 <message name="IDS_SNIPPETS_DISABLED_GENERIC_PROMPT" desc="Title of the card explaining what action the user can take to get suggested content on the NTP." formatter_data="android_java">
9 Get suggested content 9 Get suggested content
10 </message> 10 </message>
11 </if> 11 </if>
12 12
13 <message name="IDS_NTP_ARTICLE_SUGGESTIONS_SECTION_HEADER" desc="Header of the articles section, which is a list of news articles displayed as cards on the nt p.">
14 Articles for you
Marc Treib 2016/08/04 09:46:30 Wait, where did this string come from so far?
Philipp Keck 2016/08/04 11:48:18 https://codesearch.chromium.org/chromium/src/chrom
15 </message>
16
13 </grit-part> 17 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698