source: admin/WebConsole/idiomas/php/esp/comandos/crearimagenbasica_esp.php

lgromero-new-oglive
Last change on this file was b6ec162, checked in by Ramón M. Gómez <ramongomez@…>, 6 years ago

#834: Remove all redundant PHP closing tags.

  • Property mode set to 100644
File size: 921 bytes
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Fichero de idiomas php: crearimagenbasica_esp.php (Comandos)
5//      Idioma: Español
6//________________________________________________________________________________________________________
7        $TbMsg=array();
8        $TbMsg[0]='Creación de Imagen Básica <br> (experimental)' ;
9        $TbMsg[1]='Características del ordenador';
10        $TbMsg[2]='Nombre';
11        $TbMsg[3]='Dirección IP';
12        $TbMsg[4]='Dirección MAC';
13        $TbMsg[5]='Perfil Hardware';
14        $TbMsg[6]='Datos a suministrar';
15        $TbMsg[7]='Disco';
16        $TbMsg[8]='Par';
17        $TbMsg[9]='Nombre S.O.';
18        $TbMsg[10]='Imagen / Repositorio';
19        $TbMsg[11]='Repositorio';
20        $TbMsg[12]='Opciones Adicionales';
21        $TbMsg[13]='Borrar la Imagen Previamente';     
22        $TbMsg[14]='Copiar Imagen en cache';
23        $TbMsg[15]='Borrarla previamente de la cache';                 
24        $TbMsg[16]='No borrar archivos en destino';                     
25
Note: See TracBrowser for help on using the repository browser.