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.

65 lines
1.4 KiB

  1. [Strings]
  2. ; Unlocalizable strings
  3. REG_WSH = "Software\Microsoft\Windows Script Host"
  4. REG_APPROVE = "Software\Microsoft\Windows\CurrentVersion\Shell Extensions\Approved"
  5. REG_UNINSTALL = "Software\Microsoft\Windows\CurrentVersion\Uninstall\WindowsScriptHost"
  6. CLSID_WSHEXT = "{60254CA5-953B-11CF-8C96-00AA00B8708C}"
  7. ; Localizable strings
  8. DISP_WSH = "Microsoft Windows Script Host"
  9. DESC_WSH = "Windows Script Host"
  10. DESC_DISKS = "Windows Script Host-filer"
  11. TIPS_WSH = "Skriv skript f�r att automatisera aktiviteter i Windows"
  12. DESC_DOTWSH = "Inst�llningsfil f�r Windows Script Host"
  13. DESC_DOTVBS = "VBScript-skriptfil"
  14. DESC_DOTVBE = "Kodad VBScript-skriptfil"
  15. DESC_DOTJS = "JScript-skriptfil"
  16. DESC_DOTJSE = "Kodad JScript-skriptfil"
  17. DESC_DOTWS = "Windows-skriptfil"
  18. DESC_WSHEXT = "Shell-till�gg f�r Windows Script Host"
  19. DESC_WSHOMLIB = "Objektmodell f�r Microsoft Windows Script Host"
  20. DESC_WSHSHELL = "Shell-objekt f�r Windows Script Host"
  21. DESC_WSHNETWORK = "N�tverksobjekt f�r Windows Script Host"
  22. MENU_OPEN = "&�ppna"
  23. MENU_CONOPEN = "�ppna &med Kommandotolken"
  24. MENU_DOSOPEN = "�ppna m&ed MS-DOS-prompt"
  25. MENU_EDIT = "&Redigera"
  26. MENU_PRINT = "Skriv &ut"
  27. FILE_WSHEXT = "wshext.dll"
  28. FILE_SCROBJ = "scrobj.dll"