blob: c25cf429dbd18ca6afc5e4ddd0121a6ad0f7999f (
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: barramenu_esp.php
// Idioma: Español
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Aulas';
$TbMsg[1]='Acciones';
$TbMsg[2]='Imágenes';
$TbMsg[3]='Hardware';
$TbMsg[4]='Software';
$TbMsg[5]='Repositorios';
$TbMsg[6]='Menús';
$TbMsg[7]='Reservas';
$TbMsg[8]='Administración';
$TbMsg[9]='Iconos';
$TbMsg[10]='Salir';
$TbMsg[11]='Ayuda';
$TbMsg[12]='Administradores';
$TbMsg[14]='Buscar';
?>
|