blob: 52e4ff3123ded49aa1f8bb7d47eb7ed7f556eff1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_aulas_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 Universidades";
$TbMsg[5]="Nombre";
$TbMsg[6]="Comentarios";
|