Source code of Windows XP (NT5)
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.
|
|
[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"
|