blob: cc67e79e4fb69cf91797b978e2214f904c4cdd20 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: configuracionaula_eng.php
// Idioma: Ingés
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Computers configurations';
$TbMsg[1]='Lab features';
$TbMsg[2]="Lab Name";
$TbMsg[3]="Ubication";
$TbMsg[4]="Cagnon";
$TbMsg[5]="Blackboard";
$TbMsg[6]="Places";
$TbMsg[7]="Image Url";
$TbMsg[8]="Comments";
$TbMsg[9]='Data configuration';
$TbMsg[10]='Partition';
$TbMsg[11]='System name';
$TbMsg[12]='Size';
$TbMsg[13]='Computers';
?>
|