Source code of Windows XP (NT5)
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.

270 lines
17 KiB

  1. ;//-- for lodctr.exe ----------------------------------------------------------
  2. ;// IMPORTANT: in order for this file to be localizeable by espresso
  3. ;// the first comment line must contain the text 'lodctr.exe' (as above)
  4. ;//----------------------------------------------------------------------------
  5. [info]
  6. drivername=NNTPSVC
  7. symbolfile=nntpctrs.h
  8. [languages]
  9. 009=English
  10. [text]
  11. NNTP_COUNTER_OBJECT1_009_NAME=NNTP Server
  12. NNTP_COUNTER_OBJECT1_009_HELP=The NNTP Server object type includes counters specific to the NNTP Server service.
  13. NNTP_BYTES_SENT_COUNTER_009_NAME=Bytes Sent/sec
  14. NNTP_BYTES_SENT_COUNTER_009_HELP=Bytes Sent/sec is the rate that data bytes are sent by the NNTP Server.
  15. NNTP_BYTES_RECEIVED_COUNTER_009_NAME=Bytes Received/sec
  16. NNTP_BYTES_RECEIVED_COUNTER_009_HELP=Bytes Received/sec is the rate that data bytes are received by the NNTP Server.
  17. NNTP_BYTES_TOTAL_COUNTER_009_NAME=Bytes Total/sec
  18. NNTP_BYTES_TOTAL_COUNTER_009_HELP=Bytes Total/sec is the sum of Bytes Sent/sec and Bytes Received/sec. This is the total rate of bytes transferred by the NNTP Server.
  19. NNTP_TOTAL_CONNECTIONS_COUNTER_009_NAME=Total Connections
  20. NNTP_TOTAL_CONNECTIONS_COUNTER_009_HELP=Total Connections is the number of connections that have been made to the NNTP Server.
  21. NNTP_TOTAL_SSL_CONNECTIONS_COUNTER_009_NAME=Total SSL Connections
  22. NNTP_TOTAL_SSL_CONNECTIONS_COUNTER_009_HELP=Total SSL Connections is the number of SSL connections that have been made to the NNTP Server.
  23. NNTP_CURRENT_CONNECTIONS_COUNTER_009_NAME=Current Connections
  24. NNTP_CURRENT_CONNECTIONS_COUNTER_009_HELP=Current Connections is the current number of connections to the NNTP Server.
  25. NNTP_MAX_CONNECTIONS_COUNTER_009_NAME=Maximum Connections
  26. NNTP_MAX_CONNECTIONS_COUNTER_009_HELP=Maximum Connections is the maximum number of simultaneous connections to the NNTP Server.
  27. NNTP_CURRENT_ANONYMOUS_COUNTER_009_NAME=Current Anonymous Users
  28. NNTP_CURRENT_ANONYMOUS_COUNTER_009_HELP=Current Anonymous Users is the number of anonymous users currently connected to the NNTP Server.
  29. NNTP_CURRENT_NONANONYMOUS_COUNTER_009_NAME=Current NonAnonymous Users
  30. NNTP_CURRENT_NONANONYMOUS_COUNTER_009_HELP=Current NonAnonymous Users is the number of nonanonymous users currently connected to the NNTP Server.
  31. NNTP_TOTAL_ANONYMOUS_COUNTER_009_NAME=Total Anonymous Users
  32. NNTP_TOTAL_ANONYMOUS_COUNTER_009_HELP=Total Anonymous Users is the total number of anonymous users that have ever connected to the NNTP Server.
  33. NNTP_TOTAL_NONANONYMOUS_COUNTER_009_NAME=Total NonAnonymous Users
  34. NNTP_TOTAL_NONANONYMOUS_COUNTER_009_HELP=Total NonAnonymous Users is the total number of nonanonymous users that have ever connected to the NNTP Server.
  35. NNTP_MAX_ANONYMOUS_COUNTER_009_NAME=Maximum Anonymous Users
  36. NNTP_MAX_ANONYMOUS_COUNTER_009_HELP=Maximum Anonymous Users is the maximum number of anonymous users simultaneously connected to the NNTP Server.
  37. NNTP_MAX_NONANONYMOUS_COUNTER_009_NAME=Maximum NonAnonymous Users
  38. NNTP_MAX_NONANONYMOUS_COUNTER_009_HELP=Maximum NonAnonymous Users is the maximum number of nonanonymous users simultaneously connected to the NNTP Server.
  39. NNTP_TOTAL_OUTBOUND_CONNECTS_COUNTER_009_NAME=Total Outbound Connections
  40. NNTP_TOTAL_OUTBOUND_CONNECTS_COUNTER_009_HELP=Total Outbound Connections is the number of outbound connections that have been made by the NNTP Server.
  41. NNTP_OUTBOUND_CONNECTS_FAILED_COUNTER_009_NAME=Total Outbound Connections Failed
  42. NNTP_OUTBOUND_CONNECTS_FAILED_COUNTER_009_HELP=Total Outbound Connections Failed is the number of unsucessful outbound connections that have been made by the NNTP Server.
  43. NNTP_CURRENT_OUTBOUND_CONNECTS_COUNTER_009_NAME=Current Outbound Connections
  44. NNTP_CURRENT_OUTBOUND_CONNECTS_COUNTER_009_HELP=Current Outbound Connections is the number of current outbound connections being made by the NNTP Server.
  45. NNTP_OUTBOUND_LOGON_FAILED_COUNTER_009_NAME=Failed Outbound Logons
  46. NNTP_OUTBOUND_LOGON_FAILED_COUNTER_009_HELP=Failed Outbound Logons is the number of failed outbound logons made by the NNTP Server.
  47. NNTP_TOTAL_PUSH_FEEDS_COUNTER_009_NAME=Total Push Feeds
  48. NNTP_TOTAL_PUSH_FEEDS_COUNTER_009_HELP=Total Push Feeds is the number of push feeds made by the NNTP Server.
  49. NNTP_TOTAL_PULL_FEEDS_COUNTER_009_NAME=Total Pull Feeds
  50. NNTP_TOTAL_PULL_FEEDS_COUNTER_009_HELP=Total Pull Feeds is the number of pull feeds made by the NNTP Server.
  51. NNTP_TOTAL_PASSIVE_FEEDS_COUNTER_009_NAME=Total Passive Feeds
  52. NNTP_TOTAL_PASSIVE_FEEDS_COUNTER_009_HELP=Total Passive Feeds is the number of passive feeds accepted by the NNTP Server.
  53. NNTP_ARTICLES_SENT_COUNTER_009_NAME=Articles Sent
  54. NNTP_ARTICLES_SENT_COUNTER_009_HELP=Articles Sent is the total number of files sent by the NNTP Server.
  55. NNTP_ARTICLES_RECEIVED_COUNTER_009_NAME=Articles Received
  56. NNTP_ARTICLES_RECEIVED_COUNTER_009_HELP=Articles Received is the total number of files received by the NNTP Server.
  57. NNTP_ARTICLES_TOTAL_COUNTER_009_NAME=Articles Total
  58. NNTP_ARTICLES_TOTAL_COUNTER_009_HELP=Articles Total is the sum of Articles Sent and Articles Received. This is the total number of files transferred by the NNTP Server.
  59. NNTP_ARTICLES_POSTED_COUNTER_009_NAME=Articles Posted
  60. NNTP_ARTICLES_POSTED_COUNTER_009_HELP=Articles Posted is the number of articles posted to the NNTP Server.
  61. NNTP_ARTICLE_MAP_ENTRIES_COUNTER_009_NAME=Article Map Entries
  62. NNTP_ARTICLE_MAP_ENTRIES_COUNTER_009_HELP=Article Map Entries is the entries inserted into the article mapping table of the NNTP Server.
  63. NNTP_HISTORY_MAP_ENTRIES_COUNTER_009_NAME=History Map Entries
  64. NNTP_HISTORY_MAP_ENTRIES_COUNTER_009_HELP=History Map Entries is the entries inserted into the history mapping table of the NNTP Server.
  65. NNTP_XOVER_ENTRIES_COUNTER_009_NAME=Xover Entries
  66. NNTP_XOVER_ENTRIES_COUNTER_009_HELP=Xover Entries is the number of xover entries in the xover table table of the NNTP Server.
  67. NNTP_CONTROL_MSGS_IN_COUNTER_009_NAME=Control Messages Received
  68. NNTP_CONTROL_MSGS_IN_COUNTER_009_HELP=Control Messages Received is the total number of control messages received by the NNTP Server.
  69. NNTP_CONTROL_MSGS_FAILED_COUNTER_009_NAME=Control Messages Failed
  70. NNTP_CONTROL_MSGS_FAILED_COUNTER_009_HELP=Control Messages Failed is the total number of control messages failed or not applied by the NNTP Server.
  71. NNTP_MODERATED_POSTINGS_SENT_COUNTER_009_NAME=Moderated Postings Sent
  72. NNTP_MODERATED_POSTINGS_SENT_COUNTER_009_HELP=Moderated Postings Sent is the total number of moderated postings the NNTP Server attempts to send to an SMTP Server.
  73. NNTP_MODERATED_POSTINGS_FAILED_COUNTER_009_NAME=Moderated Postings Failed
  74. NNTP_MODERATED_POSTINGS_FAILED_COUNTER_009_HELP=Moderated Postings Failed is the total number of moderated postings the NNTP Server fails to send to an SMTP Server.
  75. NNTP_SESS_FLOW_CONTROL_COUNTER_009_NAME=Sessions Flow Controlled
  76. NNTP_SESS_FLOW_CONTROL_COUNTER_009_HELP=Sessions Flow Control is the number of client sessions currently in a flow controlled state in the NNTP Server.
  77. NNTP_ARTICLES_EXPIRED_COUNTER_009_NAME=Articles Deleted
  78. NNTP_ARTICLES_EXPIRED_COUNTER_009_HELP=Articles Deleted is the number of articles deleted on the NNTP Server since it was started.
  79. NNTP_ARTICLES_SENT_PERSEC_COUNTER_009_NAME=Articles Sent/Sec
  80. NNTP_ARTICLES_SENT_PERSEC_COUNTER_009_HELP=Articles Sent/Sec is the total number of files sent per sec by the NNTP Server.
  81. NNTP_ARTICLES_RECEIVED_PERSEC_COUNTER_009_NAME=Articles Received/Sec
  82. NNTP_ARTICLES_RECEIVED_PERSEC_COUNTER_009_HELP=Articles Received/Sec is the total number of files per sec received by the NNTP Server.
  83. NNTP_ARTICLES_POSTED_PERSEC_COUNTER_009_NAME=Articles Posted/Sec
  84. NNTP_ARTICLES_POSTED_PERSEC_COUNTER_009_HELP=Articles Posted/Sec is the number of articles posted per sec to the NNTP Server.
  85. NNTP_ARTICLE_MAP_ENTRIES_PERSEC_COUNTER_009_NAME=Article Map Entries/Sec
  86. NNTP_ARTICLE_MAP_ENTRIES_PERSEC_COUNTER_009_HELP=Article Map Entries/Sec is the entries inserted per sec into the article mapping table of the NNTP Server.
  87. NNTP_HISTORY_MAP_ENTRIES_PERSEC_COUNTER_009_NAME=History Map Entries/Sec
  88. NNTP_HISTORY_MAP_ENTRIES_PERSEC_COUNTER_009_HELP=History Map Entries/Sec is the entries inserted per sec into the history mapping table of the NNTP Server.
  89. NNTP_XOVER_ENTRIES_PERSEC_COUNTER_009_NAME=Xover Entries/Sec
  90. NNTP_XOVER_ENTRIES_PERSEC_COUNTER_009_HELP=Xover Entries/Sec is the number of xover entries inserted per sec in the xover table table of the NNTP Server.
  91. NNTP_ARTICLES_EXPIRED_PERSEC_COUNTER_009_NAME=Articles Deleted/Sec
  92. NNTP_ARTICLES_EXPIRED_PERSEC_COUNTER_009_HELP=Articles Deleted/Sec is the number of articles deleted per sec on the NNTP Server since it was started.
  93. NNTP_COUNTER_OBJECT2_009_NAME=NNTP Commands
  94. NNTP_COUNTER_OBJECT2_009_HELP=The NNTP Commands object includes counters for all NNTP commands processed by the NNTP service.
  95. NNTP_CMDS_ARTICLE_COUNTER_009_NAME=Article Commands
  96. NNTP_CMDS_ARTICLE_COUNTER_009_HELP=Article Commands is the number of ARTICLE commands received by the NNTP Server since it was started.
  97. NNTP_CMDS_PERSEC_ARTICLE_COUNTER_009_NAME=Article Commands/Sec
  98. NNTP_CMDS_PERSEC_ARTICLE_COUNTER_009_HELP=Article Commands/Sec is the number of ARTICLE commands per sec received by the NNTP Server since it was started.
  99. NNTP_CMDS_GROUP_COUNTER_009_NAME=Group Commands
  100. NNTP_CMDS_GROUP_COUNTER_009_HELP=Group Commands is the number of GROUP commands received by the NNTP Server since it was started.
  101. NNTP_CMDS_PERSEC_GROUP_COUNTER_009_NAME=Group Commands/Sec
  102. NNTP_CMDS_PERSEC_GROUP_COUNTER_009_HELP=Group Commands/Sec is the number of GROUP commands per sec received by the NNTP Server since it was started.
  103. NNTP_CMDS_HELP_COUNTER_009_NAME=Help Commands
  104. NNTP_CMDS_HELP_COUNTER_009_HELP=Help Commands is the number of HELP commands received by the NNTP Server since it was started.
  105. NNTP_CMDS_PERSEC_HELP_COUNTER_009_NAME=Help Commands/Sec
  106. NNTP_CMDS_PERSEC_HELP_COUNTER_009_HELP=Help Commands/Sec is the number of HELP commands per sec received by the NNTP Server since it was started.
  107. NNTP_CMDS_IHAVE_COUNTER_009_NAME=IHave Commands
  108. NNTP_CMDS_IHAVE_COUNTER_009_HELP=IHave Commands is the number of IHAVE commands received by the NNTP Server since it was started.
  109. NNTP_CMDS_PERSEC_IHAVE_COUNTER_009_NAME=IHave Commands/Sec
  110. NNTP_CMDS_PERSEC_IHAVE_COUNTER_009_HELP=IHave Commands/Sec is the number of IHAVE commands per sec received by the NNTP Server since it was started.
  111. NNTP_CMDS_LAST_COUNTER_009_NAME=Last Commands
  112. NNTP_CMDS_LAST_COUNTER_009_HELP=Last Commands is the number of LAST commands received by the NNTP Server since it was started.
  113. NNTP_CMDS_PERSEC_LAST_COUNTER_009_NAME=Last Commands/Sec
  114. NNTP_CMDS_PERSEC_LAST_COUNTER_009_HELP=Last Commands/Sec is the number of LAST commands per sec received by the NNTP Server since it was started.
  115. NNTP_CMDS_LIST_COUNTER_009_NAME=List Commands
  116. NNTP_CMDS_LIST_COUNTER_009_HELP=List Commands is the number of LIST commands received by the NNTP Server since it was started.
  117. NNTP_CMDS_PERSEC_LIST_COUNTER_009_NAME=List Commands/Sec
  118. NNTP_CMDS_PERSEC_LIST_COUNTER_009_HELP=List Commands/Sec is the number of LIST commands per sec received by the NNTP Server since it was started.
  119. NNTP_CMDS_NEWGROUPS_COUNTER_009_NAME=Newgroups Commands
  120. NNTP_CMDS_NEWGROUPS_COUNTER_009_HELP=Newgroups Commands is the number of NEWGROUPS commands received by the NNTP Server since it was started.
  121. NNTP_CMDS_PERSEC_NEWGROUPS_COUNTER_009_NAME=Newgroups Commands/Sec
  122. NNTP_CMDS_PERSEC_NEWGROUPS_COUNTER_009_HELP=Newgroups Commands/Sec is the number of NEWGROUPS commands per sec received by the NNTP Server since it was started.
  123. NNTP_CMDS_NEWNEWS_COUNTER_009_NAME=Newnews Commands
  124. NNTP_CMDS_NEWNEWS_COUNTER_009_HELP=Newnews Commands is the number of NEWNEWS commands received by the NNTP Server since it was started.
  125. NNTP_CMDS_PERSEC_NEWNEWS_COUNTER_009_NAME=Newnews Commands/Sec
  126. NNTP_CMDS_PERSEC_NEWNEWS_COUNTER_009_HELP=Newnews Commands/Sec is the number of NEWNEWS commands per sec received by the NNTP Server since it was started.
  127. NNTP_CMDS_NEXT_COUNTER_009_NAME=Next Commands
  128. NNTP_CMDS_NEXT_COUNTER_009_HELP=Next Commands is the number of NEXT commands received by the NNTP Server since it was started.
  129. NNTP_CMDS_PERSEC_NEXT_COUNTER_009_NAME=Next Commands/Sec
  130. NNTP_CMDS_PERSEC_NEXT_COUNTER_009_HELP=Next Commands/Sec is the number of NEXT commands per sec received by the NNTP Server since it was started.
  131. NNTP_CMDS_POST_COUNTER_009_NAME=Post Commands
  132. NNTP_CMDS_POST_COUNTER_009_HELP=Post Commands is the number of POST commands received by the NNTP Server since it was started.
  133. NNTP_CMDS_PERSEC_POST_COUNTER_009_NAME=Post Commands/Sec
  134. NNTP_CMDS_PERSEC_POST_COUNTER_009_HELP=Post Commands/Sec is the number of POST commands per sec received by the NNTP Server since it was started.
  135. NNTP_CMDS_QUIT_COUNTER_009_NAME=Quit Commands
  136. NNTP_CMDS_QUIT_COUNTER_009_HELP=Quit Commands is the number of QUIT commands received by the NNTP Server since it was started.
  137. NNTP_CMDS_PERSEC_QUIT_COUNTER_009_NAME=Quit Commands/Sec
  138. NNTP_CMDS_PERSEC_QUIT_COUNTER_009_HELP=Quit Commands/Sec is the number of QUIT commands per sec received by the NNTP Server since it was started.
  139. NNTP_CMDS_STAT_COUNTER_009_NAME=Stat Commands
  140. NNTP_CMDS_STAT_COUNTER_009_HELP=Stat Commands is the number of STAT commands received by the NNTP Server since it was started.
  141. NNTP_CMDS_PERSEC_STAT_COUNTER_009_NAME=Stat Commands/Sec
  142. NNTP_CMDS_PERSEC_STAT_COUNTER_009_HELP=Stat Commands/Sec is the number of STAT commands per sec received by the NNTP Server since it was started.
  143. NNTP_LOGON_ATTEMPTS_COUNTER_009_NAME=Logon Attempts
  144. NNTP_LOGON_ATTEMPTS_COUNTER_009_HELP=Logon Attempts is the number of logon attempts that have been made to the NNTP Server.
  145. NNTP_LOGON_FAILURES_COUNTER_009_NAME=Logon Failures
  146. NNTP_LOGON_FAILURES_COUNTER_009_HELP=Logon Failures is the number of logons that had failed.
  147. NNTP_LOGON_ATTEMPTS_PERSEC_COUNTER_009_NAME=Logon Attempts/Sec
  148. NNTP_LOGON_ATTEMPTS_PERSEC_COUNTER_009_HELP=Logon Attempts/Sec is the number of logon attempts per sec that have been made to the NNTP Server.
  149. NNTP_LOGON_FAILURES_PERSEC_COUNTER_009_NAME=Logon Failures/Sec
  150. NNTP_LOGON_FAILURES_PERSEC_COUNTER_009_HELP=Logon Failures/Sec is the number of logons per sec that had failed.
  151. NNTP_CMDS_CHECK_COUNTER_009_NAME=Check Commands
  152. NNTP_CMDS_CHECK_COUNTER_009_HELP=Check Commands is the number of CHECK commands received by the NNTP Server since it was started.
  153. NNTP_CMDS_PERSEC_CHECK_COUNTER_009_NAME=Check Commands/Sec
  154. NNTP_CMDS_PERSEC_CHECK_COUNTER_009_HELP=Check Commands/Sec is the number of CHECK commands per sec received by the NNTP Server since it was started.
  155. NNTP_CMDS_TAKETHIS_COUNTER_009_NAME=Takethis Commands
  156. NNTP_CMDS_TAKETHIS_COUNTER_009_HELP=Takethis Commands is the number of TAKETHIS commands received by the NNTP Server since it was started.
  157. NNTP_CMDS_PERSEC_TAKETHIS_COUNTER_009_NAME=Takethis Commands/Sec
  158. NNTP_CMDS_PERSEC_TAKETHIS_COUNTER_009_HELP=Takethis Commands/Sec is the number of TAKETHIS commands per sec received by the NNTP Server since it was started.
  159. NNTP_CMDS_MODE_COUNTER_009_NAME=Mode Commands
  160. NNTP_CMDS_MODE_COUNTER_009_HELP=Mode Commands is the number of MODE commands received by the NNTP Server since it was started.
  161. NNTP_CMDS_PERSEC_MODE_COUNTER_009_NAME=Mode Commands/Sec
  162. NNTP_CMDS_PERSEC_MODE_COUNTER_009_HELP=Mode Commands/Sec is the number of MODE commands per sec received by the NNTP Server since it was started.
  163. NNTP_CMDS_SEARCH_COUNTER_009_NAME=Search Commands
  164. NNTP_CMDS_SEARCH_COUNTER_009_HELP=Search Commands is the number of SEARCH commands received by the NNTP Server since it was started.
  165. NNTP_CMDS_PERSEC_SEARCH_COUNTER_009_NAME=Search Commands/Sec
  166. NNTP_CMDS_PERSEC_SEARCH_COUNTER_009_HELP=Search Commands/Sec is the number of SEARCH commands per sec received by the NNTP Server since it was started.
  167. NNTP_CMDS_XHDR_COUNTER_009_NAME=XHdr Commands
  168. NNTP_CMDS_XHDR_COUNTER_009_HELP=XHdr Commands is the number of XHDR commands received by the NNTP Server since it was started.
  169. NNTP_CMDS_PERSEC_XHDR_COUNTER_009_NAME=XHdr Commands/Sec
  170. NNTP_CMDS_PERSEC_XHDR_COUNTER_009_HELP=XHdr Commands/Sec is the number of XHDR commands per sec received by the NNTP Server since it was started.
  171. NNTP_CMDS_XOVER_COUNTER_009_NAME=XOver Commands
  172. NNTP_CMDS_XOVER_COUNTER_009_HELP=XOver Commands is the number of XOVER commands received by the NNTP Server since it was started.
  173. NNTP_CMDS_PERSEC_XOVER_COUNTER_009_NAME=XOver Commands/Sec
  174. NNTP_CMDS_PERSEC_XOVER_COUNTER_009_HELP=XOver Commands/Sec is the number of XOVER commands per sec received by the NNTP Server since it was started.
  175. NNTP_CMDS_XPAT_COUNTER_009_NAME=XPat Commands
  176. NNTP_CMDS_XPAT_COUNTER_009_HELP=XPat Commands is the number of XPAT commands received by the NNTP Server since it was started.
  177. NNTP_CMDS_PERSEC_XPAT_COUNTER_009_NAME=XPat Commands/Sec
  178. NNTP_CMDS_PERSEC_XPAT_COUNTER_009_HELP=XPat Commands/Sec is the number of XPAT commands per sec received by the NNTP Server since it was started.
  179. NNTP_CMDS_XREPLIC_COUNTER_009_NAME=XReplic Commands
  180. NNTP_CMDS_XREPLIC_COUNTER_009_HELP=XReplic Commands is the number of XREPLIC commands received by the NNTP Server since it was started.
  181. NNTP_CMDS_PERSEC_XREPLIC_COUNTER_009_NAME=XReplic Commands/Sec
  182. NNTP_CMDS_PERSEC_XREPLIC_COUNTER_009_HELP=XReplic Commands/Sec is the number of XREPLIC commands per sec received by the NNTP Server since it was started.