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.

37 lines
900 B

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1992 **/
  4. /**********************************************************************/
  5. /*
  6. lmobj.str
  7. string table for the lmobj package
  8. FILE HISTORY:
  9. thomaspa 9-July-1992 created
  10. */
  11. #ifndef _LMOBJ_STR_
  12. #define _LMOBJ_STR_
  13. STRINGTABLE
  14. {
  15. IDS_LMOBJ_SIDUNKNOWN "Account Unknown"
  16. IDS_LMOBJ_SIDDELETED "Account Deleted"
  17. //
  18. // JonN 9/20/96
  19. // NETUI2.DLL keeps these strings on behalf of PROFEXT.DLL.
  20. //
  21. IDS_PROFEXT_NOADAPTERS "This system has no network adapters."
  22. IDS_PROFEXT_ERROR "Error"
  23. }
  24. // NETUI2.DLL keeps these strings on behalf of PROFEXT.DLL.
  25. #include <cfgmgr32.h>
  26. #include <cmapi.rc>
  27. #endif