blob: 5e57ac1df7f30a0e2388ad3adf200288d6dd1795 (
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_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Configuración Ordenadores';
$TbMsg[1]='Características del Aula';
$TbMsg[2]="Nombre Aula";
$TbMsg[3]="Ubicación";
$TbMsg[4]="Cañon";
$TbMsg[5]="Pizarra";
$TbMsg[6]="Puestos";
$TbMsg[7]="Url Imagen";
$TbMsg[8]="Comentarios";
$TbMsg[9]='Datos de configuration';
$TbMsg[10]='Partitción';
$TbMsg[11]='Nombre S.O.';
$TbMsg[12]='Tamaño';
$TbMsg[13]='Ordenadores';
?>
|