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

Side by Side Diff: components/ntp_snippets_strings.grdp

Issue 2249903003: 📰 Empty state handling for the Bookmarks section (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix instrumentation test 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
« no previous file with comments | « components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc ('k') | no next file » | 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 content suggestions 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 content suggestions on the New Tab Page." formatter_data="android_java">
9 Get suggested content 9 Get suggested content
10 </message> 10 </message>
11 <message name="IDS_NTP_STATUS_CARD_TITLE_NO_BOOKMARKS" desc="On the New Tab Page, title of the status card explaining that there is no new content available in the bookmarks section." formatter_data="android_java">
12 Done for now
13 </message>
14 <message name="IDS_NTP_STATUS_CARD_NO_BOOKMARKS" desc="On the New Tab Page, text of the card explaining to the user that they can expect to see bookmarks in this area in the future." formatter_data="android_java">
15 Your recently visited bookmarks will appear here.
16 </message>
17 <message name="IDS_NTP_STATUS_CARD_TITLE_NO_ARTICLES" desc="On the New Tab P age, title of the status card explaining that there is no new content available in the articles section." formatter_data="android_java">
18 All Read
19 </message>
20 <message name="IDS_NTP_STATUS_CARD_NO_ARTICLES" desc="On the New Tab Page, t ext of the card explaining to the user that they can expect to see suggested art icles in this area in the future." formatter_data="android_java">
21 More articles will appear when the time is right.
22 </message>
11 </if> 23 </if>
12 24
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 Ne w Tab Page."> 25 <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.">
14 Articles for you 26 Articles for you
15 </message> 27 </message>
16 28
17 <message name="IDS_NTP_RECENT_TAB_SUGGESTIONS_SECTION_HEADER" desc="Header of the recent tabs section, which is a list of pages that the user recently viewed, displayed as cards on the New Tab Page."> 29 <message name="IDS_NTP_RECENT_TAB_SUGGESTIONS_SECTION_HEADER" desc="Header of the recent tabs section, which is a list of pages that the user recently viewed, displayed as cards on the New Tab Page.">
18 Recent tabs 30 Recent tabs
19 </message> 31 </message>
20 32
21 <message name="IDS_NTP_DOWNLOAD_SUGGESTIONS_SECTION_HEADER" desc="Header of th e downloads section, which is a list of pages (or files) that the user downloade d, displayed as cards on the New Tab Page."> 33 <message name="IDS_NTP_DOWNLOAD_SUGGESTIONS_SECTION_HEADER" desc="Header of th e downloads section, which is a list of pages (or files) that the user downloade d, displayed as cards on the New Tab Page.">
22 Downloads 34 Downloads
23 </message> 35 </message>
24 36
25 <message name="IDS_NTP_BOOKMARK_SUGGESTIONS_SECTION_HEADER" desc="Header of th e bookmarks section, which is a list of the user's most recently used bookmarks displayed as cards on the New Tab Page."> 37 <message name="IDS_NTP_BOOKMARK_SUGGESTIONS_SECTION_HEADER" desc="Header of th e bookmarks section, which is a list of the user's most recently used bookmarks displayed as cards on the New Tab Page.">
26 Recent bookmarks 38 Recent bookmarks
27 </message> 39 </message>
28 40
29 </grit-part> 41 </grit-part>
OLDNEW
« no previous file with comments | « components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698