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

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

Issue 7701013: [ntp4] Limit the maximum bookmark tiles that will display at once, for now. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: code review changes; rebase Created 9 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/bookmarks_page.css » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8291 matching lines...) Expand 10 before | Expand all | Expand 10 after
8302 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page"> 8302 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page">
8303 New Tab 8303 New Tab
8304 </message> 8304 </message>
8305 <message name="IDS_NEW_TAB_MOST_VISITED" 8305 <message name="IDS_NEW_TAB_MOST_VISITED"
8306 desc="The 'Most Visited' heading on the new tab page"> 8306 desc="The 'Most Visited' heading on the new tab page">
8307 Most visited 8307 Most visited
8308 </message> 8308 </message>
8309 <message name="IDS_NEW_TAB_BOOKMARKS_PAGE_TITLE" desc="The 'Bookmarks' tit le on the new tab page"> 8309 <message name="IDS_NEW_TAB_BOOKMARKS_PAGE_TITLE" desc="The 'Bookmarks' tit le on the new tab page">
8310 Bookmarks 8310 Bookmarks
8311 </message> 8311 </message>
8312 <message name="IDS_NEW_TAB_BOOKMARKS_MANAGER_LINK_TITLE" desc="The title o f the link to invoke the bookmarks manager from the New Tab Page.">
8313 More...
8314 </message>
8312 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK" 8315 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK"
8313 desc="The link that restores previously removed thumbnails"> 8316 desc="The link that restores previously removed thumbnails">
8314 Restore all removed thumbnails 8317 Restore all removed thumbnails
8315 </message> 8318 </message>
8316 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" 8319 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK"
8317 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> 8320 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'">
8318 Restore all 8321 Restore all
8319 </message> 8322 </message>
8320 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" 8323 <message name="IDS_NEW_TAB_RECENTLY_CLOSED"
8321 desc="The 'Recently Closed' heading on the new tab page"> 8324 desc="The 'Recently Closed' heading on the new tab page">
(...skipping 5174 matching lines...) Expand 10 before | Expand all | Expand 10 after
13496 </if> 13499 </if>
13497 </includes> 13500 </includes>
13498 <structures fallback_to_english="true"> 13501 <structures fallback_to_english="true">
13499 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13502 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13500 </structure> 13503 </structure>
13501 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13504 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13502 </structure> 13505 </structure>
13503 </structures> 13506 </structures>
13504 </release> 13507 </release>
13505 </grit> 13508 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/bookmarks_page.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698