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

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: remove extra line 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 9036 matching lines...) Expand 10 before | Expand all | Expand 10 after
9047 <if expr="not pp_ifdef('android')"> 9047 <if expr="not pp_ifdef('android')">
9048 <message name="IDS_NEW_TAB_TITLE" 9048 <message name="IDS_NEW_TAB_TITLE"
9049 desc="Title of the new tab page, this is only shown while loading, t hen the title comes from the page"> 9049 desc="Title of the new tab page, this is only shown while loading, t hen the title comes from the page">
9050 New Tab 9050 New Tab
9051 </message> 9051 </message>
9052 </if> 9052 </if>
9053 <message name="IDS_NEW_TAB_MOST_VISITED" 9053 <message name="IDS_NEW_TAB_MOST_VISITED"
9054 desc="The name for the 'Most Visited' navigation control on the N ew Tab Page."> 9054 desc="The name for the 'Most Visited' navigation control on the N ew Tab Page.">
9055 Most visited 9055 Most visited
9056 </message> 9056 </message>
9057 <message name="IDS_NEW_TAB_SUGGESTED"
9058 desc="The name for the 'Suggested' navigation control on the New Tab Page.">
9059 Suggested
9060 </message>
9057 <message name="IDS_APP_DEFAULT_PAGE_NAME" 9061 <message name="IDS_APP_DEFAULT_PAGE_NAME"
9058 desc="Default name for the first 'Apps' page on the New Tab Page. "> 9062 desc="Default name for the first 'Apps' page on the New Tab Page. ">
9059 Apps 9063 Apps
9060 </message> 9064 </message>
9061 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" 9065 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK"
9062 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> 9066 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'">
9063 Restore all 9067 Restore all
9064 </message> 9068 </message>
9065 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" 9069 <message name="IDS_NEW_TAB_RECENTLY_CLOSED"
9066 desc="The name for the 'Recently Closed' menu on the New Tab Page ."> 9070 desc="The name for the 'Recently Closed' menu on the New Tab Page .">
(...skipping 6019 matching lines...) Expand 10 before | Expand all | Expand 10 after
15086 </messages> 15090 </messages>
15087 <structures fallback_to_english="true"> 15091 <structures fallback_to_english="true">
15088 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15092 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15089 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15093 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15090 </structure> 15094 </structure>
15091 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15095 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15092 </structure> 15096 </structure>
15093 </structures> 15097 </structures>
15094 </release> 15098 </release>
15095 </grit> 15099 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | chrome/browser/resources/ntp4/new_tab.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698