source: admin/WebConsole/idiomas/php/eng/imagenes_eng.php @ 5d05b06

Last change on this file since 5d05b06 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: 783 bytes
Line 
1<?php
2//________________________________________________________________________________________________________
3//
4//      Php language file: imagenes_eng.php
5//      Language: English
6//________________________________________________________________________________________________________
7        $TbMsg=array();
8        $TbMsg[0]='"New Images group"';
9        $TbMsg[1]='"Define new image"';
10        $TbMsg[2]='"Set image"';
11        $TbMsg[3]='"Rename"';
12        $TbMsg[4]='"Delete Images group"';
13        $TbMsg[5]='"Image information"';
14        $TbMsg[6]='"Move image"';
15        $TbMsg[7]='"Properties"';
16        $TbMsg[8]='"Delete Image"';
17        $TbMsg[9]='"Images"';
18        $TbMsg[10]='"Incremental Images Management"';
19        $TbMsg[11]='"Monolithic Images"';
20        $TbMsg[12]='"Base Images"';
21        $TbMsg[13]='"Incremental Images"';
22        $TbMsg["DELETEDREPO"]='Deleted Repository';
Note: See TracBrowser for help on using the repository browser.