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

[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 = "撰寫 Script 來使視窗中的工作自動化"
DESC_DOTWSH = "Windows Script Host 設定檔"
DESC_DOTVBS = "VBScript 指令檔"
DESC_DOTVBE = "VBScript Encoded 指令檔"
DESC_DOTJS = "JScript 指令檔"
DESC_DOTJSE = "JScript Encoded 指令檔"
DESC_DOTWS = "Windows 指令檔"
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 = "以命令提示開啟(&W)"
MENU_DOSOPEN = "以 MS-DOS 模式開啟(&W)"
MENU_EDIT = "編輯(&E)"
MENU_PRINT = "列印(&P)"
FILE_WSHEXT = "wshcht.dll"
FILE_SCROBJ = "scocht.dll"