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.

80 lines
3.7 KiB

  1. //#include <windows.h>
  2. //#include <commctrl.h>
  3. //#include <winver.h>
  4. //#include <ntverp.h>
  5. //#define VER_FILETYPE VFT_APP
  6. //#define VER_FILESUBTYPE VFT2_UNKNOWN
  7. //#define VER_FILEDESCRIPTION_STR "Windows Security Configuration Editor Client Engine"
  8. //#define VER_INTERNALNAME_STR "scecli\0"
  9. #include "commonrc.h"
  10. STRINGTABLE
  11. BEGIN
  12. IDS_EVERYONE "Everyone"
  13. IDS_NAME_LOCAL "Local"
  14. IDS_CREATOR_OWNER "Creator Owner"
  15. IDS_CREATOR_GROUP "Creator Group"
  16. IDS_CREATOR_OWNER_SERVER "Creator Owner Server"
  17. IDS_CREATOR_GROUP_SERVER "Creator Group Server"
  18. IDS_NT_PSEUDO_DOMAIN "NT Pseudo Domain"
  19. IDS_DIALUP "Dialup"
  20. IDS_NETWORK "Network"
  21. IDS_BATCH "Batch"
  22. IDS_INTERACTIVE "Interactive"
  23. IDS_SERVICE "Service"
  24. IDS_ANONYMOUS_LOGON "Anonymous Logon"
  25. IDS_PROXY "Proxy"
  26. IDS_ENTERPRISE_DOMAIN "Enterprise Domain Controllers"
  27. IDS_NAME_SELF "Self"
  28. IDS_AUTHENTICATED_USERS "Authenticated Users"
  29. IDS_RESTRICTED "Restricted"
  30. IDS_TERMINAL_SERVER_USER "Terminal Server User"
  31. IDS_ADMINISTRATORS "Administrators"
  32. IDS_NAME_USERS "Users"
  33. IDS_NAME_GUESTS "Guests"
  34. IDS_POWER_USERS "Power Users"
  35. IDS_ACCOUNT_OPERATORS "Account Operators"
  36. IDS_SERVER_OPERATORS "Server Operators"
  37. IDS_PRINT_OPERATORS "Print Operators"
  38. IDS_BACKUP_OPERATORS "Backup Operators"
  39. IDS_REPLICATOR "Replicator"
  40. IDS_LOCALSERVICE "Local Service"
  41. IDS_NETWORKSERVICE "Network Service"
  42. IDS_REMOTE_DESKTOP_USERS "Remote Desktop Users"
  43. IDS_NETWORK_CONFIGURATION_OPERATORS "Network Configuration Operators"
  44. IDS_LOCAL_SYSTEM "System"
  45. IDS_RAS_SERVERS "RAS Servers"
  46. IDS_PREW2KCOMPACCESS "Pre-Windows 2000 Compatible Access"
  47. SCEERR_ADD "Error adding %s."
  48. SCEERR_ADD_MEMBEROF "Error adding MemberOf list to group %s."
  49. SCEERR_ADD_MEMBERS "Error adding Members list to group %s."
  50. SCEERR_ADDTO "Error adding %s to %s."
  51. SCEERR_BUILD_OBJECT "Error build object."
  52. SCEERR_BUILD_SD "Error building security descriptor for object %s."
  53. SCEERR_CANT_FIND_DATATYPE "Cannot find data type for %s."
  54. SCEERR_CANT_FIND_KEYWORD "Cannot find keyword %s."
  55. SCEERR_CANT_FIND_SECTION "Cannot find section by ID %d."
  56. SCEERR_CONVERT_LDAP "Error getting LDAP name of %s."
  57. SCEERR_CREATE "Error creating %s."
  58. SCEERR_ERROR_CREATE "Error creating %s."
  59. SCEERR_INVALID_PATH "Invalid template path %s."
  60. SCEERR_INVALID_PRIVILEGE "%s is not a valid privilege."
  61. SCEERR_MORE_OBJECTS "More objects than allocated (%d)."
  62. SCEERR_NOT_EXPECTED "Keyword %s not expected in section %s."
  63. SCEERR_OBJECT_FIELDS "Object %s must have 3 fields each line."
  64. SCEERR_OPEN "Error opening %s."
  65. SCEERR_OPEN_ID "Error opening section by ID %d."
  66. SCEERR_PROCESS_OBJECT "Error process object %s."
  67. SCEERR_QUERY_INFO "Error querying info of %s."
  68. SCEERR_QUERY_PRIVILEGE "Error querying privilege assignment for user %s."
  69. SCEERR_QUERY_VALUE "Error querying value of %s."
  70. SCEERR_REGVALUE_FIELDS "Registry value %s must have 2 fields each line."
  71. SCEERR_SET_SECURITY "Error setting security on %s."
  72. SCEERR_WRITE_INFO "Error writing info for %s."
  73. END