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

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

Issue 2024933002: [NTP Snippets] Show a status card when there are no available snippets (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased and address comments 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 1882 matching lines...) Expand 10 before | Expand all | Expand 10 after
1893 </message> 1893 </message>
1894 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page."> 1894 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page.">
1895 Show full history 1895 Show full history
1896 </message> 1896 </message>
1897 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs"> 1897 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs">
1898 Remove all 1898 Remove all
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.">
1904 All Read
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.">
1907 More cards will appear when the time is right.
1908 </message>
1903 1909
1904 <!-- Toolbar button strings --> 1910 <!-- Toolbar button strings -->
1905 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 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">
1906 Open tabs 1912 Open tabs
1907 </message> 1913 </message>
1908 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 1914 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1909 New tab 1915 New tab
1910 </message> 1916 </message>
1911 1917
1912 <!-- Main menu items --> 1918 <!-- Main menu items -->
(...skipping 529 matching lines...) Expand 10 before | Expand all | Expand 10 after
2442 <!-- Migration strings --> 2448 <!-- Migration strings -->
2443 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout."> 2449 <message name="IDS_TAB_SWITCHER_CALLOUT_HEADER" desc="Header for the Tab S witcher callout.">
2444 Quickly switch tabs 2450 Quickly switch tabs
2445 </message> 2451 </message>
2446 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs."> 2452 <message name="IDS_TAB_SWITCHER_CALLOUT_BODY" desc="Indicates that clickin g the tab switcher button gives you quick access to your tabs.">
2447 Tap this button for quick access to your tabs. 2453 Tap this button for quick access to your tabs.
2448 </message> 2454 </message>
2449 </messages> 2455 </messages>
2450 </release> 2456 </release>
2451 </grit> 2457 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698