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

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

Powered by Google App Engine
This is Rietveld 408576698