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

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

Issue 4560001: Support specifying the GSSAPI library that will be used. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: fix library handling on Windows; port to ToT Created 10 years, 1 month 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
« no previous file with comments | « no previous file | chrome/app/policy/policy_templates.json » ('j') | chrome/common/pref_names.cc » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after
398 Specifies which servers should be whitelisted for integrated authenticatio n. Integrated authentication is only enabled when <ph name="PRODUCT_NAME">$1<ex> Google Chrome</ex></ph> receives an authentication challenge from a proxy or fro m a server which is in this permitted list. 398 Specifies which servers should be whitelisted for integrated authenticatio n. Integrated authentication is only enabled when <ph name="PRODUCT_NAME">$1<ex> Google Chrome</ex></ph> receives an authentication challenge from a proxy or fro m a server which is in this permitted list.
399 399
400 Separate multiple server names with commas. Wildcards (*) are allowed. 400 Separate multiple server names with commas. Wildcards (*) are allowed.
401 </message> 401 </message>
402 <message name="IDS_POLICY_AUTHNEGOTIATEDELEGATEWHITELIST_CAPTION" desc="Capt ion of the 'auth negotiate delegate whitelist' policy."> 402 <message name="IDS_POLICY_AUTHNEGOTIATEDELEGATEWHITELIST_CAPTION" desc="Capt ion of the 'auth negotiate delegate whitelist' policy.">
403 Kerberos delegation server whitelist 403 Kerberos delegation server whitelist
404 </message> 404 </message>
405 <message name="IDS_POLICY_AUTHNEGOTIATEDELEGATEWHITELIST_DESC" desc="Descrip tion of the 'auth negotiate delegate whitelist' policy."> 405 <message name="IDS_POLICY_AUTHNEGOTIATEDELEGATEWHITELIST_DESC" desc="Descrip tion of the 'auth negotiate delegate whitelist' policy.">
406 Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> may del egate to. 406 Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> may del egate to.
407 </message> 407 </message>
408 <message name="IDS_POLICY_GSSAPILIBRARYNAME_CAPTION" desc="Caption of the 'G SSAPI library name' policy">
409 GSSAPI library name
410 </message>
411 <message name="IDS_POLICY_GSSAPILIBRARYNAME_DESC" desc="Description of the ' GSSAPI library name' policy">
412 Specifies which GSSAPI library to use for HTTP Authentication. If no setti ng is provided, <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to using a default library name.
danno 2010/11/10 16:52:01 How is it specified? Full path? Just library name?
Jakob Kummerow (corp) 2010/11/10 17:48:39 Either. I clarified that in the description.
413 </message>
408 <!-- End HTTP Authentication Policy messages --> 414 <!-- End HTTP Authentication Policy messages -->
409 415
410 <message name="IDS_POLICY_METRICSREPORTINGENABLED_CAPTION" desc="Caption of the 'crash reporting' policy."> 416 <message name="IDS_POLICY_METRICSREPORTINGENABLED_CAPTION" desc="Caption of the 'crash reporting' policy.">
411 Enable reporting of usage and crash-related data 417 Enable reporting of usage and crash-related data
412 </message> 418 </message>
413 <message name="IDS_POLICY_METRICSREPORTINGENABLED_DESC" desc="Description of the 'crash reporting' policy."> 419 <message name="IDS_POLICY_METRICSREPORTINGENABLED_DESC" desc="Description of the 'crash reporting' policy.">
414 Enables anonymous reporting of usage and crash-related data about <ph name ="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting. 420 Enables anonymous reporting of usage and crash-related data about <ph name ="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> to Google and prevents users from changing this setting.
415 421
416 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google. 422 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.
417 423
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
758 Policy Name 764 Policy Name
759 </message> 765 </message>
760 <message name="IDS_POLICY_DOC_DESCRIPTION_COLUMN_TITLE" 766 <message name="IDS_POLICY_DOC_DESCRIPTION_COLUMN_TITLE"
761 desc="Appears at the top of the policy summary table, over the colu mn of short policy descriptions, in the generated policy documentation"> 767 desc="Appears at the top of the policy summary table, over the colu mn of short policy descriptions, in the generated policy documentation">
762 Description 768 Description
763 </message> 769 </message>
764 <!-- End of generated documentation messages --> 770 <!-- End of generated documentation messages -->
765 </messages> 771 </messages>
766 </release> 772 </release>
767 </grit> 773 </grit>
OLDNEW
« no previous file with comments | « no previous file | chrome/app/policy/policy_templates.json » ('j') | chrome/common/pref_names.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698