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

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

Issue 7990005: Use a placeholder instead of the default plugin for missing plug-ins on Mac and Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 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 4713 matching lines...) Expand 10 before | Expand all | Expand 10 after
4724 </message> 4724 </message>
4725 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d disabled plug-in."> 4725 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d disabled plug-in.">
4726 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is not allowed. 4726 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is not allowed.
4727 </message> 4727 </message>
4728 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated disabled plug-in."> 4728 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated disabled plug-in.">
4729 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is out of date. 4729 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is out of date.
4730 </message> 4730 </message>
4731 <message name="IDS_PLUGIN_NOT_AUTHORIZED" desc="The placeholder text for a plug-in that requires user permission to run."> 4731 <message name="IDS_PLUGIN_NOT_AUTHORIZED" desc="The placeholder text for a plug-in that requires user permission to run.">
4732 The <ph name="PLUGIN_NAME">$1<ex>Java</ex></ph> plug-in needs your permi ssion to run. 4732 The <ph name="PLUGIN_NAME">$1<ex>Java</ex></ph> plug-in needs your permi ssion to run.
4733 </message> 4733 </message>
4734 <message name="IDS_PLUGIN_NOT_FOUND" desc="The placeholder text for a plug -in that is not installed.">
4735 No plug-in available to display this content.
4736 </message>
4734 4737
4735 <!-- Session Crashed Info Bar--> 4738 <!-- Session Crashed Info Bar-->
4736 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 4739 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
4737 Restore 4740 Restore
4738 </message> 4741 </message>
4739 4742
4740 <!-- Bad Flags Info Bar--> 4743 <!-- Bad Flags Info Bar-->
4741 <message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar. ]"> 4744 <message name="IDS_BAD_FLAGS_WARNING_MESSAGE" desc="Message shown when an unsupported command-line flag is used. [Keep it short so it fits in the infobar. ]">
4742 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer. 4745 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer.
4743 </message> 4746 </message>
(...skipping 9052 matching lines...) Expand 10 before | Expand all | Expand 10 after
13796 </messages> 13799 </messages>
13797 <structures fallback_to_english="true"> 13800 <structures fallback_to_english="true">
13798 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13801 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13799 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13802 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13800 </structure> 13803 </structure>
13801 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13804 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13802 </structure> 13805 </structure>
13803 </structures> 13806 </structures>
13804 </release> 13807 </release>
13805 </grit> 13808 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/default_plugin_uitest.cc » ('j') | chrome/browser/renderer_host/chrome_render_message_filter.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698