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.

149 lines
4.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1999 - 2001
  6. //
  7. // File: res.rc
  8. //
  9. //--------------------------------------------------------------------------
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. #define VER_FILETYPE VFT_APP
  13. #define VER_FILESUBTYPE VFT2_UNKNOWN
  14. #define VER_FILEDESCRIPTION_STR "NETDOM5"
  15. #define VER_INTERNALNAME_STR "NETDOM.EXE"
  16. #include "common.ver"
  17. #include "netdom5.rc"
  18. #include "netdom5.h"
  19. STRINGTABLE DISCARDABLE
  20. BEGIN
  21. //
  22. // Primary operation commands
  23. //
  24. MSG_TAG_HELP "HELP"
  25. MSG_TAG_HELPSHORT "H"
  26. MSG_TAG_QHELP "?"
  27. MSG_TAG_ADD "ADD"
  28. MSG_TAG_COMPNAME "COMPUTERNAME"
  29. MSG_TAG_JOIN "JOIN"
  30. MSG_TAG_MOVE "MOVE"
  31. MSG_TAG_QUERY "QUERY"
  32. MSG_TAG_REMOVE "REMOVE"
  33. MSG_TAG_RENAME "RENAME"
  34. MSG_TAG_RENAMECOMPUTER "RENAMECOMPUTER"
  35. MSG_TAG_RESET "RESET"
  36. MSG_TAG_RESETPWD "RESETPWD"
  37. MSG_TAG_TRUST "TRUST" // also is a query sub-command
  38. MSG_TAG_VERIFY "VERIFY"
  39. MSG_TAG_TIME "TIME"
  40. //
  41. // Common switches
  42. //
  43. MSG_TAG_USERO "UserO"
  44. MSG_TAG_USERO_SHORT "UO"
  45. MSG_TAG_PO "PasswordO"
  46. MSG_TAG_PO_SHORT "PO"
  47. MSG_TAG_USERD "UserD"
  48. MSG_TAG_USERD_SHORT "UD"
  49. MSG_TAG_PD "PasswordD"
  50. MSG_TAG_PD_SHORT "PD"
  51. MSG_TAG_DOMAIN "Domain"
  52. MSG_TAG_DOMAIN_SHORT "D"
  53. MSG_TAG_OU "OU"
  54. MSG_TAG_TVERIFY "Verify"
  55. MSG_TAG_TVERIFY_SHORT "V"
  56. MSG_TAG_VERBOSE "VERBOSE"
  57. MSG_TAG_SERVER "Server"
  58. MSG_TAG_SERVER_SHORT "S"
  59. MSG_TAG_TRESET "Reset"
  60. MSG_TAG_TRESET_SHORT "Rese"
  61. MSG_TAG_RESTART "Reboot"
  62. MSG_TAG_RESTART_SHORT "Reb"
  63. MSG_TAG_FORCE "Force"
  64. //
  65. // Help switch
  66. //
  67. MSG_TAG_SYNTAX "SYNTAX"
  68. //
  69. // Add switch
  70. //
  71. MSG_TAG_ADD_DC "DC"
  72. //
  73. // Move switches
  74. //
  75. MSG_TAG_USERF "UserF"
  76. MSG_TAG_USERF_SHORT "UF"
  77. MSG_TAG_PF "PasswordF"
  78. MSG_TAG_PF_SHORT "PF"
  79. //
  80. // Query switches
  81. //
  82. MSG_TAG_QUERY_PDC "PDC"
  83. MSG_TAG_QUERY_SERVER "SERVER"
  84. MSG_TAG_QUERY_WKSTA "WORKSTATION"
  85. MSG_TAG_QUERY_DC "DC"
  86. MSG_TAG_QUERY_OU "OU"
  87. MSG_TAG_QUERY_FSMO "FSMO"
  88. MSG_TAG_QUERY_TRUST "TRUST"
  89. MSG_TAG_DIRECT "Direct"
  90. MSG_TAG_DIRECT_SHORT "Di"
  91. //
  92. // Rename Computer switch
  93. //
  94. MSG_TAG_NEW_NAME "NewName"
  95. //
  96. // Trust switches
  97. //
  98. MSG_TAG_REALM "Realm"
  99. MSG_TAG_REALM_SHORT "Rea"
  100. MSG_TAG_PT "PasswordT"
  101. MSG_TAG_PT_SHORT "PT"
  102. MSG_TAG_TADD "Add" // also used by ComputerName
  103. MSG_TAG_TADD_SHORT "A"
  104. MSG_TAG_TREMOVE "Remove" // also used by ComputerName
  105. MSG_TAG_TREMOVE_SHORT "Rem"
  106. MSG_TAG_TWOWAY "TwoWay"
  107. MSG_TAG_TWOWAY_SHORT "T"
  108. MSG_TAG_KERBEROS "Kerberos"
  109. MSG_TAG_KERBEROS_SHORT "K"
  110. MSG_TAG_TRANSITIVE "Transitive"
  111. MSG_TAG_TRANSITIVE_SHORT "Trans"
  112. MSG_TAG_ONESIDE "OneSide"
  113. MSG_TAG_ONESIDE_SHORT "OS"
  114. MSG_TAG_NAMESUFFIXES "NameSuffixes"
  115. MSG_TAG_NAMESUFFIX_SHORT "NS"
  116. MSG_TAG_TOGGLESUFFIX "ToggleSuffix"
  117. MSG_TAG_TOGGLESUFFIX_SHORT "TS"
  118. MSG_TAG_FILTER_SIDS "FilterSIDs"
  119. //
  120. // ComputerName switches
  121. //
  122. MSG_TAG_MAKEPRIMARY "MakePrimary"
  123. MSG_TAG_MAKEPRIMARY_SHORT "MP"
  124. MSG_TAG_ENUM "Enumerate"
  125. MSG_TAG_ENUM_SHORT "Enum"
  126. //
  127. // ComputerName enum args
  128. //
  129. IDS_ENUM_ALT "AlternateNames"
  130. IDS_ENUM_PRI "PrimaryName"
  131. IDS_ENUM_ALL "AllNames"
  132. //MSG_TAG_FLUSH "Flush"
  133. //MSG_TAG_FLUSH_SHORT "F"
  134. IDS_PROMPT_DEL_TRUST "Are you sure you want to delete the trust to child domain %s?"
  135. IDS_PROMPT_TITLE "NetDom"
  136. IDS_PROMPT_PROCEED "Do you want to proceed (Y or N)?"
  137. IDS_ONESIDE_TRUSTED "trusted"
  138. IDS_ONESIDE_TRUSTING "trusting"
  139. IDS_YES "yes"
  140. IDS_NO "no"
  141. IDS_PARSE_ERROR_SWITCH_NOTDEFINED "Required switch/parameter %1 is not specified"
  142. END