lgromero-new-oglive
Last change
on this file was
546b042,
checked in by Irina Gómez <irinagomez@…>, 6 years ago
|
#870 Crear imagen: si no existe repositorio asignado al ordenador se muestra un mensaje informativo. Árbol imágenes: se muestran las de los repositorios borrados.
|
-
Property mode set to
100644
|
File size:
922 bytes
|
Line | |
---|
1 | <?php |
---|
2 | //________________________________________________________________________________________________________ |
---|
3 | // |
---|
4 | // Fichero de idiomas php: crearimagen_esp.php (Comandos) |
---|
5 | // Idioma: Español |
---|
6 | //________________________________________________________________________________________________________ |
---|
7 | $TbMsg=array(); |
---|
8 | $TbMsg[0]='Creación de Imagen'; |
---|
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]='Se necesita capturar Perfil Software'; |
---|
16 | $TbMsg[8]='Par'; |
---|
17 | $TbMsg[9]='Nombre S.O.'; |
---|
18 | $TbMsg[10]='Imagen a crear '; |
---|
19 | $TbMsg[11]='Repositorio de destino'; |
---|
20 | $TbMsg[12]='Desconocido'; |
---|
21 | $TbMsg[13]='Tipo'; |
---|
22 | $TbMsg[14]='Ámbito'; |
---|
23 | $TbMsg[15]='Ordenadores'; |
---|
24 | $TbMsg["CREATE_NOREPO"]='<br> Ordenador sin repositorio asignado. <br>No se puede crear imagen.<br> '; |
---|
Note: See
TracBrowser
for help on using the repository browser.