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.

74 lines
1.6 KiB

  1. ;/*++
  2. ;
  3. ;Copyright (c) 1998 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; msg.mc (will create msg.h when compiled)
  8. ;
  9. ;Abstract:
  10. ;
  11. ; This file contains the LDIFDE messages.
  12. ;
  13. ;Author:
  14. ;
  15. ; Felix Wong(felixw) May--02--1998
  16. ;
  17. ;Revision History:
  18. ;
  19. ;--*/
  20. MessageId=1 SymbolicName=MSG_HELP
  21. Language=English
  22. Directory Synchronization Server NDS Schema Extention Tool
  23. Usage:
  24. NDSEXT <EXTEND/CHECK> <Treename> <Username>.<Context> [<Password>|*]
  25. EXTEND - To Extend the Schema of the specified tree
  26. CHECK - To Check whether the specified tree has been extended already
  27. .
  28. MessageId=2 SymbolicName=MSG_EXTENDED
  29. Language=English
  30. The schema on %1 has been extended for Directory Synchronization Server.
  31. .
  32. MessageId=3 SymbolicName=MSG_NOT_EXTENDED
  33. Language=English
  34. The schema on %1 has not been extended for Directory Synchronization Server.
  35. .
  36. MessageId=4 SymbolicName=MSG_ERROR
  37. Language=English
  38. The operation has failed with error %1!d!
  39. .
  40. MessageId=5 SymbolicName=MSG_EXTENDED_ALREADY
  41. Language=English
  42. Operation failed. The schema on %1 has been extended already.
  43. .
  44. MessageId=6 SymbolicName=MSG_EXTEND_SUCCESS
  45. Language=English
  46. The command has completed successfully.
  47. The schema on %1 has been extended for Directory Synchronization Server.
  48. .
  49. MessageId=7 SymbolicName=MSG_NETWARE_ERROR
  50. Language=English
  51. The NETWARE specific error is %1!x!.
  52. .
  53. MessageId=8 SymbolicName=MSG_GETPASSWORD
  54. Language=English
  55. Type the password for %1:%0
  56. .
  57. MessageId=9 SymbolicName=MSG_PASSWORDTOLONG
  58. Language=English
  59. The input password is too long. NDSEXT only supports a maximum password length of 256.
  60. .