blob: 0428c2d048f69fca391db26058cadbb92a5253a4 (
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
|
//________________________________________________________________________________________________________
//
// Javascript language file: propiedades_aulas_eng.js
// Language: English
//____________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="Lab name must contain alphanumeric characters";
TbMsg[1]="You must enter the maximum number of people for this lab";
TbMsg[2]="WARNING: This lab contains computers groups or computers. If you delete it, you will also delete all of them. Are you sure?";
TbMsg[3]="Start time for reservations must be before final time";
TbMsg[4]="Multicast speed is not valid, please use numbers only";
TbMsg[5]="Net mask is not valid";
TbMsg[6]="P2P mode is not valid";
TbMsg[7]="Seed time (seconds) after p2p download is not valid";
TbMsg[8]="Multicast mode is not valid";
TbMsg[9]="Multicast IP address is not valid";
TbMsg[10]="Multicast port is not valid";
TbMsg[11]="Multicast speed is not valid, use numbers only";
TbMsg[12]="IP address of DNS server is not valid";
TbMsg[13]="Proxy server URL is not valid";
TbMsg[14]="You must enter validation data: login page and validation page";
TbMsg[15]="Login page URL is not valid";
TbMsg[16]="Validation page URL is not valid";
TbMsg[17]="The location can only contain alphanumeric characters"
TbMsg[18]="The comments can only contain alphanumeric characters"
TbMsg[19]="IP address of NTP server is not valid";
|