blob: 668517506fde0021944a2891e36650f147e61e3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_imagenes_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sin Opción";
$TbMsg[1]="Insertar";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gestión Imágenes";
$TbMsg[5]="Nombre Imagen";
$TbMsg[6]="Perfil Software";
$TbMsg[7]="Comentarios";
?>
|