blob: f9e9778f2096fbeb07baada137f80d057d0e54d0 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
|
<?
//________________________________________________________________________________________________________
//
// 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]="Cañón";
$TbMsg[8]="Pizarra";
$TbMsg[9]="Puestos";
$TbMsg[10]="URL Imagen";
$TbMsg[11]="Menú";
$TbMsg[12]="Comentarios";
$TbMsg[13]="Reservas";
$TbMsg[14]="Hora desde:";
$TbMsg[15]="Hora hasta:";
$TbMsg[16]="Repositorio";
$TbMsg[17]="Perfil Hardware";
$TbMsg[18]="Propiedades aplicables a todos los ordenadores";
$TbMsg[19]="Tamaño caché (KB)";
$TbMsg[20]="Autoexec";
$TbMsg[21]="";
$TbMsg[22]="Modo Multicast";
$TbMsg[23]="IP Multicast";
$TbMsg[24]="Puerto Multicast";
$TbMsg[25]="Velocidad Multicast";
$TbMsg[26]="Modo P2P -semillero durante la descarga-";
$TbMsg[27]="Tiempo P2P -semillero despues de descarga-";
$TbMsg[28]="Direccion gateway del aula";
$TbMsg[29]="Mascara de red del aula";
?>
|