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

Side by Side 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 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 <!-- This file contains definitions of resources that are used in policy 3 <!-- This file contains definitions of resources that are used in policy
4 templates and will be translated for each locale. --> 4 templates and will be translated for each locale. -->
5 5
6 <grit base_dir="." latest_public_release="0" current_release="1" 6 <grit base_dir="." latest_public_release="0" current_release="1"
7 source_lang_id="en" enc_check="möl"> 7 source_lang_id="en" enc_check="möl">
8 <outputs> 8 <outputs>
9 <output filename="app/policy/windows/admx/chrome.admx" type="admx" lang="en" /> 9 <output filename="app/policy/windows/admx/chrome.admx" type="admx" lang="en" />
10 <output filename="app/policy/windows/admx/en-US/chrome.adml" type="adml" lan g="en" /> 10 <output filename="app/policy/windows/admx/en-US/chrome.adml" type="adml" lan g="en" />
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 <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> 343 <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>
344 </message> 344 </message>
345 <message name="IDS_POLICY_PROXYPACURL_DESC" desc="The description of the 'pr oxy pac URL' policy when displayed in OSX Workgroup Manager."> 345 <message name="IDS_POLICY_PROXYPACURL_DESC" desc="The description of the 'pr oxy pac URL' policy when displayed in OSX Workgroup Manager.">
346 You can specify a URL to a proxy .pac file here. 346 You can specify a URL to a proxy .pac file here.
347 347
348 This policy only takes effect if you have selected manual proxy settings a t 'Choose how to specify proxy server settings'. 348 This policy only takes effect if you have selected manual proxy settings a t 'Choose how to specify proxy server settings'.
349 349
350 For detailed examples, visit: 350 For detailed examples, visit:
351 <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> 351 <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>
352 </message> 352 </message>
353 <!-- Content Settings messages -->
354 <message name="IDS_POLICY_CONTENTSETTINGS_CAPTION" desc="Caption of the 'con tent settings' policy group.">
355 Content Settings
356 </message>
357 <message name="IDS_POLICY_CONTENTSETTINGS_DESC" desc="Description of the 'co ntent settings' policy group.">
358 Content Settings allow you to specify how contents of specific a type like for example Cookies, Images or JavaScript is handled.
359 </message>
360 <message name="IDS_POLICY_DEFAULTNOTIFICATIONSETTING_CAPTION" desc="Text des cribing the dropdown menu for selecting the default notification setting.">
361 Default notification setting
362 </message>
363 <message name="IDS_POLICY_DEFAULTNOTIFICATIONSETTING_DESC" desc="Description of the 'default notification setting' policy.">
364 Allows you to set whether websites are allowed to display desktop notifica tions. Displaying desktop notifications can be allowed by default, denied by def ault or the user can be asked everytime a website wants to show desktop notifica tions.
365 </message>
366 <message name="IDS_POLICY_ENUM_ALLOWNOTIFICATIONS_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content setti ngs 'ALLOW'.">
367 Allow sites to show desktop notifications
368 </message>
369 <message name="IDS_POLICY_ENUM_BLOCKNOTIFICATIONS_CAPTION" desc="Label in a 'default content settings' dropdown menu for selecting the default content setti ngs 'BLOCK'.">
370 Do not allow any site to show desktop notifications
371 </message>
372 <message name="IDS_POLICY_ENUM_ASKNOTIFICATIONS_CAPTION" desc="Label in a 'd efault content settings' dropdown menu for selecting the default content setting s 'ASK'.">
373 Ask every time a site wants to show desktop notifications
374 </message>
375
376 <message name="IDS_POLICY_DEFAULTGEOLOCATIONSETTING_CAPTION" desc="Text desc ribing the dropdown menu for selecting the default notification setting.">
377 Default geolocation setting
378 </message>
379 <message name="IDS_POLICY_DEFAULTGEOLOCATIONSETTING_DESC" desc="Description of the 'default geolocation setting' policy.">
380 Allows you to set whether websites are allowed to track the physical locat ion. 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.
381 </message>
382
383 <message name="IDS_POLICY_ENUM_ALLOWGEOLOCATION_CAPTION" desc="Label in a 'd efault content settings' dropdown menu for selecting the default content setting s 'ALLOW'.">
384 Allow sites to track the physical location
385 </message>
386 <message name="IDS_POLICY_ENUM_BLOCKGEOLOCATION_CAPTION" desc="Label in a 'd efault content settings' dropdown menu for selecting the default content setting s 'BLOCK'.">
387 Do not allow any site to track the physical location
388 </message>
389 <message name="IDS_POLICY_ENUM_ASKGEOLOCATION_CAPTION" desc="Label in a 'def ault content settings' dropdown menu for selecting the default content settings 'ASK'.">
390 Ask whenever a site wants to track the physical location
391 </message>
392 <!-- End HTTP Policy messages -->
353 393
354 <!-- HTTP Authentication Policy messages --> 394 <!-- HTTP Authentication Policy messages -->
355 <message name="IDS_POLICY_HTTPAUTHENTICATION_CAPTION" desc="Caption of the ' HTTPAuthentication' policy group"> 395 <message name="IDS_POLICY_HTTPAUTHENTICATION_CAPTION" desc="Caption of the ' HTTPAuthentication' policy group">
356 Policies for HTTP Authentication 396 Policies for HTTP Authentication
357 </message> 397 </message>
358 <message name="IDS_POLICY_HTTPAUTHENTICATION_DESC" desc="Description of the 'HTTPAuthentication' policy group"> 398 <message name="IDS_POLICY_HTTPAUTHENTICATION_DESC" desc="Description of the 'HTTPAuthentication' policy group">
359 Policies related to integrated HTTP authentication. 399 Policies related to integrated HTTP authentication.
360 </message> 400 </message>
361 401
362 <message name="IDS_POLICY_AUTHSCHEMES_CAPTION" desc="Caption of the 'support ed auth schemes' policy."> 402 <message name="IDS_POLICY_AUTHSCHEMES_CAPTION" desc="Caption of the 'support ed auth schemes' policy.">
(...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 Description 808 Description
769 </message> 809 </message>
770 <message name="IDS_POLICY_DOC_FEATURE_DYNAMIC_REFRESH" 810 <message name="IDS_POLICY_DOC_FEATURE_DYNAMIC_REFRESH"
771 desc="The name of the feature that indicates for a given policy tha t changes to it are respected by Chrome without a browser restart"> 811 desc="The name of the feature that indicates for a given policy tha t changes to it are respected by Chrome without a browser restart">
772 Dynamic Policy Refresh 812 Dynamic Policy Refresh
773 </message> 813 </message>
774 <!-- End of generated documentation messages --> 814 <!-- End of generated documentation messages -->
775 </messages> 815 </messages>
776 </release> 816 </release>
777 </grit> 817 </grit>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698