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 personalized content suggestion
s on the New Tab Page." formatter_data="android_java"> |
9 Get suggested content | 9 Get personalized 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 |
(...skipping 28 matching lines...) Expand all Loading... |
48 | 48 |
49 <message name="IDS_NTP_RECENT_TAB_SUGGESTIONS_SECTION_HEADER" desc="Header of
the recent tabs section, which is a list of recent open tabs, which are currentl
y opened and were automatically saved for offline consumption. This list is disp
layed as cards on the New Tab Page. The saved version is opened only if there ar
e problems with the data connection (e.g. slow or absent)."> | 49 <message name="IDS_NTP_RECENT_TAB_SUGGESTIONS_SECTION_HEADER" desc="Header of
the recent tabs section, which is a list of recent open tabs, which are currentl
y opened and were automatically saved for offline consumption. This list is disp
layed as cards on the New Tab Page. The saved version is opened only if there ar
e problems with the data connection (e.g. slow or absent)."> |
50 Open tabs | 50 Open tabs |
51 </message> | 51 </message> |
52 | 52 |
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."> | 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."> |
54 Your open tabs appear here | 54 Your open tabs appear here |
55 </message> | 55 </message> |
56 | 56 |
57 </grit-part> | 57 </grit-part> |
OLD | NEW |