[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 | |
---|
[0c15976] | 12 | $TbMsg["PARTITION"]='Partition'; |
---|
| 13 | $TbMsg["INSTALLED_OS"]='Installed Operating System'; |
---|
| 14 | $TbMsg["INST_SO"]='Installed O.S.'; |
---|
| 15 | $TbMsg["SIZE_KB"]='Size (KB)'; |
---|
| 16 | $TbMsg["PARTITION_TYPE"]='Type'; |
---|
| 17 | $TbMsg["IMAGE"]='Image'; |
---|
| 18 | $TbMsg["SOFT_PROFILE"]='Software Profile'; |
---|
| 19 | $TbMsg["FILESYSTEM"]='Filesystem'; |
---|
| 20 | $TbMsg["FILESYSTEM_SHORT"]='F.S.'; |
---|
| 21 | |
---|
| 22 | $TbMsg["REFORMAT"]='Reformat'; |
---|
| 23 | $TbMsg["REMOVE"]='Remove'; |
---|
| 24 | |
---|
| 25 | $TbMsg["DISK"]='Disk'; |
---|
| 26 | $TbMsg["CONFIG_PARTTABLE"]='Partition Table'; |
---|
[b2651a6] | 27 | |
---|
[6b53071] | 28 | $TbMsg["USAGE"]='Usage'; |
---|
| 29 | |
---|
[b2651a6] | 30 | $TbMsg["VARIABLE"]='Variable'; |
---|
[0c15976] | 31 | $TbMsg["CACHE_CONTENT"]='Date/Cache Content'; |
---|
[b2651a6] | 32 | $TbMsg["CACHE_FREESPACE"]='Caché libre'; |
---|
[0c15976] | 33 | $TbMsg["CACHE_COMPLETE"]='CACHE IS FULL'; |
---|
[b2651a6] | 34 | |
---|
[0c15976] | 35 | $TbMsg["SAMESYSTEM_IMAGE"]='Image (same partition type)'; |
---|
| 36 | $TbMsg["DIFFERENTSYSTEM_IMAGE"]='Image (different partition type)'; |
---|
| 37 | $TbMsg["RESTORE_METHOD"]='Method'; |
---|
[b2651a6] | 38 | |
---|
[0c15976] | 39 | $TbMsg["SO_NAME"]='O.S. Name'; |
---|
| 40 | $TbMsg["IMAGE_TO_CREATE"]='Image to create'; |
---|
| 41 | $TbMsg["DESTINATION_REPOSITORY"]='Destination Repository'; |
---|
[b2651a6] | 42 | |
---|
[0c15976] | 43 | $TbMsg["IMAGE_REPOSITORY"]='Image / Repository'; |
---|
| 44 | $TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Incremental Image / Repository'; |
---|
[b2651a6] | 45 | |
---|
[2552091] | 46 | $TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.'; |
---|
[a8c0a4a7] | 47 | $TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with a MSDOS partition table.'; |
---|
| 48 | |
---|
| 49 | $TbMsg["SYNC_METHOD"]='Method'; |
---|
[ded5221] | 50 | $TbMsg["SYNC1_DIR"]='Based on directory'; |
---|
| 51 | $TbMsg["SYNC2_FILE"]='Based on file'; |
---|
| 52 | |
---|
[aed65e0] | 53 | $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.'; |
---|
| 54 | $TbMsg["TITLE_E"]="Rsync option: delete extraneous files from the receiving side (ones that aren't on the sending side)."; |
---|
[a8c0a4a7] | 55 | $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.'; |
---|
| 56 | $TbMsg["SEND"]='Protocol'; |
---|
[476d1a0f] | 57 | // WARNINGS. |
---|
[12603f8] | 58 | $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.'; |
---|
[476d1a0f] | 59 | $TbMsg["WARN_DIFFIMAGE"]='There is a new image version (showing revision difference).'; |
---|
[0c15976] | 60 | $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.'; |
---|
[b2651a6] | 61 | ?> |
---|
| 62 | |
---|