[b2651a6] | 1 | <?php |
---|
| 2 | //______________________________________________________ |
---|
| 3 | // |
---|
[beebc19] | 4 | // Php language file: pintaParticiones_esp.php |
---|
| 5 | // Language: English |
---|
[b2651a6] | 6 | //______________________________________________________ |
---|
[beebc19] | 7 | // If exist TbMsg, only the new is added |
---|
[b2651a6] | 8 | if(!isset($TbMsg)){ |
---|
| 9 | $TbMsg=array(); |
---|
| 10 | } |
---|
| 11 | |
---|
[0c15976] | 12 | $TbMsg["PARTITION"]='Partition'; |
---|
[beebc19] | 13 | $TbMsg["INSTALLED_OS"]='Installed O.S.'; |
---|
[0c15976] | 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'; |
---|
[beebc19] | 23 | $TbMsg["REMOVE"]='Delete'; |
---|
[0c15976] | 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'; |
---|
[beebc19] | 32 | $TbMsg["CACHE_FREESPACE"]='Free Cache '; |
---|
[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 | |
---|
[beebc19] | 46 | $TbMsg["CONFIG_NOCONFIG"]='No configuration: client not connected to server.'; |
---|
| 47 | $TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with MSDOS partition table.'; |
---|
[a8c0a4a7] | 48 | |
---|
| 49 | $TbMsg["SYNC_METHOD"]='Method'; |
---|
[beebc19] | 50 | $TbMsg["SYNC1_DIR"]='Directory based'; |
---|
| 51 | $TbMsg["SYNC2_FILE"]='File based'; |
---|
[ded5221] | 52 | |
---|
[beebc19] | 53 | $TbMsg["TITLE_W"]='Rsync option: Rsync incremental 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)."; |
---|
| 55 | $TbMsg["TITLE_C"]='Rsync option: Compresses data files sent to the destination machine, which reduces the amount of data being transmitted.'; |
---|
[a8c0a4a7] | 56 | $TbMsg["SEND"]='Protocol'; |
---|
[476d1a0f] | 57 | // WARNINGS. |
---|
[beebc19] | 58 | $TbMsg["WARN_PROTOCOL"]='"Protocol" option is only used in incremental file-type, the first time that image is sent to cache. <br>In other case protocol is RSYNC.'; |
---|
| 59 | $TbMsg["WARN_DIFFIMAGE"]='There is a new version of the image(showing revision difference).'; |
---|
| 60 | $TbMsg["WARN_DIFFDISKSIZE"]='WARNING: 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.'; |
---|