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

Side by Side Diff: chrome/android/java/strings/android_chrome_strings.grd

Issue 2061803002: 📰 The Status card reports disabled sync states (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@simplifyBridge
Patch Set: yolo: another big bag of changes Created 4 years, 5 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 2
3 <!-- android_chrome_strings.grd contains strings for Chrome for Android. 3 <!-- android_chrome_strings.grd contains strings for Chrome for Android.
4 4
5 FAQ: 5 FAQ:
6 - How do I add, change, or remove a string? 6 - How do I add, change, or remove a string?
7 Just update this file. 7 Just update this file.
8 - Translations will happen automatically?? 8 - Translations will happen automatically??
9 Yes, indeed. Just add your string before the branch point and 9 Yes, indeed. Just add your string before the branch point and
10 make the description good. 10 make the description good.
(...skipping 1957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1968 </message> 1968 </message>
1969 <message name="IDS_SNIPPETS_HEADER" desc="Header for a group of content sn ippets"> 1969 <message name="IDS_SNIPPETS_HEADER" desc="Header for a group of content sn ippets">
1970 Articles for you 1970 Articles for you
1971 </message> 1971 </message>
1972 <message name="IDS_NTP_STATUS_CARD_TITLE_EMPTY" desc="Title of the card ex plaining the status of the ntp suggested content, when we don't have anything to show."> 1972 <message name="IDS_NTP_STATUS_CARD_TITLE_EMPTY" desc="Title of the card ex plaining the status of the ntp suggested content, when we don't have anything to show.">
1973 All Read 1973 All Read
1974 </message> 1974 </message>
1975 <message name="IDS_NTP_STATUS_CARD_BODY_EMPTY" desc="Body of the card expl aining the status of the ntp suggested content, when we don't have anything to s how."> 1975 <message name="IDS_NTP_STATUS_CARD_BODY_EMPTY" desc="Body of the card expl aining the status of the ntp suggested content, when we don't have anything to s how.">
1976 More cards will appear when the time is right. 1976 More cards will appear when the time is right.
1977 </message> 1977 </message>
1978 <message name="IDS_NTP_STATUS_CARD_BODY_SIGNED_OUT" desc="Body of the card explaining the status of the ntp suggested content, when sync is disabled.">
1979 To get personalized content suggested by Google, sign in to Chrome.
1980 </message>
1981 <message name="IDS_NTP_STATUS_CARD_GENERIC_TITLE" desc="Title of the card explaining what action the user can take to get suggested content on the NTP.">
1982 Get suggested content
1983 </message>
1984 <message name="IDS_NTP_STATUS_CARD_BODY_SYNC" desc="Body of the card expla ining the status of the ntp suggested content, when sync is disabled.">
1985 To get personalized content suggested by Google, turn on sync.
1986 </message>
1987 <message name="IDS_NTP_STATUS_CARD_ACTION_SYNC" desc="Label of the action button for the card explaining the status of the ntp suggested content, when syn c is disabled.">
1988 Turn on sync
1989 </message>
1990 <message name="IDS_NTP_STATUS_CARD_BODY_HISTORY_SYNC" desc="Body of the ca rd explaining the status of the ntp suggested content, when history sync is disa bled.">
1991 To get personalized content suggested by Google, turn on history sync.
1992 </message>
1993 <message name="IDS_NTP_STATUS_CARD_ACTION_HISTORY_SYNC" desc="Label of the action button for the card explaining the status of the ntp suggested content, when history sync is disabled.">
1994 Turn on history sync
1995 </message>
1996 <message name="IDS_NTP_STATUS_CARD_BODY_PASSPHRASE" desc="Body of the card explaining the status of the ntp suggested content, when passphrase encryption is enabled.">
1997 Personalized content suggestions are currently disabled, because your sy nced data is protected with a custom passphrase.
1998 </message>
1978 1999
1979 <!-- Toolbar button strings --> 2000 <!-- Toolbar button strings -->
1980 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 2001 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device">
1981 Open tabs 2002 Open tabs
1982 </message> 2003 </message>
1983 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 2004 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1984 New tab 2005 New tab
1985 </message> 2006 </message>
1986 2007
1987 <!-- Main menu items --> 2008 <!-- Main menu items -->
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
2624 <!-- Migration strings --> 2645 <!-- Migration strings -->
2625 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2646 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2626 Quickly switch tabs 2647 Quickly switch tabs
2627 </message> 2648 </message>
2628 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2649 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2629 Tap this button for quick access to your tabs. 2650 Tap this button for quick access to your tabs.
2630 </message> 2651 </message>
2631 </messages> 2652 </messages>
2632 </release> 2653 </release>
2633 </grit> 2654 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698