| 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 <message name="IDS_NTP_STATUS_CARD_TITLE_NO_SUGGESTIONS" desc="On the New Ta
b Page, title of the status card explaining that there is no new content availab
le in the section." formatter_data="android_java"> | 11 <message name="IDS_NTP_STATUS_CARD_TITLE_NO_SUGGESTIONS" desc="On the New Ta
b Page, title of the status card explaining that there is no new content availab
le in the section." formatter_data="android_java"> |
| 12 That’s all for now | 12 That’s all for now |
| 13 </message> | 13 </message> |
| 14 </if> | 14 </if> |
| 15 | 15 |
| 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."> | 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."> |
| 17 Articles for you | 17 Articles for you |
| 18 </message> | 18 </message> |
| 19 | 19 |
| 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."> | 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."> |
| 21 Your suggested articles appear here | 21 Your suggested articles appear here |
| 22 </message> | 22 </message> |
| 23 | 23 |
| 24 <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."> | 24 <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."> |
| 25 Recent tabs | 25 Recent tabs |
| 26 </message> | 26 </message> |
| 27 | 27 |
| 28 <!-- TODO(vitaliii): Remove this item when crbug.com/660343 is resolved. --> | |
| 29 <message name="IDS_NTP_UNUSED_PLACEHOLDER_WORKAROUND" desc="Please ignore this
item."> | |
| 30 Ignore | |
| 31 </message> | |
| 32 | |
| 33 <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."> | 28 <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."> |
| 34 Recent bookmarks | 29 Recent bookmarks |
| 35 </message> | 30 </message> |
| 36 | 31 |
| 37 <message name="IDS_NTP_BOOKMARK_SUGGESTIONS_SECTION_EMPTY" desc="On the New Ta
b Page, text of the card explaining to the user that they can expect to see book
marks in this area in the future."> | 32 <message name="IDS_NTP_BOOKMARK_SUGGESTIONS_SECTION_EMPTY" desc="On the New Ta
b Page, text of the card explaining to the user that they can expect to see book
marks in this area in the future."> |
| 38 Your recently visited bookmarks appear here | 33 Your recently visited bookmarks appear here |
| 39 </message> | 34 </message> |
| 40 | 35 |
| 41 <message name="IDS_NTP_FOREIGN_SESSIONS_SUGGESTIONS_SECTION_HEADER" desc="Head
er of the foreign sessions, which is a list of the user's most recently visited
tabs on other devices displayed as cards on the New Tab Page."> | 36 <message name="IDS_NTP_FOREIGN_SESSIONS_SUGGESTIONS_SECTION_HEADER" desc="Head
er of the foreign sessions, which is a list of the user's most recently visited
tabs on other devices displayed as cards on the New Tab Page."> |
| 42 Continue from another device | 37 Continue from another device |
| 43 </message> | 38 </message> |
| 44 | 39 |
| 45 <message name="IDS_NTP_SUGGESTIONS_SECTION_EMPTY" desc="On the New Tab Page, t
ext of card explaining to the user that they can expect to see some sort of cont
ent suggestions in this area in the future."> | 40 <message name="IDS_NTP_SUGGESTIONS_SECTION_EMPTY" desc="On the New Tab Page, t
ext of card explaining to the user that they can expect to see some sort of cont
ent suggestions in this area in the future."> |
| 46 Your suggestions appear here | 41 Your suggestions appear here |
| 47 </message> | 42 </message> |
| 48 | 43 |
| 49 </grit-part> | 44 </grit-part> |
| OLD | NEW |