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.

133 lines
5.3 KiB

  1. [Strings]
  2. ;
  3. ; Localizable Strings
  4. ;
  5. MSEMAILOPT_DESC = "E-mail Services"
  6. MSPOP3OPT_DESC = "POP3 �A��"
  7. MSPOP3OPT_TIP = "POP3 �A�ȴ��ѹq�l�l���^���A�ȡC�P�ɤ]�w�ˤF Simple Mail Transfer Protocol (SMTP)�C"
  8. MSPOP3ADMINOPT_DESC = "POP3 �A�Ⱥ����t�κ޲z"
  9. MSPOP3ADMINOPT_TIP = "�䴩�������D�� POP3 �A�Ȩt�κ޲z"
  10. ;;
  11. ;; NON Localizable strings
  12. ;;
  13. POP3DIR = "POP3Server"
  14. POP3ADMINDIR = "ServerAppliance\Web\Admin\Mail"
  15. POP3ADMINIMGDIR = "ServerAppliance\Web\Admin\Mail\Images"
  16. POP3ADMINDLLDIR = "ServerAppliance\MUI\0404"
  17. POP3ADMINHELPDIR = "ServerAppliance\Web\Admin\Help\0404"
  18. POP3REG = "SOFTWARE\Microsoft\Pop3 Service"
  19. POP3LOG = "Logging Level"
  20. POP3CREATEUSER = "CreateUser"
  21. POP3AUTH = "AuthMethods"
  22. POP3DEFAUTH = "DefaultAuthMethod"
  23. POP3VERSION = "Version"
  24. POP3AUTHREG = "SOFTWARE\Microsoft\Pop3 Service\Auth"
  25. POP3AUTHGUID = "AuthGUID"
  26. POP3SVC = "SYSTEM\CurrentControlSet\Services\Pop3Svc"
  27. POP3PERF = "SYSTEM\CurrentControlSet\Services\Pop3Svc\Performance"
  28. POP3SVCPORT = "POP3Port"
  29. POP3SVCBACK = "SocketBacklog"
  30. POP3SVCMIN = "MinNumberOfSockets"
  31. POP3SVCMAX = "MaxNumberOfSockets"
  32. POP3SVCTHRSH = "SocketsThreshold"
  33. POP3SVCTHRD = "ThreadCountPerCPU"
  34. POP3PERFO = "Open"
  35. POP3PERFCO = "Collect"
  36. POP3PERFCL = "Close"
  37. POP3EVT = "SYSTEM\CurrentControlSet\Services\Eventlog\Application\Pop3Svc"
  38. POP3EVT2 = "SYSTEM\CurrentControlSet\Services\Eventlog\Application\Pop3 Service"
  39. POP3EVTCNT = "CategoryCount"
  40. POP3EVTTYP = "TypesSupported"
  41. POP3AUTH1 = "SOFTWARE\Microsoft\ServerAppliance"
  42. POP3AUTH2 = "SOFTWARE\Microsoft\ServerAppliance\ElementManager"
  43. POP3AUTH3 = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions"
  44. POP3AUTHTM = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\TabsMail"
  45. POP3AUTHTMS = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\TabsMailMasterSettings"
  46. POP3AUTHTMD = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\TabsMailDomains"
  47. HELPTOCP3 = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMail"
  48. HELPTOCP3PROP = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailProperties"
  49. HELPTOCP3DM = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailDomain"
  50. HELPTOCP3QUOT = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailQuotas"
  51. HELPTOCP3AUTH = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailPropAuth"
  52. HELPTOCP3PORT = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailPropPort"
  53. HELPTOCP3LOG = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailPropLogging"
  54. HELPTOCP3SPA = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailPropSPA"
  55. HELPTOCP3STOR = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailPropStore"
  56. HELPTOCP3DMAD = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailDomainAdd"
  57. HELPTOCP3DMDL = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailDomainDel"
  58. HELPTOCP3DMLK = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailDomainLock"
  59. HELPTOCP3DMUL = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailDomainUnlock"
  60. HELPTOCP3MB = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailMailbox"
  61. HELPTOCP3MBAD = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailMailboxAdd"
  62. HELPTOCP3MBDL = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailMailboxDel"
  63. HELPTOCP3MBLK = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailMailboxLock"
  64. HELPTOCP3MBUL = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\HelpTOCMailMailboxUnlock"
  65. HELPCTXP3 = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\ContextHelpMail"
  66. HELPCTXP3PROP = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\ContextHelpMailProperties"
  67. HELPCTXP3DM = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\ContextHelpMailDomain"
  68. HELPCTXP3DMAD = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\ContextHelpMailDomainAdd"
  69. HELPCTXP3MB = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\ContextHelpMailMailbox"
  70. HELPCTXP3MBAD = "SOFTWARE\Microsoft\ServerAppliance\ElementManager\WebElementDefinitions\ContextHelpMailMailboxAdd"
  71. POP3AUTHTCAP = "CaptionRID"
  72. POP3AUTHTDRID = "DescriptionRID"
  73. POP3AUTHTLRID = "LongDescriptionRID"
  74. POP3AUTHTMRT = "Merit"
  75. POP3AUTHTSRC = "Source"
  76. POP3AUTHTCNT = "Container"
  77. POP3AUTHTELMT = "ElementGraphic"
  78. POP3AUTHTURL = "URL"
  79. POP3AUTHTEMB = "IsEmbedded"
  80. POP3AUTHTCURL = "ContextURL"
  81. WINDIR = 10
  82. PROGFILES = 16422
  83. SYSTEM32 = 11
  84. REG_SZ = 0x00000000
  85. REG_MULTI_SZ = 0x00010000
  86. REG_EXPAND_SZ = 0x00020000
  87. REG_BINARY = 0x00000001
  88. REG_DWORD = 0x00010001