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

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 e66ce87 was aed65e0, checked in by irina <irinagomez@…>, 11 years ago

#616 Internacionalizacion de la consola: sincronizadas y comando arrancar

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

  • Property mode set to 100644
File size: 1.9 KB
RevLine 
[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
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["VARIABLE"]='Variable';
24$TbMsg["CACHE_CONTENT"]='Contenido cach&eacute;';
25$TbMsg["CACHE_FREESPACE"]='Cach&eacute; libre';
26
27$TbMsg["SAMESYSTEM_IMAGE"]='Imagen (Mismo sistema)';
28$TbMsg["DIFFERENTSYSTEM_IMAGE"]='Imagen (Distinto sistema)';
29$TbMsg["RESTORE_METHOD"]='M&eacute;todo';
30
31$TbMsg["SO_NAME"]='Nombre S.O.';
32$TbMsg["IMAGE_TO_CREATE"]='Imagen a crear';
33$TbMsg["DESTINATION_REPOSITORY"]='Repositorio de destino';
34
35$TbMsg["IMAGE_REPOSITORY"]='Imagen / Repositorio';
36$TbMsg["INCREMENTAL_IMAGE_REPOSITORY"]='Imagen Incremental / Repositorio';
37
[2552091]38$TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.';
[a8c0a4a7]39$TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with a MSDOS partition table.';
40
41$TbMsg["SYNC_METHOD"]='Method';
[ded5221]42$TbMsg["SYNC1_DIR"]='Based on directory';
43$TbMsg["SYNC2_FILE"]='Based on file';
44
[aed65e0]45$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.';
46$TbMsg["TITLE_E"]="Rsync option: delete extraneous files from  the  receiving side  (ones  that  aren't on the sending side).";
[a8c0a4a7]47$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.';
48$TbMsg["SEND"]='Protocol';
[b2651a6]49
50?>
51
Note: See TracBrowser for help on using the repository browser.