blob: 3a0b2ac06838cbea3c6b8e127152197b58917b9d (
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
<?php
//________________________________________________________
//
// Fichero de idiomas php: propiedades_aulas_eng.php
// Idioma: Inglés
//________________________________________________________
$TbMsg=array();
$TbMsg[0]="No Option";
$TbMsg[1]="Insert";
$TbMsg[2]="Modify";
$TbMsg[3]="Remove";
$TbMsg[4]="Labs Management";
$TbMsg[5]="Lab. name";
$TbMsg[6]="Location";
$TbMsg[7]="Projector";
$TbMsg[8]="Blackboard";
$TbMsg[9]="Capacity";
$TbMsg[10]="Picture";
$TbMsg[11]="Menu";
$TbMsg[12]="Comments";
$TbMsg[13]="Intervals";
$TbMsg[14]="Begin reserves";
$TbMsg[15]="End reserves";
$TbMsg[16]="Repository";
$TbMsg[17]="Hardware profile";
$TbMsg[18]="Properties for all computers in this lab";
$TbMsg[19]="Cache size (KB)";
$TbMsg[20]="Autoexec";
$TbMsg[21]="Computers";
$TbMsg[22]="Multicast mode";
$TbMsg[23]="Multicast IP address";
$TbMsg[24]="Multicast port";
$TbMsg[25]="Multicast bandwith";
$TbMsg[26]="P2P mode -seeder while downloading-";
$TbMsg[27]="P2P time -seeder time after download-";
$TbMsg[28]="Gateway";
$TbMsg[29]="Netmask";
// UHU
$TbMsg[30]="Validation";
$TbMsg[31]="Login page";
$TbMsg[32]="Validation page";
// UHU
// AGP
$TbMsg[33]="ogLive";
$TbMsg[34]="*** There are equipment with different ogLive ***";
$TbMsg[495]="Cache content";
$TbMsg[509]="Computer picture";
$TbMsg[5091]="Insert picture";
$TbMsg[5092]="View pictures";
// AGP
// Ramón
$TbMsg['PROP_NTPIP']="NTP Server IP <em>(optional)</em>";
$TbMsg['PROP_DNSIP']="DNS Server IP <em>(optional)</em>";
$TbMsg['PROP_PROXYURL']="Proxy Server URL <em>(optional)</em>";
$TbMsg['COMM_DEFTIMEZONE']="default time zone";
$TbMsg['PROP_REMOTEACCESS']="Remote access";
$TbMsg['COMM_REMOTEACCESS']="allow management of remote access to the computers";
?>
|