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

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
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 8420 matching lines...) Expand 10 before | Expand all | Expand 10 after
8431 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page"> 8431 desc="Title of the new tab page, this is only shown while loading, the n the title comes from the page">
8432 New Tab 8432 New Tab
8433 </message> 8433 </message>
8434 <message name="IDS_NEW_TAB_MOST_VISITED" 8434 <message name="IDS_NEW_TAB_MOST_VISITED"
8435 desc="The 'Most Visited' heading on the new tab page"> 8435 desc="The 'Most Visited' heading on the new tab page">
8436 Most visited 8436 Most visited
8437 </message> 8437 </message>
8438 <message name="IDS_NEW_TAB_BOOKMARKS_PAGE_TITLE" desc="The 'Bookmarks' tit le on the new tab page"> 8438 <message name="IDS_NEW_TAB_BOOKMARKS_PAGE_TITLE" desc="The 'Bookmarks' tit le on the new tab page">
8439 Bookmarks 8439 Bookmarks
8440 </message> 8440 </message>
8441 <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."> 8441 <message name="IDS_NEW_TAB_BOOKMARKS_MANAGER_LINK_TITLE" desc="The title o f the Bookmarks Manager link on the New Tab Page.">
8442 Show all 8442 Manage bookmarks...
8443 </message>
8444 <message name="IDS_NEW_TAB_BOOKMARKS_SHOW_ALL_LINK_TITLE" desc="The title of the show all bookmarks link on the New Tab Page.">
8445 Show all...
Evan Stade 2011/09/05 01:59:20 no ellipses in either string (I asked UI leads spe
csilv 2011/09/06 05:33:33 Done.
8443 </message> 8446 </message>
8444 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK" 8447 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK"
8445 desc="The link that restores previously removed thumbnails"> 8448 desc="The link that restores previously removed thumbnails">
8446 Restore all removed thumbnails 8449 Restore all removed thumbnails
8447 </message> 8450 </message>
8448 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" 8451 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK"
8449 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> 8452 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'">
8450 Restore all 8453 Restore all
8451 </message> 8454 </message>
8452 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" 8455 <message name="IDS_NEW_TAB_RECENTLY_CLOSED"
(...skipping 5182 matching lines...) Expand 10 before | Expand all | Expand 10 after
13635 </messages> 13638 </messages>
13636 <structures fallback_to_english="true"> 13639 <structures fallback_to_english="true">
13637 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13640 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13638 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13641 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13639 </structure> 13642 </structure>
13640 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13643 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13641 </structure> 13644 </structure>
13642 </structures> 13645 </structures>
13643 </release> 13646 </release>
13644 </grit> 13647 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/bookmarks_page.css » ('j') | chrome/browser/resources/ntp4/bookmarks_page.css » ('J')

Powered by Google App Engine
This is Rietveld 408576698