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.9 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 �X�N���v�g �z�X�g"
  9. DESC_WSH = "Windows �X�N���v�g �z�X�g"
  10. DESC_DISKS = "Windows �X�N���v�g �z�X�g �t�@�C��"
  11. TIPS_WSH = "Windows �Ŏ����^�X�N���⏕�����X�N���v�g���L�q���܂��B"
  12. DESC_DOTWSH = "Windows �X�N���v�g �z�X�g�ݒ��t�@�C��"
  13. DESC_DOTVBS = "VBScript �X�N���v�g �t�@�C��"
  14. DESC_DOTVBE = "VBScript �������X�N���v�g �t�@�C��"
  15. DESC_DOTJS = "JScript �X�N���v�g �t�@�C��"
  16. DESC_DOTJSE = "JScript �������X�N���v�g �t�@�C��"
  17. DESC_DOTWS = "Windows �X�N���v�g �t�@�C��"
  18. DESC_WSHEXT = "Windows �X�N���v�g �z�X�g�p�V�F���g��"
  19. DESC_WSHOMLIB = "Microsoft Windows �X�N���v�g �z�X�g �I�u�W�F�N�g ���f�� (V1.0)"
  20. DESC_WSHSHELL = "Windows �X�N���v�g �z�X�g �V�F�� �I�u�W�F�N�g"
  21. DESC_WSHNETWORK = "Windows �X�N���v�g �z�X�g �l�b�g���[�N �I�u�W�F�N�g"
  22. MENU_OPEN = "�J��(&O)"
  23. MENU_CONOPEN = "�R�}���h �v�����v�g�ŊJ��(&W)"
  24. MENU_DOSOPEN = "MS-DOS �v�����v�g�ŊJ��(&W)"
  25. MENU_EDIT = "�ҏW(&E)"
  26. MENU_PRINT = "����(&P)"
  27. FILE_WSHEXT = "wshja.dll"
  28. FILE_SCROBJ = "scoja.dll"