home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / WindowsServerTrial / server.iso / sources / install.wim / 1 / Windows / inf / RemoteAccess / 0000 / rasctrs.ini
Text (UTF-16)  |  2006-09-18  |  7KB  |  87 lines

  1. /*++ BUILD Version: 0001    // Increment this if a change has global effects
  2.  
  3. Copyright (c) 1992  Microsoft Corporation
  4.  
  5. Module Name:
  6.  
  7.     rasctrs.ini 
  8.  
  9. Abstract:
  10.  
  11.     This file contains the English language counters and help text for
  12.     Remote Access 
  13.  
  14. Created:
  15.  
  16.     Russ Blake            24 Feb 93
  17.     Thomas J. Dimitri            28 May 93
  18.  
  19. Revision History
  20.  
  21.     Patrick Y. Ng               12 Aug 93
  22.     Ram Cherala                 04 Nov 93   Added this header
  23.  
  24.  
  25. --*/
  26. [info]
  27. drivername=RemoteAccess
  28. symbolfile=rasctrnm.h
  29.  
  30. [languages]
  31. 009=English
  32.  
  33. [text]
  34. RASPORTOBJ_009_NAME=RAS Port
  35. RASPORTOBJ_009_HELP=The RAS Object Type handles individual ports of the RAS device on your system.
  36.  
  37. BYTESTX_009_NAME=Bytes Transmitted
  38. BYTESTX_009_HELP=The number of bytes transmitted total for this connection.
  39. BYTESRX_009_NAME=Bytes Received
  40. BYTESRX_009_HELP=The number of bytes received total for this connection.
  41.  
  42. FRAMESTX_009_NAME=Frames Transmitted
  43. FRAMESTX_009_HELP=The number of data frames transmitted total for this connection.
  44. FRAMESRX_009_NAME=Frames Received
  45. FRAMESRX_009_HELP=The number of data frames received total for this connection.
  46.  
  47. PERCENTTXC_009_NAME=Percent Compression Out
  48. PERCENTTXC_009_HELP=The compression ratio for bytes being transmitted.
  49. PERCENTRXC_009_NAME=Percent Compression In
  50. PERCENTRXC_009_HELP=The compression ratio for bytes being received.
  51.  
  52. CRCERRORS_009_NAME=CRC Errors
  53. CRCERRORS_009_HELP=The total number of CRC Errors for this connection.  CRC Errors occur when the frame received contains erroneous data.
  54. TIMEOUTERRORS_009_NAME=Timeout Errors
  55. TIMEOUTERRORS_009_HELP=The total number of Timeout Errors for this connection.  Timeout Errors occur when an expected is not received in time.
  56. SERIALOVERRUNS_009_NAME=Serial Overrun Errors
  57. SERIALOVERRUNS_009_HELP=The total number of Serial Overrun Errors for this connection.  Serial Overrun Errors occur when the hardware cannot handle the rate at which data is received.
  58. ALIGNMENTERRORS_009_NAME=Alignment Errors
  59. ALIGNMENTERRORS_009_HELP=The total number of Alignment Errors for this connection.  Alignment Errors occur when a byte received is different from the byte expected.
  60. BUFFEROVERRUNS_009_NAME=Buffer Overrun Errors
  61. BUFFEROVERRUNS_009_HELP=The total number of Buffer Overrun Errors for this connection.  Buffer Overrun Errors when the software cannot handle the rate at which data is received.
  62.  
  63. TOTALERRORS_009_NAME=Total Errors
  64. TOTALERRORS_009_HELP=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors for this connection.
  65.  
  66. BYTESTXSEC_009_NAME=Bytes Transmitted/Sec
  67. BYTESTXSEC_009_HELP=The number of bytes transmitted per second.
  68. BYTESRXSEC_009_NAME=Bytes Received/Sec
  69. BYTESRXSEC_009_HELP=The number of bytes received per second.
  70.  
  71. FRAMESTXSEC_009_NAME=Frames Transmitted/Sec
  72. FRAMESTXSEC_009_HELP=The number of frames transmitted per second.
  73. FRAMESRXSEC_009_NAME=Frames Received/Sec
  74. FRAMESRXSEC_009_HELP=The number of frames received per second.
  75.  
  76. TOTALERRORSSEC_009_NAME=Total Errors/Sec
  77. TOTALERRORSSEC_009_HELP=The total number of CRC, Timeout, Serial Overrun, Alignment, and Buffer Overrun Errors per second.
  78.  
  79.  
  80.  
  81. RASTOTALOBJ_009_NAME=RAS Total
  82. RASTOTALOBJ_009_HELP=The RAS Object Type handles all combined ports of the RAS device on your system.
  83.  
  84. TOTALCONNECTIONS_009_NAME=Total Connections
  85. TOTALCONNECTIONS_009_HELP=The total number of Remote Access connections.
  86.  
  87.