diff options
author | Irina Gómez <irinagomez@us.es> | 2019-10-22 14:31:12 +0200 |
---|---|---|
committer | Irina Gómez <irinagomez@us.es> | 2019-10-22 14:31:12 +0200 |
commit | a0a2149b8e6c19f5f86bd4f72b375a3696a9e9fd (patch) | |
tree | 1403cc63e578778a4a600479221e7e12c4b6d206 /client/shared | |
parent | d661fb52aebc269cc9dad01c674cdb2820abe78c (diff) |
#909 updateCache: Fixs log message for multicast.
Diffstat (limited to 'client/shared')
-rw-r--r-- | client/shared/etc/lang.ca_ES.conf | 2 | ||||
-rw-r--r-- | client/shared/etc/lang.en_GB.conf | 2 | ||||
-rw-r--r-- | client/shared/etc/lang.es_ES.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/client/shared/etc/lang.ca_ES.conf b/client/shared/etc/lang.ca_ES.conf index 92e97598..e34e6e51 100644 --- a/client/shared/etc/lang.ca_ES.conf +++ b/client/shared/etc/lang.ca_ES.conf @@ -348,7 +348,7 @@ MSG_SCRIPTS_UPDATECACHE_CHECKSIZEDIR="Calculamos el tamaño de la imagen." MSG_SCRIPTS_UPDATECACHE_CHECKSIZEIMG="Comprobamos si hay que la imagen del repositorio es mayor que la de la cache." MSG_SCRIPTS_UPDATECACHE_IFNOTCACHEDO="Comprobar el espacio libre de la cache y actuar según engine.cfg" -MSG_SCRIPTS_UPDATECACHE_CHECKMCASTSESSION="Comprobando sesion multicast: ServidorMcast:PuertoSession:PuertoDatos" +MSG_SCRIPTS_UPDATECACHE_CHECKMCASTSESSION="Comprobando sesion multicast: ServidorMcast:PuertoDatos" # interface sustituye temporalmente al scritp restore MSG_SCRIPTS_CHECK_ENGINE="Analizar proceso a realizar según engine.cfg" diff --git a/client/shared/etc/lang.en_GB.conf b/client/shared/etc/lang.en_GB.conf index b21a270f..354422b3 100644 --- a/client/shared/etc/lang.en_GB.conf +++ b/client/shared/etc/lang.en_GB.conf @@ -350,7 +350,7 @@ MSG_SCRIPTS_UPDATECACHE_CHECKSIZEDIR="Calculate image size." MSG_SCRIPTS_UPDATECACHE_CHECKSIZEIMG="Check if repository image file size is bigger than Cache size." MSG_SCRIPTS_UPDATECACHE_IFNOTCACHEDO="Check free Cache and apply engine.cfg" -MSG_SCRIPTS_UPDATECACHE_CHECKMCASTSESSION="Checking Multicast Session McastServer:SessionPort:DataPort" +MSG_SCRIPTS_UPDATECACHE_CHECKMCASTSESSION="Checking Multicast Session McastServer:DataPort" # interface temporarily replaces restore script MSG_SCRIPTS_CHECK_ENGINE="Analyze process to carry out according to engine.cfg" diff --git a/client/shared/etc/lang.es_ES.conf b/client/shared/etc/lang.es_ES.conf index 27d0cd64..f2e7ae92 100644 --- a/client/shared/etc/lang.es_ES.conf +++ b/client/shared/etc/lang.es_ES.conf @@ -347,7 +347,7 @@ MSG_SCRIPTS_UPDATECACHE_CHECKSIZEDIR="Calcular el tamaño de la imagen." MSG_SCRIPTS_UPDATECACHE_CHECKSIZEIMG="Comprobar si la imagen del repositorio es mayor que la de la caché." MSG_SCRIPTS_UPDATECACHE_IFNOTCACHEDO="Comprobar el espacio libre de la caché y actuar según engine.cfg" -MSG_SCRIPTS_UPDATECACHE_CHECKMCASTSESSION="Comprobando sesión Multicast: ServidorMcast:PuertoSession:PuertoDatos" +MSG_SCRIPTS_UPDATECACHE_CHECKMCASTSESSION="Comprobando sesión Multicast: ServidorMcast:PuertoDatos" # interface sustituye temporalmente al scritp restore MSG_SCRIPTS_CHECK_ENGINE="Analizar proceso a realizar según engine.cfg" |