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
remotes/github/debian-pkg
Irina Gomez 2014-02-04 09:38:58 +00:00
parent 4fe77e0ec7
commit a8c0a4a7e3
8 changed files with 34 additions and 14 deletions

View File

@ -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

View File

@ -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

View File

@ -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"';
?>

View File

@ -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';
?>

View File

@ -54,5 +54,7 @@
$TbMsg[46]='Scope id';
$TbMsg[47]='"Historical log"';
$TbMsg[48]='"Real time log"';
$TbMsg[49]='"Synchronization';
$TbMsg[50]='"Synchronization 2';
?>

View File

@ -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';
?>

View File

@ -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';
?>

View File

@ -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>';