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"]='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'; |
---|
27 | |
---|
28 | $TbMsg["USAGE"]='Usage'; |
---|
29 | |
---|
30 | $TbMsg["VARIABLE"]='Variable'; |
---|
31 | $TbMsg["CACHE_CONTENT"]='Date/Cache Content'; |
---|
32 | $TbMsg["CACHE_FREESPACE"]='Caché libre'; |
---|
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 does not connect to server.'; |
---|
47 | $TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with a MSDOS partition table.'; |
---|
48 | |
---|
49 | $TbMsg["SYNC_METHOD"]='Method'; |
---|
50 | $TbMsg["SYNC1_DIR"]='Based on directory'; |
---|
51 | $TbMsg["SYNC2_FILE"]='Based on file'; |
---|
52 | |
---|
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)."; |
---|
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'; |
---|
57 | // WARNINGS. |
---|
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.'; |
---|
59 | $TbMsg["WARN_DIFFIMAGE"]='There is a new image version (showing revision difference).'; |
---|
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.'; |
---|
61 | ?> |
---|
62 | |
---|