blob: 8523acf949128325001bb922c0ebabe131167ced (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_aulas_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="Remove";
$TbMsg[4]="University Management";
$TbMsg[4]="Gestión Universidades";
$TbMsg[5]="Nombre";
$TbMsg[6]="Comentarios";
?>
|