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.9 KiB
209 lines
1.9 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 = "Microsoft Windows Script Host"
|
|
DESC_WSH = "Windows Script Host"
|
|
DESC_DISKS = "Archivos de Windows Script Host"
|
|
TIPS_WSH = "Escribe archivos de comandos para ayudar a automatizar tareas en Windows"
|
|
|
|
DESC_DOTWSH = "Archivo de configuración de Windows Script Host"
|
|
DESC_DOTVBS = "Archivo de comandos VBScript"
|
|
DESC_DOTVBE = "Archivo de comandos codificado de VBScript"
|
|
DESC_DOTJS = "Archivo de secuencia de comandos JScript"
|
|
DESC_DOTJSE = "Archivo de comandos codificado de JScript"
|
|
DESC_DOTWS = "Archivo de comandos de Windows"
|
|
DESC_WSHEXT = "Extensiones del shell para Windows Script Host"
|
|
|
|
DESC_WSHOMLIB = "Modelo de objetos Microsoft Windows Script Host"
|
|
DESC_WSHSHELL = "Objeto shell de Windows Script Host"
|
|
DESC_WSHNETWORK = "Objeto red de Windows Script Host"
|
|
|
|
MENU_OPEN = "&Abrir"
|
|
MENU_CONOPEN = "Abrir &con el símbolo del sistema"
|
|
MENU_DOSOPEN = "Abrir &con el símbolo del sistema MS-DOS"
|
|
MENU_EDIT = "Mo&dificar"
|
|
MENU_PRINT = "&Imprimir"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
FILE_WSHEXT = "wshes.dll"
|
|
FILE_SCROBJ = "scoes.dll"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|