blob: e7ced9cc6f88ef1177c540b5cc30b6870acb8558 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?
//________________________________________________________________________________________________________
//
// Fichero de idiomas php: barramenu_esp.php
// Idioma: Espaol
//________________________________________________________________________________________________________
$TbMsg=array();
$TbMsg[0]='Aulas';
$TbMsg[1]='Acciones';
$TbMsg[2]='Imágenes';
$TbMsg[3]='Hardware';
$TbMsg[4]='Software';
$TbMsg[5]='Servidores';
$TbMsg[6]='Menús';
$TbMsg[7]='Reservas';
$TbMsg[8]='Administración';
$TbMsg[9]='Iconos';
?>
|