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

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

Issue 5398001: Allow default desktop content settings to be managed via policy (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove Cocoa UI-changes Created 10 years 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/policy/policy_templates.grd
diff --git a/chrome/app/policy/policy_templates.grd b/chrome/app/policy/policy_templates.grd
index f9bfbe36ae4a77c303562569472f401fa74e681c..39d0545d32a5f1d6cff116c3028b074fea71dafb 100644
--- a/chrome/app/policy/policy_templates.grd
+++ b/chrome/app/policy/policy_templates.grd
@@ -350,6 +350,112 @@ templates and will be translated for each locale. -->
For detailed examples, visit:
<ph name="PROXY_HELP_URL">$2<ex>http://www.chromium.org/developers/design-documents/network-settings#TOC-Command-line-options-for-proxy-sett</ex></ph>
</message>
+ <!-- Content Settings messages -->
+ <message name="IDS_POLICY_CONTENTSETTINGS_CAPTION" desc="Caption of the 'content settings' policy group.">
+ Content Settings
+ </message>
+ <message name="IDS_POLICY_CONTENTSETTINGS_DESC" desc="Description of the 'content settings' policy group.">
+ Content Settings allow you to specify how contents of a specific type (for example Cookies, Images or JavaScript) is handled.
+ </message>
+
+ <message name="IDS_POLICY_DEFAULTCOOKIESSETTING_CAPTION" desc="Text describing the dropdown menu for selecting the default notification setting.">
+ Default cookies setting
+ </message>
+ <message name="IDS_POLICY_DEFAULTCOOKIESSETTING_DESC" desc="Description of the 'default cookies setting' policy.">
+ Allows you to set whether websites are allowed to set local data. Setting local data can be either allowed for all websites or denied for all websites.
+ </message>
+ <message name="IDS_POLICY_ENUM_ALLOWCOOKIES_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'ALLOW'.">
+ Allow all sites to set local data.
+ </message>
+ <message name="IDS_POLICY_ENUM_BLOCKCOOKIES_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'BLOCK'.">
+ Do not allow any site to set local data
+ </message>
+
+ <message name="IDS_POLICY_DEFAULTIMAGESSETTING_CAPTION" desc="Text describing the dropdown menu for selecting the default notification setting.">
+ Default images setting
+ </message>
+ <message name="IDS_POLICY_DEFAULTIMAGESSETTING_DESC" desc="Description of the 'default images setting' policy.">
+ Allows you to set whether websites are allowed to display images. Displaying images can be either allowed for all websites or denied for all websites.
+ </message>
+ <message name="IDS_POLICY_ENUM_ALLOWIMAGES_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'ALLOW'.">
+ Allow all sites to show all images
+ </message>
+ <message name="IDS_POLICY_ENUM_BLOCKIMAGES_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'BLOCK'.">
+ Do not allow any site to show images
+ </message>
+
+ <message name="IDS_POLICY_DEFAULTJAVASCRIPTSETTING_CAPTION" desc="Text describing the dropdown menu for selecting the default notification setting.">
+ Default JavaScript setting
+ </message>
+ <message name="IDS_POLICY_DEFAULTJAVASCRIPTSETTING_DESC" desc="Description of the 'default JavaScript setting' policy.">
+ Allows you to set whether websites are allowed to run JavaScript. Running JavaScript can be either allowed for all websites or denied for all websites.
+ </message>
+ <message name="IDS_POLICY_ENUM_ALLOWJAVASCRIPT_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'ALLOW'.">
+ Allow all sites to run JavaScript
+ </message>
+ <message name="IDS_POLICY_ENUM_BLOCKJAVASCRIPT_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'BLOCK'.">
+ Do not allow any site to run JavaScript
+ </message>
+
+ <message name="IDS_POLICY_DEFAULTPLUGINSSETTING_CAPTION" desc="Text describing the dropdown menu for selecting the default notification setting.">
+ Default plugins setting
+ </message>
+ <message name="IDS_POLICY_DEFAULTPLUGINSSETTING_DESC" desc="Description of the 'default plug-ins setting' policy.">
+ Allows you to set whether websites are allowed to automatically run plugins. Automatically running plugins can be either allowed for all websites or denied for all websites.
+ </message>
+ <message name="IDS_POLICY_ENUM_ALLOWPLUGINS_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'ALLOW'.">
+ Allow all sites to automatically run plugins
+ </message>
+ <message name="IDS_POLICY_ENUM_BLOCKPLUGINS_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'BLOCK'.">
+ Block all plugins
+ </message>
+
+ <message name="IDS_POLICY_DEFAULTPOPUPSSETTING_CAPTION" desc="Text describing the dropdown menu for selecting the default notification setting.">
+ Default popups setting
+ </message>
+ <message name="IDS_POLICY_DEFAULTPOPUPSSETTING_DESC" desc="Description of the 'default popups setting' policy.">
+ Allows you to set whether websites are allowed to show pop-ups. Showing popups can be either allowed for all websites or denied for all websites.
+ </message>
+ <message name="IDS_POLICY_ENUM_ALLOWPOPUPS_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'ALLOW'.">
+ Allow all sites to show pop-ups
+ </message>
+ <message name="IDS_POLICY_ENUM_BLOCKPOPUPS_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'BLOCK'.">
+ Do not allow any site to show popups
+ </message>
+
+ <message name="IDS_POLICY_DEFAULTNOTIFICATIONSETTING_CAPTION" desc="Text describing the dropdown menu for selecting the default notification setting.">
+ Default notification setting
+ </message>
+ <message name="IDS_POLICY_DEFAULTNOTIFICATIONSETTING_DESC" desc="Description of the 'default notification setting' policy.">
+ Allows you to set whether websites are allowed to display desktop notifications. Displaying desktop notifications can be allowed by default, denied by default or the user can be asked everytime a website wants to show desktop notifications.
+ </message>
+ <message name="IDS_POLICY_ENUM_ALLOWNOTIFICATIONS_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'ALLOW'.">
+ Allow sites to show desktop notifications
+ </message>
+ <message name="IDS_POLICY_ENUM_BLOCKNOTIFICATIONS_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'BLOCK'.">
+ Do not allow any site to show desktop notifications
+ </message>
+ <message name="IDS_POLICY_ENUM_ASKNOTIFICATIONS_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'ASK'.">
+ Ask every time a site wants to show desktop notifications
+ </message>
+
+ <message name="IDS_POLICY_DEFAULTGEOLOCATIONSETTING_CAPTION" desc="Text describing the dropdown menu for selecting the default notification setting.">
+ Default geolocation setting
+ </message>
+ <message name="IDS_POLICY_DEFAULTGEOLOCATIONSETTING_DESC" desc="Description of the 'default geolocation setting' policy.">
+ Allows you to set whether websites are allowed to track the users' physical location. Tracking the users' physical location can be allowed by default, denied by default or the user can be asked everytime a website requests the pysical location.
+ </message>
+
+ <message name="IDS_POLICY_ENUM_ALLOWGEOLOCATION_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'ALLOW'.">
+ Allow sites to track the users' physical location
+ </message>
+ <message name="IDS_POLICY_ENUM_BLOCKGEOLOCATION_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'BLOCK'.">
+ Do not allow any site to track the users' physical location
+ </message>
+ <message name="IDS_POLICY_ENUM_ASKGEOLOCATION_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content settings 'ASK'.">
+ Ask whenever a site wants to track the users' physical location
+ </message>
+ <!-- End HTTP Policy messages -->
<!-- HTTP Authentication Policy messages -->
<message name="IDS_POLICY_HTTPAUTHENTICATION_CAPTION" desc="Caption of the 'HTTPAuthentication' policy group">
« no previous file with comments | « no previous file | chrome/app/policy/policy_templates.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698