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.

58 lines
1.9 KiB

  1. /*++
  2. Copyright (c) 2002 Microsoft Corporation
  3. Module Name:
  4. xml-jet.rc
  5. Abstract:
  6. contains strings for SCE/JET->XML tool
  7. Author:
  8. Steven Chan (t-schan) July 2002
  9. --*/
  10. #include <windows.h>
  11. #include <commctrl.h>
  12. #include <winver.h>
  13. #include <ntverp.h>
  14. #define VER_FILETYPE VFT_APP
  15. #define VER_FILESUBTYPE VFT2_UNKNOWN
  16. #define VER_FILEDESCRIPTION_STR "SCE XML export tool"
  17. #define VER_INTERNALNAME_STR "sdb2xml\0"
  18. #include "common.ver"
  19. #include "resource.h"
  20. STRINGTABLE
  21. BEGIN
  22. IDS_PROGRAM_INFO "\n\rSCE Anaylsis XML export tool\n\r\n\r"
  23. IDS_PROGRAM_USAGE_0 "Usage: "
  24. IDS_PROGRAM_USAGE_1 " source destination [errorlog]\n\r\n\r source .sdb database to be opened\n\r destination output xml file\n\r errorlog optional error log file\n\r"
  25. IDS_PROGRAM_SUCCESS "Log Successfully written to "
  26. IDS_SECMAN_INIT "Security Manager initialized...\n\r"
  27. IDS_ERROR_CLASSNOTREG "Error: Could not load secman.dll\n\r"
  28. IDS_ERROR_NOAGGREGATION "Error: Could not load secman.dll\n\r"
  29. IDS_ERROR_NOINTERFACE "Error: Could not load secman.dll\n\r"
  30. IDS_ERROR_OLDWINVERSION "Error: This program must be run on Windows 2000 or later\n\r"
  31. IDS_ERROR_MODNOTFOUND "Error: Could not load msxml.dll\n\r"
  32. IDS_ERROR_WRITEFAULT "Error: Could not write to specified filename\n\r"
  33. IDS_ERROR_INVALIDFILENAME
  34. "Error: Invalid filename\n\r"
  35. IDS_ERROR_ACCESSDENIED "Error: Access denied when trying to save to output file\n\r"
  36. IDS_ERROR_OPENFAILED "Error: Could not open security database\n\r"
  37. IDS_ERROR_FILENOTFOUND "Error: File not found when opening security database\n\r"
  38. IDS_ERROR_READFAULT "Error: There was a problem reading from security database. Try analyzing database.\n\r"
  39. IDS_ERROR_OUTOFMEMORY "Error: out of memory\n\r"
  40. IDS_ERROR_UNEXPECTED "Error: An unexpected error occured. Check error log for more details\n\r"
  41. END