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

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

Issue 11066043: Block NPAPI plug-ins in Metro mode instead of not loading them at all. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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 <!-- 3 <!--
4 This file contains definitions of resources that will be translated for each 4 This file contains definitions of resources that will be translated for each
5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available 5 locale. The variables is_win, is_macosx, is_linux, and is_posix are available
6 for making strings OS specific. Other platform defines such as use_titlecase 6 for making strings OS specific. Other platform defines such as use_titlecase
7 are declared in build/common.gypi. 7 are declared in build/common.gypi.
8 --> 8 -->
9 9
10 <grit base_dir="." latest_public_release="0" current_release="1" 10 <grit base_dir="." latest_public_release="0" current_release="1"
(...skipping 6520 matching lines...) Expand 10 before | Expand all | Expand 10 after
6531 <!-- Plug-in placeholders --> 6531 <!-- Plug-in placeholders -->
6532 <message name="IDS_PLUGIN_LOAD" desc="The link for loading a blocked plug- in, displayed in the click to play UI."> 6532 <message name="IDS_PLUGIN_LOAD" desc="The link for loading a blocked plug- in, displayed in the click to play UI.">
6533 Click to run <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph>. 6533 Click to run <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph>.
6534 </message> 6534 </message>
6535 <message name="IDS_PLUGIN_HIDE" desc="The tooltip for hiding a blocked plu g-in, displayed in the click to play UI."> 6535 <message name="IDS_PLUGIN_HIDE" desc="The tooltip for hiding a blocked plu g-in, displayed in the click to play UI.">
6536 Hide this plug-in 6536 Hide this plug-in
6537 </message> 6537 </message>
6538 <message name="IDS_PLUGIN_UPDATE" desc="The link for updating an outdated plug-in."> 6538 <message name="IDS_PLUGIN_UPDATE" desc="The link for updating an outdated plug-in.">
6539 Update plug-in... 6539 Update plug-in...
6540 </message> 6540 </message>
6541 <message name="IDS_PLUGIN_NOT_SUPPORTED" desc="The placeholder text for a plug-in that can't run in Windows Metro mode.">
6542 <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> requires Desktop mode.
6543 </message>
6541 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d plug-in."> 6544 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d plug-in.">
6542 <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> is not allowed. 6545 <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> is not allowed.
6543 </message> 6546 </message>
6544 <message name="IDS_NACL_PLUGIN_BLOCKED" desc="The placeholder text for a b locked plug-in."> 6547 <message name="IDS_NACL_PLUGIN_BLOCKED" desc="The placeholder text for a b locked plug-in.">
6545 This app is not currently supported on this device but the Chrome gnomes are hard at work to make it work soon. 6548 This app is not currently supported on this device but the Chrome gnomes are hard at work to make it work soon.
6546 </message> 6549 </message>
6547 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated plug-in."> 6550 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated plug-in.">
6548 <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> is out of date. 6551 <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> is out of date.
6549 </message> 6552 </message>
6550 <message name="IDS_PLUGIN_NOT_AUTHORIZED" desc="The placeholder text for a plug-in that requires user permission to run."> 6553 <message name="IDS_PLUGIN_NOT_AUTHORIZED" desc="The placeholder text for a plug-in that requires user permission to run.">
(...skipping 8193 matching lines...) Expand 10 before | Expand all | Expand 10 after
14744 14747
14745 <structures fallback_to_english="true"> 14748 <structures fallback_to_english="true">
14746 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 14749 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
14747 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 14750 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
14748 </structure> 14751 </structure>
14749 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 14752 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
14750 </structure> 14753 </structure>
14751 </structures> 14754 </structures>
14752 </release> 14755 </release>
14753 </grit> 14756 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/plugins/plugin_observer.h » ('j') | chrome/common/render_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698