blob: fa7b8bfc641c0a089d318bced1a55a020cd7a817 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
//________________________________________________________________________________________________________
//
// Fichero de idiomas javascript: propiedades_aulas_eng.js
// Idioma: Ingés
//________________________________________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="You must introduce a name for this lab";
TbMsg[1]="You must introduce a number of places for this lab";
TbMsg[2]="WARNING.- This lab contain others groups or labs. If you remove it, you will also remove all these. ¿ Are you sure ?";
TbMsg[3]="Time for begining of reserves periode must be smaller than final time";
TbMsg[4]="Multicast speed is not valid, use numbers only";
|