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

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

Issue 1351303003: Add the UI for the Interests Prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ntp-interests-jni
Patch Set: Fetch the oauth token from the native code. Created 5 years, 2 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 1681 matching lines...) Expand 10 before | Expand all | Expand 10 after
1692 </message> 1692 </message>
1693 <message name="IDS_RECENTLY_CLOSED" desc="Header for the list of recently closed tabs"> 1693 <message name="IDS_RECENTLY_CLOSED" desc="Header for the list of recently closed tabs">
1694 Recently closed 1694 Recently closed
1695 </message> 1695 </message>
1696 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page."> 1696 <message name="IDS_SHOW_FULL_HISTORY" desc="Link text to go to the history page from the recent tabs page.">
1697 Show full history 1697 Show full history
1698 </message> 1698 </message>
1699 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs"> 1699 <message name="IDS_REMOVE_ALL" desc="Context menu option to clear the list of recently closed tabs">
1700 Remove all 1700 Remove all
1701 </message> 1701 </message>
1702 <message name="IDS_NTP_INTERESTS" desc="Title of the page where the user's topics of interest are shown">
1703 Interests
1704 </message>
1702 1705
1703 <!-- Toolbar button strings --> 1706 <!-- Toolbar button strings -->
1704 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device"> 1707 <message name="IDS_OPEN_TABS" desc="Text for button to enter the tab switc her and show tabs that are open on this device">
1705 Open tabs 1708 Open tabs
1706 </message> 1709 </message>
1707 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab ."> 1710 <message name="IDS_BUTTON_NEW_TAB" desc="Button name for opening a new tab .">
1708 New tab 1711 New tab
1709 </message> 1712 </message>
1710 1713
1711 <!-- Main menu items --> 1714 <!-- Main menu items -->
(...skipping 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
2236 </message> 2239 </message>
2237 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false"> 2240 <message name="IDS_HELP_CONTEXT_USAGE_REPORTS" translateable="false">
2238 send_crash_report 2241 send_crash_report
2239 </message> 2242 </message>
2240 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false"> 2243 <message name="IDS_HELP_CONTEXT_SAD_TAB" translateable="false">
2241 mobile_awsnap 2244 mobile_awsnap
2242 </message> 2245 </message>
2243 </messages> 2246 </messages>
2244 </release> 2247 </release>
2245 </grit> 2248 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698