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

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

Issue 3040034: Block non-sandboxed plugins. (Closed) Base URL: git://codf21.jail/chromium.git
Patch Set: fix indentation; sync Created 10 years, 4 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
« no previous file with comments | « no previous file | chrome/browser/blocked_plugin_manager.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 6485 matching lines...) Expand 10 before | Expand all | Expand 10 after
6496 6496
6497 <message name="IDS_PLUGININSTALLER_MISSINGPLUGIN_PROMPT" desc="Info Bar me ssage to prompt installing missing plugin"> 6497 <message name="IDS_PLUGININSTALLER_MISSINGPLUGIN_PROMPT" desc="Info Bar me ssage to prompt installing missing plugin">
6498 An additional plug-in is required to display some elements on this page. 6498 An additional plug-in is required to display some elements on this page.
6499 </message> 6499 </message>
6500 <message name="IDS_PLUGININSTALLER_INSTALLPLUGIN_BUTTON" desc="Info Bar bu tton to install missing plugin"> 6500 <message name="IDS_PLUGININSTALLER_INSTALLPLUGIN_BUTTON" desc="Info Bar bu tton to install missing plugin">
6501 Install plug-in... 6501 Install plug-in...
6502 </message> 6502 </message>
6503 <message name="IDS_PLUGININSTALLER_PROBLEMSINSTALLING" desc="Infobar text for link to help center"> 6503 <message name="IDS_PLUGININSTALLER_PROBLEMSINSTALLING" desc="Infobar text for link to help center">
6504 Problems installing? 6504 Problems installing?
6505 </message> 6505 </message>
6506 <message name="IDS_PLUGIN_BLOCKED_PROMPT" desc="Info Bar message when a no n-sandboxed plugin was blocked">
6507 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in was blocked on this site because it could access your computer directly.
6508 </message>
6506 <message name="IDS_PLUGIN_CRASHED_PROMPT" desc="Info Bar message to notify about a crashed plugin"> 6509 <message name="IDS_PLUGIN_CRASHED_PROMPT" desc="Info Bar message to notify about a crashed plugin">
6507 The following plug-in has crashed: <ph name="PLUGIN_NAME">$1<ex>Shockwav e</ex></ph> 6510 The following plug-in has crashed: <ph name="PLUGIN_NAME">$1<ex>Shockwav e</ex></ph>
6508 </message> 6511 </message>
6509 <message name="IDS_WEBWORKER_CRASHED_PROMPT" desc="Info Bar message to not ify about a crashed WebWorker"> 6512 <message name="IDS_WEBWORKER_CRASHED_PROMPT" desc="Info Bar message to not ify about a crashed WebWorker">
6510 A part of this page (HTML WebWorker) has crashed, so it might not functi on correctly. 6513 A part of this page (HTML WebWorker) has crashed, so it might not functi on correctly.
6511 </message> 6514 </message>
6512 6515
6513 <message name="IDS_JS_OUT_OF_MEMORY_PROMPT" desc="Info Bar message to noti fy JS out of memory"> 6516 <message name="IDS_JS_OUT_OF_MEMORY_PROMPT" desc="Info Bar message to noti fy JS out of memory">
6514 Script on the page used too much memory. Reload to enable scripts again. 6517 Script on the page used too much memory. Reload to enable scripts again.
6515 </message> 6518 </message>
(...skipping 2440 matching lines...) Expand 10 before | Expand all | Expand 10 after
8956 8959
8957 </messages> 8960 </messages>
8958 8961
8959 <structures fallback_to_english="true"> 8962 <structures fallback_to_english="true">
8960 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 8963 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
8961 </structure> 8964 </structure>
8962 </structures> 8965 </structures>
8963 8966
8964 </release> 8967 </release>
8965 </grit> 8968 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/blocked_plugin_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698