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.

53 lines
2.5 KiB

  1. // --------------------------------------------------------------------------
  2. // Copyright (c)1993-1995 Microsoft Corporation, All Rights Reserved
  3. // --------------------------------------------------------------------------
  4. #ifndef _ACCT_STRCONST_H
  5. #define _ACCT_STRCONST_H
  6. #include "../mailnews/inc/strconst.h"
  7. // --------------------------------------------------------------------------
  8. // Const Strings
  9. // --------------------------------------------------------------------------
  10. STR_GLOBAL(c_szRegOutlook, "Outlook");
  11. STR_GLOBAL(c_szAcctCtxHelpFile, "msoeacct.hlp");
  12. STR_GLOBAL(c_szMainDll, "msoe.dll");
  13. STR_GLOBAL(c_szRegSharedAccts, STR_REG_IAM_FLAT "\\Shared");
  14. STR_GLOBAL(c_szRegAccounts, STR_REG_IAM_FLAT "\\Accounts");
  15. STR_GLOBAL(c_szAssocID, "AssociatedID");
  16. STR_GLOBAL(c_szVerStamp, "PreConfigVer");
  17. STR_GLOBAL(c_szVerStampNTDS, "PreConfigVerNTDS");
  18. STR_GLOBAL(c_szRegLDAPSrv, "LDAP Server");
  19. STR_GLOBAL(c_szServerID, "Server ID");
  20. STR_GLOBAL(c_szLDAPSrvID, "LDAP Server ID");
  21. STR_GLOBAL(c_szAccounts, "Accounts");
  22. // Keep in sync with section name in selfreg.inx
  23. STR_GLOBAL(c_szRegHTTPDomains, "Reg.HTTPMAIL");
  24. // --------------------------------------------------------------------------
  25. // Netscape import strings
  26. // --------------------------------------------------------------------------
  27. STR_GLOBAL(c_szRegNscp, "Software\\Netscape\\Netscape Navigator");
  28. STR_GLOBAL(c_szRegNscpUsers, "Software\\Netscape\\Netscape Navigator\\Users");
  29. STR_GLOBAL(c_szRegNscpNews, "Software\\Netscape\\Netscape Navigator\\News");
  30. STR_GLOBAL(c_szRegMail, "Mail");
  31. STR_GLOBAL(c_szRegNews, "News");
  32. STR_GLOBAL(c_szRegUser, "User");
  33. STR_GLOBAL(c_szRegServices, "Services");
  34. STR_GLOBAL(c_szIni, "ini");
  35. STR_GLOBAL(c_szNetscape, "Netscape");
  36. STR_GLOBAL(c_szNscpPopServer, "POP_Server");
  37. STR_GLOBAL(c_szNscpSmtpServer, "SMTP_Server");
  38. STR_GLOBAL(c_szNNTPServer, "NNTP_Server");
  39. STR_GLOBAL(c_szNscpUserName, "User_Name");
  40. STR_GLOBAL(c_szUserAddr, "User_Addr");
  41. STR_GLOBAL(c_szReplyTo, "Reply_To");
  42. STR_GLOBAL(c_szPopName, "POP Name");
  43. STR_GLOBAL(c_szLeaveServer, "Leave on server");
  44. STR_GLOBAL(c_szNewsDirectory, "News Directory");
  45. STR_GLOBAL(c_szRegDirRoot, "DirRoot");
  46. #endif // _ACCT_STRCONST_H