Source code of Windows XP (NT5)
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.

70 lines
2.7 KiB

  1. #include <windows.h>
  2. #include <ids.h>
  3. IDI_ICON ICON DISCARDABLE "bookmk.ico"
  4. IDR_FANCYERR RCDATA
  5. BEGIN
  6. STG_E_LOCKVIOLATION
  7. STG_E_LOCKVIOLATION
  8. STG_E_LOCKVIOLATION
  9. MK_E_NOOBJECT
  10. MK_E_NOOBJECT
  11. MK_E_NOOBJECT
  12. MK_E_NOOBJECT
  13. MK_E_NOOBJECT
  14. MK_E_NOOBJECT
  15. NOERROR
  16. END
  17. STRINGTABLE DISCARDABLE
  18. BEGIN
  19. IDS_FANCYERR "Windows was unable to open this file because it is already "
  20. (IDS_FANCYERR+1) "opened by another program (or multiple programs).\n"
  21. (IDS_FANCYERR+2) "You should close all the other programs that open this file and retry."
  22. (IDS_FANCYERR+3) "Windows was unable to open this shortcut because the "
  23. (IDS_FANCYERR+4) "target file or data that it refers to does not exist. "
  24. (IDS_FANCYERR+5) "You should delete this shortcut file and create a new "
  25. (IDS_FANCYERR+6) "shortcut based on the new location of the target data.\n\n"
  26. (IDS_FANCYERR+7) "Note: Some applications require you to save the file "
  27. (IDS_FANCYERR+8) "after creating a shortcut to part of the file's contents."
  28. END
  29. STRINGTABLE DISCARDABLE
  30. BEGIN
  31. IDS_TITLE "Shell Scrap/Document Shorcut viewer"
  32. IDS_TITLE_ERR "Problem with Scrap/Document Shortcut"
  33. IDS_ERR_DOVERB "Unable to open %1\n\n%2%3"
  34. IDS_ERR_DOVERB_F "Unable to open %1\n\Error (%4!x!)%3"
  35. IDS_ERR_COMMIT "Unable to save scrap/shortcut\n\n%2%3"
  36. IDS_ERR_COMMIT_F "Unable to save scrap/shortcut\n\nError (%4!x!)%3"
  37. IDS_ERR_SCRAPSAVE "Unable to create and store scrap/shortcut object\n\n%2%3"
  38. IDS_ERR_SCRAPSAVE_F "Unable to create and store scrap/shortcut object\n\nError (%4!x!)%3"
  39. IDS_ERR_CREATESTORAGE "Unable to create a storage in a file %1\n\n%2%3"
  40. IDS_ERR_CREATESTORAGE_F "Unable to create a storage in a file %1\n\nError (%4!x!)%3"
  41. IDS_ERR_CREATEDOCFILE "Unable to create a scrap/shortcut file %1\n\n%2%3"
  42. IDS_ERR_CREATEDOCFILE_F "Unable to create a scrap/shortcut file %1\n\nError (%4!x!)%3"
  43. END
  44. STRINGTABLE DISCARDABLE
  45. BEGIN
  46. IDS_BOOKMARK_S "shct.shb"
  47. IDS_BOOKMARK_L "Document Shortcut.shb"
  48. IDS_SCRAP_S "scrp.shs"
  49. IDS_SCRAP_L "Scrap.shs"
  50. IDS_TEMPSCRAP "%s Scrap '%s...'.shs"
  51. IDS_TEMPLINK "%s Shortcut '%s...'.shb"
  52. IDS_WOULDYOUSAVEAS "You have opened a read-only scrap file.\nDo you want to save it to a new scrap file?"
  53. IDS_MOVEFAILED "Can't save a scrap file to the specified location. Do you want to pick another location?"
  54. IDS_SCRAPFILTER "Scrap Files\0*.shs\0"
  55. END
  56. STRINGTABLE DISCARDABLE
  57. BEGIN
  58. IDS_HRES_INVALID_SCRAPFILE "This is not a valid scrap/document shortcut file."
  59. END
  60. #include "shole.rcv"