blob: 795578ba464fd09f3f2eeb6524c09decbafbf701 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?
//________________________________________________________________________________________________________
//
// 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]="Labs Management";
$TbMsg[5]="Lab Name";
$TbMsg[6]="Ubication";
$TbMsg[7]="Cagnon";
$TbMsg[8]="Blackboard";
$TbMsg[9]="Places";
$TbMsg[10]="Image Url";
$TbMsg[11]="Menu";
$TbMsg[12]="Comments";
$TbMsg[13]="Intervals";
$TbMsg[14]="Begin reserves";
$TbMsg[15]="End reserves";
?>
|