blob: 2f05abd466e0bc00d68a946697ca49cbdf55475b (
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
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: propiedades_aulas_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]="Sin Opción";
$TbMsg[1]="Insertar";
$TbMsg[2]="Modificar";
$TbMsg[3]="Eliminar";
$TbMsg[4]="Gestión Aulas";
$TbMsg[5]="Nombre";
$TbMsg[6]="Ubicación";
$TbMsg[7]="Canón";
$TbMsg[8]="Pizarra";
$TbMsg[9]="Puestos";
$TbMsg[10]="Url Imagen";
$TbMsg[11]="Menu";
$TbMsg[12]="Comentarios";
$TbMsg[13]="Intervalos";
$TbMsg[14]="Hora desde:";
$TbMsg[15]="Hora hasta:";
?>
|