Source code of Windows XP (NT5)
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.
|
|
[Strings] ; Unlocalizable strings REG_WSH = "Software\Microsoft\Windows Script Host" REG_APPROVE = "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved" REG_UNINSTALL = "Software\Microsoft\Windows\CurrentVersion\Uninstall\WindowsScriptHost" CLSID_WSHEXT = "{60254CA5-953B-11CF-8C96-00AA00B8708C}"
; Localizable strings DISP_WSH = "Microsoft Windows Script Host" DESC_WSH = "Windows Script Host" DESC_DISKS = "Windows Script Host �ɮ�" TIPS_WSH = "���g Script �Өϵ��������u�@�۰ʤ�"
DESC_DOTWSH = "Windows Script Host �]�w��" DESC_DOTVBS = "VBScript ���O��" DESC_DOTVBE = "VBScript Encoded ���O��" DESC_DOTJS = "JScript ���O��" DESC_DOTJSE = "JScript Encoded ���O��" DESC_DOTWS = "Windows ���O��" DESC_WSHEXT = "Shell extensions for Windows Script Host"
DESC_WSHOMLIB = "Microsoft Windows Script Host Object Model" DESC_WSHSHELL = "Windows Script Host Shell Object" DESC_WSHNETWORK = "Windows Script Host Network Object"
MENU_OPEN = "�}��(&O)" MENU_CONOPEN = "�H�R�O���ܶ}��(&W)" MENU_DOSOPEN = "�H MS-DOS �Ҧ��}��(&W)" MENU_EDIT = "�s��(&E)" MENU_PRINT = "�C�L(&P)"
FILE_WSHEXT = "wshext.dll" FILE_SCROBJ = "scrobj.dll"
|