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["USAGE"]='Usage'; |
---|
24 | |
---|
25 | $TbMsg["VARIABLE"]='Variable'; |
---|
26 | $TbMsg["CACHE_CONTENT"]='Contenido caché'; |
---|
27 | $TbMsg["CACHE_FREESPACE"]='Caché libre'; |
---|
28 | $TbMsg["CACHE_COMPLETE"]='FULL CACHE'; |
---|
29 | |
---|
30 | $TbMsg["SAMESYSTEM_IMAGE"]='Imagen (mismo tipo partición)'; |
---|
31 | $TbMsg["DIFFERENTSYSTEM_IMAGE"]='Imagen (distinto tipo partición)'; |
---|
32 | $TbMsg["RESTORE_METHOD"]='Método'; |
---|
33 | |
---|
34 | $TbMsg["SO_NAME"]='Nombre S.O.'; |
---|
35 | $TbMsg["IMAGE_TO_CREATE"]='Imagen a crear'; |
---|
36 | $TbMsg["DESTINATION_REPOSITORY"]='Repositorio de destino'; |
---|
37 | |
---|
38 | $TbMsg["IMAGE_REPOSITORY"]='Imagen / Repositorio'; |
---|
39 | $TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Imagen Incremental / Repositorio'; |
---|
40 | |
---|
41 | $TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.'; |
---|
42 | $TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with a MSDOS partition table.'; |
---|
43 | |
---|
44 | $TbMsg["SYNC_METHOD"]='Method'; |
---|
45 | $TbMsg["SYNC1_DIR"]='Based on directory'; |
---|
46 | $TbMsg["SYNC2_FILE"]='Based on file'; |
---|
47 | |
---|
48 | $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.'; |
---|
49 | $TbMsg["TITLE_E"]="Rsync option: delete extraneous files from the receiving side (ones that aren't on the sending side)."; |
---|
50 | $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.'; |
---|
51 | $TbMsg["SEND"]='Protocol'; |
---|
52 | // WARNINGS. |
---|
53 | $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.'; |
---|
54 | $TbMsg["WARN_DIFFIMAGE"]='There is a new image version (showing revision difference).'; |
---|
55 | ?> |
---|
56 | |
---|