Leaked source code of windows server 2003
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.

209 lines
1.8 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 = "File di Windows Script Host"
  11. TIPS_WSH = "Crea script per automatizzare le operazioni in Windows"
  12. DESC_DOTWSH = "File di impostazioni di Windows Script Host"
  13. DESC_DOTVBS = "File di script VBScript"
  14. DESC_DOTVBE = "File di script codificato in VBScript"
  15. DESC_DOTJS = "File di script JScript"
  16. DESC_DOTJSE = "File di script codificato in JScript"
  17. DESC_DOTWS = "File di script Windows"
  18. DESC_WSHEXT = "Estensione shell per Windows Script Host"
  19. DESC_WSHOMLIB = "Modello oggetto Microsoft Windows Script Host"
  20. DESC_WSHSHELL = "Oggetto shell Windows Script Host"
  21. DESC_WSHNETWORK = "Oggetto di rete Windows Script Host"
  22. MENU_OPEN = "&Apri"
  23. MENU_CONOPEN = "Apri con P&rompt dei comandi"
  24. MENU_DOSOPEN = "Apri con prompt M&S-DOS"
  25. MENU_EDIT = "&Modifica"
  26. MENU_PRINT = "&Stampa"
  27. FILE_WSHEXT = "wshit.dll"
  28. FILE_SCROBJ = "scoit.dll"