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.8 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 개체 모델"
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 = "wshko.dll"
FILE_SCROBJ = "scoko.dll"