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

[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 = "wshext.dll"
FILE_SCROBJ = "scrobj.dll"