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

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

Issue 159304: Adds the first run banner.... (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 3587 matching lines...) Expand 10 before | Expand all | Expand 10 after
3598 Thumbnail view 3598 Thumbnail view
3599 </message> 3599 </message>
3600 <message name="IDS_NEW_TAB_SHOW_HIDE_LIST_TOOLTIP" 3600 <message name="IDS_NEW_TAB_SHOW_HIDE_LIST_TOOLTIP"
3601 desc="Tooltip text for the button that shows and hides the list view."> 3601 desc="Tooltip text for the button that shows and hides the list view.">
3602 List view 3602 List view
3603 </message> 3603 </message>
3604 <message name="IDS_NEW_TAB_PAGE_DISPLAY_TOOLTIP" 3604 <message name="IDS_NEW_TAB_PAGE_DISPLAY_TOOLTIP"
3605 desc="Tooltip text for the button that shows the menu that hides and sh ows different sections on the new tab page."> 3605 desc="Tooltip text for the button that shows the menu that hides and sh ows different sections on the new tab page.">
3606 Change page layout 3606 Change page layout
3607 </message> 3607 </message>
3608 <message name="IDS_NEW_TAB_FIRST_RUN_NOTIFICATION"
3609 desc="Notification text to show in the banner at the top of the new tab page when the user first sees it.">
3610 Over time, the area below will show your eight most visited sites.
3611 </message>
3612 <message name="IDS_NEW_TAB_CLOSE_FIRST_RUN_NOTIFICATION"
3613 desc="Action text for link that closes the first run notification.">
3614 Close
3615 </message>
3608 3616
3609 <!-- SafeBrowsing --> 3617 <!-- SafeBrowsing -->
3610 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title"> 3618 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title">
3611 Malware Detected! 3619 Malware Detected!
3612 </message> 3620 </message>
3613 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw are HTML headline"> 3621 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw are HTML headline">
3614 Warning: Visiting this site may harm your computer! 3622 Warning: Visiting this site may harm your computer!
3615 </message> 3623 </message>
3616 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing Malware HTML description, first line"> 3624 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing Malware HTML description, first line">
3617 The website at &lt;strong&gt;<ph name="HOST_NAME">$1<ex>www.malware.com< /ex></ph>&lt;/strong&gt; appears to host malware – software that can hurt your c omputer or otherwise operate without your consent. Just visiting a site that ho sts malware can infect your computer. 3625 The website at &lt;strong&gt;<ph name="HOST_NAME">$1<ex>www.malware.com< /ex></ph>&lt;/strong&gt; appears to host malware – software that can hurt your c omputer or otherwise operate without your consent. Just visiting a site that ho sts malware can infect your computer.
(...skipping 450 matching lines...) Expand 10 before | Expand all | Expand 10 after
4068 rgba($1, $2, $3, $4) 4076 rgba($1, $2, $3, $4)
4069 </message> 4077 </message>
4070 4078
4071 <message name="IDS_USED_EXISTING_BROWSER" desc="Linux-specific message pri nted to console when the app is ran a second time, causing a new window to show rather than starting up a new browser."> 4079 <message name="IDS_USED_EXISTING_BROWSER" desc="Linux-specific message pri nted to console when the app is ran a second time, causing a new window to show rather than starting up a new browser.">
4072 Created new window in existing browser session. 4080 Created new window in existing browser session.
4073 </message> 4081 </message>
4074 4082
4075 </messages> 4083 </messages>
4076 </release> 4084 </release>
4077 </grit> 4085 </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