diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/esp/comandos/gestor_ejecutarscripts_esp.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/esp/comandos/gestor_ejecutarscripts_esp.php | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/admin/WebConsole/idiomas/php/esp/comandos/gestor_ejecutarscripts_esp.php b/admin/WebConsole/idiomas/php/esp/comandos/gestor_ejecutarscripts_esp.php new file mode 100644 index 00000000..ca0d1042 --- /dev/null +++ b/admin/WebConsole/idiomas/php/esp/comandos/gestor_ejecutarscripts_esp.php @@ -0,0 +1,13 @@ +<? +//________________________________________________________________________________________________________ +// +// Fichero de idiomas php: gestor_ejecutarscripts_esp.php (Comandos) +// Idioma: Español +//________________________________________________________________________________________________________ + $TbMsg=array(); + $TbMsg[1]='"ATENCIÓN: El Comando Ejecutar Scripts has sido registrado correctamente"'; + $TbMsg[2]='"ATENCIÓN: Hay algún problema para ejecutar el script"'; + $TbMsg[3]='"ATENCIÓN: El fichero no tiene la extensión .rbc"'; + $TbMsg[4]='"ATENCIÓN: El fichero no contiene código Rembo-C para ejecutar"'; + $TbMsg[5]='"ATENCIÓN: Hay algún problema para salvar el fichero de script"'; +?>
\ No newline at end of file |