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.

138 lines
5.1 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: cmlog.rc
  4. //
  5. // Module: CMLOG.LIB
  6. //
  7. // Synopsis: String resource for Connection Manager Logging
  8. //
  9. // Copyright (c) 1998-2000 Microsoft Corporation
  10. //
  11. // Author: 24-May-2000 SumitC Created
  12. //
  13. // Note:
  14. //
  15. //-----------------------------------------------------------------------------
  16. //
  17. // if any of these format strings is longer than 128 chars, change this comment,
  18. // and the value of c_szFmtSize in the code.
  19. //
  20. #include "CmLogStr.h"
  21. //
  22. // Note this is how the banner is supposed to look - when editing the banner
  23. // please edit it in the comment block below, then compress it into the string.
  24. //
  25. // "%s%s\r\n"
  26. // "\tOperating System : Windows %2s %d.%d %s\r\n"
  27. // "\tDialer Version : %d.%d.%d.%d\r\n"
  28. // "\tConnection Name : %s\r\n"
  29. // "\tAll Users/Single User : %s\r\n"
  30. // "\tStart Date/Time : %s, %s\r\n"
  31. // "%s\r\n"
  32. // "\tModule Name, Time, Log ID, Log Item Name, Other Info\r\n"
  33. // "\tFor Connection Type, 0=dial-up, 1=VPN, 2=VPN over dial-up\r\n"
  34. // "%s\r\n"
  35. STRINGTABLE DISCARDABLE
  36. BEGIN
  37. IDS_LOGFMT_BANNER "%s%s\r\n\tOperating System : Windows %2s %d.%d %s\r\n\tDialer Version : %d.%d.%d.%d\r\n\tConnection Name : %s\r\n\tAll Users/Single User : %s\r\n\tStart Date/Time : %s, %s\r\n%s\r\n\tModule Name, Time, Log ID, Log Item Name, Other Info\r\n\tFor Connection Type, 0=dial-up, 1=VPN, 2=VPN over dial-up\r\n%s\r\n"
  38. IDS_LOGSTR_ALLUSERS "All Users"
  39. IDS_LOGSTR_SINGLEUSER "Single User"
  40. END
  41. STRINGTABLE DISCARDABLE
  42. BEGIN
  43. IDS_LOGDESC_LOGENABLED "Logging Enabled"
  44. IDS_LOGDESC_LOGDISABLED "Logging Disabled"
  45. IDS_LOGDESC_PREINIT "Pre-Init Event"
  46. IDS_LOGFMT_PREINIT "CallingProcess = %s"
  47. IDS_LOGDESC_PRECONNECT "Pre-Connect Event"
  48. IDS_LOGFMT_PRECONNECT "ConnectionType = %d"
  49. IDS_LOGDESC_PREDIAL "Pre-Dial Event"
  50. IDS_LOGFMT_PREDIAL "UserName = %s Domain = %s PhoneBookSource = %s DUNSetting = %s DeviceName = %s DialablePhoneNumber = %s"
  51. IDS_LOGDESC_PRETUNNEL "Pre-Tunnel Event"
  52. IDS_LOGFMT_PRETUNNEL "UserName = %s Domain = %s DUNSetting = %s DeviceName = %s TunnelAddress = %s"
  53. IDS_LOGDESC_CONNECT "Connect Event"
  54. IDS_LOGDESC_CUSTOMACTIONDLL "Custom Action Dll"
  55. IDS_LOGFMT_CUSTOMACTIONDLL "ActionType = %s Description = %s ActionPath = %s ReturnValue = 0x%x"
  56. IDS_LOGDESC_CUSTOMACTIONEXE "Custom Action Exe"
  57. IDS_LOGFMT_CUSTOMACTIONEXE "ActionType = %s Description = %s ActionPath = %s. The program was launched successfully."
  58. IDS_LOGDESC_CUSTOMACTION_NOT_ALLOWED "Custom Action Skipped"
  59. IDS_LOGFMT_CUSTOMACTION_NOT_ALLOWED "ActionType = %s Description = %s ActionPath = %s. This action did not have permission to run in the WinLogon context, see the Incorporating Connection Manager with Logon security topic of the CMAK documentation for more details."
  60. IDS_LOGDESC_CUSTOMACTION_WONT_RUN "Custom Action Failed"
  61. IDS_LOGFMT_CUSTOMACTION_WONT_RUN "ActionType = %s Description = %s ActionPath = %s. This action either could not be loaded, or failed to run."
  62. IDS_LOGDESC_DISCONNECT "Disconnect Event"
  63. IDS_LOGFMT_DISCONNECT "CallingProcess = %s"
  64. IDS_LOGDESC_RECONNECT "Reconnect Event"
  65. IDS_LOGDESC_RETRYAUTH "Retry Authentication Event"
  66. IDS_LOGDESC_CALLBACKNUMBER "Callback Number Event"
  67. IDS_LOGFMT_CALLBACKNUMBER "UserResponse = %s CallbackNumber = %s"
  68. IDS_LOGDESC_PWDEXPIRED "Password Expired Event"
  69. IDS_LOGFMT_PWDEXPIRED "UserResponse = %s"
  70. IDS_LOGDESC_PWDRESET "Reset Password Event"
  71. IDS_LOGFMT_PWDRESET "ActionName = %s"
  72. IDS_LOGDESC_CUSTOMBUTTON "Custom Button Event"
  73. IDS_LOGDESC_ONCANCEL "On-Cancel Event"
  74. IDS_LOGDESC_ONERROR "On-Error Event"
  75. IDS_LOGFMT_ONERROR "ErrorCode = %d ErrorSource = %s"
  76. IDS_LOGDESC_CLEARLOG "Clear Log Event"
  77. IDS_LOGDESC_EXT_DISCONNECT "External Disconnect"
  78. IDS_LOGDESC_INT_DISCONNECT_MANUAL "Internal Manual Disconnect"
  79. IDS_LOGDESC_INT_DISCONNECT_AUTO "Internal Automatic Disconnect"
  80. IDS_LOGDESC_EXT_DISCONNECT_LOST_CONN "External Disconnect due to Lost Connection"
  81. // NOTE: The following log entries are for CMDL32, which is compiled Ansi and
  82. // passes in arguments as Ansi strings, hence we use %S (capital S) to
  83. // ensure they are handled correctly.
  84. //
  85. IDS_LOGDESC_PB_DOWNLOAD_SUCCESS "Successful Phonebook download"
  86. IDS_LOGFMT_PB_DOWNLOAD_SUCCESS "PhoneBookName = %S RequestedPBVer = %S PBServerUrl = %S"
  87. IDS_LOGDESC_PB_DOWNLOAD_FAILURE "Phonebook download failed"
  88. IDS_LOGFMT_PB_DOWNLOAD_FAILURE "ErrorCode = %d PhoneBookName = %S PBServerUrl = %S"
  89. IDS_LOGDESC_PB_UPDATE_SUCCESSFUL "Phonebook successfully updated"
  90. IDS_LOGFMT_PB_UPDATE_SUCCESSFUL "Type = %S PhoneBookName = %S OldPBVer = %S NewPBVer = %S PBServerUrl = %S"
  91. IDS_LOGDESC_PB_UPDATE_FAILED_PBS "Phonebook update failed with PhoneBookService error"
  92. IDS_LOGFMT_PB_UPDATE_FAILED_PBS "ErrorCode = %d PhoneBookName = %S"
  93. IDS_LOGDESC_PB_UPDATE_FAILED_CMPBK "Unable to update Phonebook on client"
  94. IDS_LOGFMT_PB_UPDATE_FAILED_CMPBK "ErrorCode = %d PhoneBookName = %S"
  95. IDS_LOGDESC_PB_ABORTED "Phonebook download or update aborted"
  96. END