source: admin/WebConsole/idiomas/php/eng/pintaParticiones_eng.php @ 4fe77e0

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 4fe77e0 was 055be91, checked in by ramon <ramongomez@…>, 12 years ago

#594: Comando Particionar y Formatear solo presenta datos del disco 1 y muestra un mensaje de aviso si el cliente tiene más de un disco o si el disco 1 no tiene una tabla de particiones MSDOS.

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

  • Property mode set to 100644
File size: 1.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["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
38$TbMsg["CONFIG_NOCONFIG"]='No configuration: client does not connect to server.';
39TbMsg["CONFIG_NODISK1MSDOS"]='Warning: this command only uses disk 1 with a MSDOS partition table.';
40
41?>
42
Note: See TracBrowser for help on using the repository browser.