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.

56 lines
1.8 KiB

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. //
  3. // rmvlinks.rc
  4. //
  5. // resources for rmvlnks utility
  6. //
  7. #include "resource.h"
  8. #include <winver.h>
  9. #include <ntverp.h>
  10. #define VER_FILETYPE VFT_APP
  11. #define VER_FILESUBTYPE VFT2_UNKNOWN
  12. #define VER_FILEDESCRIPTION_STR "Remove Links Utility"
  13. #define VER_INTERNALNAME_STR "rmvlnks"
  14. #define VER_ORIGINALFILENAME_STR "rmvlnks.exe"
  15. #include <verall.h>
  16. #include "common.ver"
  17. /////////////////////////////////////////////////////////////////////////////
  18. //
  19. // String Table
  20. //
  21. STRINGTABLE PRELOAD DISCARDABLE
  22. BEGIN
  23. IDS_PROFILES "Profiles"
  24. IDS_ACCESSORIES_SUBPATH "Start Menu\\Programs\\Accessories"
  25. IDS_MAIN_SUBPATH "Start Menu\\Programs\\Main"
  26. IDS_ADMINTOOLS_SUBPATH "Start Menu\\Programs\\Administrative Tools"
  27. IDS_STARTUP_SUBPATH "Start Menu\\Programs\\Startup"
  28. IDS_ALLUSERS "All Users"
  29. IDS_DEFAULTUSER "Default User"
  30. IDS_ACCESSPROG1 "notepad.exe"
  31. IDS_ACCESSDESC1 "Notepad"
  32. IDS_ACCESSPROG2 "cardfile.exe"
  33. IDS_ACCESSDESC2 "Cardfile"
  34. IDS_MAINPROG1 "msmail32.exe"
  35. IDS_MAINDESC1 "Mail"
  36. IDS_MAINPROG2 "schdpl32.exe"
  37. IDS_MAINDESC2 "Schedule+"
  38. IDS_NETWAREUSER "NetWare User Access for WinFrame"
  39. IDS_WFCDISKCREATOR "WinFrame Client Disk Creator"
  40. IDS_APPSECREG "Application Security Registration"
  41. IDS_WFSETUP "WinFrame Setup"
  42. IDS_WFBOOKS "WinFrame Books Online"
  43. IDS_WFHELP "WinFrame Help"
  44. IDS_ADMINISTRATOR "Administrator"
  45. IDS_WINLOGON_KEY "SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Winlogon"
  46. IDS_APPSETUP "AppSetup"
  47. END