Chromium Code Reviews

Side by Side Diff: chrome/app/policy/policy_templates.grd

Issue 6021010: Fix setting a proxy configuration via policy that specifies a .pac file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add doc tweak to soften wording Created 9 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | | 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 841 matching lines...)
852 You don't need to change these settings by hand! You can download easy-to -use templates from 852 You don't need to change these settings by hand! You can download easy-to -use templates from
853 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">$5<ex> 853 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">$5<ex>
854 http://www.chromium.org/administrators/policy-templates</ex></ph>. 854 http://www.chromium.org/administrators/policy-templates</ex></ph>.
855 855
856 The list of supported policies is the same for Chromium and Google Chrome, but their Windows registry locations differ. 856 The list of supported policies is the same for Chromium and Google Chrome, but their Windows registry locations differ.
857 857
858 It starts with <ph name="CHROMIUM_KEY">Software\Policies\Chromium</ph> for Chromium policies and with <ph name="GOOGLE_CHROME_KEY">Software\Policies\Googl e\Chrome</ph> for Google Chrome policies. 858 It starts with <ph name="CHROMIUM_KEY">Software\Policies\Chromium</ph> for Chromium policies and with <ph name="GOOGLE_CHROME_KEY">Software\Policies\Googl e\Chrome</ph> for Google Chrome policies.
859 </message> 859 </message>
860 <message name="IDS_POLICY_DOC_NOTE" 860 <message name="IDS_POLICY_DOC_NOTE"
861 desc="Warning notice for policies in the generated policy documenta tion"> 861 desc="Warning notice for policies in the generated policy documenta tion">
862 NOTE: there are some issues about this policy, visit 862 NOTE: visit
863 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">$6<ex> 863 <ph name="POLICY_TEMPLATE_DOWNLOAD_URL">$6<ex>
864 http://www.chromium.org/administrators/policy-list-3/serious-problem</ex ></ph> for more details. 864 http://www.chromium.org/administrators/policy-list-3/serious-problem</ex ></ph> for details about special considerations for this policy.
battre 2010/12/28 10:31:39 I cannot access this URL. (Page not found)
gfeher 2010/12/28 11:30:03 The URL here is only an example value. This messag
danno 2010/12/28 12:17:54 Removed completely, since the policy states it is
865 </message> 865 </message>
866 <message name="IDS_POLICY_DOC_BACK_TO_TOP" 866 <message name="IDS_POLICY_DOC_BACK_TO_TOP"
867 desc="Text of a link in the generated policy documentation, that ta kes the user to the top of the page"> 867 desc="Text of a link in the generated policy documentation, that ta kes the user to the top of the page">
868 Back to top 868 Back to top
869 </message> 869 </message>
870 <message name="IDS_POLICY_DOC_SUPPORTED" 870 <message name="IDS_POLICY_DOC_SUPPORTED"
871 desc="Appears next to the name of each supported feature in the 'li st of supported policy features' in the generated policy documentation"> 871 desc="Appears next to the name of each supported feature in the 'li st of supported policy features' in the generated policy documentation">
872 Yes 872 Yes
873 </message> 873 </message>
874 <message name="IDS_POLICY_DOC_NOT_SUPPORTED" 874 <message name="IDS_POLICY_DOC_NOT_SUPPORTED"
875 desc="Appears next to the name of each unsupported feature in the ' list of supported policy features' in the generated policy documentation"> 875 desc="Appears next to the name of each unsupported feature in the ' list of supported policy features' in the generated policy documentation">
876 No 876 No
877 </message> 877 </message>
878 <message name="IDS_POLICY_DOC_NAME_COLUMN_TITLE" 878 <message name="IDS_POLICY_DOC_NAME_COLUMN_TITLE"
879 desc="Appears at the top of the policy summary table, over the colu mn of policy names, in the generated policy documentation"> 879 desc="Appears at the top of the policy summary table, over the colu mn of policy names, in the generated policy documentation">
880 Policy Name 880 Policy Name
881 </message> 881 </message>
882 <message name="IDS_POLICY_DOC_DESCRIPTION_COLUMN_TITLE" 882 <message name="IDS_POLICY_DOC_DESCRIPTION_COLUMN_TITLE"
883 desc="Appears at the top of the policy summary table, over the colu mn of short policy descriptions, in the generated policy documentation"> 883 desc="Appears at the top of the policy summary table, over the colu mn of short policy descriptions, in the generated policy documentation">
884 Description 884 Description
885 </message> 885 </message>
886 <message name="IDS_POLICY_DOC_FEATURE_DYNAMIC_REFRESH" 886 <message name="IDS_POLICY_DOC_FEATURE_DYNAMIC_REFRESH"
887 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"> 887 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">
888 Dynamic Policy Refresh 888 Dynamic Policy Refresh
889 </message> 889 </message>
890 <!-- End of generated documentation messages --> 890 <!-- End of generated documentation messages -->
891 </messages> 891 </messages>
892 </release> 892 </release>
893 </grit> 893 </grit>
OLDNEW

Powered by Google App Engine