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

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

Issue 147247: Remove null link from "welcome to tips" default suggestion. Also make some h... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/dom_ui/new_tab_ui.cc » ('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 <!-- This file contains definitions of resources that will be translated for 3 <!-- This file contains definitions of resources that will be translated for
4 each locale. --> 4 each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="grit/generated_resources.h" type="rc_header"> 9 <output filename="grit/generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 3422 matching lines...) Expand 10 before | Expand all | Expand 10 after
3433 Theme created by 3433 Theme created by
3434 </message> 3434 </message>
3435 <message name="IDS_NEW_TAB_WEB_RESOURCE_CACHE" 3435 <message name="IDS_NEW_TAB_WEB_RESOURCE_CACHE"
3436 desc="Title of block that holds tips, suggestions, and other new information gathered from web resources in the new tab page."> 3436 desc="Title of block that holds tips, suggestions, and other new information gathered from web resources in the new tab page.">
3437 Recommendations 3437 Recommendations
3438 </message> 3438 </message>
3439 <message name="IDS_NEW_TAB_RECENT_ACTIVITIES" 3439 <message name="IDS_NEW_TAB_RECENT_ACTIVITIES"
3440 desc="Heading text for the section containing recent activities. Recent activies includes closed windows and tabs as well as downloads."> 3440 desc="Heading text for the section containing recent activities. Recent activies includes closed windows and tabs as well as downloads.">
3441 Recent activities 3441 Recent activities
3442 </message> 3442 </message>
3443 <message name="IDS_NEW_TAB_TIPS"
3444 desc="Heading text for the section containing tips and suggestion s.">
3445 Tips and Suggestions
3446 </message>
3447 <message name="IDS_NEW_TAB_DEFAULT_TIPS_TITLE"
3448 desc="Default content of tip box when no tips are available. Thi s is a short advertisement and explanation for the tips and suggestions to come. ">
3449 Watch this space for tips and suggestions for better browsing!
3450 </message>
3443 <message name="IDS_NEW_TAB_DOWNLOADS" 3451 <message name="IDS_NEW_TAB_DOWNLOADS"
3444 desc="The header text of the recent downloads section."> 3452 desc="The header text of the recent downloads section.">
3445 Downloads 3453 Downloads
3446 </message> 3454 </message>
3447 <message name="IDS_NEW_TAB_VIEW_FULL_HISTORY" 3455 <message name="IDS_NEW_TAB_VIEW_FULL_HISTORY"
3448 desc="The text of the link that takes the user to the history pag e. This is shown under recent activities."> 3456 desc="The text of the link that takes the user to the history pag e. This is shown under recent activities.">
3449 View full history 3457 View full history
3450 </message> 3458 </message>
3451 <message name="IDS_NEW_TAB_VIEW_ALL_DOWNLOADS" 3459 <message name="IDS_NEW_TAB_VIEW_ALL_DOWNLOADS"
3452 desc="The text of the link that takes the user to the downloads p age. This is shown under recent activities."> 3460 desc="The text of the link that takes the user to the downloads p age. This is shown under recent activities.">
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
3963 Use system title bar and borders 3971 Use system title bar and borders
3964 </message> 3972 </message>
3965 3973
3966 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba()."> 3974 <message name="IDS_RGBA_CSS_FORMAT_STRING" translateable="false" desc="The format string to use when converting colors to CSS rgba().">
3967 rgba($1, $2, $3, $4) 3975 rgba($1, $2, $3, $4)
3968 </message> 3976 </message>
3969 3977
3970 </messages> 3978 </messages>
3971 </release> 3979 </release>
3972 </grit> 3980 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/new_tab_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698