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

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: Refactor out status detection, update tests. 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 1942 matching lines...) Expand 10 before | Expand all | Expand 10 after
1953 </message> 1953 </message>
1954 <message name="IDS_SNIPPETS_HEADER" desc="Header for a group of content sn ippets"> 1954 <message name="IDS_SNIPPETS_HEADER" desc="Header for a group of content sn ippets">
1955 Articles for you 1955 Articles for you
1956 </message> 1956 </message>
1957 <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."> 1957 <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.">
1958 All Read 1958 All Read
1959 </message> 1959 </message>
1960 <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."> 1960 <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.">
1961 More cards will appear when the time is right. 1961 More cards will appear when the time is right.
1962 </message> 1962 </message>
1963 <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.">
1964 To get personalized content suggested by Google, sign in to Chrome.
1965 </message>
1966 <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.">
1967 Get suggested content
1968 </message>
1969 <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.">
1970 To get personalized content suggested by Google, turn on sync.
1971 </message>
1972 <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.">
1973 Turn on sync
1974 </message>
1975 <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.">
1976 To get personalized content suggested by Google, turn on history sync.
1977 </message>
1978 <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.">
1979 Turn on history sync
1980 </message>
1981 <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.">
1982 Personalized content suggestions are currently disabled, because your sy nced data is protected with a custom passphrase.
1983 </message>
1963 1984
1964 <!-- Toolbar button strings --> 1985 <!-- Toolbar button strings -->
1965 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 1986 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device">
1966 Open tabs 1987 Open tabs
1967 </message> 1988 </message>
1968 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 1989 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1969 New tab 1990 New tab
1970 </message> 1991 </message>
1971 1992
1972 <!-- Main menu items --> 1993 <!-- Main menu items -->
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
2591 <!-- Migration strings --> 2612 <!-- Migration strings -->
2592 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2613 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2593 Quickly switch tabs 2614 Quickly switch tabs
2594 </message> 2615 </message>
2595 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2616 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2596 Tap this button for quick access to your tabs. 2617 Tap this button for quick access to your tabs.
2597 </message> 2618 </message>
2598 </messages> 2619 </messages>
2599 </release> 2620 </release>
2600 </grit> 2621 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698