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.

209 lines
1.7 KiB

  1. [Strings]
  2. ; Unlocalizable strings
  3. REG_WSH = "Software\Microsoft\Windows Script Host"
  4. REG_APPROVE = "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
  5. REG_UNINSTALL = "Software\Microsoft\Windows\CurrentVersion\Uninstall\WindowsScriptHost"
  6. CLSID_WSHEXT = "{60254CA5-953B-11CF-8C96-00AA00B8708C}"
  7. ; Localizable strings
  8. DISP_WSH = "Microsoft Windows Script Host"
  9. DESC_WSH = "Windows Script Host"
  10. DESC_DISKS = "Windows Script Host �ļ�"
  11. TIPS_WSH = "��д�ű���ʵ���� Windows ���Զ�ִ������"
  12. DESC_DOTWSH = "Windows Script Host �����ļ�"
  13. DESC_DOTVBS = "VBScript �ű��ļ�"
  14. DESC_DOTVBE = "VBScript �ѱ����Ľű��ļ�"
  15. DESC_DOTJS = "JScript �ű��ļ�"
  16. DESC_DOTJSE = "JScript �ѱ����Ľű��ļ�"
  17. DESC_DOTWS = "Windows �ű��ļ�"
  18. DESC_WSHEXT = "Windows Script Host ��������չ"
  19. DESC_WSHOMLIB = "Microsoft Windows Script Host ����ģ��(1.0 ��)"
  20. DESC_WSHSHELL = "Windows Script Host ���Ƕ���"
  21. DESC_WSHNETWORK = "Windows Script Host ��������"
  22. MENU_OPEN = "����(&O)"
  23. MENU_CONOPEN = "��������ʾ���д���(&W)"
  24. MENU_DOSOPEN = "�� MS-DOS ��ʾ���д���(&W)"
  25. MENU_EDIT = "�༭(&E)"
  26. MENU_PRINT = "��ӡ(&P)"
  27. FILE_WSHEXT = "wshchs.dll"
  28. FILE_SCROBJ = "scochs.dll"