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

Side by Side Diff: components/ntp_snippets_strings.grdp

Issue 2775593002: Add a message to empty ContentSuggestions sections (Closed)
Patch Set: Change tests Created 3 years, 9 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 | « no previous file | ios/chrome/browser/content_suggestions/content_suggestions_mediator.mm » ('j') | 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 <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 content suggestions on the New Tab Page, w hen the user is signed out." formatter_data="android_java"> 5 <message name="IDS_SNIPPETS_DISABLED_SIGNED_OUT_INSTRUCTIONS" desc="Body of the card explaining the status of the content suggestions on the New Tab Page, w hen the user is signed 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 personalized content suggestion s on the New Tab Page." 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 personalized content suggestion s on the New Tab Page." formatter_data="android_java">
9 Get personalized content 9 Get personalized content
10 </message> 10 </message>
11 </if>
12 <if expr="is_android or is_ios">
11 <message name="IDS_NTP_TITLE_NO_SUGGESTIONS" desc="On the New Tab Page, titl e text explaining there is no content." formatter_data="android_java"> 13 <message name="IDS_NTP_TITLE_NO_SUGGESTIONS" desc="On the New Tab Page, titl e text explaining there is no content." formatter_data="android_java">
12 That’s all for now 14 That’s all for now
13 </message> 15 </message>
14 </if> 16 </if>
15 17
16 <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 Ne w Tab Page."> 18 <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 Ne w Tab Page.">
17 Articles for you 19 Articles for you
18 </message> 20 </message>
19 21
20 <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 sugge sted articles in this area in the future."> 22 <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 sugge sted articles in this area in the future.">
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 54
53 <message name="IDS_NTP_RECENT_TAB_SUGGESTIONS_SECTION_EMPTY" desc="On the New Tab Page, text of the card explaining to the user that they can expect to see re cent open tabs in this area in the future, but currently this area is empty. Rec ent open tabs - the tabs which are currently opened and were automatically saved for offline consumption."> 55 <message name="IDS_NTP_RECENT_TAB_SUGGESTIONS_SECTION_EMPTY" desc="On the New Tab Page, text of the card explaining to the user that they can expect to see re cent open tabs in this area in the future, but currently this area is empty. Rec ent open tabs - the tabs which are currently opened and were automatically saved for offline consumption.">
54 Your open tabs appear here 56 Your open tabs appear here
55 </message> 57 </message>
56 58
57 <message name="IDS_NTP_NOTIFICATIONS_READ_THIS_STORY_AND_MORE" desc="Used in n otifications about news articles. The notification first gives the title of a he adline article, then uses this string to identify the publisher of that article and the number of additional articles available to read. Articles come in batche s of 10, from a variety of publishers, so usually the number of additional artic les is 9 (headline article + 9 others = 10 articles)."> 59 <message name="IDS_NTP_NOTIFICATIONS_READ_THIS_STORY_AND_MORE" desc="Used in n otifications about news articles. The notification first gives the title of a he adline article, then uses this string to identify the publisher of that article and the number of additional articles available to read. Articles come in batche s of 10, from a variety of publishers, so usually the number of additional artic les is 9 (headline article + 9 others = 10 articles).">
58 From <ph name="ARTICLE_PUBLISHER">$1<ex>World News Corporation</ex></ph>. Re ad this and <ph name="OTHER_ARTICLE_COUNT">$2<ex>9</ex></ph> other stories. 60 From <ph name="ARTICLE_PUBLISHER">$1<ex>World News Corporation</ex></ph>. Re ad this and <ph name="OTHER_ARTICLE_COUNT">$2<ex>9</ex></ph> other stories.
59 </message> 61 </message>
60 62
61 </grit-part> 63 </grit-part>
OLDNEW
« no previous file with comments | « no previous file | ios/chrome/browser/content_suggestions/content_suggestions_mediator.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698