source: admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php @ bbb8225

918-git-images-111dconfigfileconfigure-oglivegit-imageslgromero-new-oglivemainmaint-cronmount-efivarfsmultivmmultivm-ogboot-installerogClonningEngineogboot-installer-jenkinsoglive-ipv6test-python-scriptsticket-301ticket-50ticket-50-oldticket-577ticket-585ticket-611ticket-612ticket-693ticket-700ubu24tplunification2use-local-agent-oglivevarios-instalacionwebconsole3
Last change on this file since bbb8225 was 476d1a0f, checked in by ramon <ramongomez@…>, 9 years ago

#737 #730: Mostrar diferencia entre versión de imagen creada y restaurada; actualizar lista de tickets cerrados.

git-svn-id: https://opengnsys.es/svn/branches/version1.1@4931 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100644
File size: 2.3 KB
Line 
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
8if(!isset($TbMsg)){
9        $TbMsg=array();
10}
11
12$TbMsg["PARTITION"]='Partici&oacute;n';
13$TbMsg["INST_SO"]='S.O. Instalado';
14$TbMsg["SIZE_KB"]='Tama&ntilde;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&eacute;';
27$TbMsg["CACHE_FREESPACE"]='Cach&eacute; libre';
28$TbMsg["CACHE_COMPLETE"]='FULL CACHE';
29
30$TbMsg["SAMESYSTEM_IMAGE"]='Imagen (mismo tipo partici&oacute;n)';
31$TbMsg["DIFFERENTSYSTEM_IMAGE"]='Imagen (distinto tipo partici&oacute;n)';
32$TbMsg["RESTORE_METHOD"]='M&eacute;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
Note: See TracBrowser for help on using the repository browser.