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-filer"
|
|
TIPS_WSH = "Brug scripts til at automatisere opgaver i Windows"
|
|
|
|
DESC_DOTWSH = "Indstillingsfil til Windows Script Host"
|
|
DESC_DOTVBS = "VBScript-scriptfil"
|
|
DESC_DOTVBE = "VBScript-kodet scriptfil"
|
|
DESC_DOTJS = "JScript-scriptfil"
|
|
DESC_DOTJSE = "JScript-kodet scriptfil"
|
|
DESC_DOTWS = "Windows Script-fil"
|
|
DESC_WSHEXT = "Shell-udvidelser til Windows Script Host"
|
|
|
|
DESC_WSHOMLIB = "Objektmodel til Microsoft Windows Script Host"
|
|
DESC_WSHSHELL = "Shell-objekt til Windows Script Host"
|
|
DESC_WSHNETWORK = "Netværksobjekt til Windows Script Host"
|
|
|
|
MENU_OPEN = "Å&bn"
|
|
MENU_CONOPEN = "Åbn &med Kommandoprompt"
|
|
MENU_DOSOPEN = "Åbn &med MS-DOS-prompt"
|
|
MENU_EDIT = "&Rediger"
|
|
MENU_PRINT = "&Udskriv"
|
|
|
|
FILE_WSHEXT = "wshext.dll"
|
|
FILE_SCROBJ = "scrobj.dll"
|