Till Brehm
2015-06-23 2ab1e5850565647a6d1829d81e11e2bbfc7193dd
commit | author | age
e5f91f 1 <?php
2ab1e5 2 $wb['select_server_txt'] = 'Seleccione un servidor';
10b4c8 3 $wb['btn_do_txt'] = 'Ejecutar acción';
2ab1e5 4 $wb['do_osupdate_caption'] = 'Ejecutar actualización de SO al servidor remoto';
TB 5 $wb['do_osupdate_desc'] = 'Esta acción realizará un  al servidor seleccionado.<br><br><strong>USE ESTO BAJO SU PROPIO RIESGO!</strong>';
6 $wb['do_ispcupdate_caption'] = 'Hacer actualización de ISPConfig 3 al servidor remoto';
7 $wb['do_ispcupdate_desc'] = 'Esta acción realizará una actualización de ISPConfig 3 al servidor seleccionado.<br><br><strong>USE ESTO BAJO SU PROPIO RIESGO!</strong>';
8 $wb['action_scheduled'] = 'La acción fue programada para su ejecución';
10b4c8 9 $wb['select_all_server'] = 'Todos los servidores';
2ab1e5 10 $wb['ispconfig_update_title'] = 'Instrucciones de actualización de ISPConfig';
TB 11 $wb['ispconfig_update_text'] = 'Inicie sesión como root en el shell de su servidor y ejecute el comando<br /><br /> <strong>ispconfig_update.sh</strong><br /><br />para iniciar la actualización de ISPConfig.<br /><br /><a href= target=>Clic aquí para una descripción detallada de como actualizar</a>';
e5f91f 12 ?>