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

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: Adding messages to the grd file 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
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..01866947e8262fed480357cbea51498cc3f3c979 100644
--- a/chrome/app/policy/policy_templates.grd
+++ b/chrome/app/policy/policy_templates.grd
@@ -350,6 +350,46 @@ 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 specific a type like for example Cookies, Images or JavaScript is handled.
+ </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 physical location. Tracking the physical location can be allowed by default, denied by default or the user can be asked everytime a website requests the pysical location.
danno 2010/12/16 13:56:42 nit: insteaad of "the physical location" how about
markusheintz_ 2010/12/16 17:29:30 Like that. Done.
+ </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 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 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 physical location
+ </message>
+ <!-- End HTTP Policy messages -->
<!-- HTTP Authentication Policy messages -->
<message name="IDS_POLICY_HTTPAUTHENTICATION_CAPTION" desc="Caption of the 'HTTPAuthentication' policy group">

Powered by Google App Engine
This is Rietveld 408576698