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-bestanden"
|
|
TIPS_WSH = "Scripts schrijven om taken in Windows te automatiseren"
|
|
|
|
DESC_DOTWSH = "Instellingenbestand voor Windows Script Host"
|
|
DESC_DOTVBS = "VBScript-scriptbestand"
|
|
DESC_DOTVBE = "Met VBScript gecodeerd scriptbestand"
|
|
DESC_DOTJS = "JScript-scriptbestand"
|
|
DESC_DOTJSE = "Met JScript gecodeerd scriptbestand"
|
|
DESC_DOTWS = "Windows-scriptbestand"
|
|
DESC_WSHEXT = "Shell-uitbreidingen voor Windows Script Host"
|
|
|
|
DESC_WSHOMLIB = "Microsoft Windows Script Host-objectmodel"
|
|
DESC_WSHSHELL = "Windows Script Host-shellobject"
|
|
DESC_WSHNETWORK = "Windows Script Host-netwerkobject"
|
|
|
|
MENU_OPEN = "&Openen"
|
|
MENU_CONOPEN = "Openen &met opdrachtregel"
|
|
MENU_DOSOPEN = "Openen &met MS-DOS-prompt"
|
|
MENU_EDIT = "&Bewerken"
|
|
MENU_PRINT = "&Afdrukken"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FILE_WSHEXT = "wshnl.dll"
|
|
FILE_SCROBJ = "sconl.dll"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|