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
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 fájljai"
|
|
TIPS_WSH = "Parancsfájlok írása windowsos feladatok automatizálására"
|
|
|
|
DESC_DOTWSH = "Windows Script Host beállításfájlja"
|
|
DESC_DOTVBS = "VBScript parancsfájl"
|
|
DESC_DOTVBE = "VBScript kódolt parancsfájl"
|
|
DESC_DOTJS = "JScript parancsfájl"
|
|
DESC_DOTJSE = "JScript kódolt parancsfájl"
|
|
DESC_DOTWS = "Windows parancsfájl"
|
|
DESC_WSHEXT = "Windows Script Host rendszerhéj-kiterjesztés"
|
|
|
|
DESC_WSHOMLIB = "Microsoft Windows Script Host objektummodell"
|
|
DESC_WSHSHELL = "Windows Script Host rendszerhéj-objektum"
|
|
DESC_WSHNETWORK = "Windows Script Host hálózati objektum"
|
|
|
|
MENU_OPEN = "&Megnyitás"
|
|
MENU_CONOPEN = "Megnyitás p&arancssorral"
|
|
MENU_DOSOPEN = "Megnyitás MS-&DOS parancssorral"
|
|
MENU_EDIT = "S&zerkesztés"
|
|
MENU_PRINT = "Ny&omtatás"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FILE_WSHEXT = "wshhu.dll"
|
|
FILE_SCROBJ = "scohu.dll"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|