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 = "编写脚本来实现在 Windows 中自动执行任务"
DESC_DOTWSH = "Windows Script Host 设置文件"
DESC_DOTVBS = "VBScript 脚本文件"
DESC_DOTVBE = "VBScript 已编码的脚本文件"
DESC_DOTJS = "JScript 脚本文件"
DESC_DOTJSE = "JScript 已编码的脚本文件"
DESC_DOTWS = "Windows 脚本文件"
DESC_WSHEXT = "Windows Script Host 的外壳扩展"
DESC_WSHOMLIB = "Microsoft Windows Script Host 对象模型(1.0 版)"
DESC_WSHSHELL = "Windows Script Host 外壳对象"
DESC_WSHNETWORK = "Windows Script Host 网络对象"
MENU_OPEN = "打开(&O)"
MENU_CONOPEN = "在命令提示符中打开(&W)"
MENU_DOSOPEN = "在 MS-DOS 提示符中打开(&W)"
MENU_EDIT = "编辑(&E)"
MENU_PRINT = "打印(&P)"
FILE_WSHEXT = "wshchs.dll"
FILE_SCROBJ = "scochs.dll"