Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(494)

Side by Side Diff: components/ntp_snippets_strings.grdp

Issue 2191343002: 📰 Remove SnippetService's dependency on Sync (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update some doc, show NO_SNIPPETS instead of SIGNIN when during INITIALIZING state Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 NTP suggested content, when the user is si gned out." formatter_data="android_java"> 5 <message name="IDS_SNIPPETS_DISABLED_SIGNED_OUT_INSTRUCTIONS" desc="Body of the card explaining the status of the NTP suggested content, when the user is si gned 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 suggested content on the NTP." 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 suggested content on the NTP." formatter_data="android_java">
9 Get suggested content 9 Get suggested content
10 </message> 10 </message>
11 <message name="IDS_SNIPPETS_DISABLED_SYNC_INSTRUCTIONS" desc="Body of the ca rd explaining the status of the NTP suggested content, when sync is disabled." f ormatter_data="android_java">
12 To get personalized content suggested by Google, turn on sync.
13 </message>
14 <message name="IDS_SNIPPETS_DISABLED_SYNC_ACTION" desc="Label of the action button for the card explaining the status of the NTP suggested content, when syn c is disabled." formatter_data="android_java">
15 Turn on sync
16 </message>
17 <message name="IDS_SNIPPETS_DISABLED_HISTORY_SYNC_INSTRUCTIONS" desc="Body o f the card explaining the status of the NTP suggested content, when history sync is disabled." formatter_data="android_java">
18 To get personalized content suggested by Google, turn on history sync.
19 </message>
20 <message name="IDS_SNIPPETS_DISABLED_HISTORY_SYNC_ACTION" desc="Label of the action button for the card explaining the status of the NTP suggested content, when history sync is disabled." formatter_data="android_java">
21 Turn on history sync
22 </message>
23 <message name="IDS_SNIPPETS_DISABLED_PASSPHRASE_INSTRUCTIONS" desc="Body of the card explaining the status of the NTP suggested content, when passphrase enc ryption is enabled." formatter_data="android_java">
24 Personalized content suggestions are currently disabled, because your sync ed data is protected with a custom passphrase.
25 </message>
26 </if> 11 </if>
27 12
28 </grit-part> 13 </grit-part>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698