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.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 = "Environnement d'ex�cution de scripts Windows Microsoft"
  9. DESC_WSH = "Environnement d'ex�cution de scripts WSH (Windows Script Host)"
  10. DESC_DISKS = "Fichiers de l'environnement d'ex�cution de scripts Windows"
  11. TIPS_WSH = "L'environnement d'ex�cution de scripts Windows Microsoft vous aide � automatiser des t�ches sous Windows."
  12. DESC_DOTWSH = "Fichier de configuration de l'environnement d'ex�cution de scripts Windows"
  13. DESC_DOTVBS = "Fichier script VBScript"
  14. DESC_DOTVBE = "Fichier script crypt� VBScript"
  15. DESC_DOTJS = "Fichier script JScript"
  16. DESC_DOTJSE = "Fichier script crypt� JScript"
  17. DESC_DOTWS = "Fichier script Windows"
  18. DESC_WSHEXT = "Extensions de l'interpr�teur de commandes pour l'environnement d'ex�cution de scripts Windows"
  19. DESC_WSHOMLIB = "Mod�le objet de l'environnement d'ex�cution de scripts Windows Microsoft"
  20. DESC_WSHSHELL = "Objet de l'interpr�teur de commandes de l'environnement d'ex�cution de scripts Windows"
  21. DESC_WSHNETWORK = "Objet r�seau de l'environnement d'ex�cution de scripts Windows"
  22. MENU_OPEN = "&Ouvrir"
  23. MENU_CONOPEN = "Ou&vrir avec l'Invite de commandes"
  24. MENU_DOSOPEN = "Ouvrir avec l'&Invite de commande MS-DOS"
  25. MENU_EDIT = "&Modifier"
  26. MENU_PRINT = "&Imprimer"
  27. FILE_WSHEXT = "wshext.dll"
  28. FILE_SCROBJ = "scrobj.dll"