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

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: [NTP Snippets] The Status card reports disabled sync states Created 4 years, 6 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 1888 matching lines...) Expand 10 before | Expand all | Expand 10 after
1899 </message> 1899 </message>
1900 <message name="IDS_SNIPPETS_HEADER" desc="Header for a group of content sn ippets"> 1900 <message name="IDS_SNIPPETS_HEADER" desc="Header for a group of content sn ippets">
1901 Articles for you 1901 Articles for you
1902 </message> 1902 </message>
1903 <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."> 1903 <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.">
1904 All Read 1904 All Read
1905 </message> 1905 </message>
1906 <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."> 1906 <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.">
1907 More cards will appear when the time is right. 1907 More cards will appear when the time is right.
1908 </message> 1908 </message>
1909 <message name="IDS_NTP_STATUS_CARD_TITLE_SYNC" desc="Title of the card exp laining the status of the ntp suggested content, when history sync is disabled." >
1910 Get suggested content
1911 </message>
1912 <message name="IDS_NTP_STATUS_CARD_BODY_SYNC" desc="Body of the card expla ining the status of the ntp suggested content, when history sync is disabled.">
1913 To get personnalized content suggested by Google, turn on sync.
1914 </message>
1915 <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 his tory sync is disabled.">
1916 Turn on sync
dgn 2016/06/13 17:27:15 +nepper: There is a string below for the button th
1917 </message>
1909 1918
1910 <!-- Toolbar button strings --> 1919 <!-- Toolbar button strings -->
1911 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 1920 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device">
1912 Open tabs 1921 Open tabs
1913 </message> 1922 </message>
1914 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 1923 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1915 New tab 1924 New tab
1916 </message> 1925 </message>
1917 1926
1918 <!-- Main menu items --> 1927 <!-- Main menu items -->
(...skipping 532 matching lines...) Expand 10 before | Expand all | Expand 10 after
2451 <!-- Migration strings --> 2460 <!-- Migration strings -->
2452 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2461 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2453 Quickly switch tabs 2462 Quickly switch tabs
2454 </message> 2463 </message>
2455 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2464 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2456 Tap this button for quick access to your tabs. 2465 Tap this button for quick access to your tabs.
2457 </message> 2466 </message>
2458 </messages> 2467 </messages>
2459 </release> 2468 </release>
2460 </grit> 2469 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698