blob: 830d62489e54e8231ad0f60ebb9ce80dbe078108 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_imagenes_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="Remove";
$TbMsg[4]="Images Management";
$TbMsg[5]="Image Name";
$TbMsg[6]="Software Profile";
$TbMsg[7]="Comments";
?>
|