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

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 another compile error on Windows 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') | no next file with comments »
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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 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. 394 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.
395 395
396 Separate multiple server names with commas. Wildcards (*) are allowed. 396 Separate multiple server names with commas. Wildcards (*) are allowed.
397 </message> 397 </message>
398 <message name="IDS_POLICY_AUTHNEGOTIATEDELEGATEWHITELIST_CAPTION" desc="Capt ion of the 'auth negotiate delegate whitelist' policy."> 398 <message name="IDS_POLICY_AUTHNEGOTIATEDELEGATEWHITELIST_CAPTION" desc="Capt ion of the 'auth negotiate delegate whitelist' policy.">
399 Kerberos delegation server whitelist 399 Kerberos delegation server whitelist
400 </message> 400 </message>
401 <message name="IDS_POLICY_AUTHNEGOTIATEDELEGATEWHITELIST_DESC" desc="Descrip tion of the 'auth negotiate delegate whitelist' policy."> 401 <message name="IDS_POLICY_AUTHNEGOTIATEDELEGATEWHITELIST_DESC" desc="Descrip tion of the 'auth negotiate delegate whitelist' policy.">
402 Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> may del egate to. 402 Servers that <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> may del egate to.
403 </message> 403 </message>
404 <message name="IDS_POLICY_GSSAPILIBRARYNAME_CAPTION" desc="Caption of the 'G SSAPI library name' policy">
405 GSSAPI library name
406 </message>
407 <message name="IDS_POLICY_GSSAPILIBRARYNAME_DESC" desc="Description of the ' GSSAPI library name' policy">
408 Specifies which GSSAPI library to use for HTTP Authentication. You can set either just a library name, or a full path. If no setting is provided, <ph name ="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> will fall back to using a default library name.
409 </message>
404 <!-- End HTTP Authentication Policy messages --> 410 <!-- End HTTP Authentication Policy messages -->
405 411
406 <message name="IDS_POLICY_METRICSREPORTINGENABLED_CAPTION" desc="Caption of the 'crash reporting' policy."> 412 <message name="IDS_POLICY_METRICSREPORTINGENABLED_CAPTION" desc="Caption of the 'crash reporting' policy.">
407 Enable reporting of usage and crash-related data 413 Enable reporting of usage and crash-related data
408 </message> 414 </message>
409 <message name="IDS_POLICY_METRICSREPORTINGENABLED_DESC" desc="Description of the 'crash reporting' policy."> 415 <message name="IDS_POLICY_METRICSREPORTINGENABLED_DESC" desc="Description of the 'crash reporting' policy.">
410 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. 416 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.
411 417
412 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google. 418 If you enable this setting, anonymous reporting of usage and crash-related data is sent to Google.
413 419
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
754 Policy Name 760 Policy Name
755 </message> 761 </message>
756 <message name="IDS_POLICY_DOC_DESCRIPTION_COLUMN_TITLE" 762 <message name="IDS_POLICY_DOC_DESCRIPTION_COLUMN_TITLE"
757 desc="Appears at the top of the policy summary table, over the colu mn of short policy descriptions, in the generated policy documentation"> 763 desc="Appears at the top of the policy summary table, over the colu mn of short policy descriptions, in the generated policy documentation">
758 Description 764 Description
759 </message> 765 </message>
760 <!-- End of generated documentation messages --> 766 <!-- End of generated documentation messages -->
761 </messages> 767 </messages>
762 </release> 768 </release>
763 </grit> 769 </grit>
OLDNEW
« 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