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.

86 lines
3.3 KiB

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