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

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: Addressed 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 9027 matching lines...) Expand 10 before | Expand all | Expand 10 after
9038 <if expr="not pp_ifdef('android')"> 9038 <if expr="not pp_ifdef('android')">
9039 <message name="IDS_NEW_TAB_TITLE" 9039 <message name="IDS_NEW_TAB_TITLE"
9040 desc="Title of the new tab page, this is only shown while loading, t hen the title comes from the page"> 9040 desc="Title of the new tab page, this is only shown while loading, t hen the title comes from the page">
9041 New Tab 9041 New Tab
9042 </message> 9042 </message>
9043 </if> 9043 </if>
9044 <message name="IDS_NEW_TAB_MOST_VISITED" 9044 <message name="IDS_NEW_TAB_MOST_VISITED"
9045 desc="The name for the 'Most Visited' navigation control on the N ew Tab Page."> 9045 desc="The name for the 'Most Visited' navigation control on the N ew Tab Page.">
9046 Most visited 9046 Most visited
9047 </message> 9047 </message>
9048 <message name="IDS_NEW_TAB_SUGGESTED"
Evan Stade 2012/02/23 02:10:20 SUGGESTIONS
GeorgeY 2012/02/24 01:52:07 Done.
9049 desc="The name for the 'Suggested' navigation control on the New Tab Page.">
9050 Suggested
9051 </message>
9048 <message name="IDS_APP_DEFAULT_PAGE_NAME" 9052 <message name="IDS_APP_DEFAULT_PAGE_NAME"
9049 desc="Default name for the first 'Apps' page on the New Tab Page. "> 9053 desc="Default name for the first 'Apps' page on the New Tab Page. ">
9050 Apps 9054 Apps
9051 </message> 9055 </message>
9052 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" 9056 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK"
9053 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> 9057 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'">
9054 Restore all 9058 Restore all
9055 </message> 9059 </message>
9056 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" 9060 <message name="IDS_NEW_TAB_RECENTLY_CLOSED"
9057 desc="The name for the 'Recently Closed' menu on the New Tab Page ."> 9061 desc="The name for the 'Recently Closed' menu on the New Tab Page .">
(...skipping 6015 matching lines...) Expand 10 before | Expand all | Expand 10 after
15073 </messages> 15077 </messages>
15074 <structures fallback_to_english="true"> 15078 <structures fallback_to_english="true">
15075 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 15079 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
15076 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 15080 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
15077 </structure> 15081 </structure>
15078 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 15082 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
15079 </structure> 15083 </structure>
15080 </structures> 15084 </structures>
15081 </release> 15085 </release>
15082 </grit> 15086 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/browser_resources.grd » ('j') | chrome/browser/resources/ntp4/suggestions_page.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698