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

Side by Side Diff: chrome/app/generated_resources.grd

Issue 9358031: Added new adaptive "Suggest" tab on the New Tab Page, behing the flag, for the experiments. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed bug in card_slider.js which prevented correct card be selected in dome cases Created 8 years, 9 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 | Annotate | Revision Log
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 9024 matching lines...) Expand 10 before | Expand all | Expand 10 after
9035 <if expr="not pp_ifdef('android')"> 9035 <if expr="not pp_ifdef('android')">
9036 <message name="IDS_NEW_TAB_TITLE" 9036 <message name="IDS_NEW_TAB_TITLE"
9037 desc="Title of the new tab page, this is only shown while loading, t hen the title comes from the page"> 9037 desc="Title of the new tab page, this is only shown while loading, t hen the title comes from the page">
9038 New Tab 9038 New Tab
9039 </message> 9039 </message>
9040 </if> 9040 </if>
9041 <message name="IDS_NEW_TAB_MOST_VISITED" 9041 <message name="IDS_NEW_TAB_MOST_VISITED"
9042 desc="The name for the 'Most Visited' navigation control on the N ew Tab Page."> 9042 desc="The name for the 'Most Visited' navigation control on the N ew Tab Page.">
9043 Most visited 9043 Most visited
9044 </message> 9044 </message>
9045 <message name="IDS_NEW_TAB_SUGGESTIONS"
9046 desc="The name for the 'Suggestions' navigation control on the Ne w Tab Page.">
9047 Suggested
9048 </message>
9045 <message name="IDS_APP_DEFAULT_PAGE_NAME" 9049 <message name="IDS_APP_DEFAULT_PAGE_NAME"
9046 desc="Default name for the first 'Apps' page on the New Tab Page. "> 9050 desc="Default name for the first 'Apps' page on the New Tab Page. ">
9047 Apps 9051 Apps
9048 </message> 9052 </message>
9049 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" 9053 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK"
9050 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> 9054 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'">
9051 Restore all 9055 Restore all
9052 </message> 9056 </message>
9053 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" 9057 <message name="IDS_NEW_TAB_RECENTLY_CLOSED"
9054 desc="The name for the 'Recently Closed' menu on the New Tab Page ."> 9058 desc="The name for the 'Recently Closed' menu on the New Tab Page .">
(...skipping 6045 matching lines...) Expand 10 before | Expand all | Expand 10 after
15100 </messages> 15104 </messages>
15101 <structures fallback_to_english="true"> 15105 <structures fallback_to_english="true">
15102 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15106 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15103 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15107 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15104 </structure> 15108 </structure>
15105 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15109 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15106 </structure> 15110 </structure>
15107 </structures> 15111 </structures>
15108 </release> 15112 </release>
15109 </grit> 15113 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/resources/ntp4/new_tab.html » ('J')

Powered by Google App Engine
This is Rietveld 408576698