diff options
author | adv <adv@uma.es> | 2012-02-09 14:01:37 +0000 |
---|---|---|
committer | adv <adv@uma.es> | 2012-02-09 14:01:37 +0000 |
commit | d47323ec260c651031576f3b38da1d5fc86e9135 (patch) | |
tree | 01e6104486d3f54f54cd30695da1fda82a5b3248 /admin/WebConsole/comandos/RestaurarImagen.php | |
parent | f7c89928b4c239770771ef3c59de85b96fa36f88 (diff) |
#483 internacionalización opciones de comandos. TODO nombre de los comandos
git-svn-id: https://opengnsys.es/svn/branches/version1.0@2549 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole/comandos/RestaurarImagen.php')
-rw-r--r-- | admin/WebConsole/comandos/RestaurarImagen.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/admin/WebConsole/comandos/RestaurarImagen.php b/admin/WebConsole/comandos/RestaurarImagen.php index 78456199..1194c6c5 100644 --- a/admin/WebConsole/comandos/RestaurarImagen.php +++ b/admin/WebConsole/comandos/RestaurarImagen.php @@ -19,6 +19,7 @@ include_once("../includes/TomaDato.php"); include_once("../includes/ConfiguracionesParticiones.php"); include_once("../includes/RecopilaIpesMacs.php"); include_once("../idiomas/php/".$idioma."/comandos/restaurarimagen_".$idioma.".php"); +include_once("../idiomas/php/".$idioma."/comandos/opcionesacciones_".$idioma.".php"); //________________________________________________________________________________________________________ include_once("./includes/capturaacciones.php"); //________________________________________________________________________________________________________ @@ -195,12 +196,12 @@ function pintaParticiones($cmd,$configuraciones,$idordenadores,$cc,$ambito,$idam $metodos="UNICAST-DIRECT=UNICAST-DIRECT".chr(13); $metodos.="MULTICAST-DIRECT " . mcast_syntax($cmd,$ambito,$idambito) . "=MULTICAST-DIRECT".chr(13); $metodos.="MULTICAST " . mcast_syntax($cmd,$ambito,$idambito) . "=MULTICAST-CACHE".chr(13); - $metodos.="TORRENT peer:60=TORRENT"; + $metodos.="TORRENT peer:60=TORRENT-CACHE"; $TBmetodos["UNICAST-DIRECT"]=1; $TBmetodos["MULTICAST-DIRECT"]=2; $TBmetodos["MULTICAST-CACHE"]=3; - $TBmetodos["TORRENT"]=4; + $TBmetodos["TORRENT-CACHE"]=4; $idxc=$_SESSION["protclonacion"]; echo '<TD>'.HTMLCTESELECT($metodos,"protoclonacion_".$icp,"estilodesple","",$TBmetodos[$idxc],100).'</TD>'; |