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.

65 lines
2.9 KiB

  1. //=============================================================================
  2. // Contains the string resources for MSInfo5Category and MSInfo4Category
  3. //=============================================================================
  4. #include "filestuff.h"
  5. STRINGTABLE DISCARDABLE
  6. BEGIN
  7. IDS_TIME_FORMAT "System Information report written at: %x %X\r\n"
  8. IDS_LEFTBRACKET "["
  9. IDS_RIGHTBRACKET "]"
  10. IDS_CATEGORYHEADING "[ Following are sub-categories of this main category ]"
  11. IDS_PRINT_LINESPACING "1.2"
  12. IDS_MSI_REG_BASE "SOFTWARE\\Microsoft\\Shared Tools\\MSInfo"
  13. IDS_CAB_DIR_NAME "~msicabs"
  14. IDS_SYSTEMNAME "System Name: "
  15. END
  16. //for printing
  17. STRINGTABLE DISCARDABLE
  18. BEGIN
  19. IDS_HEADER_MARGIN "300"
  20. IDS_FOOTER_MARGIN "300"
  21. IDS_PRINT_FTR_CTR "Page %d"
  22. IDS_PRINTING_DOCNAME "MSInfo6"
  23. IDS_PRINT_FONT_HEIGHT "10"
  24. IDS_PRINT_FONT_WEIGHT "400"
  25. IDS_PRINT_FONT_CHARSET "1"
  26. IDS_PRINT_FONT_PITCHANDFAMILY "0"
  27. IDS_PRINT_FONT_FACENAME "Courier New"
  28. IDS_PRINT_HDR_LEFT "System Information"
  29. IDS_PRINT_HDR_RIGHT_CURRENT "System Information"
  30. IDS_PRINT_GENERIC "Unknown error printing report. Check that your printer is working properly and retry the operation."
  31. IDS_PRINT_NOMEMORY "Out of memory printing report. Close unnecessary applications and retry."
  32. IDS_PRINT_NODISK "Out of disk space printing report. Remove unneccesary files and retry."
  33. IDS_PRINT_APPABORTED "Print job aborted by Windows."
  34. IDS_PRINT_USERABORTED "Print job canceled by user."
  35. IDS_FILESAVEERROR_UNKNOWN "An unknown error occured while attempting to save a file. Check to see that the disk is not full or write protected."
  36. END
  37. STRINGTABLE DISCARDABLE
  38. BEGIN
  39. IDS_CODEC_DESC "Audio or Video Codec"
  40. IDS_COMPUTERSYSTEM_DESC "Computer System"
  41. IDS_LOGICALMEMEORY_DESC "Memory"
  42. IDS_LOGICALDISK_DESC "Disk"
  43. IDS_IRQRESOURCE_DESC "IRQ"
  44. IDS_DRIVERVXD_DESC "Driver"
  45. IDS_DMACHANNEL_DESC "DMA Channel"
  46. IDS_DEVICEMEMORYADDRESS_DESC "Device Memory Address"
  47. IDS_NETWORKPROTOCOL_DESC "Network Protocol"
  48. IDS_OPERATINGSYSTEM_DESC "Operating System"
  49. IDS_PNPALLOCATEDRESOURCE_DESC "PNP Allocated Resource"
  50. IDS_PNPENTITY_DESC "Plug and Play Device"
  51. IDS_PORTRESOURCE_DESC "Port Resource"
  52. IDS_PRINTER_DESC "Printer"
  53. IDS_PROGRAMGROUP_DESC "Program Group"
  54. IDS_STARTUPCOMMAND_DESC "Startup Programs"
  55. IDS_BADNFOFILE "System Information cannot open this NFO file. It might be corrupted or an unrecognized version."
  56. IDS_NOHISTORY_AVAILABLE "No History Available"
  57. IDS_OLDNFOSHARINGVIOLATION "This file cannot be opened because it is in use."
  58. END