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

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: added dynamic loading of the JS and CSS Created 8 years, 10 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 9042 matching lines...) Expand 10 before | Expand all | Expand 10 after
9053 <if expr="not pp_ifdef('android')"> 9053 <if expr="not pp_ifdef('android')">
9054 <message name="IDS_NEW_TAB_TITLE" 9054 <message name="IDS_NEW_TAB_TITLE"
9055 desc="Title of the new tab page, this is only shown while loading, t hen the title comes from the page"> 9055 desc="Title of the new tab page, this is only shown while loading, t hen the title comes from the page">
9056 New Tab 9056 New Tab
9057 </message> 9057 </message>
9058 </if> 9058 </if>
9059 <message name="IDS_NEW_TAB_MOST_VISITED" 9059 <message name="IDS_NEW_TAB_MOST_VISITED"
9060 desc="The name for the 'Most Visited' navigation control on the N ew Tab Page."> 9060 desc="The name for the 'Most Visited' navigation control on the N ew Tab Page.">
9061 Most visited 9061 Most visited
9062 </message> 9062 </message>
9063 <message name="IDS_NEW_TAB_SUGGESTED"
9064 desc="The name for the 'Suggested' navigation control on the New Tab Page.">
9065 Suggested
9066 </message>
9063 <message name="IDS_APP_DEFAULT_PAGE_NAME" 9067 <message name="IDS_APP_DEFAULT_PAGE_NAME"
9064 desc="Default name for the first 'Apps' page on the New Tab Page. "> 9068 desc="Default name for the first 'Apps' page on the New Tab Page. ">
9065 Apps 9069 Apps
9066 </message> 9070 </message>
9067 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" 9071 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK"
9068 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> 9072 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'">
9069 Restore all 9073 Restore all
9070 </message> 9074 </message>
9071 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" 9075 <message name="IDS_NEW_TAB_RECENTLY_CLOSED"
9072 desc="The name for the 'Recently Closed' menu on the New Tab Page ."> 9076 desc="The name for the 'Recently Closed' menu on the New Tab Page .">
(...skipping 6010 matching lines...) Expand 10 before | Expand all | Expand 10 after
15083 </messages> 15087 </messages>
15084 <structures fallback_to_english="true"> 15088 <structures fallback_to_english="true">
15085 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15089 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15086 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15090 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15087 </structure> 15091 </structure>
15088 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15092 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15089 </structure> 15093 </structure>
15090 </structures> 15094 </structures>
15091 </release> 15095 </release>
15092 </grit> 15096 </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