[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 Script 文件" DESC_DOTVBE = "VBScript 已编码的 Script 文件" DESC_DOTJS = "JScript Script 文件" DESC_DOTJSE = "JScript 已编码的 Script 文件" DESC_DOTWS = "Windows Script 文件" DESC_WSHEXT = "Windows Script Host 的 Shell extensions" DESC_WSHOMLIB = "Microsoft Windows Script Host 对象模型(1.0版)" DESC_WSHSHELL = "Windows Script Host Shell 对象" DESC_WSHNETWORK = "Windows Script Host Network 对象" MENU_OPEN = "打开(&O)" MENU_CONOPEN = "在命令提示符中打开(&W)" MENU_DOSOPEN = "在 MS-DOS 提示符中打开(&W)" MENU_EDIT = "编辑(&E)" MENU_PRINT = "打印(&P)" FILE_WSHEXT = "wshext.dll" FILE_SCROBJ = "scrobj.dll"