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.

136 lines
9.6 KiB

  1. //*****************************************************************************
  2. // ssauterr.h
  3. //
  4. //
  5. // Copyright (c) 1995 by Microsoft Corporation, All Rights Reserved
  6. //*****************************************************************************
  7. #define MAKEHR(iStat) MAKE_HRESULT(SEVERITY_ERROR, FACILITY_ITF, (USHORT) (iStat))
  8. #define ESS_CORRUPT MAKEHR(-10600) // File %s may be corrupt
  9. #define ESS_DT_BADDATESTR MAKEHR(-10159) // Invalid date string: "%s"
  10. #define ESS_DT_INVALID MAKEHR(-10161) // Invalid time or date string
  11. #define ESS_NOMORE_HANDLES MAKEHR(-10164) // Too many file handles open.
  12. #define ESS_FILE_ACCESSDENIED MAKEHR(-10165) // Access to file "%s" denied
  13. #define ESS_FILE_BADDRIVE MAKEHR(-10166) // Invalid drive: %s
  14. #define ESS_FILE_BADHANDLE MAKEHR(-10167) // Invalid handle.
  15. #define ESS_FILE_BADNAME MAKEHR(-10168) // Invalid filename: "%s"
  16. #define ESS_FILE_BADPARAM MAKEHR(-10170) // Invalid access code (bad parameter)
  17. #define ESS_FILE_BADPATH MAKEHR(-10171) // Invalid DOS path: %s
  18. #define ESS_FILE_CURRENTDIR MAKEHR(-10172) // Folder %s is in use
  19. #define ESS_FILE_DISKFULL MAKEHR(-10173) // Disk full
  20. #define ESS_FILE_EXISTS MAKEHR(-10175) // File "%s" already exists
  21. #define ESS_FILE_LOCKED MAKEHR(-10176) // File "%s" is locked
  22. #define ESS_FILE_NOTFOUND MAKEHR(-10178) // File "%s" not found
  23. #define ESS_FILE_READ MAKEHR(-10180) // Error reading from file
  24. #define ESS_FILE_SHARE MAKEHR(-10181) // File %s is already open
  25. #define ESS_FILE_TOOMANY MAKEHR(-10182) // Too many file handles open
  26. #define ESS_FILE_VOLNOTSAME MAKEHR(-10183) // Cannot rename to another volume
  27. #define ESS_FILE_WRITE MAKEHR(-10184) // Error writing to file
  28. #define ESS_INI_BADBOOL MAKEHR(-10200) // Initialization variable "%s" must be set to "Yes" or "No"
  29. #define ESS_INI_BADLINE MAKEHR(-10201) // Invalid syntax on line %d of file %s
  30. #define ESS_INI_BADNUMBER MAKEHR(-10202) // Initialization variable ""%s"" set to invalid number
  31. #define ESS_INI_BADPATH MAKEHR(-10203) // Initialization variable ""%s"" set to invalid path
  32. #define ESS_INI_BADVALUE MAKEHR(-10205) // Initialization variable ""%s"" set to invalid value
  33. #define ESS_INI_NOSUCHVAR MAKEHR(-10206) // Cannot find initialization variable "%s"
  34. #define ESS_INI_NUMRANGE MAKEHR(-10207) // Initialization variable "%s" must be between %d and %d
  35. #define ESS_INI_TOO_MANY_ENV MAKEHR(-10208) // Too many SS.INI environment strings
  36. #define ESS_LOCK_TIMEOUT MAKEHR(-10266) // Timeout locking file: %s
  37. #define ESS_MEM_NOMEMORY MAKEHR(-10270) // Out of memory
  38. #define ESS_NO_TWEAK_CHKDOUT MAKEHR(-10625) // You cannot modify the properties of a file that is checked out.
  39. #define ESS_NOMERGE_BIN_NODELTA MAKEHR(-10279) // You cannot perform a merge on a binary file, or a file that stores latest version only.
  40. #define ESS_NOMULTI_BINARY MAKEHR(-10280) // Cannot check out %s. It is binary and is already checked out.
  41. #define ESS_NOMULTI_NODELTA MAKEHR(-10281) // %s stores only the latest version and is already checked out.
  42. #define ESS_OS_NOT_EXE MAKEHR(-10285) // Error executing: %s
  43. #define ESS_SS_ADDPRJASSOCFILE MAKEHR(-10626) // %s is a SourceSafe configuration file and cannot be added.
  44. #define ESS_SS_ADMIN_LOCKOUT MAKEHR(-10456) // The SourceSafe database has been locked by the Administrator.
  45. #define ESS_SS_BADRENAME MAKEHR(-10402) // Unable to rename %s to %s.
  46. #define ESS_SS_CANT_FIND_SSINI MAKEHR(-10403) // Cannot find SS.INI file for user %s
  47. #define ESS_SS_CHECKED_OUT MAKEHR(-10405) // File %s is currently checked out by %s
  48. #define ESS_SS_CHECKED_OUT_YOU MAKEHR(-10406) // You currently have file %s checked out
  49. #define ESS_SS_CHECKOUT_OLD MAKEHR(-10408) // Cannot check out an old version of a file
  50. #define ESS_SS_CHKOUT_USER MAKEHR(-10413) // File %s is currently checked out by %s
  51. #define ESS_SS_CONFLICTS MAKEHR(-10415) // An automatic merge has occurred and there are conflicts.\nEdit %s to resolve them.
  52. #define ESS_SS_DEL_ROOT MAKEHR(-10418) // Cannot delete the root project
  53. #define ESS_SS_DEL_SHARED MAKEHR(-10419) // A deleted link to %s already exists
  54. #define ESS_SS_FILE_NOTFOUND MAKEHR(-10421) // File ""%s"" not found
  55. #define ESS_SS_HISTOPEN MAKEHR(-10404) // A history operation is already in progress
  56. #define ESS_SS_INSUFRIGHTS MAKEHR(-10423) // You do not have access rights to %s
  57. #define ESS_SS_LATERCHKEDOUT MAKEHR(-10426) // A more recent version is checked out
  58. #define ESS_SS_LOCALRW MAKEHR(-10427) // A writable copy of %s already exists
  59. #define ESS_SS_MOVE_CHANGENAME MAKEHR(-10428) // Move does not change the name of a project
  60. #define ESS_SS_MOVE_NOPARENT MAKEHR(-10429) // Project %s does not exist
  61. #define ESS_SS_MOVE_ROOT MAKEHR(-10430) // Cannot move the root project
  62. #define ESS_SS_MUST_USE_VERS MAKEHR(-10431) // Cannot roll back to the most recent version of %s
  63. #define ESS_SS_NOCOMMANCESTOR MAKEHR(-10432) // Files have no common ancestor
  64. #define ESS_SS_NOCONFLICTS2 MAKEHR(-10434) // %s has been merged with no conflicts.
  65. #define ESS_SS_NODOLLAR MAKEHR(-10435) // File %s is invalid. Files may not begin with $.
  66. #define ESS_SS_NOT_CHKEDOUT MAKEHR(-10436) // File %s is not checked out
  67. #define ESS_SS_NOT_SHARED MAKEHR(-10437) // File %s is not shared by any other projects
  68. #define ESS_SS_NOTSEPARATED MAKEHR(-10438) // Files are not branched
  69. #define ESS_SS_OPEN_LOGGIN MAKEHR(-10457) // Unable to open user login file %s.
  70. #define ESS_SS_PATHTOOLONG MAKEHR(-10439) // Path %s too long
  71. #define ESS_SS_RENAME_MOVE MAKEHR(-10442) // Rename does not move an item to another project
  72. #define ESS_SS_RENAME_ROOT MAKEHR(-10443) // Cannot Rename the root project
  73. #define ESS_SS_ROLLBACK_NOTOLD MAKEHR(-10447) // Cannot Rollback to the most recent version of %s
  74. #define ESS_SS_SHARE_ANCESTOR MAKEHR(-10449) // A project cannot be shared under a descendant.
  75. #define ESS_SS_SHARED MAKEHR(-10450) // File %s is already shared by this project
  76. #define ESS_SSPEC_SYNTAX MAKEHR(-10515) // Invalid SourceSafe syntax: "%s"
  77. #define ESS_UM_BAD_CHAR MAKEHR(-10550) // Bad username syntax: "%s"
  78. #define ESS_UM_BAD_PASSWORD MAKEHR(-10551) // Invalid password
  79. #define ESS_UM_BADVERSION MAKEHR(-10552) // Incompatible database version
  80. #define ESS_UM_DEL_ADMIN MAKEHR(-10553) // Cannot delete the Admin user
  81. #define ESS_UM_PERM_DENIED MAKEHR(-10554) // Permission denied
  82. #define ESS_UM_RENAME_ADMIN MAKEHR(-10555) // Can not rename the Admin user
  83. #define ESS_UM_TOO_LONG MAKEHR(-10556) // Username too long
  84. #define ESS_UM_USER_EXISTS MAKEHR(-10557) // User "%s" already exists
  85. #define ESS_UM_USER_NOT_FOUND MAKEHR(-10558) // User "%s" not found
  86. #define ESS_URL_BADPATH MAKEHR(-10192) // The URL for project %s was not set properly.
  87. #define ESS_VS_CHECKED_OUT MAKEHR(-10601) // File %s checked out
  88. #define ESS_VS_CHILD_NOT_FOUND MAKEHR(-10602) // Subproject or file not found
  89. #define ESS_VS_COLLISION MAKEHR(-10603) // Collision accessing database, please try again.
  90. #define ESS_VS_EXCLUSIVE_CHECKED_OUT MAKEHR(-10614) // File %s is exclusively checked out.
  91. #define ESS_VS_ITEMEXISTS MAKEHR(-10604) // An item with the name %s already exists
  92. #define ESS_VS_LONGNAME MAKEHR(-10605) // %s is an invalid %s name
  93. #define ESS_VS_MOVE_CYCLE MAKEHR(-10606) // You can not move a project under itself
  94. #define ESS_VS_NO_DELTA MAKEHR(-10607) // File %s does not retain old versions of itself
  95. #define ESS_VS_NOT_CHECKED_OUT MAKEHR(-10608) // File %s cannot be checked into this project
  96. #define ESS_VS_NOT_FOUND MAKEHR(-10609) // File or project not found
  97. #define ESS_VS_PARENT_NOT_FOUND MAKEHR(-10610) // Parent not found
  98. #define ESS_VS_VERS_NOT_FOUND MAKEHR(-10615) // Version not found
  99. #define ESS_VS_WANT_FILE MAKEHR(-10616) // This command only works on files.
  100. #define ESS_VS_WANT_PRJ MAKEHR(-10617) // This command only works on projects.
  101. #define ESS_URL_BUFOVERFLOW MAKEHR(-10194) // A link in %s was ignored because it was longer than SourceSafe can understand
  102. #define ESS_URL_CANTCHECKHTML MAKEHR(-10193) // An error occurred while trying to check hyperlinks for %s
  103. #define ESS_SS_ADDINFAILED MAKEHR(-10440) // Error loading SourceSafe add-in: %s
  104. #define ESS_CANCEL MAKEHR(-32766)
  105. #define ESS_LOADSTRING_FAILED MAKEHR(-10999) // Error loading resource string
  106. // SourceSafe questions answered affirmatively.
  107. //
  108. // A deleted copy of this %s file already exists in this project.\nDo you want to recover the existing file?
  109. // Folder %s not found, create?
  110. // Have any conflicts in %s been properly resolved?
  111. // File %s is currently checked out by %s.\nProceed anyway?
  112. // File %s was checked out to folder %s.\nProceed in %s?
  113. // File %s is checked out to project %s, and you are in %s.\nProceed anyway?
  114. // File %s is currently checked out by %s. Delete anyway?
  115. // You currently have file %s checked out. Delete anyway?
  116. // An item named %s was already deleted from this project.\nPurge the old item and delete this one now?
  117. // This version of %s already has a label: overwrite?
  118. // The label %s is already used. Remove the old label?
  119. // %s has been merged with no conflicts.\nCheck in now?
  120. // Redo the automatic merge?
  121. // Delete local file: %s?
  122. // %s is already checked out, continue?
  123. // File %s has been destroyed, and cannot be rebuilt.\nContinue anyway?
  124. // Project $%s has been destroyed, and cannot be rebuilt.\nContinue anyway?
  125. // $%s was moved out of this project, and cannot be rebuilt.\nContinue anyway?
  126. // %s has changed. Undo check out and lose changes?
  127. //
  128. // SourceSafe questions answered in the negative.
  129. //
  130. // A deleted file of the same name already exists in this SourceSafe project.\nDo you want to recover the deleted file instead of adding your local %s?
  131. // %s is writable, replace?
  132. // %s is checked out, replace?