1 | <?php |
---|
2 | //______________________________________________________ |
---|
3 | // |
---|
4 | // Php language file: pintaParticiones_esp.php |
---|
5 | // Language: English |
---|
6 | //______________________________________________________ |
---|
7 | // If exist TbMsg, only the new is added |
---|
8 | if(!isset($TbMsg)){ |
---|
9 | $TbMsg=array(); |
---|
10 | } |
---|
11 | |
---|
12 | $TbMsg["PARTITION"]='Partition'; |
---|
13 | $TbMsg["INSTALLED_OS"]='Installed O.S.'; |
---|
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"]='Delete'; |
---|
24 | |
---|
25 | $TbMsg["DISK"]='Disk'; |
---|
26 | $TbMsg["CONFIG_PARTTABLE"]='Partition Table'; |
---|
27 | |
---|
28 | $TbMsg["USAGE"]='Usage'; |
---|
29 | |
---|
30 | $TbMsg["VARIABLE"]='Variable'; |
---|
31 | $TbMsg["CACHE_CONTENT"]='Date/Cache Content'; |
---|
32 | $TbMsg["CACHE_FREESPACE"]='Free Cache '; |
---|
33 | $TbMsg["CACHE_COMPLETE"]='CACHE IS FULL'; |
---|
34 | |
---|
35 | $TbMsg["SAMESYSTEM_IMAGE"]='Image (same partition type)'; |
---|
36 | $TbMsg["DIFFERENTSYSTEM_IMAGE"]='Image (different partition type)'; |
---|
37 | $TbMsg["RESTORE_METHOD"]='Method'; |
---|
38 | |
---|
39 | $TbMsg["SO_NAME"]='O.S. Name'; |
---|
40 | $TbMsg["IMAGE_TO_CREATE"]='Image to create'; |
---|
41 | $TbMsg["DESTINATION_REPOSITORY"]='Destination Repository'; |
---|
42 | |
---|
43 | $TbMsg["IMAGE_REPOSITORY"]='Image / Repository'; |
---|
44 | $TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Incremental Image / Repository'; |
---|
45 | |
---|
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.'; |
---|
48 | |
---|
49 | $TbMsg["SYNC_METHOD"]='Method'; |
---|
50 | $TbMsg["SYNC1_DIR"]='Directory based'; |
---|
51 | $TbMsg["SYNC2_FILE"]='File based'; |
---|
52 | |
---|
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.'; |
---|
56 | $TbMsg["SEND"]='Protocol'; |
---|
57 | // WARNINGS. |
---|
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.'; |
---|