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 = "Bruk skript for å automatisere oppgaver i Windows"
|
|
|
|
DESC_DOTWSH = "Innstillingsfil for Windows Script Host"
|
|
DESC_DOTVBS = "Skriptfil for VBScript"
|
|
DESC_DOTVBE = "Kodet VBScript-skriptfil"
|
|
DESC_DOTJS = "JScript-skriptfil"
|
|
DESC_DOTJSE = "Kodet JScript-skriptfil"
|
|
DESC_DOTWS = "Windows-skriptfil"
|
|
DESC_WSHEXT = "Skallutvidelser for Windows Script Host"
|
|
|
|
DESC_WSHOMLIB = "Objektmodell (V1.0) for Microsoft Windows Script Host"
|
|
DESC_WSHSHELL = "Skallobjekt for Windows Script Host"
|
|
DESC_WSHNETWORK = "Nettverksobjekt for Windows Script Host"
|
|
|
|
MENU_OPEN = "Å&pne"
|
|
MENU_CONOPEN = "Åpne &med ledetekst"
|
|
MENU_DOSOPEN = "Åpne med &MS-DOS-ledetekst"
|
|
MENU_EDIT = "Re&diger"
|
|
MENU_PRINT = "Sk&riv ut"
|
|
|
|
FILE_WSHEXT = "wshext.dll"
|
|
FILE_SCROBJ = "scrobj.dll"
|