blob: 5b8b405fd8979ed9f8a7bc325f5ec20caf3554e5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<?php
//________________________________________________________________________________________________________
//
// Php language file: propiedades_aulas_eng.php
// Language: English
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="Delete";
$TbMsg[4]="University Management";
$TbMsg[5]="Name";
$TbMsg[6]="Comments";
|