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

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: nit 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
« no previous file with comments | « no previous file | chrome/browser/default_plugin_uitest.cc » ('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 <!-- 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 4716 matching lines...) Expand 10 before | Expand all | Expand 10 after
4727 </message> 4727 </message>
4728 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d disabled plug-in."> 4728 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d disabled plug-in.">
4729 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is not allowed. 4729 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is not allowed.
4730 </message> 4730 </message>
4731 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated disabled plug-in."> 4731 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated disabled plug-in.">
4732 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is out of date. 4732 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is out of date.
4733 </message> 4733 </message>
4734 <message name="IDS_PLUGIN_NOT_AUTHORIZED" desc="The placeholder text for a plug-in that requires user permission to run."> 4734 <message name="IDS_PLUGIN_NOT_AUTHORIZED" desc="The placeholder text for a plug-in that requires user permission to run.">
4735 The <ph name="PLUGIN_NAME">$1<ex>Java</ex></ph> plug-in needs your permi ssion to run. 4735 The <ph name="PLUGIN_NAME">$1<ex>Java</ex></ph> plug-in needs your permi ssion to run.
4736 </message> 4736 </message>
4737 <message name="IDS_PLUGIN_NOT_FOUND" desc="The placeholder text for a plug -in that is not installed.">
4738 No plug-in available to display this content.
4739 </message>
4737 4740
4738 <!-- Session Crashed Info Bar--> 4741 <!-- Session Crashed Info Bar-->
4739 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 4742 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
4740 Restore 4743 Restore
4741 </message> 4744 </message>
4742 4745
4743 <!-- Bad Flags Info Bar--> 4746 <!-- Bad Flags Info Bar-->
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. ]"> 4747 <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. ]">
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. 4748 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer.
4746 </message> 4749 </message>
(...skipping 9122 matching lines...) Expand 10 before | Expand all | Expand 10 after
13869 </messages> 13872 </messages>
13870 <structures fallback_to_english="true"> 13873 <structures fallback_to_english="true">
13871 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13874 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13872 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13875 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13873 </structure> 13876 </structure>
13874 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13877 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13875 </structure> 13878 </structure>
13876 </structures> 13879 </structures>
13877 </release> 13880 </release>
13878 </grit> 13881 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/default_plugin_uitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698