blob: f43a22aab66e209ff4b43c959f5d69f27ff69817 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//________________________________________________________________________________________________________
//
// Javascript language file: propiedades_reservas_eng.js
// Language: English
//________________________________________________________________________________________________________
TbMsg=new Array;
TbMsg[0]="You must enter a name for this reservation";
TbMsg[1]="The image must contain at least one petitioner";
TbMsg[2]="You must choose one lab for this reservation";
TbMsg[3]="You must specify state for this reservation";
TbMsg[4]="WARNING: You have specified some time for previous actions to this reservation. Are you sure?"
|