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.

53 lines
2.6 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include <resource.h>
  4. #define VER_FILETYPE VFT_DLL
  5. #define VER_FILESUBTYPE VFT2_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR "Frs Event Handler"
  7. #define VER_INTERNALNAME_STR "ntfrsres.dll"
  8. #define VER_ORIGINALFILENAME_STR "ntfrsres.dll"
  9. #include "common.ver"
  10. #include "ntfrsres.rc"
  11. //
  12. // Common string table used by both the service and the API DLL.
  13. //
  14. STRINGTABLE DISCARDABLE
  15. BEGIN
  16. IDS_SERVICE_LONG_NAME SERVICE_LONG_NAME
  17. IDS_RANGE_DWORD "from %d to %d"
  18. IDS_RANGE_STRING "between %d and %d characters long"
  19. IDS_MISSING_STRING "<Missing String>"
  20. IDS_INBOUND "Inbound from "
  21. IDS_OUTBOUND "Outbound to "
  22. IDS_UNITS_NONE "none"
  23. IDS_UNITS_SECONDS "seconds"
  24. IDS_UNITS_MINUTES "minutes"
  25. IDS_UNITS_HOURS "hours"
  26. IDS_UNITS_DAYS "days"
  27. IDS_UNITS_MILLISEC "milliseconds"
  28. IDS_UNITS_KBYTES "kilobytes"
  29. IDS_UNITS_BYTES "bytes"
  30. IDS_UNITS_MBYTES "megabytes"
  31. IDS_REG_KEY_NOT_FOUND "The registry key path was not found"
  32. IDS_REG_VALUE_NOT_FOUND "The registry value name was not found"
  33. IDS_REG_VALUE_RANGE_ERROR "The registry value is out of range"
  34. IDS_REG_VALUE_WRONG_TYPE "The registry value has the wrong registry data type"
  35. IDS_NO_DEFAULT "no default"
  36. IDS_POLL_SUM_SEARCH_ERROR "Error searching DS with filter %ws under %ws. Error returned : %ws\n\n"
  37. IDS_POLL_SUM_DSBIND_FAIL "Could not bind to a Domain Controller. Will try again at next polling cycle.\n\n"
  38. IDS_POLL_SUM_NO_COMPUTER "Could not find computer object for this computer. Will try again at next polling cycle.\n\n"
  39. IDS_POLL_SUM_NO_REPLICASETS "This computer is not part of any valid replica set.\n\n"
  40. IDS_POLL_SUM_INVALID_ATTRIBUTE "The %ws object %ws has a invalid value for the attribute %ws.\n\n"
  41. IDS_POLL_SUM_SUBSCRIBER_CONFLICT "The nTFRSSubscriber object %ws is conflicting with %ws. Using %ws\n\n"
  42. IDS_POLL_SUM_CXTION_CONFLICT "The nTDSConnection object %ws is conflicting with %ws. Using %ws\n\n"
  43. IDS_EVENT_LOG_MSG_SIZE_EXCEEDED "\n\n[Event log message size exceeded.]\n\n"
  44. IDS_POLL_SUM_PRIMARY_UNDEFINED "No primary member defined for replica set %ws.\n\n"
  45. END