diff options
author | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 12:36:37 +0000 |
---|---|---|
committer | pastarmovj@chromium.org <pastarmovj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-02-25 12:36:37 +0000 |
commit | 8b08a47f878f0ed77508d6c49bf4e593ea8f2bef (patch) | |
tree | 7575f86aa79e27ce1bb9c61a272c11dde474da6a /webkit/glue/webkit_strings.grd | |
parent | 0f38dc4551ef947f74259b3e7c92b984bf554c60 (diff) | |
download | chromium_src-8b08a47f878f0ed77508d6c49bf4e593ea8f2bef.zip chromium_src-8b08a47f878f0ed77508d6c49bf4e593ea8f2bef.tar.gz chromium_src-8b08a47f878f0ed77508d6c49bf4e593ea8f2bef.tar.bz2 |
Implemented policy to disable plugin finder.
BUG=49597
TEST=Set the policy to true and the default plugin should not offer to install missing plugins.
Review URL: http://codereview.chromium.org/6475011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76043 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_strings.grd')
-rw-r--r-- | webkit/glue/webkit_strings.grd | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/webkit/glue/webkit_strings.grd b/webkit/glue/webkit_strings.grd index ae88dc9..7611062 100644 --- a/webkit/glue/webkit_strings.grd +++ b/webkit/glue/webkit_strings.grd @@ -408,11 +408,15 @@ below: </message> <message name="IDS_DEFAULT_PLUGIN_GET_PLUGIN_MSG" desc="Message displayed by the default plugin in its main window"> - <ph name="PLUGIN">$1<ex>Realplayer</ex></ph> plug-in is not installed + <ph name="PLUGIN">$1<ex>Realplayer</ex></ph> plug-in is not installed. </message> <message name="IDS_DEFAULT_PLUGIN_GET_PLUGIN_MSG_NO_PLUGIN_NAME" desc="Message displayed by the default plugin in its main window when we don't know the plugin name"> - The required plug-in is not installed + The required plug-in is not installed. + </message> + + <message name="IDS_DEFAULT_PLUGIN_GET_PLUGIN_MSG_PLUGIN_FINDER_DISABLED" desc="Message displayed by the default plugin in its main window when the plugin finder has been disabled by a policy."> + Installing plug-ins has been disabled. </message> <message name="IDS_DEFAULT_PLUGIN_GET_PLUGIN_MSG_2" desc="Second Message displayed by the default plugin in its main window"> @@ -424,7 +428,7 @@ below: </message> <message name="IDS_DEFAULT_PLUGIN_NO_PLUGIN_AVAILABLE_MSG" desc="Message displayed by the default plugin when no plugin was found for the page."> - No plug-in available to display this content + No plug-in available to display this content. </message> <message name="IDS_DEFAULT_PLUGIN_DOWNLOADING_PLUGIN_MSG" desc="Message displayed by the default plugin when a download has been initiated for the third party plugin."> |