blob: 0d93401fa2a7e93f3a628805e5fb2df0bb7b5c17 (
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]='"Incrementals management"';
$TbMsg[11]='"Monolithic Image"';
$TbMsg[12]='"Base Image"';
$TbMsg[13]='"Incremental Image"';
?>
|