diff options
Diffstat (limited to 'admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php')
-rw-r--r-- | admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php | 49 |
1 files changed, 29 insertions, 20 deletions
diff --git a/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php b/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php index 34953b7a..a28e9474 100644 --- a/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php +++ b/admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php @@ -9,32 +9,39 @@ if(!isset($TbMsg)){ $TbMsg=array(); } -$TbMsg["PARTITION"]='Partición'; -$TbMsg["INST_SO"]='S.O. Instalado'; -$TbMsg["SIZE_KB"]='Tamaño (KB)'; -$TbMsg["PARTITION_TYPE"]='Tipo'; -$TbMsg["IMAGE"]='Imagen'; -$TbMsg["SOFT_PROFILE"]='Perfil Software'; -$TbMsg["FILESYSTEM_SHORT"]='S.F.'; +$TbMsg["PARTITION"]='Partition'; +$TbMsg["INSTALLED_OS"]='Installed Operating System'; +$TbMsg["INST_SO"]='Installed O.S.'; +$TbMsg["SIZE_KB"]='Size (KB)'; +$TbMsg["PARTITION_TYPE"]='Type'; +$TbMsg["IMAGE"]='Image'; +$TbMsg["SOFT_PROFILE"]='Software Profile'; +$TbMsg["FILESYSTEM"]='Filesystem'; +$TbMsg["FILESYSTEM_SHORT"]='F.S.'; -$TbMsg["DISK"]='Disco'; -$TbMsg["CONFIG_PARTTABLE"]='Tabla de particiones'; +$TbMsg["REFORMAT"]='Reformat'; +$TbMsg["REMOVE"]='Remove'; + +$TbMsg["DISK"]='Disk'; +$TbMsg["CONFIG_PARTTABLE"]='Partition Table'; + +$TbMsg["USAGE"]='Usage'; $TbMsg["VARIABLE"]='Variable'; -$TbMsg["CACHE_CONTENT"]='Contenido caché'; +$TbMsg["CACHE_CONTENT"]='Date/Cache Content'; $TbMsg["CACHE_FREESPACE"]='Caché libre'; -$TbMsg["CACHE_COMPLETE"]='FULL CACHE'; +$TbMsg["CACHE_COMPLETE"]='CACHE IS FULL'; -$TbMsg["SAMESYSTEM_IMAGE"]='Imagen (mismo tipo partición)'; -$TbMsg["DIFFERENTSYSTEM_IMAGE"]='Imagen (distinto tipo partición)'; -$TbMsg["RESTORE_METHOD"]='Método'; +$TbMsg["SAMESYSTEM_IMAGE"]='Image (same partition type)'; +$TbMsg["DIFFERENTSYSTEM_IMAGE"]='Image (different partition type)'; +$TbMsg["RESTORE_METHOD"]='Method'; -$TbMsg["SO_NAME"]='Nombre S.O.'; -$TbMsg["IMAGE_TO_CREATE"]='Imagen a crear'; -$TbMsg["DESTINATION_REPOSITORY"]='Repositorio de destino'; +$TbMsg["SO_NAME"]='O.S. Name'; +$TbMsg["IMAGE_TO_CREATE"]='Image to create'; +$TbMsg["DESTINATION_REPOSITORY"]='Destination Repository'; -$TbMsg["IMAGE_REPOSITORY"]='Imagen / Repositorio'; -$TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Imagen Incremental / Repositorio'; +$TbMsg["IMAGE_REPOSITORY"]='Image / Repository'; +$TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Incremental Image / Repository'; $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.'; @@ -47,7 +54,9 @@ $TbMsg["TITLE_W"]='Rsync option: delta-transfer algorithm is not used and the w $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'; - +// WARNINGS. $TbMsg["WARN_PROTOCOL"]='La opción "protocolo" sólo se utiliza en las sincronizadas tipo archivo la primera vez que se envía la imagen a caché. <br>En otro caso el protocolo es RSYNC.'; +$TbMsg["WARN_DIFFIMAGE"]='There is a new image version (showing revision difference).'; +$TbMsg["WARN_DIFFDISKSIZE"]='ATENTION: a group of computers with different disk sizes can not be partitioned.<br>Check "Ungroup by partition size" option and press "Accept" in the top menu to apply this operation properly.'; ?> |