source: admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php @ d81fc6a

Last change on this file since d81fc6a was de687e3, checked in by ramon <ramongomez@…>, 10 years ago

#673: Integrar código de la versión 1.0.6 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@4641 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 2.2 KB
Line 
1<?php
2//______________________________________________________
3//
4//      Fichero de idiomas php: pintaParticiones_esp.php
5//      Idioma: Español
6//______________________________________________________
7// Si ya existe TbMsg, solo agregamos lo nuevo
8if(!isset($TbMsg)){
9        $TbMsg=array();
10}
11
12$TbMsg["PARTITION"]='Partici&oacute;n';
13$TbMsg["INST_SO"]='S.O. Instalado';
14$TbMsg["SIZE_KB"]='Tama&ntilde;o (KB)';
15$TbMsg["PARTITION_TYPE"]='Tipo';
16$TbMsg["IMAGE"]='Imagen';
17$TbMsg["SOFT_PROFILE"]='Perfil Software';
18$TbMsg["FILESYSTEM_SHORT"]='S.F.';
19
20$TbMsg["DISK"]='Disco';
21$TbMsg["CONFIG_PARTTABLE"]='Tabla de particiones';
22
23$TbMsg["VARIABLE"]='Variable';
24$TbMsg["CACHE_CONTENT"]='Contenido cach&eacute;';
25$TbMsg["CACHE_FREESPACE"]='Cach&eacute; libre';
26$TbMsg["CACHE_COMPLETE"]='FULL CACHE';
27
28$TbMsg["SAMESYSTEM_IMAGE"]='Imagen (mismo tipo partici&oacute;n)';
29$TbMsg["DIFFERENTSYSTEM_IMAGE"]='Imagen (distinto tipo partici&oacute;n)';
30$TbMsg["RESTORE_METHOD"]='M&eacute;todo';
31
32$TbMsg["SO_NAME"]='Nombre S.O.';
33$TbMsg["IMAGE_TO_CREATE"]='Imagen a crear';
34$TbMsg["DESTINATION_REPOSITORY"]='Repositorio de destino';
35
36$TbMsg["IMAGE_REPOSITORY"]='Imagen / Repositorio';
37$TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Imagen Incremental / Repositorio';
38
39$TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.';
40$TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with a MSDOS partition table.';
41
42$TbMsg["SYNC_METHOD"]='Method';
43$TbMsg["SYNC1_DIR"]='Based on directory';
44$TbMsg["SYNC2_FILE"]='Based on file';
45
46$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.';
47$TbMsg["TITLE_E"]="Rsync option: delete extraneous files from  the  receiving side  (ones  that  aren't on the sending side).";
48$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.';
49$TbMsg["SEND"]='Protocol';
50
51$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.';
52?>
53
Note: See TracBrowser for help on using the repository browser.