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 -tiedostot" TIPS_WSH = "Kirjoita komentosarjoja Windowsin teht�vien automatisoimiseksi"
DESC_DOTWSH = "Windows Script Hostin asetustiedosto" DESC_DOTVBS = "VBScript-komentosarjatiedosto" DESC_DOTVBE = "Koodattu VBScript-komentosarjatiedosto" DESC_DOTJS = "JScript-komentosarjatiedosto" DESC_DOTJSE = "Koodattu JScript-komentosarjatiedosto" DESC_DOTWS = "Windows-komentosarjatiedosto" DESC_WSHEXT = "Windows Script Hostin liittym�laajennukset"
DESC_WSHOMLIB = "Microsoft Windows Script Hostin objektimalli" DESC_WSHSHELL = "Windows Script Hostin liittym�objekti" DESC_WSHNETWORK = "Windows Script Hostin verkko-objekti"
MENU_OPEN = "&Avaa" MENU_CONOPEN = "A&vaa komentokehotteen kanssa" MENU_DOSOPEN = "Avaa MS-&DOS-kehotteessa" MENU_EDIT = "M&uokkaa" MENU_PRINT = "&Tulosta"
FILE_WSHEXT = "wshext.dll" FILE_SCROBJ = "scrobj.dll"
|