210 lines
1.6 KiB
Plaintext
210 lines
1.6 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 = "File di Windows Script Host"
|
|
TIPS_WSH = "Crea script per automatizzare le operazioni in Windows"
|
|
|
|
DESC_DOTWSH = "File di impostazioni di Windows Script Host"
|
|
DESC_DOTVBS = "File di script VBScript"
|
|
DESC_DOTVBE = "File di script codificato in VBScript"
|
|
DESC_DOTJS = "File di script JScript"
|
|
DESC_DOTJSE = "File di script codificato in JScript"
|
|
DESC_DOTWS = "File di script Windows"
|
|
DESC_WSHEXT = "Estensione shell per Windows Script Host"
|
|
|
|
DESC_WSHOMLIB = "Modello oggetto Microsoft Windows Script Host"
|
|
DESC_WSHSHELL = "Oggetto shell Windows Script Host"
|
|
DESC_WSHNETWORK = "Oggetto di rete Windows Script Host"
|
|
|
|
MENU_OPEN = "&Apri"
|
|
MENU_CONOPEN = "Apri con P&rompt dei comandi"
|
|
MENU_DOSOPEN = "Apri con prompt M&S-DOS"
|
|
MENU_EDIT = "&Modifica"
|
|
MENU_PRINT = "&Stampa"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FILE_WSHEXT = "wshit.dll"
|
|
FILE_SCROBJ = "scoit.dll"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|