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

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

Issue 6043: Added dangerous download prompting. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 2 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 <!-- 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="generated_resources.h" type="rc_header"> 9 <output filename="generated_resources.h" type="rc_header">
10 <emit emit_type='prepend'></emit> 10 <emit emit_type='prepend'></emit>
(...skipping 1127 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 </message> 1138 </message>
1139 <message name="IDS_DOWNLOAD_BUTTON_OPEN" 1139 <message name="IDS_DOWNLOAD_BUTTON_OPEN"
1140 desc="Button open text."> 1140 desc="Button open text.">
1141 Open 1141 Open
1142 </message> 1142 </message>
1143 <message name="IDS_DOWNLOAD_BUTTON_CANCEL" 1143 <message name="IDS_DOWNLOAD_BUTTON_CANCEL"
1144 desc="Button close text."> 1144 desc="Button close text.">
1145 Cancel 1145 Cancel
1146 </message> 1146 </message>
1147 1147
1148 <message name="IDS_PROMPT_DANGEROUS_DOWNLOAD"
1149 desc="Message shown to the user to validate the download of a dan gerous file.">
1150 This type of file can harm your computer. Are you sure you want to downl oad <ph name="FILE_NAME">$1<ex>malware.exe</ex></ph>?
1151 </message>
1152 <message name="IDS_SAVE_DOWNLOAD"
1153 desc="Text for the button used to validate the downloading of a d angerous download.">
1154 Save
1155 </message>
1156 <message name="IDS_DISCARD_DOWNLOAD"
1157 desc="Text for the button used to stop a dangerous download.">
1158 Discard
1159 </message>
1160
1148 <!-- Download Tab Items --> 1161 <!-- Download Tab Items -->
1149 <message name="IDS_DOWNLOAD_LINK_PAUSE" 1162 <message name="IDS_DOWNLOAD_LINK_PAUSE"
1150 desc="In the download view, 'Pause' link text"> 1163 desc="In the download view, 'Pause' link text">
1151 Pause 1164 Pause
1152 </message> 1165 </message>
1153 <message name="IDS_DOWNLOAD_SEARCH_BUTTON" desc="Title of the button in th e download page that triggers a search"> 1166 <message name="IDS_DOWNLOAD_SEARCH_BUTTON" desc="Title of the button in th e download page that triggers a search">
1154 Search downloads 1167 Search downloads
1155 </message> 1168 </message>
1156 <message name="IDS_DOWNLOAD_LINK_RESUME" 1169 <message name="IDS_DOWNLOAD_LINK_RESUME"
1157 desc="In the download view, 'Resume' link text"> 1170 desc="In the download view, 'Resume' link text">
(...skipping 1959 matching lines...) Expand 10 before | Expand all | Expand 10 after
3117 Continue 3130 Continue
3118 </message> 3131 </message>
3119 3132
3120 <!-- Constrained Window --> 3133 <!-- Constrained Window -->
3121 <message name="IDS_BLOCKED_POPUP" desc="Text on a blocked popup's window t itlebar."> 3134 <message name="IDS_BLOCKED_POPUP" desc="Text on a blocked popup's window t itlebar.">
3122 Blocked Pop-up 3135 Blocked Pop-up
3123 </message> 3136 </message>
3124 </messages> 3137 </messages>
3125 </release> 3138 </release>
3126 </grit> 3139 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698