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

Unified Diff: chrome/app/policy/policy_templates.grd

Issue 3354006: Adding policy settings for Chrome Frame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/app/policy/policy_templates.json » ('j') | chrome/app/policy/policy_templates.json » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.grd
===================================================================
--- chrome/app/policy/policy_templates.grd (revision 58687)
+++ chrome/app/policy/policy_templates.grd (working copy)
@@ -434,8 +434,8 @@
If you choose 'Open a list of URLs on startup', the list of 'URLs to open on startup' will be opened when <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> is started.
If you enable or disable this setting, users cannot change or override this setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.
- </message>
-
+ </message>
+
<message name="IDS_POLICY_RESTOREONSTARTUP_CAPTION" desc="Caption of the dropbox 'restore on startup mode' of the policy settings page 'restore on startup'.">
Action on Startup
</message>
@@ -459,6 +459,60 @@
<message name="IDS_POLICY_RESTOREONSTARTUPURLS_DESC" desc="Description of the list editor 'restore startup urls' of the policy settings page 'restore on startup'.">
If 'Open a list of URLs' is selected as action on startup, this allows you to specify the list of URLs that are opened on startup.
</message>
+
+ <!-- Chrome Frame begin -->
+
+ <message name="IDS_POLICY_GROUP_CHROMEFRAMERENDERERSETTINGS_CAPTION" desc="Caption of Chrome Frame renderer policy settings page">
+ Configure the default renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>
+ </message>
+ <message name="IDS_POLICY_GROUP_CHROMEFRAMERENDERERSETTINGS_DESC" desc="Description of the 'Chrome Frame renderer' policy settings page.">
+ Configure the default HTML renderer when <ph name="PRODUCT_FRAME_NAME">
+ $3<ex>Google Chrome Frame</ex></ph>is installed.
+ The default setting is to allow the host browser do the rendering, but you can optionally override this and have
+ <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> render HTML pages by default.
+ </message>
+
+ <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_CAPTION" desc="Caption of Chrome Frame renderer policy settings page">
+ Configure the default HTML renderer for <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>
+ </message>
+ <message name="IDS_POLICY_CHROMEFRAMERENDERERSETTINGS_DESC" desc="Description of the 'Chrome Frame renderer' policy settings page.">
+ Allows you to configure the default HTML renderer when <ph name="PRODUCT_FRAME_NAME">
+ $3<ex>Google Chrome Frame</ex></ph>is installed.
+ The default setting is to allow the host browser do the rendering, but you can optionally override this and have
+ <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>render HTML pages by default.
+ </message>
+
+ <message name="IDS_POLICY_ENUM_RENDERINHOST_CAPTION" desc="Caption for 'Use the host browser as the default HTML renderer'.">
+ Use the host browser by default
+ </message>
+ <message name="IDS_POLICY_ENUM_RENDERINHOST_DESC" desc="Description for 'Use the host browser as the default HTML renderer.'.">
+ Use the host browser by default
+ </message>
+
+ <message name="IDS_POLICY_ENUM_RENDERINCHROMEFRAME_CAPTION" desc="Make Chrome Frame the default renderer - caption">
+ Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> by default
+ </message>
+ <message name="IDS_POLICY_ENUM_RENDERINCHROMEFRAME_DESC" desc="Make Chrome Frame the default renderer - description">
+ Use <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph> by default
+ </message>
+
+ <message name="IDS_POLICY_RENDERINCHROMEFRAMELIST_CAPTION" desc="Caption for list of URLs that should always be displayed in Chrome Frame">
+ List of URL patterns that should always be rendered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>
+ </message>
+ <message name="IDS_POLICY_RENDERINCHROMEFRAMELIST_DESC" desc="Description for list of URLs that should always be displayed in Chrome Frame">
+ Customize the list of URL patterns that should always be rendered by <ph name="PRODUCT_FRAME_NAME">$3<ex>Google Chrome Frame</ex></ph>.
+ For example patterns see http://www.chromium.org/developers/how-tos/chrome-frame-getting-started.
+ </message>
+
+ <message name="IDS_POLICY_RENDERINHOSTLIST_CAPTION" desc="Caption for list of URLs that should always be displayed in the host browser">
+ List of URL patterns that should always be rendered by the host browser
+ </message>
+ <message name="IDS_POLICY_RENDERINHOSTLIST_DESC" desc="Description for list of URLs that should always be displayed in the host browser">
+ Customize the list of URL patterns that should always be rendered by the host browser.
+ For example patterns see http://www.chromium.org/developers/how-tos/chrome-frame-getting-started.
+ </message>
+
+ <!-- Chrome Frame end -->
</messages>
</release>
</grit>
« no previous file with comments | « no previous file | chrome/app/policy/policy_templates.json » ('j') | chrome/app/policy/policy_templates.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698