summaryrefslogtreecommitdiffstats
path: root/admin/WebConsole
diff options
context:
space:
mode:
authoririna <irinagomez@us.es>2014-02-04 09:38:58 +0000
committeririna <irinagomez@us.es>2014-02-04 09:38:58 +0000
commita8c0a4a7e354292612605c5216e2b12af73f90bd (patch)
tree9e8be607de2f388fae6b34b6103a4810b554c3a0 /admin/WebConsole
parent4fe77e0ec74af192518314e1ee94f333147b7bdb (diff)
565 Consola web sincronizadas: leyenda explicativa de las opciones de rsync
git-svn-id: https://opengnsys.es/svn/branches/version1.0@4137 a21b9725-9963-47de-94b9-378ad31fedc9
Diffstat (limited to 'admin/WebConsole')
-rw-r--r--admin/WebConsole/comandos/CrearImagenBasica.php8
-rw-r--r--admin/WebConsole/comandos/CrearSoftIncremental.php8
-rw-r--r--admin/WebConsole/idiomas/php/cat/aulas_cat.php2
-rw-r--r--admin/WebConsole/idiomas/php/cat/pintaParticiones_cat.php5
-rw-r--r--admin/WebConsole/idiomas/php/eng/aulas_eng.php2
-rw-r--r--admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php8
-rw-r--r--admin/WebConsole/idiomas/php/esp/pintaParticiones_esp.php5
-rw-r--r--admin/WebConsole/includes/pintaParticiones.php10
8 files changed, 34 insertions, 14 deletions
diff --git a/admin/WebConsole/comandos/CrearImagenBasica.php b/admin/WebConsole/comandos/CrearImagenBasica.php
index e879150f..f9937f66 100644
--- a/admin/WebConsole/comandos/CrearImagenBasica.php
+++ b/admin/WebConsole/comandos/CrearImagenBasica.php
@@ -80,10 +80,10 @@ if (!$resul){
<TH align=center>&nbsp;<?php echo $TbMsg["PARTITION"] ?>&nbsp;</TH>
<TH align=center>&nbsp;<?php echo $TbMsg["SO_NAME"] ?>&nbsp;</TH>
<TH align=center>&nbsp;<?php echo $TbMsg["IMAGE_REPOSITORY"]?>&nbsp;</TH>
- <TH align=center>&nbsp;Método&nbsp;</TH>
- <TH align=center>&nbsp;W&nbsp;</TH>
- <TH align=center>&nbsp;E&nbsp;</TH>
- <TH align=center>&nbsp;C&nbsp;</TH>
+ <TH align=center>&nbsp;<?php echo $TbMsg["SYNC_METHOD"]?>&nbsp;</TH>
+ <TH align=center>&nbsp;<dfn title='<?php echo $TbMsg["TITLE_W"]?>'> W </dfn> &nbsp;</TH>
+ <TH align=center>&nbsp;<dfn title='<?php echo $TbMsg["TITLE_E"]?>'> E </dfn> &nbsp;</TH>
+ <TH align=center>&nbsp;<dfn title='<?php echo $TbMsg["TITLE_C"]?>'> C </dfn> &nbsp;</TH>
</TR>
<!------------------------------------------------------------------------------------------
Detalle
diff --git a/admin/WebConsole/comandos/CrearSoftIncremental.php b/admin/WebConsole/comandos/CrearSoftIncremental.php
index 2121b7f5..69022ed3 100644
--- a/admin/WebConsole/comandos/CrearSoftIncremental.php
+++ b/admin/WebConsole/comandos/CrearSoftIncremental.php
@@ -81,10 +81,10 @@ if (!$resul){
<TH align=center>&nbsp;<?php echo $TbMsg["PARTITION"] ?>&nbsp;</TH>
<TH align=center>&nbsp;<?php echo $TbMsg["SO_NAME"] ?>&nbsp;</TH>
<TH align=center>&nbsp;<?php echo $TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]?>&nbsp;</TH>
- <TH align=center>&nbsp;Método&nbsp;</TH>
- <TH align=center>&nbsp;W&nbsp;</TH>
- <TH align=center>&nbsp;E&nbsp;</TH>
- <TH align=center>&nbsp;C&nbsp;</TH>
+ <TH align=center>&nbsp;<?php echo $TbMsg["SYNC_METHOD"]?>&nbsp;</TH>
+ <TH align=center>&nbsp;<dfn title='<?php echo $TbMsg["TITLE_W"]?>'> W </dfn> &nbsp;</TH>
+ <TH align=center>&nbsp;<dfn title='<?php echo $TbMsg["TITLE_E"]?>'> E </dfn> &nbsp;</TH>
+ <TH align=center>&nbsp;<dfn title='<?php echo $TbMsg["TITLE_C"]?>'> C </dfn> &nbsp;</TH>
</TR>
<!------------------------------------------------------------------------------------------
Detalle
diff --git a/admin/WebConsole/idiomas/php/cat/aulas_cat.php b/admin/WebConsole/idiomas/php/cat/aulas_cat.php
index c907d304..0813abf4 100644
--- a/admin/WebConsole/idiomas/php/cat/aulas_cat.php
+++ b/admin/WebConsole/idiomas/php/cat/aulas_cat.php
@@ -54,5 +54,7 @@
$TbMsg[46]='Identificador àmbit';
$TbMsg[47]='"Log històric"';
$TbMsg[48]='"Log en temps real"';
+ $TbMsg[49]='"Sincronización"';
+ $TbMsg[50]='"Sincronización 2"';
?>
diff --git a/admin/WebConsole/idiomas/php/cat/pintaParticiones_cat.php b/admin/WebConsole/idiomas/php/cat/pintaParticiones_cat.php
index f6b8af43..11709d9a 100644
--- a/admin/WebConsole/idiomas/php/cat/pintaParticiones_cat.php
+++ b/admin/WebConsole/idiomas/php/cat/pintaParticiones_cat.php
@@ -38,6 +38,11 @@ $TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Imagen Incremental / Repositorio';
$TbMsg["CONFIG_NOCONFIG"]='Sense configuració: client no connectat al servidor.';
$TbMsg["CONFIG_NODISK1MSDOS"]='Avís: aquest comandament sol tracta el disc 1 amb taula de particions MSDOS.';
+$TbMsg["SYNC_METHOD"]='Método';
+$TbMsg["TITLE_W"]='Opción de rsync: El algoritmo incremental rsync no se usa y se envía todo el archivo. Rsync lo usa por defecto cuando el origen y destino locales. ';
+$TbMsg["TITLE_E"]='Opción de rsync: Se compara el destino con el origen y se borran los ficheros que no existen en el primero.';
+$TbMsg["TITLE_C"]='Opción de rsync: Comprime los archivos de datos que se envían a la máquina de destino, lo que reduce la cantidad de datos que se transmiten. ';
+$TbMsg["SEND"]='Protocolo';
?>
diff --git a/admin/WebConsole/idiomas/php/eng/aulas_eng.php b/admin/WebConsole/idiomas/php/eng/aulas_eng.php
index 07ddf151..5a644688 100644
--- a/admin/WebConsole/idiomas/php/eng/aulas_eng.php
+++ b/admin/WebConsole/idiomas/php/eng/aulas_eng.php
@@ -54,5 +54,7 @@
$TbMsg[46]='Scope id';
$TbMsg[47]='"Historical log"';
$TbMsg[48]='"Real time log"';
+ $TbMsg[49]='"Synchronization';
+ $TbMsg[50]='"Synchronization 2';
?>
diff --git a/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php b/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php
index 0b123837..58e9db79 100644
--- a/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php
+++ b/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php
@@ -36,7 +36,13 @@ $TbMsg["IMAGE_REPOSITORY"]='Imagen / Repositorio';
$TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Imagen Incremental / Repositorio';
$TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.';
-TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with a MSDOS partition table.';
+$TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with a MSDOS partition table.';
+
+$TbMsg["SYNC_METHOD"]='Method';
+$TbMsg["TITLE_W"]='Rsync option: delta-transfer algorithm is not used and the whole file is sent as-is instead. This is the default when both the source and destination are specified as local paths.'
+$TbMsg["TITLE_E"]="Rsync option: delete extraneous files from the receiving side (ones that aren't on the sending side)."
+$TbMsg["TITLE_C"]='Rsync option: compresses the file data as it is sent to the destination machine, which reduces the amount of data being transmitted.';
+$TbMsg["SEND"]='Protocol';
?>
diff --git a/admin/WebConsole/idiomas/php/esp/pintaParticiones_esp.php b/admin/WebConsole/idiomas/php/esp/pintaParticiones_esp.php
index e4a278eb..2d2a2ab5 100644
--- a/admin/WebConsole/idiomas/php/esp/pintaParticiones_esp.php
+++ b/admin/WebConsole/idiomas/php/esp/pintaParticiones_esp.php
@@ -38,5 +38,10 @@ $TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Imagen Incremental / Repositorio';
$TbMsg["CONFIG_NOCONFIG"]='Sin configuraci&oacute;n: cliente no conectado al servidor.';
$TbMsg["CONFIG_NODISK1MSDOS"]='Aviso: este comando solo trata el disco 1 con tabla de particiones MSDOS.';
+$TbMsg["SYNC_METHOD"]='Método';
+$TbMsg["TITLE_W"]='Opción de rsync: El algoritmo incremental rsync no se usa y se envía todo el archivo. Rsync lo usa por defecto cuando el origen y destino locales. ';
+$TbMsg["TITLE_E"]='Opción de rsync: Se compara el destino con el origen y se borran los ficheros que no existen en el primero.';
+$TbMsg["TITLE_C"]='Opción de rsync: Comprime los archivos de datos que se envían a la máquina de destino, lo que reduce la cantidad de datos que se transmiten. ';
+$TbMsg["SEND"]='Protocolo';
?>
diff --git a/admin/WebConsole/includes/pintaParticiones.php b/admin/WebConsole/includes/pintaParticiones.php
index 973c9af0..d829448a 100644
--- a/admin/WebConsole/includes/pintaParticiones.php
+++ b/admin/WebConsole/includes/pintaParticiones.php
@@ -371,11 +371,11 @@ function pintaParticionesRestaurarImagenSincronizacion1($cmd,$configuraciones,$i
echo '<th align="center">&nbsp;'.$TbMsg["SIZE_KB"].'&nbsp;</th>'; // Tamaño
echo '<TH align=center>&nbsp;'.$TbMsg[10].'&nbsp;</TH>';
echo '<TH align=center>&nbsp;'.$TbMsg[16].'&nbsp;</TH>';
- echo '<TH align=center>&nbsp;Método&nbsp;</TH>';
- echo '<TH align=center>&nbsp;Envío&nbsp;</TH>';
- echo ' <TH align=center>&nbsp;W&nbsp;</TH>';
- echo ' <TH align=center>&nbsp;E&nbsp;</TH>';
- echo ' <TH align=center>&nbsp;C&nbsp;</TH>';
+ echo '<TH align=center>&nbsp;'.$TbMsg["SYNC_METHOD"].'&nbsp;</TH>';
+ echo '<TH align=center>&nbsp;'.$TbMsg["SEND"].'&nbsp;</TH>';
+ echo ' <TH align=center>&nbsp;<dfn title="'.$TbMsg["TITLE_W"].'">W</dfn> &nbsp;</TH>';
+ echo ' <TH align=center>&nbsp;<dfn title="'.$TbMsg["TITLE_E"].'">E</dfn> &nbsp;</TH>';
+ echo ' <TH align=center>&nbsp;<dfn title="'.$TbMsg["TITLE_C"].'">C</dfn> &nbsp;</TH>';
echo '</TR>';