Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

139 lines
4.7 KiB

  1. ; subs.adm
  2. ;
  3. ;;;;;;;;;;;;;;;;;;;;;;
  4. CLASS USER ;;;;;;;;;;;
  5. ;;;;;;;;;;;;;;;;;;;;;;
  6. CATEGORY !!Channels
  7. KEYNAME "Software\Policies\Microsoft\Internet Explorer\Infodelivery\Restrictions"
  8. POLICY !!Channels
  9. PART !!NoAddingChannels CHECKBOX
  10. VALUENAME NoAddingChannels
  11. END PART
  12. PART !!NoRemovingChannels CHECKBOX
  13. VALUENAME NoRemovingChannels
  14. END PART
  15. PART !!NoAddingSubscriptions CHECKBOX
  16. VALUENAME NoAddingSubscriptions
  17. END PART
  18. PART !!NoEditingSubscriptions CHECKBOX
  19. VALUENAME NoEditingSubscriptions
  20. END PART
  21. PART !!NoRemovingSubscriptions CHECKBOX
  22. VALUENAME NoRemovingSubscriptions
  23. END PART
  24. PART !!NoChannelLogging CHECKBOX
  25. VALUENAME NoChannelLogging
  26. END PART
  27. PART !!NoScheduledUpdates CHECKBOX
  28. VALUENAME NoScheduledUpdates
  29. END PART
  30. PART !!NoSubscriptionPasswords CHECKBOX
  31. VALUENAME NoSubscriptionPasswords
  32. END PART
  33. PART !!NoChannelUI CHECKBOX
  34. VALUENAME NoChannelUI
  35. END PART
  36. PART !!NoSubscriptionContent CHECKBOX
  37. VALUENAME NoSubscriptionContent
  38. END PART
  39. PART !!NoEditingScheduleGroups CHECKBOX
  40. VALUENAME NoEditingScheduleGroups
  41. END PART
  42. PART !!MaxSubscriptionSize TEXT END PART
  43. PART !!MaxSubscriptionSize2 NUMERIC SPIN 250
  44. VALUENAME MaxSubscriptionSize
  45. END PART
  46. PART !!MaxSubscriptionCount NUMERIC SPIN 5
  47. VALUENAME MaxSubscriptionCount
  48. END PART
  49. PART !!MinUpdateInterval TEXT END PART
  50. PART !!MinUpdateInterval2 NUMERIC SPIN 60
  51. VALUENAME MinUpdateInterval
  52. END PART
  53. PART !!UpdateExcludeBegin TEXT END PART
  54. PART !!UpdateExcludeBegin2 NUMERIC SPIN 60
  55. MAX 1440
  56. VALUENAME UpdateExcludeBegin
  57. END PART
  58. PART !!UpdateExcludeEnd TEXT END PART
  59. PART !!UpdateExcludeEnd2 NUMERIC SPIN 60
  60. MAX 1440
  61. VALUENAME UpdateExcludeEnd
  62. END PART
  63. PART !!MaxWebcrawlLevels DROPDOWNLIST
  64. VALUENAME MaxWebcrawlLevels
  65. ITEMLIST
  66. NAME !!MaxWebcrawlDepth0 VALUE NUMERIC 1 DEFAULT
  67. NAME !!MaxWebcrawlDepth1 VALUE NUMERIC 2
  68. NAME !!MaxWebcrawlDepth2 VALUE NUMERIC 3
  69. NAME !!MaxWebcrawlDepth3 VALUE NUMERIC 4
  70. END ITEMLIST
  71. END PART
  72. END POLICY
  73. END CATEGORY
  74. [strings]
  75. Channels="Offline Pages"
  76. NoAddingChannels="Disable adding channels"
  77. NoRemovingChannels="Disable removing channels"
  78. NoAddingSubscriptions="Disable adding schedules for offline pages"
  79. NoEditingSubscriptions="Disable editing schedules for offline pages"
  80. NoRemovingSubscriptions="Disable removing schedules for offline pages"
  81. NoChannelLogging="Disable offline page hit logging"
  82. NoScheduledUpdates="Disable all scheduled offline pages"
  83. NoSubscriptionPasswords="Disable password caching for offline pages"
  84. NoSubscriptionContent="Disable downloading of site subscription content"
  85. NoEditingScheduleGroups="Disable editing and creating of schedule groups"
  86. NoChannelUI="Disable channel user interface completely"
  87. MaxSubscriptionSize="Maximum size of subscriptions in kilobytes"
  88. MaxSubscriptionSize2="(zero disables restriction):"
  89. MaxSubscriptionCount="Maximum number of offline pages:"
  90. MinUpdateInterval="Minimum number of minutes"
  91. MinUpdateInterval2="between scheduled updates:"
  92. UpdateExcludeBegin="Time to begin preventing"
  93. UpdateExcludeBegin2="scheduled updates:"
  94. UpdateExcludeEnd="Time to end preventing"
  95. UpdateExcludeEnd2="scheduled updates:"
  96. MaxWebcrawlLevels="Maximum offline page crawl depth"
  97. MaxWebcrawlDepth0="0"
  98. MaxWebcrawlDepth1="1"
  99. MaxWebcrawlDepth2="2"
  100. MaxWebcrawlDepth3="3"
  101. IEAK_Title=Offline Pages
  102. IEAK_DescriptionTitle=Offline Pages Settings
  103. IEAK_Description1=The restrictions on these offline page settings allow you to control the amount of information downloaded. These settings allow you to restrict bandwidth in a number of ways. You may want to consider using these settings if you are concerned about server load.
  104. IEAK_Description2=The maximum size, maximum number, minimum interval, and begin and end times for scheduled updates are all disabled with zero as the setting. The begin and end times are measured in minutes after midnight. Disabling downloads of subscription content will not disable the change notification.
  105. IEAK_Description3=Maximum offline page crawl depth controls how many levels the webcasting update utility will search for new information. This setting should be used carefully as a high setting could make the amount of information being downloaded exponentially large.
  106. [IEAK]
  107. Lock=1
  108. Roles=001
  109. NumOfDescLines=3
  110. Platform=010