66 lines
1.5 KiB
Plaintext
66 lines
1.5 KiB
Plaintext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[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 -tiedostot"
|
|
TIPS_WSH = "Kirjoita komentosarjoja Windowsin tehtävien automatisoimiseksi"
|
|
|
|
DESC_DOTWSH = "Windows Script Hostin asetustiedosto"
|
|
DESC_DOTVBS = "VBScript-komentosarjatiedosto"
|
|
DESC_DOTVBE = "Koodattu VBScript-komentosarjatiedosto"
|
|
DESC_DOTJS = "JScript-komentosarjatiedosto"
|
|
DESC_DOTJSE = "Koodattu JScript-komentosarjatiedosto"
|
|
DESC_DOTWS = "Windows-komentosarjatiedosto"
|
|
DESC_WSHEXT = "Windows Script Hostin liittymälaajennukset"
|
|
|
|
DESC_WSHOMLIB = "Microsoft Windows Script Hostin objektimalli"
|
|
DESC_WSHSHELL = "Windows Script Hostin liittymäobjekti"
|
|
DESC_WSHNETWORK = "Windows Script Hostin verkko-objekti"
|
|
|
|
MENU_OPEN = "&Avaa"
|
|
MENU_CONOPEN = "A&vaa komentokehotteen kanssa"
|
|
MENU_DOSOPEN = "Avaa MS-&DOS-kehotteessa"
|
|
MENU_EDIT = "M&uokkaa"
|
|
MENU_PRINT = "&Tulosta"
|
|
|
|
FILE_WSHEXT = "wshext.dll"
|
|
FILE_SCROBJ = "scrobj.dll"
|