From c3c7cb3ae6f6600223111a572050f34f2df6fa71 Mon Sep 17 00:00:00 2001 From: ramon Date: Thu, 22 Dec 2011 13:38:11 +0000 Subject: Congelar versión 1.0.2 en tags/opengnsys-1.0.2 (modifica #446). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://opengnsys.es/svn/tags/opengnsys-1.0.2@2405 a21b9725-9963-47de-94b9-378ad31fedc9 --- .../idiomas/php/eng/configuraciones_eng.php | 44 ++++++++++++++-------- 1 file changed, 28 insertions(+), 16 deletions(-) (limited to 'admin/WebConsole/idiomas/php/eng/configuraciones_eng.php') diff --git a/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php b/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php index 06d1b7b9..2238666f 100644 --- a/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php +++ b/admin/WebConsole/idiomas/php/eng/configuraciones_eng.php @@ -29,20 +29,32 @@ $TbMsg[17]="Perfil Hardware"; $TbMsg[18]="DESAGRUPAR SEGÚN VALORES DISTINTOS DE:"; $TbMsg[19]="Datos a suministrar"; -$TbMsg[20]='Partición'; -$TbMsg[21]='S.O. Instalado'; -$TbMsg[22]='Tamaño'; -$TbMsg[23]='Datos de configuración'; -$TbMsg[24]='Tipo'; -$TbMsg[25]='Imagen'; -$TbMsg[26]='Perfil Software'; -$TbMsg[27]='S.F.'; -$TbMsg[28]='Ninguno'; -$TbMsg[29]='Desconocido'; - -$TbMsg[30]='Sistema de Ficheros'; -$TbMsg[31]='Nombre del S.O.'; -$TbMsg[32]='Tamaño de partición'; -$TbMsg[33]='Nombre de la Imagen '; -$TbMsg[34]='Perfil software'; +$TbMsg[20]='Partition'; +$TbMsg[21]='Installed OS'; +$TbMsg[22]='Size (KB)'; +$TbMsg[23]='Configuration Data'; +$TbMsg[24]='Type'; +$TbMsg[25]='Image'; +$TbMsg[26]='Software Profile'; +$TbMsg[27]='Filesys'; +$TbMsg[28]='None'; +$TbMsg[29]='Unknown'; + +$TbMsg[30]='Filesystem'; +$TbMsg[31]='OS name'; +$TbMsg[32]='Partition Size'; +$TbMsg[33]='Image Name'; +$TbMsg[34]='Software Profile'; +$TbMsg[35]='Disk'; +$TbMsg[36]='Primary Partitions'; +$TbMsg[37]='Logical Partitions'; +$TbMsg[38]='Menor espacio libre (KB)'; +$TbMsg[39]='Customize'; +$TbMsg[40]='Sin modificar tamaño'; +$TbMsg[41]='Generate Instruction'; + +$TbMsg[42]='Variable'; +$TbMsg[43]='Sin configuración: cliente no conectado al servidor.'; + ?> + -- cgit v1.2.3-18-g5258