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.

81 lines
3.8 KiB

  1. /*
  2. *
  3. *Copyright (c) 1994 Microsoft Corporation
  4. *
  5. *Module Name:
  6. *
  7. * secedit.rc
  8. *
  9. *Abstract:
  10. *
  11. * This module contains version and strings to be localized for SecEdit.
  12. *
  13. *Author:
  14. *
  15. * Jin Huang (Jinhuang) 22-Feb-1997
  16. *
  17. *Revision History:
  18. *
  19. *--*/
  20. #include <winver.h>
  21. #include <ntverp.h>
  22. #define VER_FILETYPE VFT_APP
  23. #define VER_FILESUBTYPE VFT2_UNKNOWN
  24. #define VER_FILEDESCRIPTION_STR "Windows Security Configuration Editor Command Tool"
  25. #define VER_INTERNALNAME_STR "SeCEdit\0"
  26. #include "common.ver"
  27. #include "stringid.h"
  28. STRINGTABLE
  29. BEGIN
  30. SECEDITP_TASK_COMPLETE_NO_ERROR "Task is completed successfully.\n"
  31. SECEDITP_TASK_COMPLETE_WARNING "Task is completed. %s It's ok to ignore.\n"
  32. SECEDITP_TASK_COMPLETE_ERROR "Task is completed with error.\n"
  33. SECEDITP_TASK_SEE_DEF_LOG "See log %windir%\\security\\logs\\scesrv.log for detail info.\n"
  34. SECEDITP_TASK_SEE_LOG "See log %s for detail info.\n"
  35. SECEDITP_CANNOT_FIND_TEMPLATE "Can't open the template.\n"
  36. SECEDITP_COMPILE_OK "Template %s is validated\n"
  37. SECEDITP_FILE_MAY_CORRUPTED "The file you specified may be corrupted.\n"
  38. SECEDITP_WITH_SECTIONNAME "Completed %d percent (%d/%d) \tProcess %s area \r"
  39. SECEDITP_NO_SECTIONNAME "Completed %d percent (%d/%d) \tUnknown area %x \r"
  40. SECEDITP_SICURITY_POLICY "Completed %d percent (%d/%d) \tProcess Security Policy area \r"
  41. SECEDITP_SYSTEM_SERVICE "Completed %d percent (%d/%d) \tProcess Services area \r"
  42. SECEDITP_REGISTER_OK "Template %s is registered successfully\n"
  43. SECEDITP_REFRESH_OK "Group policy propagation from the domain has been initiated for this computer. It may take a few minutes for the propagation to complete and the new policy to take effect. Please check Application Log for errors, if any."
  44. SECEDITP_REFRESH_ERROR "Error to propagate policy."
  45. SECEDITP_ANALYSIS_NOT_ALLOWED_1 "Analyzing system requires a personal database to store the analysis result.\n"
  46. SECEDITP_ANALYSIS_NOT_ALLOWED_2 "The /DB FileName must be provided. See help for the usage on /DB.\n"
  47. SECEDITP_CONFIG_WARNING_LINE1 "To configure the current system with this template in the /overwrite mode will "
  48. SECEDITP_CONFIG_WARNING_LINE2 "result in losing the existing security records in the database specified."
  49. SECEDITP_CONFIG_WARNING_LINE3 ""
  50. SECEDITP_CONFIG_WARNING_CONFIRM "Do you want to continue this operation ? [y/n] "
  51. SECEDITP_CONFIG_NOT_ALLOWED_1 "Configuring system requires a personal database to work with.\n"
  52. SECEDITP_CONFIG_NOT_ALLOWED_2 "The /DB FileName must be provided. See help for usage on /DB.\n"
  53. SECEDITP_WARNING_NOT_FOUND "Some files in the configuration are not found on this system so security cannot be set/queried."
  54. SECEDITP_WARNING_IN_USE "Some files in the configuration are locked exclusively by other processes so security cannot be set/queried."
  55. SECEDITP_WARNING_OTHER_WARNING "Warnings occurred for some attributes during this operation."
  56. SECEDITP_STRING_VERBOSE_LOG "Specify verbose progress information in the log (Y/N) ?"
  57. SECEDITP_STRING_NO_LOG "Supress output in the default log (Y/N) ?"
  58. SECEDITP_IDS_YES "Y"
  59. SECEDITP_PATH_NOT_CANONICALIZABLE "Path is not canonicalizable. Please check paths for the files\n"
  60. SECEDITP_OUT_OF_MEMORY "Out of memory.\n"
  61. SECEDITP_ENVI_VARS_AMBIGUOUS "Please check environment variables\n"
  62. SECEDITP_PATH_NOT_VALID "Invalid path"
  63. SECEDITP_TEMPLATE_NEWVERSION "The template was validated successfully with the following data ignored.\n"
  64. END