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 personalized content suggestion
s 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 personalized content | 9 Get personalized content |
10 </message> | 10 </message> |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
47 </message> | 47 </message> |
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 <message name="IDS_NTP_NOTIFICATIONS_READ_THIS_STORY_AND_MORE" desc="When noti
fying the user about a news article, identifies the publisher of that article an
d gives the number of additional news articles that are available to read. Shown
beneath the title of the article. Articles come in batches of 10, so the number
of additional articles will usually be 9."> | 57 <message name="IDS_NTP_NOTIFICATIONS_READ_THIS_STORY_AND_MORE" desc="Used in n
otifications about news articles. The notification first gives the title of a he
adline article, then uses this string to identify the publisher of that article
and the number of additional articles available to read. Articles come in batche
s of 10, from a variety of publishers, so usually the number of additional artic
les is 9 (headline article + 9 others = 10 articles)."> |
58 Read stories from <ph name="ARTICLE_PUBLISHER">$1<ex>World News Corporation<
/ex></ph> and <ph name="OTHER_ARTICLE_COUNT">$2<ex>9</ex></ph> more | 58 From <ph name="ARTICLE_PUBLISHER">$1<ex>World News Corporation</ex></ph>. Re
ad this and <ph name="OTHER_ARTICLE_COUNT">$2<ex>9</ex></ph> other stories. |
59 </message> | 59 </message> |
60 | 60 |
61 </grit-part> | 61 </grit-part> |
OLD | NEW |