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
2.1 KiB
209 lines
2.1 KiB
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[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 = "Environnement d'exécution de scripts Windows Microsoft"
|
|
DESC_WSH = "Environnement d'exécution de scripts WSH (Windows Script Host)"
|
|
DESC_DISKS = "Fichiers de l'environnement d'exécution de scripts Windows"
|
|
TIPS_WSH = "L'environnement d'exécution de scripts Windows Microsoft vous aide à automatiser des tâches sous Windows."
|
|
|
|
DESC_DOTWSH = "Fichier de configuration de l'environnement d'exécution de scripts Windows"
|
|
DESC_DOTVBS = "Fichier script VBScript"
|
|
DESC_DOTVBE = "Fichier script crypté VBScript"
|
|
DESC_DOTJS = "Fichier script JScript"
|
|
DESC_DOTJSE = "Fichier script crypté JScript"
|
|
DESC_DOTWS = "Fichier script Windows"
|
|
DESC_WSHEXT = "Extensions de l'interpréteur de commandes pour l'environnement d'exécution de scripts Windows"
|
|
|
|
DESC_WSHOMLIB = "Modèle objet de l'environnement d'exécution de scripts Windows Microsoft"
|
|
DESC_WSHSHELL = "Objet de l'interpréteur de commandes de l'environnement d'exécution de scripts Windows"
|
|
DESC_WSHNETWORK = "Objet réseau de l'environnement d'exécution de scripts Windows"
|
|
|
|
MENU_OPEN = "&Ouvrir"
|
|
MENU_CONOPEN = "Ou&vrir avec l'Invite de commandes"
|
|
MENU_DOSOPEN = "Ouvrir avec l'&Invite de commande MS-DOS"
|
|
MENU_EDIT = "&Modifier"
|
|
MENU_PRINT = "&Imprimer"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FILE_WSHEXT = "wshfr.dll"
|
|
FILE_SCROBJ = "scofr.dll"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|