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

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

Issue 6122008: Also delete plugin data when the cookies checkbox in the clear browsing data dialog is checked. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 11 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/options/clear_browser_data_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 5079 matching lines...) Expand 10 before | Expand all | Expand 10 after
5090 </message> 5090 </message>
5091 <message name="IDS_DEL_DOWNLOAD_HISTORY_CHKBOX" desc="Checkbox for deletin g Download History"> 5091 <message name="IDS_DEL_DOWNLOAD_HISTORY_CHKBOX" desc="Checkbox for deletin g Download History">
5092 Clear download history 5092 Clear download history
5093 </message> 5093 </message>
5094 <message name="IDS_DEL_CACHE_CHKBOX" desc="Checkbox for deleting Cache"> 5094 <message name="IDS_DEL_CACHE_CHKBOX" desc="Checkbox for deleting Cache">
5095 Empty the cache 5095 Empty the cache
5096 </message> 5096 </message>
5097 <message name="IDS_DEL_COOKIES_CHKBOX" desc="Checkbox for deleting Cookies and other site data"> 5097 <message name="IDS_DEL_COOKIES_CHKBOX" desc="Checkbox for deleting Cookies and other site data">
5098 Delete cookies and other site data 5098 Delete cookies and other site data
5099 </message> 5099 </message>
5100 <message name="IDS_DEL_COOKIES_FLASH_CHKBOX" desc="Checkbox for deleting C ookies and other site data">
5101 Delete cookies and other site and plug-in data
5102 </message>
5100 <message name="IDS_DEL_PASSWORDS_CHKBOX" desc="Checkbox for deleting Passw ords"> 5103 <message name="IDS_DEL_PASSWORDS_CHKBOX" desc="Checkbox for deleting Passw ords">
5101 Clear saved passwords 5104 Clear saved passwords
5102 </message> 5105 </message>
5103 <message name="IDS_DEL_FORM_DATA_CHKBOX" desc="Checkbox for deleting form data saved for Autofill"> 5106 <message name="IDS_DEL_FORM_DATA_CHKBOX" desc="Checkbox for deleting form data saved for Autofill">
5104 Clear saved Autofill form data 5107 Clear saved Autofill form data
5105 </message> 5108 </message>
5106 <message name="IDS_CLEAR_CHROME_DATA_TAB_LABEL" desc="Tab label for contro ls for clearing browser data"> 5109 <message name="IDS_CLEAR_CHROME_DATA_TAB_LABEL" desc="Tab label for contro ls for clearing browser data">
5107 Chrome data 5110 Chrome data
5108 </message> 5111 </message>
5109 <message name="IDS_CLEAR_OTHER_DATA_TAB_LABEL" desc="Tab label for control s for clearing other data (including server data)"> 5112 <message name="IDS_CLEAR_OTHER_DATA_TAB_LABEL" desc="Tab label for control s for clearing other data (including server data)">
5110 Other data 5113 Other data
5111 </message> 5114 </message>
5112 <if expr="pp_ifdef('use_titlecase')"> 5115 <if expr="pp_ifdef('use_titlecase')">
5113 <message name="IDS_CLEAR_BROWSING_DATA_COMMIT" desc="In Title Case: Text for OK button on dialog"> 5116 <message name="IDS_CLEAR_BROWSING_DATA_COMMIT" desc="In Title Case: Text for OK button on dialog">
5114 Clear Browsing Data 5117 Clear Browsing Data
5115 </message> 5118 </message>
5116 </if> 5119 </if>
5117 <if expr="not pp_ifdef('use_titlecase')"> 5120 <if expr="not pp_ifdef('use_titlecase')">
5118 <message name="IDS_CLEAR_BROWSING_DATA_COMMIT" desc="In sentence case: T ext for OK button on dialog"> 5121 <message name="IDS_CLEAR_BROWSING_DATA_COMMIT" desc="In sentence case: T ext for OK button on dialog">
5119 Clear browsing data 5122 Clear browsing data
5120 </message> 5123 </message>
5121 </if> 5124 </if>
5122 <message name="IDS_FLASH_STORAGE_SETTINGS" desc="Link for opening Adobe Fl ash Player storage settings"> 5125 <message name="IDS_FLASH_STORAGE_SETTINGS" desc="Link for opening Adobe Fl ash Player storage settings">
5123 Adobe Flash Player storage settings... 5126 Manage Adobe Flash Player local storage and settings...
5124 </message> 5127 </message>
5125 <message name="IDS_CLEAR_DATA_HOUR" desc="deletion period combo box: hour" > 5128 <message name="IDS_CLEAR_DATA_HOUR" desc="deletion period combo box: hour" >
5126 the past hour 5129 the past hour
5127 </message> 5130 </message>
5128 <message name="IDS_CLEAR_DATA_DAY" desc="deletion period combo box: day"> 5131 <message name="IDS_CLEAR_DATA_DAY" desc="deletion period combo box: day">
5129 the past day 5132 the past day
5130 </message> 5133 </message>
5131 <message name="IDS_CLEAR_DATA_WEEK" desc="deletion period combo box: week" > 5134 <message name="IDS_CLEAR_DATA_WEEK" desc="deletion period combo box: week" >
5132 the past week 5135 the past week
5133 </message> 5136 </message>
(...skipping 6531 matching lines...) Expand 10 before | Expand all | Expand 10 after
11665 </includes> 11668 </includes>
11666 <structures fallback_to_english="true"> 11669 <structures fallback_to_english="true">
11667 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 11670 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
11668 </structure> 11671 </structure>
11669 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 11672 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
11670 </structure> 11673 </structure>
11671 </structures> 11674 </structures>
11672 11675
11673 </release> 11676 </release>
11674 </grit> 11677 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/dom_ui/options/clear_browser_data_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698