[b2651a6] | 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 |
---|
| 8 | if(!isset($TbMsg)){ |
---|
| 9 | $TbMsg=array(); |
---|
| 10 | } |
---|
| 11 | |
---|
| 12 | $TbMsg["PARTITION"]='Partición'; |
---|
| 13 | $TbMsg["INST_SO"]='S.O. Instalado'; |
---|
| 14 | $TbMsg["SIZE_KB"]='Tamañ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é'; |
---|
| 25 | $TbMsg["CACHE_FREESPACE"]='Caché libre'; |
---|
| 26 | |
---|
| 27 | $TbMsg["SAMESYSTEM_IMAGE"]='Imagen (Mismo sistema)'; |
---|
| 28 | $TbMsg["DIFFERENTSYSTEM_IMAGE"]='Imagen (Distinto sistema)'; |
---|
| 29 | $TbMsg["RESTORE_METHOD"]='Método'; |
---|
| 30 | |
---|
| 31 | $TbMsg["SO_NAME"]='Nombre S.O.'; |
---|
| 32 | $TbMsg["IMAGE_TO_CREATE"]='Imagen a crear'; |
---|
| 33 | $TbMsg["DESTINATION_REPOSITORY"]='Repositorio de destino'; |
---|
| 34 | |
---|
| 35 | $TbMsg["IMAGE_REPOSITORY"]='Imagen / Repositorio'; |
---|
| 36 | $TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Imagen Incremental / Repositorio'; |
---|
| 37 | |
---|
[2552091] | 38 | $TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.'; |
---|
[a8c0a4a7] | 39 | $TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with a MSDOS partition table.'; |
---|
| 40 | |
---|
| 41 | $TbMsg["SYNC_METHOD"]='Method'; |
---|
[ded5221] | 42 | $TbMsg["SYNC1_DIR"]='Based on directory'; |
---|
| 43 | $TbMsg["SYNC2_FILE"]='Based on file'; |
---|
| 44 | |
---|
[aed65e0] | 45 | $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.'; |
---|
| 46 | $TbMsg["TITLE_E"]="Rsync option: delete extraneous files from the receiving side (ones that aren't on the sending side)."; |
---|
[a8c0a4a7] | 47 | $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.'; |
---|
| 48 | $TbMsg["SEND"]='Protocol'; |
---|
[b2651a6] | 49 | |
---|
| 50 | ?> |
---|
| 51 | |
---|