66 lines
1.4 KiB
Plaintext
66 lines
1.4 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-Dateien"
|
|||
|
TIPS_WSH = "Skripts zum Automatisieren von Aufgaben in Windows schreiben"
|
|||
|
|
|||
|
DESC_DOTWSH = "Windows Script Host-Einstellungsdatei"
|
|||
|
DESC_DOTVBS = "VBScript-Skriptdatei"
|
|||
|
DESC_DOTVBE = "Codierte VBScript-Skriptdatei"
|
|||
|
DESC_DOTJS = "JScript-Skriptdatei"
|
|||
|
DESC_DOTJSE = "Codierte JScript-Skriptdatei"
|
|||
|
DESC_DOTWS = "Windows-Skriptdatei"
|
|||
|
DESC_WSHEXT = "Shellerweiterungen f<>r Windows Script Host"
|
|||
|
|
|||
|
DESC_WSHOMLIB = "Microsoft Windows Script Host-Objektmodell"
|
|||
|
DESC_WSHSHELL = "Windows Script Host-Shellobjekt"
|
|||
|
DESC_WSHNETWORK = "Windows Script Host-Netzwerkobjekt"
|
|||
|
|
|||
|
MENU_OPEN = "<22>&ffnen"
|
|||
|
MENU_CONOPEN = "Mi&t Eingabeaufforderung <20>ffnen"
|
|||
|
MENU_DOSOPEN = "Mi&t MS-DOS-Eingabeaufforderung <20>ffnen"
|
|||
|
MENU_EDIT = "&Bearbeiten"
|
|||
|
MENU_PRINT = "&Drucken"
|
|||
|
|
|||
|
FILE_WSHEXT = "wshext.dll"
|
|||
|
FILE_SCROBJ = "scrobj.dll"
|