Leaked source code of windows server 2003
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.

60 lines
2.2 KiB

  1. /**********************************************************************/
  2. /* Microsoft Windows NT */
  3. /* Copyright(c) Microsoft Corp., 1990, 1991 */
  4. /**********************************************************************/
  5. /*
  6. uimsg.rc
  7. UI global resource file, for common strings
  8. FILE HISTORY:
  9. chuckc 9-Oct-1991 Created
  10. Yi-HsinS19-Mar-1992 Added IDS_UI_CREATE, IDS_UI_EXECUTE, IDS_UI_DELETE,
  11. IDS_UI_CHANGE_ATTRIB and IDS_UI_CHANGE_PERM
  12. */
  13. #include <uimsg.h>
  14. #ifndef _UIMSG_RC_
  15. #define _UIMSG_RC_
  16. STRINGTABLE
  17. {
  18. IDS_UI_YES, "Yes"
  19. IDS_UI_NO, "No"
  20. IDS_UI_READ, "Read"
  21. IDS_UI_WRITE, "Write"
  22. IDS_UI_CREATE, "Create"
  23. IDS_UI_EXECUTE, "Execute"
  24. IDS_UI_DELETE, "Delete"
  25. IDS_UI_CHANGE_ATTRIB, "Change Attributes"
  26. IDS_UI_CHANGE_PERM, "Change Permissions"
  27. IDS_UI_UNKNOWN, "Unknown"
  28. IDS_UI_NOTAVAIL, "N/A"
  29. IDS_UI_NONE, "None"
  30. IDS_UI_ERROR, "Error"
  31. IDS_UI_WARNING, "Warning"
  32. IDS_UI_INFORMATION, "Information"
  33. IDS_UI_AUDIT_SUCCESS, "Success Audit"
  34. IDS_UI_AUDIT_FAILURE, "Failure Audit"
  35. IDS_UI_DEFAULT_DESC, "The description for Event ID ( %2 ) in Source ( %1 ) could not be found. It contains the following insertion string(s): "
  36. IDS_UI_NA "N/A"
  37. IDS_UI_CLOSE_FILE,
  38. "Forcing %1 to close %2 may result in loss of data. Do you want to continue?"
  39. IDS_UI_CLOSE_ALL,
  40. "Forcing all files on %1 to close may result in loss of data. Do you want to continue?"
  41. IDS_UI_CLOSE_WARN,
  42. "The user %1 has opened this resource for %2.\n\nAre you sure you want to close %3?"
  43. IDS_UI_CLOSE_LOSE_DATA,
  44. "Some of the users have resources open for %1, closing these open resources may result in loss of data.\n\nAre you sure you want to close all open resources?"
  45. IDS_UI_LOG_RECORD_CORRUPT, "The event log record is misformed."
  46. }
  47. #endif