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.

40 lines
1.2 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #include "wlnotify.h"
  4. #define VER_FILETYPE VFT_DLL
  5. #define VER_FILESUBTYPE VFT2_UNKNOWN
  6. #define VER_FILEDESCRIPTION_STR "Common DLL to receive Winlogon notifications"
  7. #define VER_INTERNALNAME_STR "WlNotify.dll"
  8. #define VER_ORIGINALFILENAME_STR "WlNotify.dll"
  9. #include "common.ver"
  10. #include "notifyev.rc"
  11. #include <wlballoon.rc>
  12. STRINGTABLE
  13. BEGIN
  14. IDS_TSSESSION_STRING "Session"
  15. IDS_TSERRORDIALOG_STRING "Terminal Server Notify Error"
  16. // PTS case for a local printer
  17. IDS_TSPTEMPLATE_FROM "%1 (from %3)"
  18. // general case for a local printer
  19. IDS_TSPTEMPLATE_FROM_IN "%1 (from %3) in session %4"
  20. // PTS case for a network printer
  21. IDS_TSPTEMPLATE_ON_FROM "%1 on %2 (from %3)"
  22. // general case for a network printer
  23. IDS_TSPTEMPLATE_ON_FROM_IN "%1 on %2 (from %3) in session %4"
  24. // info tip string for drive redirection
  25. IDS_DRIVE_INFO_TIP "Disk from Remote Desktop Connection"
  26. // localize the on string for drive redirection display name
  27. IDS_ON "%1 on %2"
  28. END