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

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: '' 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 4704 matching lines...) Expand 10 before | Expand all | Expand 10 after
4715 </message> 4715 </message>
4716 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d disabled plug-in."> 4716 <message name="IDS_PLUGIN_BLOCKED" desc="The placeholder text for a blocke d disabled plug-in.">
4717 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is not allowed. 4717 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is not allowed.
4718 </message> 4718 </message>
4719 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated disabled plug-in."> 4719 <message name="IDS_PLUGIN_OUTDATED" desc="The placeholder text for an outd ated disabled plug-in.">
4720 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is out of date. 4720 The <ph name="PLUGIN_NAME">$1<ex>Flash</ex></ph> plug-in is out of date.
4721 </message> 4721 </message>
4722 <message name="IDS_PLUGIN_NOT_AUTHORIZED" desc="The placeholder text for a plug-in that requires user permission to run."> 4722 <message name="IDS_PLUGIN_NOT_AUTHORIZED" desc="The placeholder text for a plug-in that requires user permission to run.">
4723 The <ph name="PLUGIN_NAME">$1<ex>Java</ex></ph> plug-in needs your permi ssion to run. 4723 The <ph name="PLUGIN_NAME">$1<ex>Java</ex></ph> plug-in needs your permi ssion to run.
4724 </message> 4724 </message>
4725 <message name="IDS_PLUGIN_NOT_FOUND" desc="The placeholder text for a plug -in that is not installed.">
4726 No plug-in available to display this content.
4727 </message>
4725 4728
4726 <!-- Session Crashed Info Bar--> 4729 <!-- Session Crashed Info Bar-->
4727 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view."> 4730 <message name="IDS_SESSION_CRASHED_VIEW_RESTORE_BUTTON" desc="Title of the restore button in the session crashed view.">
4728 Restore 4731 Restore
4729 </message> 4732 </message>
4730 4733
4731 <!-- Bad Flags Info Bar--> 4734 <!-- Bad Flags Info Bar-->
4732 <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. ]"> 4735 <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. ]">
4733 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer. 4736 You are using an unsupported command-line flag: <ph name="BAD_FLAG">$1<e x>--no-sandbox</ex></ph>. Stability and security will suffer.
4734 </message> 4737 </message>
(...skipping 9014 matching lines...) Expand 10 before | Expand all | Expand 10 after
13749 </messages> 13752 </messages>
13750 <structures fallback_to_english="true"> 13753 <structures fallback_to_english="true">
13751 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. --> 13754 <!-- Make sure these stay in sync with the structures in generated_resourc es.grd. -->
13752 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" > 13755 <structure name="IDD_CHROME_FRAME_FIND_DIALOG" file="cf_resources.rc" type ="dialog" >
13753 </structure> 13756 </structure>
13754 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" > 13757 <structure name="IDD_CHROME_FRAME_READY_PROMPT" file="cf_resources.rc" typ e="dialog" >
13755 </structure> 13758 </structure>
13756 </structures> 13759 </structures>
13757 </release> 13760 </release>
13758 </grit> 13761 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/default_plugin_uitest.cc » ('j') | chrome/renderer/chrome_content_renderer_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698