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.

160 lines
6.5 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 Disallowed"
  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_CUSTOMACTION_SKIPPED "Custom Action Skipped"
  63. IDS_LOGFMT_CUSTOMACTION_SKIPPED "ActionType = %s Description = %s ActionPath = %s. This action was skipped because this connectoid cannot currently display UI to the user. This could be because it is running in unattended mode or because of a Fast User Switch."
  64. IDS_LOGDESC_DISCONNECT "Disconnect Event"
  65. IDS_LOGFMT_DISCONNECT "CallingProcess = %s"
  66. IDS_LOGDESC_RECONNECT "Reconnect Event"
  67. IDS_LOGDESC_RETRYAUTH "Retry Authentication Event"
  68. IDS_LOGDESC_CALLBACKNUMBER "Callback Number Event"
  69. IDS_LOGFMT_CALLBACKNUMBER "UserResponse = %s CallbackNumber = %s"
  70. IDS_LOGDESC_PWDEXPIRED "Password Expired Event"
  71. IDS_LOGFMT_PWDEXPIRED "UserResponse = %s"
  72. IDS_LOGDESC_PWDRESET "Reset Password Event"
  73. IDS_LOGFMT_PWDRESET "ActionName = %s"
  74. IDS_LOGDESC_CUSTOMBUTTON "Custom Button Event"
  75. IDS_LOGDESC_ONCANCEL "On-Cancel Event"
  76. IDS_LOGDESC_ONERROR "On-Error Event"
  77. IDS_LOGFMT_ONERROR "ErrorCode = %d ErrorSource = %s"
  78. IDS_LOGDESC_ONERROR_W_SAFENET "On-Error Event"
  79. IDS_LOGFMT_ONERROR_W_SAFENET "ErrorCode = %d ErrorSource = %s For more information see %s"
  80. IDS_LOGDESC_SN_ADAPTER_CHANGE "Adapter Change Event"
  81. IDS_LOGFMT_SN_ADAPTER_CHANGE "Unable to configure adapter %s, switching to %s"
  82. IDS_LOGDESC_CLEARLOG "Clear Log Event"
  83. IDS_LOGDESC_EXT_DISCONNECT "External Disconnect"
  84. IDS_LOGDESC_INT_DISCONNECT_MANUAL "Internal Manual Disconnect"
  85. IDS_LOGDESC_INT_DISCONNECT_AUTO "Internal Automatic Disconnect"
  86. IDS_LOGDESC_EXT_DISCONNECT_LOST_CONN "External Disconnect due to Lost Connection"
  87. // NOTE: The following log entries are for CMDL32, which is compiled Ansi and
  88. // passes in arguments as Ansi strings, hence we use %S (capital S) to
  89. // ensure they are handled correctly.
  90. //
  91. IDS_LOGDESC_PB_DOWNLOAD_SUCCESS "Successful Phonebook download"
  92. IDS_LOGFMT_PB_DOWNLOAD_SUCCESS "PhoneBookName = %S RequestedPBVer = %S PBServerUrl = %S"
  93. IDS_LOGDESC_PB_DOWNLOAD_FAILURE "Phonebook download failed"
  94. IDS_LOGFMT_PB_DOWNLOAD_FAILURE "ErrorCode = %d PhoneBookName = %S PBServerUrl = %S"
  95. IDS_LOGDESC_PB_UPDATE_SUCCESSFUL "Phonebook successfully updated"
  96. IDS_LOGFMT_PB_UPDATE_SUCCESSFUL "Type = %S PhoneBookName = %S OldPBVer = %S NewPBVer = %S PBServerUrl = %S"
  97. IDS_LOGDESC_PB_UPDATE_FAILED_PBS "Phonebook update failed with PhoneBookService error"
  98. IDS_LOGFMT_PB_UPDATE_FAILED_PBS "ErrorCode = %d PhoneBookName = %S"
  99. IDS_LOGDESC_PB_UPDATE_FAILED_CMPBK "Unable to update Phonebook on client"
  100. IDS_LOGFMT_PB_UPDATE_FAILED_CMPBK "ErrorCode = %d PhoneBookName = %S"
  101. IDS_LOGDESC_PB_ABORTED "Phonebook download or update aborted"
  102. IDS_LOGDESC_VPN_DOWNLOAD_SUCCESS "Successful VPN list download"
  103. IDS_LOGFMT_VPN_DOWNLOAD_SUCCESS "VPNPhoneBook = %S VPNUpdateUrl = %S"
  104. IDS_LOGDESC_VPN_DOWNLOAD_FAILURE "VPN list download failed"
  105. IDS_LOGFMT_VPN_DOWNLOAD_FAILURE "ErrorCode = %d VPNPhoneBook = %S VPNUpdateUrl = %S"
  106. IDS_LOGDESC_VPN_UPDATE_SUCCESSFUL "VPN list successfully updated"
  107. IDS_LOGFMT_VPN_UPDATE_SUCCESSFUL "VPNPhoneBook = %S"
  108. IDS_LOGDESC_VPN_UPDATE_FAILURE "VPN list update failed"
  109. IDS_LOGFMT_VPN_UPDATE_FAILURE "ErrorCode = %d VPNPhoneBook = %S"
  110. END