blob: 27c0a224fb38a54726d92a1757ba6fee3e2eb015 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: imagenes_eng.php
// Idioma: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='"New group of images"';
$TbMsg[1]='"Define new image"';
$TbMsg[2]='"To put image"';
$TbMsg[3]='"Rename"';
$TbMsg[4]='"Remove group of images"';
$TbMsg[5]='"Image information"';
$TbMsg[6]='"To move image"';
$TbMsg[7]='"Properties"';
$TbMsg[8]='"Remove Image"';
$TbMsg[9]='"Images"';
$TbMsg[10]='"Incremental Images Management"';
$TbMsg[11]='"Monolithic Images"';
$TbMsg[12]='"Base Images"';
$TbMsg[13]='"Incremental Images"';
$TbMsg["DELETEDREPO"]='Deleted Repository';
|