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-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 = "Ö&ffnen"
|
|
MENU_CONOPEN = "Mi&t Eingabeaufforderung öffnen"
|
|
MENU_DOSOPEN = "Mi&t MS-DOS-Eingabeaufforderung öffnen"
|
|
MENU_EDIT = "&Bearbeiten"
|
|
MENU_PRINT = "&Drucken"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FILE_WSHEXT = "wshde.dll"
|
|
FILE_SCROBJ = "scode.dll"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|