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.

113 lines
5.4 KiB

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1994 - 1995.
  5. //
  6. // File: winnt.rc
  7. //
  8. // Contents: Resources for NDS NetOle Provider DLL.
  9. //
  10. // History: 1-Jan-95 KrishnaG Created
  11. //
  12. //----------------------------------------------------------------------------
  13. #include <windows.h>
  14. #if defined(USE_DS_VER)
  15. #include <dsverp.h>
  16. #else
  17. #include <ntverp.h>
  18. #endif
  19. #include "nds32.h"
  20. #include "nwndsres.h"
  21. #define VER_FILETYPE VFT_DLL
  22. #define VER_FILESUBTYPE VFT2_UNKNOWN
  23. #define VER_FILEDESCRIPTION_STR "ADs NDS Provider DLL"
  24. #define VER_INTERNALNAME_STR "nwnds"
  25. #include <common.ver>
  26. STRINGTABLE DISCARDABLE PRELOAD
  27. BEGIN
  28. NDS_ERR_SUCCESS L"Successful Operation"
  29. NDS_ERR_NO_SUCH_ENTRY L"NDS: No such entry"
  30. NDS_ERR_NO_SUCH_VALUE L"NDS: No such value"
  31. NDS_ERR_NO_SUCH_ATTRIBUTE L"This attribute could not be found"
  32. NDS_ERR_NO_SUCH_CLASS L"NDS: No such class"
  33. NDS_ERR_NO_SUCH_PARTITION L"NDS: No such partition"
  34. NDS_ERR_ENTRY_ALREADY_EXISTS L"NDS:This entry already exists"
  35. NDS_ERR_NOT_EFFECTIVE_CLASS L"NDS: This is not an effective class"
  36. NDS_ERR_ILLEGAL_ATTRIBUTE L"Illegal Attribute"
  37. NDS_ERR_MISSING_MANDATORY L"NDS: Mandatory Property is missing"
  38. NDS_ERR_ILLEGAL_DS_NAME L"The DS name is illegal"
  39. NDS_ERR_ILLEGAL_CONTAINMENT L"The containment is illegal"
  40. NDS_ERR_CANT_HAVE_MULTIPLE_VALUES L"NDS: Cannot have multiple values"
  41. NDS_ERR_SYNTAX_VIOLATION L"NDS: Syntax Violation"
  42. NDS_ERR_DUPLICATE_VALUE L"NDS: Duplicate Value"
  43. NDS_ERR_ATTRIBUTE_ALREADY_EXISTS L"This attribute already exists"
  44. NDS_ERR_MAXIMUM_ENTRIES_EXIST L"Maximum entries exist"
  45. NDS_ERR_DATABASE_FORMAT L"Database Format Error"
  46. NDS_ERR_INCONSISTANT_DATABASE L"Database is inconsistent"
  47. NDS_ERR_INVALID_COMPARISON L"This comparison is invalid"
  48. NDS_ERR_COMPARISON_FAILED L"This comparison failed"
  49. NDS_ERR_TRANSACTIONS_DISABLED L"Transactions have been disabled"
  50. NDS_ERR_INVALID_TRANSPORT L"Transport Invalid"
  51. NDS_ERR_SYNTAX_INVALID_IN_NAME L"Syntax Invalid in name"
  52. NDS_ERR_REPLICA_ALREADY_EXISTS L"Replica already exists"
  53. NDS_ERR_TRANSPORT_FAILURE L"Transport Failure"
  54. NDS_ERR_ALL_REFERRALS_FAILED L"All referrals failed"
  55. NDS_ERR_CANT_REMOVE_NAMING_VALUE L"Can't remove naming value"
  56. NDS_ERR_OBJECT_CLASS_VIOLATION L"Object Class Violation"
  57. NDS_ERR_ENTRY_IS_NOT_LEAF L"This entry is not a leaf node"
  58. NDS_ERR_DIFFERENT_TREE L"Error: Different Tree"
  59. NDS_ERR_ILLEGAL_REPLICA_TYPE L"The replica type is illegal"
  60. NDS_ERR_SYSTEM_FAILURE L" System Failure occurred"
  61. NDS_ERR_INVALID_ENTRY_FOR_ROOT L"An invalid entry for root was given"
  62. NDS_ERR_NO_REFERRALS L" NDS: No referrals "
  63. NDS_ERR_REMOTE_FAILURE L" Remote Failed"
  64. NDS_ERR_INVALID_REQUEST L" The request was invalid"
  65. NDS_ERR_INVALID_ITERATION L"Iteration was invalid"
  66. NDS_ERR_SCHEMA_IS_NONREMOVABLE L" Schema is invalid"
  67. NDS_ERR_SCHEMA_IS_IN_USE L"Schema is in use "
  68. NDS_ERR_CLASS_ALREADY_EXISTS L" Class already exists"
  69. NDS_ERR_BAD_NAMING_ATTRIBUTES L"Bad naming attributes"
  70. NDS_ERR_NOT_ROOT_PARTITION L"Error: not a root partition"
  71. NDS_ERR_INSUFFICIENT_STACK L"Stack is insufficient "
  72. NDS_ERR_INSUFFICIENT_BUFFER L"Buffer is insufficient"
  73. NDS_ERR_AMBIGUOUS_CONTAINMENT L"Containment is ambiguous"
  74. NDS_ERR_AMBIGUOUS_NAMING L" Naming is ambiguous"
  75. NDS_ERR_DUPLICATE_MANDATORY L"Error: Duplicate value is mandatory"
  76. NDS_ERR_DUPLICATE_OPTIONAL L"Error: Duplicate value is optional"
  77. NDS_ERR_MULTIPLE_REPLICAS L"Multiple replicas"
  78. NDS_ERR_CRUCIAL_REPLICA L"Crucial replica"
  79. NDS_ERR_SCHEMA_SYNC_IN_PROGRESS L"Error: Schema sync is in progress"
  80. NDS_ERR_SKULK_IN_PROGRESS L"Error:Skulk is in progress"
  81. NDS_ERR_TIME_NOT_SYNCRONIZED L"Time is not synchronized"
  82. NDS_ERR_RECORD_IN_USE L"Error: This record is in use"
  83. NDS_ERR_DS_VOLUME_NOT_MOUNTED L"DS volume has not been mounted"
  84. NDS_ERR_DS_VOLUME_IO_FAILURE L" DS Volume I/O failed"
  85. NDS_ERR_DS_LOCKED L"DS is locked"
  86. NDS_ERR_OLD_EPOCH L"Error: Old Epoch"
  87. NDS_ERR_NEW_EPOCH L"Error: New Epoch"
  88. NDS_ERR_PARTITION_ROOT L"Error: Partition root"
  89. NDS_ERR_ENTRY_NOT_CONTAINER L"This entry is not a container"
  90. NDS_ERR_FAILED_AUTHENTICATION L"Error: Authentication failed"
  91. NDS_ERR_NO_SUCH_PARENT L"No such parent"
  92. NDS_ERR_NO_ACCESS L"Access Denied"
  93. NDS_ERR_REPLICA_NOT_ON L"Replica is not on"
  94. NDS_ERR_DUPLICATE_ACL L"Duplicate ACL"
  95. NDS_ERR_PARTITION_ALREADY_EXISTS L"Partition already exists"
  96. NDS_ERR_NOT_SUBREF L"Not subreferenced"
  97. NDS_ERR_ALIAS_OF_AN_ALIAS L"Error: Alias of an alias"
  98. NDS_ERR_AUDITING_FAILED L"Auditing failed"
  99. NDS_ERR_INVALID_API_VERSION L"This API version is invalid"
  100. NDS_ERR_SECURE_NCP_VIOLATION L"Violation of Secure NCP"
  101. NDS_ERR_FATAL L"Fatal Error occurred "
  102. NWNDS_PROVIDER_ID L"NDS Provider"
  103. END