OLD | NEW |
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 </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 Ne
w Tab Page."> | 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."> |
14 Articles for you | 14 Articles for you |
15 </message> | 15 </message> |
16 | 16 |
| 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."> |
| 18 Recent tabs |
| 19 </message> |
| 20 |
| 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."> |
| 22 Downloads |
| 23 </message> |
| 24 |
17 <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."> | 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."> |
18 Recent bookmarks | 26 Recent bookmarks |
19 </message> | 27 </message> |
20 | 28 |
21 </grit-part> | 29 </grit-part> |
OLD | NEW |