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

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

Issue 7833021: [ntp4] Add a 'Manage Bookmarks' link at the top of the Bookmarks page. Also right-align links. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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 8449 matching lines...) Expand 10 before | Expand all | Expand 10 after
8460 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page"> 8460 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page">
8461 New Tab 8461 New Tab
8462 </message> 8462 </message>
8463 <message name="IDS_NEW_TAB_MOST_VISITED" 8463 <message name="IDS_NEW_TAB_MOST_VISITED"
8464 desc="The 'Most Visited' heading on the new tab page"> 8464 desc="The 'Most Visited' heading on the new tab page">
8465 Most visited 8465 Most visited
8466 </message> 8466 </message>
8467 <message name="IDS_NEW_TAB_BOOKMARKS_PAGE_TITLE" desc="The 'Bookmarks' tit le on the new tab page"> 8467 <message name="IDS_NEW_TAB_BOOKMARKS_PAGE_TITLE" desc="The 'Bookmarks' tit le on the new tab page">
8468 Bookmarks 8468 Bookmarks
8469 </message> 8469 </message>
8470 <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."> 8470 <message name="IDS_NEW_TAB_BOOKMARKS_MANAGER_LINK_TITLE" desc="The title o f the Bookmarks Manager link on the New Tab Page.">
8471 Manage bookmarks
8472 </message>
8473 <message name="IDS_NEW_TAB_BOOKMARKS_SHOW_ALL_LINK_TITLE" desc="The title of the show all bookmarks link on the New Tab Page.">
8471 Show all 8474 Show all
8472 </message> 8475 </message>
8473 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK" 8476 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK"
8474 desc="The link that restores previously removed thumbnails"> 8477 desc="The link that restores previously removed thumbnails">
8475 Restore all removed thumbnails 8478 Restore all removed thumbnails
8476 </message> 8479 </message>
8477 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" 8480 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK"
8478 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> 8481 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'">
8479 Restore all 8482 Restore all
8480 </message> 8483 </message>
(...skipping 5192 matching lines...) Expand 10 before | Expand all | Expand 10 after
13673 </messages> 13676 </messages>
13674 <structures fallback_to_english="true"> 13677 <structures fallback_to_english="true">
13675 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13678 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13676 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13679 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13677 </structure> 13680 </structure>
13678 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13681 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13679 </structure> 13682 </structure>
13680 </structures> 13683 </structures>
13681 </release> 13684 </release>
13682 </grit> 13685 </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