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

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

Issue 1833763002: Add new NTP layout with snippet cards and hide it behind a flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address more comments Created 4 years, 8 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 1803 matching lines...) Expand 10 before | Expand all | Expand 10 after
1814 <message name="IDS_RECENTLY_CLOSED" desc="Header for the list of recently closed tabs"> 1814 <message name="IDS_RECENTLY_CLOSED" desc="Header for the list of recently closed tabs">
1815 Recently closed 1815 Recently closed
1816 </message> 1816 </message>
1817 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page."> 1817 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page.">
1818 Show full history 1818 Show full history
1819 </message> 1819 </message>
1820 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs"> 1820 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs">
1821 Remove all 1821 Remove all
1822 </message> 1822 </message>
1823 <message name="IDS_SNIPPETS_HEADER" desc="Header for a group of content sn ippets"> 1823 <message name="IDS_SNIPPETS_HEADER" desc="Header for a group of content sn ippets">
1824 For readers of <ph name="PUBLISHER">%1$s<ex>The New York Times</ex></ph> 1824 Articles for you
1825 </message>
1826 <message name="IDS_SNIPPETS_NTP_READ_MORE_LINK_TEXT" desc="Link to an arti cle this snippet is describing">
1827 Read more
1828 </message> 1825 </message>
1829 1826
1830 <!-- Toolbar button strings --> 1827 <!-- Toolbar button strings -->
1831 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 1828 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device">
1832 Open tabs 1829 Open tabs
1833 </message> 1830 </message>
1834 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 1831 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1835 New tab 1832 New tab
1836 </message> 1833 </message>
1837 1834
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
2401 </message> 2398 </message>
2402 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog."> 2399 <message name="IDS_USB_CHOOSER_DIALOG_CONNECT_BUTTON_TEXT" desc="The text that is shown on the connect button in the USB chooser dialog.">
2403 Connect 2400 Connect
2404 </message> 2401 </message>
2405 <message name="IDS_USB_CHOOSER_DIALOG_FOOTNOTE_TEXT" desc="This text is sh own at the bottom of the USB chooser dialog with a link to part of its text."> 2402 <message name="IDS_USB_CHOOSER_DIALOG_FOOTNOTE_TEXT" desc="This text is sh own at the bottom of the USB chooser dialog with a link to part of its text.">
2406 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph> 2403 Not seeing your device? <ph name="BEGIN_LINK">&lt;link&gt;</ph>Get help< ph name="END_LINK">&lt;/link&gt;</ph>
2407 </message> 2404 </message>
2408 </messages> 2405 </messages>
2409 </release> 2406 </release>
2410 </grit> 2407 </grit>
OLDNEW
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ntp/snippets/SnippetsManager.java ('k') | chrome/android/java_sources.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698