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

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

Issue 2832014: NTP: Add ability to uninstall apps from the ntp.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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/app_launcher_handler.h » ('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 6174 matching lines...) Expand 10 before | Expand all | Expand 10 after
6185 Sync 6185 Sync
6186 </message> 6186 </message>
6187 <message name="IDS_NEW_TAB_HOME_PAGE_SET_NOTIFICATION" 6187 <message name="IDS_NEW_TAB_HOME_PAGE_SET_NOTIFICATION"
6188 desc="Notification text to show after the user has made the NTP his/her home page."> 6188 desc="Notification text to show after the user has made the NTP his/her home page.">
6189 Welcome to your home page! 6189 Welcome to your home page!
6190 </message> 6190 </message>
6191 <message name="IDS_NEW_TAB_HOME_PAGE_HIDE_NOTIFICATION" 6191 <message name="IDS_NEW_TAB_HOME_PAGE_HIDE_NOTIFICATION"
6192 desc="The action text to show as the close link for the notification sh own after the user has set his/her home page."> 6192 desc="The action text to show as the close link for the notification sh own after the user has set his/her home page.">
6193 Close 6193 Close
6194 </message> 6194 </message>
6195
6196 <message name="IDS_NEW_TAB_MAKE_THIS_HOMEPAGE" 6195 <message name="IDS_NEW_TAB_MAKE_THIS_HOMEPAGE"
6197 desc="Text for link that sets new tab page as home page"> 6196 desc="Text for link that sets new tab page as home page">
6198 Make this my home page 6197 Make this my home page
6199 </message> 6198 </message>
6199 <message name="IDS_NEW_TAB_APP_SETTINGS"
6200 desc="Text for the tooltip that is used for the button that shows the settings for an app icon.">
6201 Settings
6202 </message>
6203 <message name="IDS_NEW_TAB_APP_UNINSTALL"
6204 desc="Text for the button that allows uninstalling an app.">
6205 Uninstall
6206 </message>
6207 <message name="IDS_NEW_TAB_APP_OPTIONS"
6208 desc="Text for the button that takes the user to the options of a n app.">
6209 Options
6210 </message>
6200 6211
6201 <!-- SafeBrowsing --> 6212 <!-- SafeBrowsing -->
6202 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title"> 6213 <message name="IDS_SAFE_BROWSING_MALWARE_TITLE" desc="SafeBrowsing Malware HTML title">
6203 Malware Detected! 6214 Malware Detected!
6204 </message> 6215 </message>
6205 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw are HTML headline"> 6216 <message name="IDS_SAFE_BROWSING_MALWARE_HEADLINE" desc="SafeBrowsing Malw are HTML headline">
6206 Warning: Visiting this site may harm your computer! 6217 Warning: Visiting this site may harm your computer!
6207 </message> 6218 </message>
6208 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing Malware HTML description, first line"> 6219 <message name="IDS_SAFE_BROWSING_MALWARE_DESCRIPTION1" desc="SafeBrowsing Malware HTML description, first line">
6209 The website at <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.malware.com< /ex>&lt;/strong&gt;</ph> 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. 6220 The website at <ph name="HOST_NAME">&lt;strong&gt;$1<ex>www.malware.com< /ex>&lt;/strong&gt;</ph> 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 2290 matching lines...) Expand 10 before | Expand all | Expand 10 after
8500 8511
8501 </messages> 8512 </messages>
8502 8513
8503 <structures first_id="50000" fallback_to_english="true"> 8514 <structures first_id="50000" fallback_to_english="true">
8504 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8515 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8505 </structure> 8516 </structure>
8506 </structures> 8517 </structures>
8507 8518
8508 </release> 8519 </release>
8509 </grit> 8520 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/app_launcher_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698