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> |
(...skipping 19 matching lines...) Expand all Loading... |
30 </message> | 30 </message> |
31 | 31 |
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."> | 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."> |
33 Your recently visited bookmarks appear here | 33 Your recently visited bookmarks appear here |
34 </message> | 34 </message> |
35 | 35 |
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."> | 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."> |
37 Recent tabs | 37 Recent tabs |
38 </message> | 38 </message> |
39 | 39 |
| 40 <message name="IDS_NTP_FOREIGN_SESSIONS_SUGGESTIONS_SECTION_EMPTY" desc="On th
e New Tab Page, text of the card explaining to the user that they can expect to
see tabs from other devices in this area in the future."> |
| 41 Your recent tabs from other devices appear here |
| 42 </message> |
| 43 |
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."> | 44 <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."> |
41 Your suggestions appear here | 45 Your suggestions appear here |
42 </message> | 46 </message> |
43 | 47 |
44 </grit-part> | 48 </grit-part> |
OLD | NEW |