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

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

Issue 7838019: [ntp4] Include a helper link for importing bookmarks if the user doesn't have any. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Code review improvements. 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 8455 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 Bookmarks Manager link on 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 8471 Manage bookmarks
8472 </message> 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."> 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.">
8474 Show all 8474 Show all
8475 </message> 8475 </message>
8476 <message name="IDS_NEW_TAB_BOOKMARKS_IMPORT_LINK_TITLE" desc="The title of the Import bookmarks link on the New Tab Page.">
8477 Import bookmarks from another browser
8478 </message>
8476 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK" 8479 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_LINK"
8477 desc="The link that restores previously removed thumbnails"> 8480 desc="The link that restores previously removed thumbnails">
8478 Restore all removed thumbnails 8481 Restore all removed thumbnails
8479 </message> 8482 </message>
8480 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK" 8483 <message name="IDS_NEW_TAB_RESTORE_THUMBNAILS_SHORT_LINK"
8481 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'"> 8484 desc="The link that restores previously removed thumbnails. Context is 'Thumbnail removed. Undo | Restore all'">
8482 Restore all 8485 Restore all
8483 </message> 8486 </message>
8484 <message name="IDS_NEW_TAB_RECENTLY_CLOSED" 8487 <message name="IDS_NEW_TAB_RECENTLY_CLOSED"
8485 desc="The 'Recently Closed' heading on the new tab page"> 8488 desc="The 'Recently Closed' heading on the new tab page">
(...skipping 5220 matching lines...) Expand 10 before | Expand all | Expand 10 after
13706 </messages> 13709 </messages>
13707 <structures fallback_to_english="true"> 13710 <structures fallback_to_english="true">
13708 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13711 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13709 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13712 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13710 </structure> 13713 </structure>
13711 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13714 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13712 </structure> 13715 </structure>
13713 </structures> 13716 </structures>
13714 </release> 13717 </release>
13715 </grit> 13718 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/bookmarks_page.css » ('j') | chrome/browser/resources/ntp4/bookmarks_page.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698